JP7107546B2 - Inspection system, inspection method and program - Google Patents

Inspection system, inspection method and program Download PDF

Info

Publication number
JP7107546B2
JP7107546B2 JP2018022531A JP2018022531A JP7107546B2 JP 7107546 B2 JP7107546 B2 JP 7107546B2 JP 2018022531 A JP2018022531 A JP 2018022531A JP 2018022531 A JP2018022531 A JP 2018022531A JP 7107546 B2 JP7107546 B2 JP 7107546B2
Authority
JP
Japan
Prior art keywords
inspection
version
machine
program
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018022531A
Other languages
Japanese (ja)
Other versions
JP2019139526A (en
Inventor
光博 河内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Platforms Ltd
Original Assignee
NEC Platforms Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2018022531A priority Critical patent/JP7107546B2/en
Publication of JP2019139526A publication Critical patent/JP2019139526A/en
Application granted granted Critical
Publication of JP7107546B2 publication Critical patent/JP7107546B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、検査システム、検査方法およびプログラムに関する。 The present invention relates to an inspection system, inspection method and program.

計算機の検査に関連して幾つかの技術が提案されている。
例えば、特許文献1には、検査対象装置に検査プログラムを提供するサーバを仮想化することで、ハードウェア構成の簡略化を図った検査方式が記載されている。特許文献1に記載の検査方式では、検査対象装置と、検査対象装置の操作を行う操作端末装置とを接続したハードウェア構成を用いる。操作端末装置上で仮想サーバが動作し、検査対象装置は仮想サーバに接続して検査プログラムを読み込み実行する。
Several techniques have been proposed in connection with computer inspection.
For example, Patent Literature 1 describes an inspection method that simplifies the hardware configuration by virtualizing a server that provides an inspection program to a device to be inspected. The inspection method described in Patent Literature 1 uses a hardware configuration in which a device to be inspected and an operation terminal device for operating the device to be inspected are connected. A virtual server operates on the operation terminal device, and the device to be inspected connects to the virtual server and reads and executes the inspection program.

また、特許文献2には、複数の仮想マシンを用いて構成された仮想システムのテストを行う仮想システム制御プログラムが記載されている。特許文献2に記載の仮想システム制御プログラムは、運用系の仮想システムとテスト系の仮想システムとを同じ物理サーバプールを用いて構成する。テスト系の仮想システムは、運用系の仮想システムの仮想マシン構成に、テスト用クライアントのための仮想マシン等を追加して構成される。 Further, Patent Literature 2 describes a virtual system control program for testing a virtual system configured using a plurality of virtual machines. The virtual system control program described in Patent Literature 2 configures an active virtual system and a test virtual system using the same physical server pool. The test virtual system is configured by adding a virtual machine for a test client to the virtual machine configuration of the operational virtual system.

特開2013-020282号公報JP 2013-020282 A 特開2010-113381号公報JP 2010-113381 A

検査対象が新規のハードウェアを含む場合、新規のハードウェアの検査に対応するデバイスドライバが、新規のOS(Operating System)のカーネル(kernel)、または新規のOSのディストリビューション(Distribution、OS配布物)にしかない場合がある。この場合、新規のOSを用いて検査を行う必要がある。
検査プログラムには、ハードウェアに関連ないし特化した処理が含まれており、カーネルおよびデバイスドライバとの関連性が大きい。このことから、新規のOSを用いて検査を行うために検査プログラムを新規のOSに移植する作業は工数の大きい作業となり、作業者の負担が大きい。かかる作業者の負担を軽減させられることが好ましい。
When the inspection target includes new hardware, the device driver corresponding to the inspection of the new hardware is a new OS (Operating System) kernel or a new OS distribution (OS distribution). ). In this case, it is necessary to perform inspection using a new OS.
The inspection program includes hardware-related or specialized processing, and is closely related to the kernel and device drivers. For this reason, porting the inspection program to the new OS in order to perform inspection using the new OS requires a large amount of man-hours and places a heavy burden on the operator. It is preferable that such a burden on the operator can be reduced.

本発明は、上述の課題を解決することのできる検査システム、検査方法およびプログラムを提供することを目的としている。 An object of the present invention is to provide an inspection system, an inspection method, and a program that can solve the above-described problems.

本発明の第1の態様によれば、検査システムは、オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する検査プログラム提供部と、検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる検査実行制御部と、を備える。 According to a first aspect of the present invention, an inspection system includes an inspection program providing unit that provides, to each of a plurality of versions of an operating system, an inspection program that runs on that version of the operating system; and an inspection execution control unit that switches the version of the operating system applied to the machine to be inspected and causes the machine to be inspected to execute the inspection program that runs on the version of the operating system.

本発明の第2の態様によれば、検査方法は、オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する工程と、検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、を含む。 According to a second aspect of the present invention, an inspection method includes the steps of: providing an inspection program that runs on each of a plurality of versions of an operating system to each of a plurality of versions of the operating system; switching a version of an operating system to be applied to a target device and causing the target device to execute the inspection program that operates on the version of the operating system.

本発明の第3の態様によれば、プログラムは、コンピュータに、オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する工程と、検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、を実行させるためのプログラムである。 According to a third aspect of the present invention, the program includes a step of providing the computer with an inspection program that operates on each of a plurality of versions of the operating system, and each time the machine to be inspected is restarted, a step of switching the version of the operating system to be applied to the machine to be inspected and causing the machine to be inspected to execute the inspection program that runs on the version of the operating system.

この発明によれば、検査システムを構築ないし更新する作業者の負担を比較的小さくすることができる。 According to this invention, the burden on the operator who builds or updates the inspection system can be made relatively small.

実施形態に係る検査システムの機能構成を示す概略ブロック図である。1 is a schematic block diagram showing the functional configuration of an inspection system according to an embodiment; FIG. 実施形態に係る検査システムを、仮想マシンを用いて構成する場合の構成例を示す図である。It is a figure which shows the structural example in the case of comprising the inspection system which concerns on embodiment using a virtual machine. 実施形態に係る管理サーバの機能構成を示す概略ブロック図である。3 is a schematic block diagram showing the functional configuration of a management server according to the embodiment; FIG. 実施形態に係る管理サーバが検査対象機のハードウェア構成情報を取得してOSおよび検査ツールを選択する際の、検査システムおよび検査対象機の処理手順の例を示す図である。FIG. 4 is a diagram illustrating an example of processing procedures of an inspection system and an inspection target machine when a management server according to the embodiment acquires hardware configuration information of the inspection target machine and selects an OS and an inspection tool; 実施形態に係る検査システムが、検査対象機に検査を行わせるためのカーネルおよび検査プログラムを準備する際の処理手順の例を示す図である。FIG. 4 is a diagram showing an example of a processing procedure when the inspection system according to the embodiment prepares a kernel and an inspection program for causing an inspection target machine to perform inspection; 実施形態に係る検査対象機が検査を行う際の、検査システムおよび検査対象機の処理手順の例を示す図である。FIG. 2 is a diagram showing an example of a processing procedure of an inspection system and a machine to be inspected when the machine to be inspected according to the embodiment performs inspection; 本発明に係る検査システムの最小構成の例を示す図である。It is a figure showing an example of the minimum composition of an inspection system concerning the present invention.

