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

Inspection system, inspection method, and program Download PDF

Info

Publication number
JP2019139526A
JP2019139526A JP2018022531A JP2018022531A JP2019139526A JP 2019139526 A JP2019139526 A JP 2019139526A JP 2018022531 A JP2018022531 A JP 2018022531A JP 2018022531 A JP2018022531 A JP 2018022531A JP 2019139526 A JP2019139526 A JP 2019139526A
Authority
JP
Japan
Prior art keywords
inspection
version
program
machine
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.)
Granted
Application number
JP2018022531A
Other languages
Japanese (ja)
Other versions
JP7107546B2 (en
Inventor
光博 河内
Mitsuhiro Kawachi
光博 河内
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

Landscapes

  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

To reduce the burden on workers who build or update an inspection system.SOLUTION: An inspection system includes: an inspection program providing unit configured to provide, for each of a plurality of versions of an operating system, an inspection program that operates in each version of the operating system; and an inspection execution control unit configured to switch the version of the operating system applied to an inspection target machine every time the inspection target machine is restarted and cause the inspection target machine to execute the inspection program that operates in the switched version of the operating system.SELECTED DRAWING: Figure 1

Description

本発明は、検査システム、検査方法およびプログラムに関する。   The present invention relates to an inspection system, an inspection method, and a 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 an inspection target device. The inspection method described in Patent Document 1 uses a hardware configuration in which an inspection target device and an operation terminal device that operates the inspection target device are connected. The virtual server operates on the operation terminal device, and the inspection target device connects to the virtual server and reads and executes the inspection program.

また、特許文献2には、複数の仮想マシンを用いて構成された仮想システムのテストを行う仮想システム制御プログラムが記載されている。特許文献2に記載の仮想システム制御プログラムは、運用系の仮想システムとテスト系の仮想システムとを同じ物理サーバプールを用いて構成する。テスト系の仮想システムは、運用系の仮想システムの仮想マシン構成に、テスト用クライアントのための仮想マシン等を追加して構成される。   Patent Document 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号公報JP2013-020282A 特開2010−113381号公報JP 2010-1113381 A

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

本発明は、上述の課題を解決することのできる検査システム、検査方法およびプログラムを提供することを目的としている。   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 the first aspect of the present invention, the inspection system provides an inspection program providing unit that provides an inspection program that operates on the version of the operating system to each of the plurality of versions of the operating system, and each time the inspection target machine is restarted. And an inspection execution control unit that switches the version of the operating system applied to the inspection target machine and causes the inspection target machine to execute the inspection program that operates on the version of the operating system.

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

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

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

実施形態に係る検査システムの機能構成を示す概略ブロック図である。It is a schematic block diagram which shows the function structure of the test | inspection system which concerns on embodiment. 実施形態に係る検査システムを、仮想マシンを用いて構成する場合の構成例を示す図である。It is a figure which shows the structural example in the case of comprising the test | inspection system which concerns on embodiment using a virtual machine. 実施形態に係る管理サーバの機能構成を示す概略ブロック図である。It is a schematic block diagram which shows the function structure of the management server which concerns on embodiment. 実施形態に係る管理サーバが検査対象機のハードウェア構成情報を取得してOSおよび検査ツールを選択する際の、検査システムおよび検査対象機の処理手順の例を示す図である。It is a figure which shows the example of the process sequence of an inspection system and an inspection object machine when the management server which concerns on embodiment acquires the hardware configuration information of an inspection object machine, and selects OS and an inspection tool. 実施形態に係る検査システムが、検査対象機に検査を行わせるためのカーネルおよび検査プログラムを準備する際の処理手順の例を示す図である。It is a figure which shows the example of the process sequence at the time of the inspection system which concerns on embodiment preparing the kernel and inspection program for making a test object machine test | inspect. 実施形態に係る検査対象機が検査を行う際の、検査システムおよび検査対象機の処理手順の例を示す図である。It is a figure which shows the example of the process sequence of an inspection system and an inspection object machine at the time of the inspection object machine which concerns on embodiment. 本発明に係る検査システムの最小構成の例を示す図である。It is a figure which shows the example of the minimum structure of the test | inspection system which concerns on this invention.

以下、本発明の実施形態を説明するが、以下の実施形態は請求の範囲にかかる発明を限定するものではない。また、実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。
図1は、実施形態に係る検査システムの機能構成を示す概略ブロック図である。図1に示す構成で、検査環境1は、検査システム100と、検査対象機900とを含む。検査システム100は、通信部110と、表示部120と、操作入力部130と、記憶部180と、制御部190とを備える。制御部190は、構成情報取得部191と、選択部192と、検査プログラム提供部193と、検査実行制御部194とを備える。
Hereinafter, although embodiment of this invention is described, the following embodiment does not limit the invention concerning a claim. In addition, not all the combinations of features described in the embodiments are essential for the solving means of the invention.
FIG. 1 is a schematic block diagram illustrating a functional configuration of the inspection system according to the embodiment. In 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 unit 110, a display unit 120, an operation input unit 130, a storage unit 180, and a control unit 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 inspection object machine 900 is configured by combining a computer such as a workstation or a personal computer (PC) with peripheral devices.
The inspection system 100 controls the inspection of the inspection object machine 900. Specifically, the inspection system 100 controls the inspection target machine 900 to execute an inspection program. The inspection system 100 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. The inspection system 100 may be configured using one computer, or may be configured using a plurality of computers. Further, as 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 inspection target machine 900, transmits an inspection program to the inspection target machine 900, and receives execution result information of the inspection program from the inspection target machine 900.
The display unit 120 includes 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 inspection object machine 900.
The operation input unit 130 includes input devices such as a keyboard and a mouse, for example, and receives user operations. For example, the operation input unit 130 receives a user operation that instructs the inspection target machine 900 to start inspection.

記憶部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 object machine 900 to inspect, and an OS (Operating System) to be executed by the inspection object machine 900 during the inspection. In order to cope with the case where the device driver corresponding to the new hardware inspection is only in the new OS kernel or the new OS distribution (Distribution, OS distribution), the storage unit 180 includes a plurality of storage units 180. Store the version of the 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 thereto.
Hereinafter, a case where the storage unit 180 stores two new and old versions of OS will be described as an example. However, 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 and executes various processes. The control unit 190 is configured by a CPU included in the inspection system 100 reading out 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 inspection target machine 900 to execute the hardware configuration investigation program, and acquires the hardware configuration information of the execution result.

選択部192は、構成情報取得部191が取得するハードウェア構成情報に基づいて、検査対象機900に適用するOSのバージョンを選択する。選択部192は、検査対象機900を構成するハードウェア毎にOSを選択し、旧バージョンのOSが対応しているハードウェアについては旧バージョンのOSを選択する。一方、選択部192は、新バージョンのOSのみが対応しているハードウェアについては新バージョンのOSを選択する。   The selection unit 192 selects an 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 inspection target machine 900, and selects an old version of the OS that is supported by the old version of the OS. On the other hand, the selection unit 192 selects a new version of OS for hardware that only the new version of OS supports.

さらに、選択部192は、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する。選択部192は、旧バージョンのOSが対応しているハードウェアについては旧バージョンのOSを選択するので、旧バージョンのOSで動作する検査ツールを、新バージョンのOSに移植する必要なしに使用することができる。この点で、検査システム100を構築ないし更新する作業者の負担が小さくて済む。   Further, the selection unit 192 selects an inspection tool used for the inspection of the inspection object machine 900 for each selected version of the OS. Since the selection unit 192 selects the old version OS for the hardware supported by the old version OS, the selection unit 192 uses the inspection tool that operates on the old version OS without the need to port it 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 version of the OS. Specifically, the inspection program providing unit 193 uses the inspection tool selected by the selection unit 192 to generate an inspection program for causing the inspection target machine 900 to execute the inspection tool for each version of the OS.

検査実行制御部194は、検査対象機900を制御して検査対象機900のOSのバージョンを切り替えさせ、OSのバージョンに応じた検査プログラムを実行させる。具体的には、検査実行制御部194は、検査対象機900を再起動させ、再起動させる毎に検査対象機900に適用するオペレーティングシステムのバージョンを切り替える。そして、検査実行制御部194は、切り替えたバージョンのオペレーティングシステムで動作する検査プログラムを検査対象機900に実行させる。   The inspection execution control unit 194 controls the inspection object machine 900 to switch the OS version of the inspection object machine 900 and to execute an inspection program corresponding to the OS version. Specifically, the inspection execution control unit 194 restarts the inspection target machine 900, and switches the version of the operating system applied to the inspection target machine 900 every time it is restarted. Then, the inspection execution control unit 194 causes the inspection object 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 by taking as an example the case where the inspection system is configured using a virtual machine.
FIG. 2 is a diagram illustrating a configuration example when the inspection system according to the embodiment is configured using a virtual machine. 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. The 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 machine to be inspected in FIG. 2 is the same as that in FIG. 1, and the same reference numeral (900) is assigned and the description thereof is omitted.

検査システム200は、検査システム100の例に該当する。検査システム200を構成する仮想マシンは、1つの物理サーバ上で実行されていてもよいし複数の物理サーバ上で実行されていてもよい。
ハードウェア211は、検査システム200に用いられる物理サーバのハードウェア層である。検査システム200を構成する仮想マシンの各々はいハードウェア211のネットワークポート212に接続して通信を行う。ネットワークポート212には検査対象機900も接続しており、仮想マシン間、および、仮想マシンと検査対象機900との間で通信を行う。
ハイパーバイザ213は、検査システム200に用いられる物理サーバで動作するハイパーバイザであり、仮想マシン実行環境を提供する。
The inspection system 200 corresponds to an example of the inspection system 100. The virtual machines constituting the inspection system 200 may be executed on one physical server or may be executed on a plurality of physical servers.
The hardware 211 is a hardware layer of a physical server used for the inspection system 200. Each virtual machine constituting the inspection system 200 communicates by connecting to the network port 212 of the yes hardware 211. An inspection target machine 900 is also connected to the network port 212, and communication is performed between virtual machines and between the virtual machine and the inspection target machine 900.
The 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 the example of the configuration information acquisition unit 191 in FIG. 1 and acquires the hardware configuration information of the inspection target machine 900. The management server 220 corresponds to the 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 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 illustrating a functional configuration of the management server 220. In the configuration shown in FIG. 3, the management server 220 includes a storage unit 221 and a control unit 222. The control unit 222 executes an inspection control program for controlling the cooperation of virtual machines. Then, the control unit 222 stores the hardware configuration information of the inspection target machine 900 acquired from the inspection target machine 900 and the inspection result of the inspection target machine 900 in the storage unit 221. Further, when selecting the inspection tool, the control unit 222 refers to the information on the inspection items for the hardware stored in the storage unit 221 in advance.

旧バージョン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 the 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 an inspection program that operates on the new version OS.
The combination of the old version OS machine 230 and the new version OS machine 240 corresponds to the example of the inspection program providing unit 193 in FIG. By using a combination of the old version OS machine 230 and the new version OS machine 240, for each OS version, a test program that operates on the version OS is generated using a virtual machine to which the version OS is applied.

ツールデータベース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 inspection tools to the old version OS machine 230 and the new version OS machine 240.
The network boot server 260 provides an OS and an inspection program when the inspection object machine 900 is booted. Each time the inspection target device 900 is restarted according to the control of the management server 220, the network boot server 260 provides the inspection target device 900 with a different version OS (particularly the kernel) and an inspection program that operates on the version OS.
The combination of the management server 220 and the network boot server 260 corresponds to the example of the inspection execution control unit 194 in FIG.

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

ネットワークブートサーバ260は、検査対象機900の要求に応じてハードウェア構成調査用のカーネルおよびハードウェア構成調査用のプログラムを検査対象機900に提供する(シーケンスS113)。検査対象機900は、提供されたカーネルおよびプログラムを用いて検査対象機900自らのハードウェア構成を調査し、得られたハードウェア構成情報を管理サーバ220へ送信する(シーケンスS114)。   The network boot server 260 provides a hardware configuration investigation kernel and a hardware configuration investigation program to the inspection target machine 900 in response to a request from the inspection target machine 900 (sequence S113). The inspection target machine 900 investigates the hardware configuration of the inspection target machine 900 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 device 900 based on the hardware configuration information received from the inspection target device 900, and uses the selected OS version for the inspection of the inspection target device 900. An inspection tool is selected (sequence S121). In the example of FIGS. 4 to 6, the hardware of the inspection target machine 900 includes hardware compatible with the old version of OS and hardware compatible only with the new version of 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, for each OS version, the management server 220 notifies the selected version of the inspection tool to the old version OS machine 230 and the new version OS machine 240 to instruct 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 generation of an inspection program for causing the inspection target machine 900 to execute 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 generation of an inspection program for causing the inspection object machine 900 to execute 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 inspection object machine 900 perform the process of FIG. 5 following the process of FIG.
FIG. 5 is a diagram illustrating an example of a processing procedure when the inspection system 200 prepares a kernel and an inspection program for causing the inspection object machine 900 to perform an 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 the sequence S122 of FIG. 4 (sequence S131). The tool database 250 provides the inspection tool requested from 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 inspection object machine 900 to execute the inspection tool (sequence S133). Then, the old version OS machine 230 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 the inspection program received from the old version OS machine 230 in the storage area of the network boot server 260 itself.
When the transmission of the kernel and the inspection program is completed, the old version OS machine 230 transmits a completion notification to the management server 220 (sequence S135).

また、新バージョンOSマシン240は、図4のシーケンスS122で管理サーバ220から通知された検査ツールをツールデータベース250に要求する(シーケンスS141)。ツールデータベース250は、新バージョンOSマシン240から要求された検査ツールを提供する(シーケンスS142)。   Further, the new version OS machine 240 requests the tool database 250 for the inspection tool notified from the management server 220 in the sequence S122 of FIG. 4 (sequence S141). The tool database 250 provides the inspection tool requested from 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)。
Using the inspection tool provided from the tool database 250, the new version OS machine 240 generates an inspection program for causing the inspection object machine 900 to execute the inspection tool (sequence S143). Then, the new version OS machine 240 transmits the kernel of the new version OS and the generated inspection program to the network boot server 260 (sequence S144). The network boot server 260 stores the kernel and the inspection program received from the new version OS machine 240 in the storage area of the network boot server 260 itself.
When the transmission of the kernel and the inspection program is completed, 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 inspection object machine 900 perform the process of FIG. 6 following the process of FIG.
FIG. 6 is a diagram illustrating an example of a processing procedure of the inspection system 200 and the inspection target machine 900 when the inspection target machine 900 performs the inspection.
In the process of FIG. 6, the management server 220 instructs the inspection target machine 900 to restart (sequence S151). The management server 220 receives completion notifications from all the virtual machines (the old version OS machine 230 and the new version OS machine 240) corresponding to the OS selected in the sequence S121 in FIG. 4 in the sequences S135 and S145 in FIG. ing. As described above, the management server 220 instructs the inspection target machine 900 to restart by using completion notifications from all virtual machines corresponding to the selected OS.