以下、本発明の実施形態を説明するが、以下の実施形態は請求の範囲にかかる発明を限定するものではない。また、実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。
図1は、実施形態に係る検査システムの機能構成を示す概略ブロック図である。図1に示す構成で、検査環境1は、検査システム100と、検査対象機900とを含む。検査システム100は、通信部110と、表示部120と、操作入力部130と、記憶部180と、制御部190とを備える。制御部190は、構成情報取得部191と、選択部192と、検査プログラム提供部193と、検査実行制御部194とを備える。
Embodiments of the present invention will be described below, but the following embodiments do not limit the invention according to the claims. Also, not all combinations of features described in the embodiments are essential for the solution of the invention.
FIG. 1 is a schematic block diagram showing the functional configuration of the inspection system according to the embodiment. With the configuration shown in FIG. 1 , the inspection environment 1 includes an inspection system 100 and an inspection target machine 900 . The inspection system 100 includes a communication section 110 , a display section 120 , an operation input section 130 , a storage section 180 and a control section 190 . The control unit 190 includes a configuration information acquisition unit 191 , a selection unit 192 , an inspection program providing unit 193 and an inspection execution control unit 194 .

検査対象機900は、検査の対象である。検査対象機900は、例えばワークステーション(Workstation)またはパソコン(Personal Computer;PC)等のコンピュータと周辺機器とを組み合わせて構成されている。
検査システム100は、検査対象機900の検査を制御する。具体的には、検査システム100は、検査対象機900を制御して検査プログラムを実行させる。また、検査システム100は、検査環境1におけるユーザインタフェースとして機能する。
検査システム100は、例えばワークステーションまたはパソコン等のコンピュータを用いて構成される。検査システム100が、1台のコンピュータを用いて構成されていてもよいし、複数台のコンピュータを用いて構成されていてもよい。また、後述するように、検査システム100が仮想マシンを用いて構成されていてもよい。
The inspection target machine 900 is an inspection target. The machine 900 to be inspected is configured by combining a computer such as a workstation or a personal computer (PC) and peripheral devices.
The inspection system 100 controls inspection of the machine 900 to be inspected. Specifically, the inspection system 100 controls the machine 900 to be inspected to execute the inspection program. The inspection system 100 also functions as a user interface in the inspection environment 1 .
The inspection system 100 is configured using a computer such as a workstation or a personal computer, for example. The inspection system 100 may be configured using one computer, or may be configured using a plurality of computers. Moreover, as will be described later, the inspection system 100 may be configured using a virtual machine.

通信部110は、他の機器と通信を行う。特に通信部110は、検査対象機900と通信を行って検査対象機900に検査プログラムを送信し、検査対象機900から検査プログラムの実行結果情報を受信する。
表示部120は、例えば液晶パネルまたはLED(Light Emitting Diode、発光ダイオード)パネル等の表示画面を備え、各種画像を表示する。例えば、表示部120は、検査対象機900の検査結果を表示する。
操作入力部130は、例えばキーボードおよびマウス等の入力デバイスを備え、ユーザ操作を受ける。例えば、操作入力部130は、検査対象機900の検査開始を指示するユーザ操作を受ける。
The communication unit 110 communicates with other devices. In particular, the communication unit 110 communicates with the machine 900 to be inspected, transmits the inspection program to the machine 900 to be inspected, and receives execution result information of the inspection program from the machine 900 to be inspected.
The display unit 120 has a display screen such as a liquid crystal panel or an LED (Light Emitting Diode) panel, and displays various images. For example, the display unit 120 displays the inspection result of the machine 900 to be inspected.
The operation input unit 130 includes input devices such as a keyboard and a mouse, and receives user operations. For example, the operation input unit 130 receives a user operation instructing the start of inspection of the machine 900 to be inspected.

記憶部180は、各種情報を記憶する。特に、記憶部180は、検査対象機900に検査を行わせるための検査ツール、および、検査時に検査対象機900に実行させるOS(Operating System)を記憶する。新規のハードウェアの検査に対応するデバイスドライバが、新規のOSのカーネル(kernel)、または新規のOSのディストリビューション(Distribution、OS配布物)にしかない場合に対応するため、記憶部180は、複数バージョンのOSを記憶する。 The storage unit 180 stores various information. In particular, the storage unit 180 stores an inspection tool for causing the inspection target machine 900 to perform an inspection, and an OS (Operating System) to be executed by the inspection target machine 900 during inspection. In order to cope with the case where the device driver corresponding to new hardware inspection is only in the new OS kernel or the new OS distribution (OS distribution), the storage unit 180 has a plurality of Store version of OS.

記憶部180が記憶するOSは、特定の種類のOSに限定されない。例えば、記憶部180が記憶するOSはLinux(登録商標)であってもよいが、これに限定されない。
以下では、記憶部180が新旧2バージョンのOSを記憶している場合を例に説明するが、記憶部180が記憶するOSのバージョンの数は2つ以上であればよい。記憶部180が、3つ以上のバージョンのOSを記憶していてもよい。
The OS stored in the storage unit 180 is not limited to a specific type of OS. For example, the OS stored in the storage unit 180 may be Linux (registered trademark), but is not limited to this.
A case where the storage unit 180 stores two versions of the OS, new and old, will be described below as an example, but the number of OS versions stored in the storage unit 180 may be two or more. The storage unit 180 may store three or more versions of the OS.

制御部190は、検査システム100の各部を制御して各種処理を実行する。制御部190は、検査システム100が備えるCPUが記憶部180からプログラムを読み出して実行することで構成される。
構成情報取得部191は、検査対象機900のハードウェア構成情報を取得する。例えば、構成情報取得部191は、検査対象機900を制御してハードウェ構成調査用プログラムを実行させ、実行結果のハードウェア構成情報を取得する。
The control unit 190 controls each unit of the inspection system 100 to perform various processes. The control unit 190 is configured by the CPU included in the inspection system 100 reading a program from the storage unit 180 and executing the program.
The configuration information acquisition unit 191 acquires hardware configuration information of the inspection target machine 900 . For example, the configuration information acquisition unit 191 controls the device to be inspected 900 to execute a hardware configuration investigation program, and acquires hardware configuration information as an execution result.

選択部192は、構成情報取得部191が取得するハードウェア構成情報に基づいて、検査対象機900に適用するOSのバージョンを選択する。選択部192は、検査対象機900を構成するハードウェア毎にOSを選択し、旧バージョンのOSが対応しているハードウェアについては旧バージョンのOSを選択する。一方、選択部192は、新バージョンのOSのみが対応しているハードウェアについては新バージョンのOSを選択する。 The selection unit 192 selects the OS version to be applied to the inspection target machine 900 based on the hardware configuration information acquired by the configuration information acquisition unit 191 . The selection unit 192 selects an OS for each piece of hardware that constitutes the device to be inspected 900, and selects an old version OS for hardware compatible with an old version OS. On the other hand, the selection unit 192 selects the new version of the OS for hardware that only the new version of the OS supports.

さらに、選択部192は、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する。選択部192は、旧バージョンのOSが対応しているハードウェアについては旧バージョンのOSを選択するので、旧バージョンのOSで動作する検査ツールを、新バージョンのOSに移植する必要なしに使用することができる。この点で、検査システム100を構築ないし更新する作業者の負担が小さくて済む。 Further, the selection unit 192 selects an inspection tool to be used for inspection of the inspection target machine 900 for each version of the selected OS. Since the selection unit 192 selects the old version OS for the hardware supported by the old version OS, the inspection tool that operates on the old version OS can be used without porting to the new version OS. be able to. In this respect, the burden on the operator who constructs or updates the inspection system 100 can be reduced.

検査プログラム提供部193は、OSの複数のバージョンそれぞれに当該バージョンのOSで動作する検査プログラムを検査対象機900に提供する。具体的には、検査プログラム提供部193は、選択部192が選択した検査ツールを用いて、当該検査ツールを検査対象機900に実行させるための検査プログラムを、OSのバージョン毎に生成する。 The inspection program providing unit 193 provides the inspection target machine 900 with an inspection program that operates on each of a plurality of versions of the OS. Specifically, the inspection program providing unit 193 uses the inspection tool selected by the selection unit 192 to generate, for each OS version, an inspection program for causing the inspection target machine 900 to execute the inspection tool.

検査実行制御部194は、検査対象機900を制御して検査対象機900のOSのバージョンを切り替えさせ、OSのバージョンに応じた検査プログラムを実行させる。具体的には、検査実行制御部194は、検査対象機900を再起動させ、再起動させる毎に検査対象機900に適用するオペレーティングシステムのバージョンを切り替える。そして、検査実行制御部194は、切り替えたバージョンのオペレーティングシステムで動作する検査プログラムを検査対象機900に実行させる。 The inspection execution control unit 194 controls the inspection target machine 900 to switch the OS version of the inspection target machine 900 and execute an inspection program according to the OS version. Specifically, the inspection execution control unit 194 reboots the inspection target machine 900 and switches the version of the operating system applied to the inspection target machine 900 each time the inspection target machine 900 is rebooted. Then, the inspection execution control unit 194 causes the inspection target machine 900 to execute an inspection program that operates on the switched version of the operating system.

次に、図2から図6を参照して、仮想マシンを用いて検査システムを構成する場合を例に、検査システムについてさらに説明する。
図2は、実施形態に係る検査システムを、仮想マシンを用いて構成する場合の構成例を示す図である。図2に示す構成で、検査環境2は、検査システム200と検査対象機900とを含む。検査システム200は、ハードウェア211と、ハイパーバイザ213と、管理サーバ220と、旧バージョンOSマシン230と、新バージョンOSマシン240と、ツールデータベース250と、ネットワークブートサーバ260とを備える。ハードウェア211は、ネットワークポート212を備える。管理サーバ220と、旧バージョンOSマシン230と、新バージョンOSマシン240と、ツールデータベース250と、ネットワークブートサーバ260とは、仮想マシンとして構成される。
図2における検査対象機は図1の場合と同様であり、同一の符号(900)を付して説明を祖省略する。
Next, the inspection system will be further described with reference to FIGS. 2 to 6, taking as an example the case of configuring the inspection system using a virtual machine.
FIG. 2 is a diagram illustrating a configuration example when the inspection system according to the embodiment is configured using virtual machines. With the configuration shown in FIG. 2 , the inspection environment 2 includes an inspection system 200 and an inspection target machine 900 . The inspection system 200 includes hardware 211 , a hypervisor 213 , a management server 220 , an old version OS machine 230 , a new version OS machine 240 , a tool database 250 and a network boot server 260 . Hardware 211 includes a network port 212 . The management server 220, the old version OS machine 230, the new version OS machine 240, the tool database 250, and the network boot server 260 are configured as virtual machines.
The machines to be inspected in FIG. 2 are the same as those in FIG. 1, and are denoted by the same reference numerals (900), and the description thereof will be omitted.

検査システム200は、検査システム100の例に該当する。検査システム200を構成する仮想マシンは、1つの物理サーバ上で実行されていてもよいし複数の物理サーバ上で実行されていてもよい。
ハードウェア211は、検査システム200に用いられる物理サーバのハードウェア層である。検査システム200を構成する仮想マシンの各々はいハードウェア211のネットワークポート212に接続して通信を行う。ネットワークポート212には検査対象機900も接続しており、仮想マシン間、および、仮想マシンと検査対象機900との間で通信を行う。
ハイパーバイザ213は、検査システム200に用いられる物理サーバで動作するハイパーバイザであり、仮想マシン実行環境を提供する。
Inspection system 200 corresponds to an example of inspection system 100 . The virtual machines that make up the inspection system 200 may be executed on one physical server or may be executed on multiple physical servers.
Hardware 211 is the hardware layer of a physical server used in inspection system 200 . Each of the virtual machines constituting the inspection system 200 is connected to the network port 212 of the hardware 211 for communication. The test target device 900 is also connected to the network port 212 , and communication is performed between the virtual machines and between the virtual machine and the test target device 900 .
A hypervisor 213 is a hypervisor that operates on a physical server used in the inspection system 200 and provides a virtual machine execution environment.