検査対象機900は、管理サーバ220からの指示に従って再起動を行い、再起動時にカーネルおよび検査プログラムをネットワークブートサーバ260に要求する(シーケンスS152)。ネットワークブートサーバ260は、検査対象機900からの要求に応じて、旧バージョンのOSのカーネル、および、当該カーネルで動作する検査プログラムを検査対象機900に提供する(シーケンスS153)。すなわち、検査対象機900は、図5のシーケンスS134で旧バージョンOSマシン230から受信したカーネルおよび検査プログラムを検査対象機900へ送信する。   The inspection object machine 900 restarts according to the instruction from the management server 220, and requests the kernel and the inspection program from the network boot server 260 at the time of restart (sequence S152). In response to a request from the inspection target device 900, the network boot server 260 provides the inspection target device 900 with the kernel of the old version OS and the inspection program that operates on the kernel (sequence S153). That is, the inspection target machine 900 transmits the kernel and the inspection program received from the old version OS machine 230 in the 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 inspection object machine 900 executes the kernel received from the network boot server 260 and executes the inspection by executing the inspection program on the kernel (sequence S154). Then, the inspection object machine 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 object machine 900 instructs the inspection object machine 900 to restart (sequence S161). The management server 220 instructs the inspection target device 900 to restart the number of selected OS versions. 4 to 6, the management server 220 selects two versions of the OS (old version and new version) in the sequence S121 of FIG. Therefore, the management server 220 instructs the inspection target machine 900 to restart twice in sequence S151 and sequence S161.

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

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