管理サーバ220は、図1の構成情報取得部191の例に該当し、検査対象機900のハードウェア構成情報を取得する。また、管理サーバ220は、図1の選択部192の例に該当し、ハードウェア構成情報に基づいて、検査対象機900に適用するOSのバージョンを選択し、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する。 The management server 220 corresponds to an example of the configuration information acquisition unit 191 in FIG. 1 and acquires hardware configuration information of the inspection target machine 900 . The management server 220 corresponds to an example of the selection unit 192 in FIG. 1, selects an OS version to be applied to the inspection target machine 900 based on the hardware configuration information, and performs inspection for each selected OS version. An inspection tool to be used for inspection of the target machine 900 is selected.

図3は、管理サーバ220の機能構成を示す概略ブロック図である。図3に示す構成で、管理サーバ220は、格納部221と、制御部222とを備える。制御部222は、仮想マシンの連携を制御するための検査制御プログラムを実行する。そして、制御部222は、検査対象機900から取得した当該検査対象機900のハードウェア構成情報、および、検査対象機900における検査結果を格納部221に保存する。また、制御部222は検査ツールを選択する際、格納部221が予め格納している、ハードウェアに対する検査項目の情報を参照する。 FIG. 3 is a schematic block diagram showing the functional configuration of the management server 220. As shown in FIG. With the configuration shown in FIG. 3 , the management server 220 includes a storage section 221 and a control section 222 . The control unit 222 executes an inspection control program for controlling cooperation of virtual machines. Then, the control unit 222 stores the hardware configuration information of the inspection target device 900 acquired from the inspection target device 900 and the inspection result of the inspection target device 900 in the storage unit 221 . Further, when selecting an inspection tool, the control unit 222 refers to information on inspection items for hardware, which is stored in advance in the storage unit 221 .

旧バージョンOSマシン230は、旧バージョンのOSを実行し、旧バージョンのOSで動作する検査プログラムを生成する。
新バージョンOSマシン240は、新バージョンのOSを実行し、新バージョンのOSで動作する検査プログラムを生成する。
旧バージョンOSマシン230と新バージョンOSマシン240との組み合わせは、図1の検査プログラム提供部193の例に該当する。旧バージョンOSマシン230と新バージョンOSマシン240との組み合わせにて、OSのバージョン毎に、当該バージョンのOSを適用した仮想マシンを用いて、当該バージョンのOSで動作する検査プログラムを生成する。
The old-version OS machine 230 executes an old-version OS and generates an inspection program that operates on the old-version OS.
The new-version OS machine 240 executes the new-version OS and generates inspection programs that operate on the new-version OS.
A combination of the old version OS machine 230 and the new version OS machine 240 corresponds to an example of the inspection program providing unit 193 in FIG. By combining the old-version OS machine 230 and the new-version OS machine 240, for each OS version, a virtual machine to which the OS of the version is applied is used to generate an inspection program that operates on the OS of the version.

ツールデータベース250は、検査ツールを格納しており、旧バージョンOSマシン230および新バージョンOSマシン240に検査ツールを提供する。
ネットワークブートサーバ260は、検査対象機900のブート時にOSおよび検査プログラムを提供する。検査対象機900が管理サーバ220の制御に従って再起動する毎に、ネットワークブートサーバ260は、異なるバージョンのOS(特にカーネル)および当該バージョンのOSで動作する検査プログラムを検査対象機900に提供する。
管理サーバ220とネットワークブートサーバ260との組み合わせは、図1の検査実行制御部194の例に該当する。
The tool database 250 stores inspection tools and provides the old version OS machine 230 and the new version OS machine 240 with the inspection tools.
The network boot server 260 provides an OS and a test program when the machine 900 to be tested is booted. Each time the device under test 900 reboots under the control of the management server 220, the network boot server 260 provides the device under test 900 with a different version of the OS (especially kernel) and a test program that runs on that version of the OS.
A combination of the management server 220 and the network boot server 260 corresponds to an example of the test execution control unit 194 in FIG.

図4から図6を参照して検査システム200および検査対象機900の動作について説明する。
図4は、管理サーバ220が検査対象機900のハードウェア構成情報を取得してOSおよび検査ツールを選択する際の、検査システム200および検査対象機900の処理手順の例を示す図である。
図4の処理で、検査対象機900は、検査対象機900自らの電源をオンされて起動を開始すると(シーケンスS11)、ハードウェア構成の調査用に予め用意されているカーネルおよびプログラムをネットワークブートサーバ260に要求する(シーケンスS112)。
Operations of the inspection system 200 and the machine 900 to be inspected will be described with reference to FIGS. 4 to 6. FIG.
FIG. 4 is a diagram showing an example of processing procedures of the inspection system 200 and the inspection target machine 900 when the management server 220 acquires hardware configuration information of the inspection target machine 900 and selects an OS and an inspection tool.
In the processing of FIG. 4, when the device under test 900 itself is powered on and starts booting (sequence S11 1 ), the kernel and program prepared in advance for investigating the hardware configuration are transferred to the network. A request is made to the boot server 260 (sequence S112).

ネットワークブートサーバ260は、検査対象機900の要求に応じてハードウェア構成調査用のカーネルおよびハードウェア構成調査用のプログラムを検査対象機900に提供する(シーケンスS113)。検査対象機900は、提供されたカーネルおよびプログラムを用いて検査対象機900自らのハードウェア構成を調査し、得られたハードウェア構成情報を管理サーバ220へ送信する(シーケンスS114)。 The network boot server 260 provides the hardware configuration investigation kernel and the hardware configuration investigation program to the inspection target device 900 in response to the request from the inspection target device 900 (sequence S113). The machine 900 to be tested examines its own hardware configuration using the provided kernel and program, and transmits the obtained hardware configuration information to the management server 220 (sequence S114).

管理サーバ220は、検査対象機900から受信したハードウェア構成情報に基づいて、検査対象機900に適用するOSのバージョンを選択し、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する(シーケンスS121)。図4から図6の例では、検査対象機900のハードウェアには旧バージョンのOSが対応するハードウェアと、新バージョンのOSのみが対応するハードウェアとが含まれている。そこで、管理サーバ220は、旧バージョンのOSおよび新バージョンのOSの両方を選択する。 The management server 220 selects an OS version to be applied to the inspection target machine 900 based on the hardware configuration information received from the inspection target machine 900, and uses each selected OS version for inspection of the inspection target machine 900. An inspection tool is selected (sequence S121). In the examples of FIGS. 4 to 6, the hardware of the device to be inspected 900 includes hardware compatible with the old version OS and hardware compatible only with the new version OS. Therefore, the management server 220 selects both the old version OS and the new version OS.

そして、管理サーバ220は、OSのバージョン毎に、選択した検査ツールを旧バージョンOSマシン230、新バージョンOSマシン240それぞれに通知して検査プログラムの生成を指示する(シーケンスS122)。具体的には、管理サーバ220は、旧バージョンのOSについて選択した検査ツールを旧バージョンOSマシン230に通知し、当該検査ツールを検査対象機900に実行させるための検査プログラムの生成を指示する。また、管理サーバ220は、新バージョンのOSについて選択した検査ツールを新バージョンOSマシン240に通知し、当該検査ツールを検査対象機900に実行させるための検査プログラムの生成を指示する。 Then, the management server 220 notifies the old-version OS machine 230 and the new-version OS machine 240 of the selected inspection tool for each OS version, and instructs generation of an inspection program (sequence S122). Specifically, the management server 220 notifies the old-version OS machine 230 of the inspection tool selected for the old-version OS, and instructs the machine 900 to be inspected to generate an inspection program for executing the inspection tool. In addition, the management server 220 notifies the new-version OS machine 240 of the inspection tool selected for the new-version OS, and instructs the inspection target machine 900 to generate an inspection program for executing the inspection tool.

検査システム200および検査対象機900は、図4の処理に続いて図5の処理を行う。
図5は、検査システム200が、検査対象機900に検査を行わせるためのカーネルおよび検査プログラムを準備する際の処理手順の例を示す図である。
図5の処理で、旧バージョンOSマシン230は、図4のシーケンスS122で管理サーバ220から通知された検査ツールをツールデータベース250に要求する(シーケンスS131)。ツールデータベース250は、旧バージョンOSマシン230から要求された検査ツールを提供する(シーケンスS132)。
The inspection system 200 and the machine 900 to be inspected perform the process of FIG. 5 following the process of FIG.
FIG. 5 is a diagram showing an example of a processing procedure when the inspection system 200 prepares a kernel and an inspection program for causing the machine 900 to be inspected to perform inspection.
In the process of FIG. 5, the old version OS machine 230 requests the tool database 250 for the inspection tool notified from the management server 220 in sequence S122 of FIG. 4 (sequence S131). The tool database 250 provides the inspection tool requested by the old version OS machine 230 (sequence S132).

旧バージョンOSマシン230は、ツールデータベース250から提供された検査ツールを用いて、当該検査ツールを検査対象機900に実行させるための検査プログラムを生成する(シーケンスS133)。そして、旧バージョンOSマシン230は、旧バージョンのOSのカーネルと、生成した検査プログラムとをネットワークブートサーバ260へ送信する(シーケンスS134)。ネットワークブートサーバ260は、旧バージョンOSマシン230から受信したカーネルおよび検査プログラムを、ネットワークブートサーバ260自らの記憶領域に格納しておく。
旧バージョンOSマシン230は、カーネルおよび検査プログラムの送信を完了すると、完了通知を管理サーバ220へ送信する(シーケンスS135)。
The old version OS machine 230 uses the inspection tool provided from the tool database 250 to generate an inspection program for causing the machine 900 to be inspected to execute the inspection tool (sequence S133). The old-version OS machine 230 then transmits the kernel of the old-version OS and the generated inspection program to the network boot server 260 (sequence S134). The network boot server 260 stores the kernel and inspection program received from the old version OS machine 230 in its own storage area.
When the old version OS machine 230 completes the transmission of the kernel and the inspection program, it transmits a completion notification to the management server 220 (sequence S135).

また、新バージョンOSマシン240は、図4のシーケンスS122で管理サーバ220から通知された検査ツールをツールデータベース250に要求する(シーケンスS141)。ツールデータベース250は、新バージョンOSマシン240から要求された検査ツールを提供する(シーケンスS142)。 Also, the new version OS machine 240 requests the tool database 250 for the inspection tool notified from the management server 220 in sequence S122 of FIG. 4 (sequence S141). The tool database 250 provides the inspection tools requested by the new version OS machine 240 (sequence S142).

新バージョンOSマシン240は、ツールデータベース250から提供された検査ツールを用いて、当該検査ツールを検査対象機900に実行させるための検査プログラムを生成する(シーケンスS143)。そして、新バージョンOSマシン240は、新バージョンのOSのカーネルと、生成した検査プログラムとをネットワークブートサーバ260へ送信する(シーケンスS144)。ネットワークブートサーバ260は、新バージョンOSマシン240から受信したカーネルおよび検査プログラムを、ネットワークブートサーバ260自らの記憶領域に格納しておく。
新バージョンOSマシン240は、カーネルおよび検査プログラムの送信を完了すると、完了通知を管理サーバ220へ送信する(シーケンスS145)。
The new version OS machine 240 uses the inspection tool provided from the tool database 250 to generate an inspection program for causing the machine 900 to be inspected to execute the inspection tool (sequence S143). The new version OS machine 240 then transmits the new version OS kernel and the generated inspection program to the network boot server 260 (sequence S144). The network boot server 260 stores the kernel and inspection program received from the new version OS machine 240 in its own storage area.
After completing the transmission of the kernel and the inspection program, the new version OS machine 240 transmits a completion notification to the management server 220 (sequence S145).

検査システム200および検査対象機900は、図5の処理に続いて図6の処理を行う。
図6は、検査対象機900が検査を行う際の、検査システム200および検査対象機900の処理手順の例を示す図である。
図6の処理で、管理サーバ220は、検査対象機900に再起動を指示する(シーケンスS151)。管理サーバ220は、図4のシーケンスS121で選択したOSに対応する全ての仮想マシン(旧バージョンOSマシン230および新バージョンOSマシン240)からの完了通知を、図5のシーケンスS135およびS145にて受けている。このように、管理サーバ220は、選択したOSに対応する全ての仮想マシンから完了通知を受けたことをトリガとして、検査対象機900に対して再起動の指示を行う。
The inspection system 200 and the machine to be inspected 900 perform the process of FIG. 6 following the process of FIG.
FIG. 6 is a diagram showing an example of a processing procedure of the inspection system 200 and the inspection target machine 900 when the inspection target machine 900 performs inspection.
In the process of FIG. 6, the management server 220 instructs the machine 900 to be inspected to reboot (sequence S151). The management server 220 receives completion notifications from all virtual machines (the old version OS machine 230 and the new version OS machine 240) corresponding to the OS selected in sequence S121 in FIG. 4 in sequences S135 and S145 in FIG. ing. In this way, the management server 220 instructs the inspection target machine 900 to restart, triggered by receiving completion notifications from all the virtual machines corresponding to the selected OS.