検査対象機900は、ネットワークブートサーバ260から受信したカーネルを実行し、当該カーネル上で検査プログラムを実行することにより検査を実施する(シーケンスS164)。そして、検査対象機900は、得られた検査結果を管理サーバ220へ送信する(シーケンスS165)。
管理サーバ220は、選択したOSのバージョンの全てに対応する検査結果を取得しており、これによって、検査対象機900の全てのハードウェアの検査結果を取得している。このため、管理サーバ220は、検査対象機900に対して新たな再起動の指示は行わない。これにより、検査システム200および検査対象機900は検査を終了する(シーケンスS171)。
The inspection object machine 900 executes the kernel received from the network boot server 260 and executes the inspection by executing the inspection program on the kernel (sequence S164). Then, the inspection object machine 900 transmits the obtained inspection result to the management server 220 (sequence S165).
The management server 220 acquires the inspection results corresponding to all of the selected versions of the OS, and thereby acquires the inspection results of all the hardware of the inspection target machine 900. For this reason, the management server 220 does not give a new restart instruction to the inspection object machine 900. As a result, the inspection system 200 and the inspection object machine 900 end 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 an inspection program that operates on each version of the OS to each of a plurality of versions of the OS. Each time the inspection execution device 900 is restarted, the inspection execution control unit 194 switches the version of the OS applied to the inspection target device 900 and causes the inspection target device 900 to execute an inspection program that operates on the version of the OS.
As a result, the inspection program operable on the old version of the OS can be directly executed by the inspection object machine 900 without having to be ported to the new version of the OS. 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の検査を行うことができる。
Further, the configuration information acquisition unit 191 acquires hardware configuration information of the inspection target machine 900. The selection unit 192 selects an operating system version to be applied to the inspection target machine 900 based on the hardware configuration information.
As described above, the selection unit 192 selects the version of the operating system based on the hardware configuration information of the inspection target machine 900, so that the inspection system 100 corresponds to various inspection target machines 900. Can be inspected.

また、選択部192は、選択したOSのバージョン毎に、検査対象機900の検査に用いる検査ツールを選択する。検査プログラム提供部193は、選択部192が選択した検査ツールを用いてOSのバージョン毎に検査プログラムを生成する。
これにより、検査プログラム提供部193は、検査ツールを検査対象機900に実行させるための調整を行うことで検査プログラムを生成することができる。この点で、検査プログラム提供部193は、比較的容易に検査プログラムを生成することができ、検査プログラム提供部193の負荷が比較的小さくて済む。
Further, the selection unit 192 selects an inspection tool to be used for inspection of the inspection object machine 900 for each selected version of the OS. The inspection program providing unit 193 generates an inspection program for each OS version using the inspection tool selected by the selection unit 192.
Accordingly, the inspection program providing unit 193 can generate an inspection program by performing adjustments for causing the inspection object machine 900 to execute the inspection tool. In this regard, 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 generates an inspection program that operates on the version OS using a virtual machine to which the version OS is applied.
As described above, 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 confirm the operation of the inspection program relatively easily.

次に、図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 the inspection system according to the present invention. The inspection system 10 illustrated 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 every time the inspection target machine is restarted, and causes the inspection target machine to execute the inspection program that operates on the version of the operating system.

これにより、旧バージョンのオペレーティングシステムで動作可能な検査プログラムについては、新バージョンのオペレーティングシステムに移植する必要なしにそのまま検査対象機900に実行させることができる。この点で、検査システム10を構築ないし更新する作業者の負担が小さくて済む。   As a result, the inspection program operable on the old version of the operating system can be directly executed by the inspection object 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 the recording medium is read into the computer system and executed. By doing so, you may process each part. Here, the “computer system” includes an OS and hardware such as peripheral devices.
The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes designs and the like that do not depart from 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 ネットワークブートサーバ
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 (6)

オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する検査プログラム提供部と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる検査実行制御部と、
を備える検査システム。
An inspection program providing unit that provides an inspection program that operates in the version of the operating system to each of a plurality of versions of the operating system;
An inspection execution control unit that switches the version of the operating system applied to the inspection target machine every time the inspection target machine is restarted and causes the inspection target machine to execute the inspection program that operates on the version of the operating system
An inspection system comprising:
前記検査対象機のハードウェア構成情報を取得する構成情報取得部と、
前記ハードウェア構成情報に基づいて、前記検査対象機に適用するオペレーティングシステムのバージョンを選択する選択部と、
を備える請求項1に記載の検査システム。
A configuration information acquisition unit for acquiring hardware configuration information of the inspection target machine;
A selection unit that selects a version of an operating system to be applied to the inspection target machine based on the hardware configuration information;
The inspection system according to claim 1.
前記選択部は、選択したオペレーティングシステムのバージョン毎に前記検査対象機の検査に用いる検査ツールを選択し、
前記検査プログラム提供部は、前記選択部が選択した検査ツールを用いて前記オペレーティングシステムのバージョン毎に前記検査プログラムを生成する、
請求項2に記載の検査システム。
The selection unit selects an inspection tool 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.
前記検査プログラム提供部は、前記オペレーティングシステムのバージョン毎に、当該バージョンのオペレーティングシステムを適用した仮想マシンを用いて、当該バージョンのオペレーティングシステムで動作する前記検査プログラムを生成する、
請求項1から3の何れか一項に記載の検査システム。
The inspection program providing unit generates, for each version of the operating system, the inspection program that operates on the version of the operating system using a virtual machine to which the version of the operating system is applied.
The inspection system according to any one of claims 1 to 3.
オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する工程と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、
を含む検査方法。
Providing each of a plurality of versions of the operating system with an inspection program that runs on the version of the operating system;
A step of switching the version of the operating system applied to the inspection target machine every time the inspection target machine is restarted and causing the inspection target machine to execute the inspection program operating on the version of the operating system;
Including inspection methods.
コンピュータに、
オペレーティングシステムの複数のバージョンそれぞれに当該バージョンのオペレーティングシステムで動作する検査プログラムを提供する工程と、
検査対象機を再起動させる毎に前記検査対象機に適用するオペレーティングシステムのバージョンを切り替えて当該バージョンのオペレーティングシステムで動作する前記検査プログラムを前記検査対象機に実行させる工程と、
を実行させるためのプログラム。
On the computer,
Providing each of a plurality of versions of the operating system with an inspection program that runs on the version of the operating system;
A step of switching the version of the operating system applied to the inspection target machine every time the inspection target machine is restarted and causing the inspection target machine to execute the inspection program operating on the version of the operating system;
A program for running
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 true JP2019139526A (en) 2019-08-22
JP7107546B2 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)