検査対象機900は、管理サーバ220からの指示に従って再起動を行い、再起動時にカーネルおよび検査プログラムをネットワークブートサーバ260に要求する(シーケンスS152)。ネットワークブートサーバ260は、検査対象機900からの要求に応じて、旧バージョンのOSのカーネル、および、当該カーネルで動作する検査プログラムを検査対象機900に提供する(シーケンスS153)。すなわち、検査対象機900は、図5のシーケンスS134で旧バージョンOSマシン230から受信したカーネルおよび検査プログラムを検査対象機900へ送信する。 The device to be inspected 900 reboots according to the instruction from the management server 220, and requests the kernel and inspection program from the network boot server 260 at the time of rebooting (sequence S152). In response to a request from the device 900 to be tested, the network boot server 260 provides the device 900 to be tested with the kernel of the old version OS and the test program that runs on the kernel (sequence S153). That is, the device under test 900 transmits to the device under test 900 the kernel and the test program received from the old version OS machine 230 in sequence S134 of FIG.

検査対象機900は、ネットワークブートサーバ260から受信したカーネルを実行し、当該カーネル上で検査プログラムを実行することにより検査を実施する(シーケンスS154)。そして、検査対象機900は、得られた検査結果を管理サーバ220へ送信する(シーケンスS155)。
検査対象機900から検査結果を受信した管理サーバ220は、検査対象機900に対して再起動を指示する(シーケンスS161)。管理サーバ220は、選択したOSのバージョンの数だけ検査対象機900に再起動を指示する。図4から図6の例では、管理サーバ220は、図4のシーケンスS121でOSの2つのバージョン(旧バージョンおよび新バージョン)を選択している。そこで、管理サーバ220は、シーケンスS151およびシーケンスS161と、検査対象機900に対して再起動を2回指示している。
The device to be tested 900 executes the kernel received from the network boot server 260 and executes the test program on the kernel to perform the test (sequence S154). Then, the inspection target device 900 transmits the obtained inspection result to the management server 220 (sequence S155).
The management server 220 that has received the inspection result from the inspection target device 900 instructs the inspection target device 900 to restart (sequence S161). The management server 220 instructs the devices to be inspected 900 to reboot as many times as the number of selected OS versions. In the examples of FIGS. 4 to 6, the management server 220 selects two OS versions (old version and new version) in sequence S121 of FIG. Therefore, the management server 220 instructs the machine 900 to be inspected to reboot twice in sequences S151 and S161.

検査対象機900は、管理サーバ220からの指示に従って再起動を行い、再起動時にカーネルおよび検査プログラムをネットワークブートサーバ260に要求する(シーケンスS162)。ネットワークブートサーバ260は、検査対象機900からの要求に応じて、新バージョンのOSのカーネル、および、当該カーネルで動作する検査プログラムを検査対象機900に提供する(シーケンスS163)。すなわち、検査対象機900は、図5のシーケンスS144で新バージョンOSマシン240から受信したカーネルおよび検査プログラムを検査対象機900へ送信する。 The device to be inspected 900 reboots according to the instruction from the management server 220, and requests the network boot server 260 for the kernel and the inspection program at the time of rebooting (sequence S162). The network boot server 260, in response to a request from the device 900 to be tested, provides the device 900 to be tested with the kernel of the new version of the OS and the test program that runs on the kernel (sequence S163). That is, the device 900 to be tested transmits the kernel and the test program received from the new version OS machine 240 in sequence S144 of FIG.

ネットワークブートサーバ260は、検査対象機900に対して未だ送信していないバージョンのOSのカーネル、および、当該カーネル上で動作する検査プログラムを送信する。図4から図6の例では、ネットワークブートサーバ260は、シーケンスS153で旧バージョンのOSのカーネルおよび当該カーネル上で動作する検査プログラムを検査対象機900へ送信済みである。そこで、ネットワークブートサーバ260は、シーケンスS163では、新バージョンのOSのカーネルおよび当該カーネル上で動作する検査プログラムを検査対象機900へ送信する。 The network boot server 260 transmits to the device 900 to be inspected the OS kernel of a version that has not yet been transmitted, and the inspection program that runs on the kernel. In the examples of FIGS. 4 to 6, the network boot server 260 has already sent the old version OS kernel and the inspection program running on the kernel to the inspection target device 900 in sequence S153. Therefore, in sequence S<b>163 , the network boot server 260 transmits the kernel of the new version of the OS and the inspection program running on the kernel to the inspection target machine 900 .

検査対象機900は、ネットワークブートサーバ260から受信したカーネルを実行し、当該カーネル上で検査プログラムを実行することにより検査を実施する(シーケンスS164)。そして、検査対象機900は、得られた検査結果を管理サーバ220へ送信する(シーケンスS165)。
管理サーバ220は、選択したOSのバージョンの全てに対応する検査結果を取得しており、これによって、検査対象機900の全てのハードウェアの検査結果を取得している。このため、管理サーバ220は、検査対象機900に対して新たな再起動の指示は行わない。これにより、検査システム200および検査対象機900は検査を終了する(シーケンスS171)。
The device under test 900 executes the kernel received from the network boot server 260, and executes the test program on the kernel to perform the test (sequence S164). Then, the inspection target device 900 transmits the obtained inspection result to the management server 220 (sequence S165).
The management server 220 acquires the inspection results corresponding to all the selected OS versions, thereby acquiring the inspection results of all the hardware of the inspection target machine 900 . Therefore, the management server 220 does not issue a new restart instruction to the inspection target device 900 . As a result, the inspection system 200 and the machine 900 to be inspected complete the inspection (sequence S171).

以上のように、検査プログラム提供部193は、OSの複数のバージョンそれぞれに当該バージョンのOSで動作する検査プログラムを提供する。検査実行制御部194は、検査対象機900を再起動させる毎に、検査対象機900に適用するOSのバージョンを切り替えて、当該バージョンのOSで動作する検査プログラムを検査対象機900に実行させる。
これにより、旧バージョンのOSで動作可能な検査プログラムについては、新バージョンのOSに移植する必要なしにそのまま検査対象機900に実行させることができる。この点で、検査システム100を構築ないし更新する作業者の負担が小さくて済む。
As described above, the inspection program providing unit 193 provides each of a plurality of versions of the OS with the inspection program that operates on the version of the OS. The inspection execution control unit 194 switches the version of the OS to be applied to the inspection target machine 900 each time the inspection target machine 900 is restarted, and causes the inspection target machine 900 to execute an inspection program that runs on the OS of the version.
As a result, the inspection program operable on the OS of the old version can be executed by the machine 900 to be inspected without being ported to the OS of the new version. In this respect, the burden on the operator who constructs or updates the inspection system 100 can be reduced.