Cited By (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 (4)

* 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
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

Patent Citations (4)

* 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
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

Cited By (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

Also Published As

Publication number Publication date
JP7107546B2 (en) 2022-07-27

Similar Documents

Publication Publication Date Title
US10042669B2 (en) Concurrent execution of a computer software application along multiple decision paths
EP3518098A1 (en) Cross platform content management and distribution system
CN106681751B (en) Unified firmware management system and management method and computer readable medium
US20200241865A1 (en) Release orchestration for performing pre-release, version specific testing to validate application versions
US9329959B2 (en) Device and method for performing regression testing on bios boot information
US10838754B2 (en) Virtualized systems having hardware interface services for controlling hardware
US11816019B2 (en) Testing an application in a production infrastructure temporarily provided by a cloud computing environment
US10721125B2 (en) Systems and methods for update propagation between nodes in a distributed system
US20070101328A1 (en) Sequencing a single task sequence across multiple operating environments
JP2011060035A (en) System, method and program for deploying application
US7840843B2 (en) System and method for testing an embedded system
US11175899B2 (en) Service upgrade integration for virtualized computing environments
US20190332409A1 (en) Identification and storage of logical to physical address associations for components in virtualized systems
TWI602121B (en) Technology for updating a server image file
US10990373B2 (en) Service managers and firmware version selections in distributed computing systems
US10972350B2 (en) Asynchronous imaging of computing nodes
JP2019139526A (en) Inspection system, inspection method, and program
US20170315829A1 (en) Method and electronic device for starting application
CA2997302C (en) Application migration
CN116955181A (en) Chip test system, method, computer device and storage medium
JP2018077697A (en) Verification system and verification method
JP2019053513A (en) Information processing system, information processing unit, and program
US9864650B2 (en) Monitoring and responding to operational conditions of a logical partition from a separate logical partition
US20140282517A1 (en) Applying and removing appropriate file overlays during live application mobility
JP2012181737A (en) Computer system

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