また、構成情報取得部191は、検査対象機900のハードウェア構成情報を取得する。選択部192は、ハードウェア構成情報に基づいて、検査対象機900に適用するオペレーティングシステムのバージョンを選択する。
このように、選択部192が検査対象機900のハードウェア構成情報に基づいてオペレーティングシステムのバージョンを選択することで、検査システム100は、いろいろな検査対象機900に対応して当該検査対象機900の検査を行うことができる。
Also, the configuration information acquisition unit 191 acquires hardware configuration information of the inspection target machine 900 . The selection unit 192 selects the version of the operating system to be applied to the inspection target machine 900 based on the hardware configuration information.
In this way, the selection unit 192 selects the version of the operating system based on the hardware configuration information of the device 900 to be inspected, so that the inspection system 100 can handle various devices 900 to be inspected. inspection can be performed.

また、選択部192は、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する。検査プログラム提供部193は、選択部192が選択した検査ツールを用いてOSのバージョン毎に検査プログラムを生成する。
これにより、検査プログラム提供部193は、検査ツールを検査対象機900に実行させるための調整を行うことで検査プログラムを生成することができる。この点で、検査プログラム提供部193は、比較的容易に検査プログラムを生成することができ、検査プログラム提供部193の負荷が比較的小さくて済む。
The selection unit 192 also selects an inspection tool to be used for inspection of the inspection target machine 900 for each version of the selected OS. The inspection program providing unit 193 uses the inspection tool selected by the selection unit 192 to generate an inspection program for each OS version.
As a result, the inspection program providing unit 193 can generate an inspection program by making adjustments for causing the inspection target machine 900 to execute the inspection tool. In this respect, the inspection program providing unit 193 can generate the inspection program relatively easily, and the load on the inspection program providing unit 193 can be relatively small.

また、検査プログラム提供部193は、OSのバージョン毎に、当該バージョンのOSを適用した仮想マシンを用いて、当該バージョンのOSで動作する検査プログラムを生成する。
このように、検査プログラム提供部193が、検査プログラムを実行可能な環境で検査プログラムを生成することで、ユーザは、当該環境を用いて検査プログラムの動作確認を行うことができる。この点で、ユーザは、比較的容易に検査プログラムの動作確認を行うことができる。
In addition, for each OS version, the inspection program providing unit 193 uses a virtual machine to which the OS of the version is applied to generate an inspection program that operates on the OS of the version.
In this manner, the inspection program providing unit 193 generates the inspection program in an environment in which the inspection program can be executed, so that the user can check the operation of the inspection program using the environment. In this respect, the user can relatively easily check the operation of the inspection program.

次に、図7を参照して、本発明の最小構成について説明する。
図7は、本発明に係る検査システムの最小構成の例を示す図である。図7に示す検査システム10は、検査プログラム提供部11と、検査実行制御部12とを備える。
かかる構成にて、検査プログラム提供部11は、オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する。検査実行制御部12は、検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる。
Next, the minimum configuration of the present invention will be described with reference to FIG.
FIG. 7 is a diagram showing an example of the minimum configuration of an inspection system according to the present invention. An inspection system 10 shown in FIG. 7 includes an inspection program providing unit 11 and an inspection execution control unit 12 .
With such a configuration, the inspection program providing unit 11 provides each of a plurality of versions of the operating system with an inspection program that operates on the version of the operating system. The inspection execution control unit 12 switches the version of the operating system applied to the inspection target machine each time the inspection target machine is restarted, and causes the inspection target machine to execute the inspection program that operates on the operating system of the version.

これにより、旧バージョンのオペレーティングシステムで動作可能な検査プログラムについては、新バージョンのオペレーティングシステムに移植する必要なしにそのまま検査対象機900に実行させることができる。この点で、検査システム10を構築ないし更新する作業者の負担が小さくて済む。 As a result, the inspection program operable on the old version of the operating system can be executed by the inspection target machine 900 without being ported to the new version of the operating system. In this respect, the burden on the operator who constructs or updates the inspection system 10 can be reduced.

なお、検査システム10、100および200の機能の全部または一部を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより各部の処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
A program for realizing all or part of the functions of the inspection systems 10, 100 and 200 is recorded on a computer-readable recording medium, and the program recorded on this recording medium is read and executed by the computer system. You may process each part by doing. It should be noted that the "computer system" referred to here includes hardware such as an OS and peripheral devices.
The term "computer-readable recording medium" refers to portable media such as flexible discs, magneto-optical discs, ROMs and CD-ROMs, and storage devices such as hard discs incorporated in computer systems. Further, the program may be for realizing part of the functions described above, or may be capable of realizing the functions described above in combination with a program already recorded in the computer system.

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 Although the embodiment of the present invention has been described in detail with reference to the drawings, the specific configuration is not limited to this embodiment, and design and the like are included within the scope of the gist of the present invention.

1、2 検査環境
10、100、200 検査システム
11、193 検査プログラム提供部
12、194 検査実行制御部
110 通信部
120 表示部
130 操作入力部
180 記憶部
190 制御部
191 構成情報取得部
192 選択部
211 ハードウェア
212 ネットワークポート
213 ハイパーバイザ
220 管理サーバ
221 格納部
222 制御部
230 旧バージョンOSマシン
240 新バージョンOSマシン
250 ツールデータベース
260 ネットワークブートサーバ
Reference Signs List 1, 2 inspection environment 10, 100, 200 inspection system 11, 193 inspection program providing unit 12, 194 inspection execution control unit 110 communication unit 120 display unit 130 operation input unit 180 storage unit 190 control unit 191 configuration information acquisition unit 192 selection unit 211 hardware 212 network port 213 hypervisor 220 management server 221 storage unit 222 control unit 230 old version OS machine 240 new version OS machine 250 tool database 260 network boot server

Claims (5)

オペレーティングシステムの複数のバージョンそれぞれに、当該バージョンのオペレーティングシステムを適用した仮想マシンを用いて、当該バージョンのオペレーティングシステムで動作する検査プログラムを生成する検査プログラム提供部と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる検査実行制御部と、
を備える検査システム。
A test program providing unit that generates a test program that operates on a plurality of versions of an operating system using a virtual machine to which the operating system of the version is applied, and that runs on the operating system of the version;
an inspection execution control unit that switches the version of an operating system applied to the inspection target machine each time the inspection target machine is restarted and causes the inspection target machine to execute the inspection program that runs on the version of the operating system;
inspection system.
前記検査対象機のハードウェア構成情報を取得する構成情報取得部と、
前記ハードウェア構成情報に基づいて、前記検査対象機に適用するオペレーティングシステムのバージョンを選択する選択部と、
を備える請求項1に記載の検査システム。
a configuration information acquisition unit that acquires hardware configuration information of the inspection target machine;
a selection unit that selects an operating system version to be applied to the inspection target machine based on the hardware configuration information;
The inspection system of claim 1, comprising:
前記選択部は、選択したオペレーティングシステムのバージョン毎に前記検査対象機の検査に用いる検査ツールを選択し、
前記検査プログラム提供部は、前記選択部が選択した検査ツールを用いて前記オペレーティングシステムのバージョン毎に前記検査プログラムを生成する、
請求項2に記載の検査システム。
The selection unit selects an inspection tool to be used for inspection of the inspection target machine for each version of the selected operating system,
The inspection program providing unit generates the inspection program for each version of the operating system using the inspection tool selected by the selection unit.
The inspection system according to claim 2.
オペレーティングシステムの複数のバージョンそれぞれに、当該バージョンのオペレーティングシステムを適用した仮想マシンを用いて、当該バージョンのオペレーティングシステムで動作する検査プログラムを生成する工程と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、
を含む検査方法。
A step of generating an inspection program that runs on each of a plurality of versions of an operating system using a virtual machine to which the operating system of that version is applied ;
a step of switching the version of an operating system applied to the machine to be inspected each time the machine to be inspected is restarted, and causing the machine to be inspected to execute the inspection program that runs on the version of the operating system;
inspection methods including;
コンピュータに、
オペレーティングシステムの複数のバージョンそれぞれに、当該バージョンのオペレーティングシステムを適用した仮想マシンを用いて、当該バージョンのオペレーティングシステムで動作する検査プログラムを生成する工程と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、
を実行させるためのプログラム。
to the computer,
A step of generating an inspection program that runs on each of a plurality of versions of an operating system using a virtual machine to which the operating system of that version is applied ;
a step of switching the version of an operating system applied to the machine to be inspected each time the machine to be inspected is restarted, and causing the machine to be inspected to execute the inspection program that runs on the version of the operating system;
program to run the
JP2018022531A 2018-02-09 2018-02-09 Inspection system, inspection method and program Active JP7107546B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018022531A JP7107546B2 (en) 2018-02-09 2018-02-09 Inspection system, inspection method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018022531A JP7107546B2 (en) 2018-02-09 2018-02-09 Inspection system, inspection method and program

Publications (2)

Publication Number Publication Date
JP2019139526A JP2019139526A (en) 2019-08-22
JP7107546B2 true JP7107546B2 (en) 2022-07-27

Family

ID=67694048

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018022531A Active JP7107546B2 (en) 2018-02-09 2018-02-09 Inspection system, inspection method and program

Country Status (1)

Country Link
JP (1) JP7107546B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114911513A (en) * 2021-02-09 2022-08-16 北京嘀嘀无限科技发展有限公司 Device detection method, device, storage medium, and computer program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005157786A (en) 2003-11-26 2005-06-16 Aaron Japan Kk Application testing system
JP2014035744A (en) 2012-08-10 2014-02-24 Nippon Telegr & Teleph Corp <Ntt> Verification management device, verification management method, and verification management program
CN106484620A (en) 2016-10-12 2017-03-08 北京元心科技有限公司 Method for testing multi-system terminal equipment, control equipment and console

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6779134B1 (en) * 2000-06-27 2004-08-17 Ati International Srl Software test system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005157786A (en) 2003-11-26 2005-06-16 Aaron Japan Kk Application testing system
JP2014035744A (en) 2012-08-10 2014-02-24 Nippon Telegr & Teleph Corp <Ntt> Verification management device, verification management method, and verification management program
CN106484620A (en) 2016-10-12 2017-03-08 北京元心科技有限公司 Method for testing multi-system terminal equipment, control equipment and console

Also Published As

Publication number Publication date
JP2019139526A (en) 2019-08-22

Similar Documents

Publication Publication Date Title
CN106681751B (en) Unified firmware management system and management method and computer readable medium
US9223767B1 (en) Unified graphical user interface for displaying a plan of operations in a datacenter
US9389847B2 (en) Selection of relevant software bundles
US10496424B2 (en) Reconfiguring virtual machines
US20210216360A1 (en) Virtual machine migration method and apparatus
Banzai et al. D-cloud: Design of a software testing environment for reliable distributed systems using cloud computing technology
US9442714B2 (en) Unified visualization of a plan of operations in a datacenter
US10127049B2 (en) Kernel-integrated instance-specific operational resources with virtualization
US7930371B2 (en) Deployment method and system
US10346187B1 (en) Board management controller firmware emulation
US10379922B1 (en) Error recovery in a virtual machine-based development environment
JP2008090840A (en) Method for using virtualization software for shipment of software product
US20070101328A1 (en) Sequencing a single task sequence across multiple operating environments
US9875114B2 (en) Method, computer readable medium and device for the configuration or maintenance of a computer system in a cluster
US20190332409A1 (en) Identification and storage of logical to physical address associations for components in virtualized systems
US10846113B1 (en) Board management controller firmware virtualization
US10353729B1 (en) Managing service dependencies across virtual machines in a development environment
US10489250B2 (en) Backup validation of virtual desktop infrastructure system
JP7107546B2 (en) Inspection system, inspection method and program
US9389848B2 (en) Scheduling a plan of operations in a datacenter
JP2019053513A (en) Information processing system, information processing unit, and program
US9529980B2 (en) Deduplication of end user license agreements
CN110633131B (en) Method, device, equipment and system for virtualizing firmware
WO2022140376A1 (en) Software defined build infrastructure for hybrid, virtualized and native build environments
EP3252599A1 (en) Method and apparatus for starting application program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210108

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211207

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220207

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220614

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220707

R150 Certificate of patent or registration of utility model

Ref document number: 7107546

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150