JP2020135190A - Software installation method of computer and installation server - Google Patents

Software installation method of computer and installation server Download PDF

Info

Publication number
JP2020135190A
JP2020135190A JP2019025456A JP2019025456A JP2020135190A JP 2020135190 A JP2020135190 A JP 2020135190A JP 2019025456 A JP2019025456 A JP 2019025456A JP 2019025456 A JP2019025456 A JP 2019025456A JP 2020135190 A JP2020135190 A JP 2020135190A
Authority
JP
Japan
Prior art keywords
computer
address
installation
temporary
host name
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
JP2019025456A
Other languages
Japanese (ja)
Other versions
JP7172703B2 (en
Inventor
信宏 竹迫
Nobuhiro Takesako
信宏 竹迫
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2019025456A priority Critical patent/JP7172703B2/en
Publication of JP2020135190A publication Critical patent/JP2020135190A/en
Application granted granted Critical
Publication of JP7172703B2 publication Critical patent/JP7172703B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a software installation method capable of enabling a computer to be executed by installing an application program with an OS without requiring manual setting and dedicated hardware.SOLUTION: A computer acquires a temporary IP address from an installation server, and transmits a host name to the installation server after installing an OS and starting it. The installation server stores combination information of the host name and the temporary IP address, and transmits a target application program and target setting information to the computer according to the combination information. The computer receives the target application program and the target setting information, installs the target application program, and sets a parameter value of the target application program according to the target setting information.SELECTED DRAWING: Figure 8

Description

本発明は、コンピュータのソフトウェアインストール方法及びインストールサーバに関する。 The present invention relates to a computer software installation method and an installation server.

従来から、コンピュータへのソフトウェアのインストールの際に、人為的な操作の軽減のためにOS(オペレーティングシステム)やアプリケーションプログラムの自動インストールを行うソリューションは数多く存在している。そのほとんどはネットワークブート(PXE)と呼ばれる業界標準の機能を利用してOSやアプリケーションプログラムのインストレーションを行っている。この従来の自動インストール方法では、OSやアプリケーションプログラムのインストールまでは可能だが、IPアドレス、ホスト名等のプリケーション固有情報の設定ができないため、管理者等のユーザがそのアプリケーション固有情報の入力操作を行う必要があった。その結果、手作業による人的ミス、作業負荷増大といった課題が発生していた。 Conventionally, there have been many solutions that automatically install an OS (operating system) or application program in order to reduce human operations when installing software on a computer. Most of them use an industry standard function called network boot (PXE) to install OS and application programs. With this conventional automatic installation method, it is possible to install the OS and application programs, but since application-specific information such as IP address and host name cannot be set, users such as administrators can enter the application-specific information. I had to do it. As a result, problems such as human error due to manual work and an increase in workload have occurred.

この課題の解決策として特許文献1に開示された技術がある。特許文献1には、自動インストール時に自動設定用のプログラムをもインストールしてそのプログラムの実行によってコンピュータの物理的な位置情報を検出し、その物理位置情報に基づいて、事前に準備した設定を適用する方法が提案されている。 As a solution to this problem, there is a technique disclosed in Patent Document 1. In Patent Document 1, a program for automatic setting is also installed at the time of automatic installation, the physical position information of the computer is detected by executing the program, and the setting prepared in advance is applied based on the physical position information. A method has been proposed.

これによりOSやアプリケーションプログラムのインストールからアプリケーション固有設定まで、手作業の間を挟むことなく構築できるため、手作業による人的ミス、作業負荷増大といった問題解消が試みられた。 As a result, it is possible to construct from the installation of the OS and application programs to the application-specific settings without intervening manual work, so it has been attempted to solve problems such as human error and increased workload due to manual work.

特開2006−338225号公報Japanese Unexamined Patent Publication No. 2006-338225

しかしながら、特許文献1の開示技術では、インストール対象のコンピュータの物理的な位置情報を特定してコンピュータのインストール及び設定を行う必要がある。 However, in the disclosed technology of Patent Document 1, it is necessary to specify the physical location information of the computer to be installed and install and set the computer.

その物理的な位置情報の特定には、専用のハードウェア、専用のソフトウェアがそれぞれ必要であり、更に、専用のソフトウェアはインストール対象のコンピュータにインストールが必要である。 Dedicated hardware and dedicated software are required to identify the physical location information, and the dedicated software needs to be installed on the computer to be installed.

インストール対象のコンピュータとリモートインストールサーバはネットワーク的にお互いに接続可能な状態になっている必要がある。この条件はどの自動構築システムでも共通の条件である。そのため、従来の方法では、必ずネットワーク的に接続可能な状態となるように、コンピュータの設計を十分考慮する必要がある。これはネットワーク設計全体にも波及する可能性があり、システムの運用にも大きく影響を与える恐れがある。 The computer to be installed and the remote installation server must be able to connect to each other via a network. This condition is common to all automatic construction systems. Therefore, in the conventional method, it is necessary to fully consider the design of the computer so that the computer can be connected to the network without fail. This can spread to the entire network design and can have a significant impact on system operation.

そこで、本発明の目的は、手作業による設定や専用のハードウェアを必要とすることなくアプリケーションプログラムをOSと共にコンピュータにインストールして実行可能な状態にすることができるソフトウェアインストール方法及びインストールサーバを提供することである。 Therefore, an object of the present invention is to provide a software installation method and an installation server that can install an application program on a computer together with an OS and make it executable without the need for manual setting or dedicated hardware. It is to be.

本発明のソフトウェアインストール方法は、インストールサーバとネットワークを介して接続されたコンピュータにソフトウェアをインストールする方法であって、前記コンピュータの起動に応じて前記コンピュータが前記インストールサーバに対して仮IPアドレスを要求する第1のステップと、前記インストールサーバが前記仮IPアドレスの要求に応答して前記仮IPアドレスを前記コンピュータに送出する第2のステップと、前記仮IPアドレスの受信後、前記コンピュータが前記インストールサーバに対してOSイメージを要求する第3のステップと、前記インストールサーバが前記OSイメージの要求に応答して前記OSイメージを前記コンピュータに送出する第4のステップと、前記コンピュータが前記OSイメージの受信後、前記OSイメージに含まれるOSをインストールして前記OSを起動する第5のステップと、前記コンピュータが前記OSの起動後にホスト名を前記インストールサーバに対して送出する第6のステップと、前記インストールサーバが前記ホスト名を受信した後、前記ホスト名と前記仮IPアドレスとの組合わせ情報を記憶する第7のステップと、前記インストールサーバが前記組合わせ情報に応じて複数のアプリケーションプログラム及び前記複数のアプリケーションプログラムのパラメータ値の設定情報のうちから対象アプリケーションプログラム及び前記対象設定情報を選択し、それらを前記コンピュータに送出する第8のステップと、前記コンピュータが前記対象アプリケーションプログラム及び前記対象設定情報を受信し、前記対象アプリケーションプログラムをインストールして前記対象設定情報に応じて前記対象アプリケーションプログラムのパラメータ値を設定する第9のステップと、を含むことを特徴としている。 The software installation method of the present invention is a method of installing software on a computer connected to an installation server via a network, and the computer requests a temporary IP address from the installation server in response to the startup of the computer. The first step, the second step in which the installation server sends the temporary IP address to the computer in response to the request for the temporary IP address, and the computer installs the temporary IP address after receiving the temporary IP address. The third step of requesting the OS image from the server, the fourth step of the installation server sending the OS image to the computer in response to the request of the OS image, and the computer having the OS image of the OS image. After receiving, the fifth step of installing the OS included in the OS image and starting the OS, and the sixth step of sending the host name to the installation server after the computer starts the OS. After the installation server receives the host name, a seventh step of storing the combination information of the host name and the temporary IP address, and a plurality of application programs and the installation server according to the combination information. An eighth step of selecting the target application program and the target setting information from the setting information of the parameter values of the plurality of application programs and sending them to the computer, and the computer using the target application program and the target setting. It is characterized by including a ninth step of receiving information, installing the target application program, and setting a parameter value of the target application program according to the target setting information.

本発明のインストールサーバは、ネットワークを介して接続されたコンピュータにソフトウェアをインストールするインストールサーバであって、前記コンピュータからの仮IPアドレスの要求に応答して前記仮IPアドレスを前記コンピュータに送出するDHCP手段と、前記コンピュータからのOSイメージの要求に応答して前記OSイメージを前記コンピュータに送出する手段と、前記コンピュータからのホスト名を受信した後、前記ホスト名と前記仮IPアドレスとの組合わせ情報を記憶する手段と、前記組合わせ情報に応じて複数のアプリケーションプログラム及び前記複数のアプリケーションプログラムのパラメータ値の設定情報のうちから対象アプリケーションプログラム及び前記対象設定情報を選択し、それらを前記コンピュータに送出する手段と、を備えたことを特徴としている。 The installation server of the present invention is an installation server that installs software on a computer connected via a network, and is a DHCP that sends the temporary IP address to the computer in response to a request for the temporary IP address from the computer. The means, the means for sending the OS image to the computer in response to the request for the OS image from the computer, and the combination of the host name and the temporary IP address after receiving the host name from the computer. The target application program and the target setting information are selected from the means for storing the information and the setting information of the parameter values of the plurality of application programs and the plurality of application programs according to the combination information, and these are stored in the computer. It is characterized by having a means for sending out.

本発明のコンピュータのソフトウェアインストール方法及びインストールサーバによれば、アプリケーションプログラムをコンピュータにインストールしかつパラメータ値の設定を行うので、インストール終了後にはユーザによる手作業による入力設定をすることなく実行可能な状態にすることができる。 According to the computer software installation method and installation server of the present invention, the application program is installed on the computer and the parameter values are set. Therefore, after the installation is completed, the application program can be executed without manual input setting by the user. Can be.

本発明が適用されたコンピュータシステムの構成を示す図である。It is a figure which shows the structure of the computer system to which this invention is applied. 図1のシステム中の仮IPアドレス対応情報記憶部の記憶内容を示す図である。It is a figure which shows the storage content of the temporary IP address correspondence information storage part in the system of FIG. 図1のシステム中のISOイメージ記憶部のOSイメージの種類を示す図である。It is a figure which shows the type of the OS image of the ISO image storage part in the system of FIG. 図1のシステム中のOSインストール設定ファイル記憶部の記憶内容を示す図である。It is a figure which shows the storage contents of the OS installation setting file storage part in the system of FIG. 図1のシステム中のホスト名及びIPアドレス名前解決プログラム実行部の記憶内容を示す図である。It is a figure which shows the storage contents of the host name and IP address name resolution program execution part in the system of FIG. 図1のシステム中の追加ファイル群記憶部の記憶ファイル群を示す図である。It is a figure which shows the storage file group of the additional file group storage part in the system of FIG. 図1のシステム中の個別設定値記憶部の記憶内容を示す図である。It is a figure which shows the storage content of the individual setting value storage part in the system of FIG. 図1のシステムにおける動作シーケンス図である。It is operation sequence diagram in the system of FIG.

以下、本発明の実施例を、図面を参照しつつ詳細に説明する。 Hereinafter, examples of the present invention will be described in detail with reference to the drawings.

図1は本発明を適用したコンピュータシステムを示している。このコンピュータシステムは、インストールサーバ10とコンピュータ20とを有し、インストールサーバ10とコンピュータ20とはネットワーク30によって接続されている。本実施例では単一のコンピュータ20が示されているが、複数のコンピュータ20がネットワーク30に接続されていても良い。 FIG. 1 shows a computer system to which the present invention is applied. This computer system has an installation server 10 and a computer 20, and the installation server 10 and the computer 20 are connected by a network 30. Although a single computer 20 is shown in this embodiment, a plurality of computers 20 may be connected to the network 30.

ネットワーク30は例えば、レイヤ2(データリンク層)レベルのネットワークである。インストールサーバ10とコンピュータ20との間のデータやコマンドの通信はネットワーク30を介して常に行われる。 The network 30 is, for example, a layer 2 (data link layer) level network. Communication of data and commands between the installation server 10 and the computer 20 is always performed via the network 30.

インストールサーバ10は、個別のインストール用のプログラムを実行する実行部として、OS及びアプリケーションインストールプログラム実行部101と、仮IPアドレス発行プログラム実行部102と、仮IPアドレスとホスト名の対応情報登録プログラム実行部103と、ホスト名及びIPアドレス名前解決プログラム実行部104と、OS及びアプリケーション設定変更プログラム実行部105とを備えている。これら実行部101〜105の各々は割り当てられた個別のプログラムを実行する単数又は複数のプロセッサ(図示せず)を有している。また、これらの実行部101〜105間の動作の流れを制御する制御部(図示せず)がインストールサーバ10内に設けられている。 The installation server 10 executes the OS and application installation program execution unit 101, the temporary IP address issuing program execution unit 102, and the temporary IP address and host name correspondence information registration program as execution units for executing individual installation programs. It includes a unit 103, a host name and IP address name resolution program execution unit 104, and an OS and application setting change program execution unit 105. Each of these execution units 101-105 has one or more processors (not shown) that execute the assigned individual programs. Further, a control unit (not shown) for controlling the flow of operations between these execution units 101 to 105 is provided in the installation server 10.

仮IPアドレス発行プログラム実行部102は、仮IPアドレス発行プログラムを実行することによりDHCPサーバとして動作し、仮IPアドレス発行依頼に対して仮IPアドレスを発行する。また、仮IPアドレス発行プログラム実行部102は、図2に示すように、ホスト名、仮IPアドレス、MACアドレスの対応情報を記憶する仮IPアドレス対応情報記憶部102aを有している。 The temporary IP address issuing program execution unit 102 operates as a DHCP server by executing the temporary IP address issuing program, and issues the temporary IP address in response to the temporary IP address issuing request. Further, as shown in FIG. 2, the temporary IP address issuing program execution unit 102 has a temporary IP address correspondence information storage unit 102a that stores correspondence information of the host name, the temporary IP address, and the MAC address.

OS及びアプリケーションインストールプログラム実行部101は、OS及びアプリケーションインストールプログラムを実行することにより、インストール用ISOイメージ記憶部101aと、OSインストール設定ファイル記憶部101bを持ち、それらに格納されたISOイメージや設定ファイルを任意のプロトコル(TFTP、FTP、HTTP(S))を用いて転送する。OSインストール設定ファイル記憶部101bにはOSのインストール設定時にホスト名までファイルとして設定しておくことが必要になる。インストール用ISOイメージ記憶部101aに記憶されたOSとして例えば、図3に示すようにRHEL(Red Hat Enterprise Linux)7、RHEL6、CentOS7、CentOS6、VMware ESXi6.7、VMware ESXi6.5、VMware ESXi6.0が含まれる。OSインストール設定ファイル記憶部101bには図4に示すように、ホスト名毎にパーティション構成、パッケージ構成その他の情報がイメージファイルに記憶されている。 The OS and application installation program execution unit 101 has an ISO image storage unit 101a for installation and an OS installation setting file storage unit 101b by executing the OS and application installation program, and the ISO image and setting file stored in them. Is transferred using any protocol (TNTP, FTP, HTTP (S)). It is necessary to set the host name as a file in the OS installation setting file storage unit 101b at the time of OS installation setting. As the OS stored in the installation ISO image storage unit 101a, for example, as shown in FIG. 3, RHEL (Red Hat Enterprise Linux) 7, RHEL6, CentOS7, CentOS6, VMware ESXi6.7, VMware ESXi6.5, VMware ESXi6.0 Is included. As shown in FIG. 4, the OS installation setting file storage unit 101b stores partition configuration, package configuration, and other information for each host name in the image file.

仮IPアドレスとホスト名対応情報登録プログラム実行部103は、仮IPアドレスとホスト名対応情報登録プログラムを実行することにより、仮IPアドレス発行プログラム実行部102によって作成されたホスト名と仮IPアドレスの組合わせ情報を、ホスト名及びIPアドレス名前解決プログラム用の定義ファイル(/etc/hosts)にコピーを行う。 The temporary IP address and host name correspondence information registration program execution unit 103 executes the temporary IP address and host name correspondence information registration program to execute the temporary IP address and host name correspondence information registration program to execute the temporary IP address and host name correspondence information registration program execution unit 102 for the host name and the temporary IP address. Copy the combination information to the definition file (/ etc / hosts) for the host name and IP address name resolution program.

ホスト名及びIPアドレス名前解決プログラム実行部104は、ホスト名及びIPアドレス名前解決プログラムを実行することにより、対象ホスト名に該当する仮IPアドレスへの変換を行う。ホスト名及びIPアドレス名前解決プログラム実行部104は、図5に示すように、ホスト名とIPアドレスとの対応情報を記憶したホスト名及びIPアドレス対応情報記憶部104aを有し、ホスト名から仮IPアドレスへの変換に使用する設定ファイルとして、/etc/hostsの定義ファイルを使用する。 The host name and IP address name resolution program execution unit 104 converts the host name and IP address into a temporary IP address corresponding to the target host name by executing the name resolution program. As shown in FIG. 5, the host name and IP address name resolution program execution unit 104 has a host name and an IP address correspondence information storage unit 104a that stores correspondence information between the host name and the IP address, and provisionally from the host name. Use the definition file of / etc / hosts as the configuration file used for conversion to the IP address.

OS及びアプリケーション設定変更プログラム実行部105は、追加ファイル群記憶部105aと、個別設定値記憶部105bとを持ち、全てホスト名に関連付けられてファイル、設定値を管理する。追加ファイル群記憶部105aに記憶されたファイルは図6に示すように、ホスト名毎に予め設定されたアプリケーションプログラムを形成する複数のプログラムファイル(ファイルa、ファイルb、ファイルc)である。個別設定値記憶部105bに記憶された個別設定値(設定情報)は、図7に示すように、ホスト名毎に対応するアプリケーションプログラムに必要な各パラメータ値に対して適切な設定値(設定値A、設定値B、設定値C)を与えるための複数の設定値ファイルである。例えば、プログラムファイルがコンピュータにインストールされる際に設定値ファイルの各設定値がパラメータ登録され、これによりアプリケーションプログラムがそのコンピュータにおいて実行可能となる。 The OS and application setting change program execution unit 105 has an additional file group storage unit 105a and an individual setting value storage unit 105b, all of which are associated with the host name and manage files and setting values. As shown in FIG. 6, the files stored in the additional file group storage unit 105a are a plurality of program files (file a, file b, file c) that form a preset application program for each host name. As shown in FIG. 7, the individual setting value (setting information) stored in the individual setting value storage unit 105b is an appropriate setting value (setting value) for each parameter value required for the application program corresponding to each host name. It is a plurality of setting value files for giving A, setting value B, setting value C). For example, when the program file is installed on the computer, each setting value of the setting value file is registered as a parameter, so that the application program can be executed on the computer.

コンピュータ20には、ネットワークブートの規格であるPXE(Preboot eXecution Environment)に対応したネットワークカード20aが搭載され、OS、アプリケーション等のソフトウェアの自動インストールを可能にしている。 The computer 20 is equipped with a network card 20a compatible with PXE (Preboot eXecution Environment), which is a network boot standard, and enables automatic installation of software such as an OS and applications.

かかる構成を備えたコンピュータシステムにおいては、コンピュータ20に電源が投入されると、コンピュータ20は先ず、例えば、BIOS(バイオス)で起動して図8に示すように、コンピュータ20とインストールサーバ10との間で通信が行われる。コンピュータ20とインストールサーバ10との間で通信ではネットワーク30を介してパケットが送受信される。パケットにはMACアドレスと共に後述する要求等のコマンド、或いはプログラム等のデータが含まれる。 In a computer system having such a configuration, when the power of the computer 20 is turned on, the computer 20 is first started by, for example, a BIOS, and as shown in FIG. 8, the computer 20 and the installation server 10 are combined. Communication is carried out between them. In communication between the computer 20 and the installation server 10, packets are transmitted and received via the network 30. The packet contains data such as a command such as a request described later or a program together with the MAC address.

コンピュータ20では起動後、ネットワークカード20aのPXE機能によりPXEブートが実行される。PXEブートによりコンピュータ20から仮IPアドレス発行依頼がインストールサーバ10に対して送出される(ステップA:第1のステップ)。インストールサーバ10では、仮IPアドレス発行プログラム実行部102が仮IPアドレス発行依頼に応答して仮IPアドレスを発行し、それをコンピュータ20に送出する(ステップB:第2のステップ)。 After the computer 20 starts up, the PXE boot is executed by the PXE function of the network card 20a. A temporary IP address issuance request is sent from the computer 20 to the installation server 10 by PXE boot (step A: first step). In the installation server 10, the temporary IP address issuing program execution unit 102 issues the temporary IP address in response to the temporary IP address issuance request and sends it to the computer 20 (step B: second step).

次に、コンピュータ20はインストール対象選択メニュー要求をインストールサーバ10に対して送出する(ステップC)。インストールサーバ10では、インストール対象選択メニュー要求に対してOS及びアプリケーションインストールプログラム実行部101がインストール対象選択メニューを発行し、それをコンピュータ20に送出する(ステップD)。インストール対象選択メニューは例えば、コンピュータ20へのインストール可能なアプリケーションプログラムの種類を示す。 Next, the computer 20 sends an installation target selection menu request to the installation server 10 (step C). In the installation server 10, the OS and the application installation program execution unit 101 issue an installation target selection menu in response to the installation target selection menu request, and send it to the computer 20 (step D). The installation target selection menu indicates, for example, the types of application programs that can be installed on the computer 20.

コンピュータ20はインストール対象選択メニューに基づいてOSイメージ転送要求をインストールサーバ10に対して送出する(ステップE:第3のステップ)。これはコンピュータ20において例えば、ユーザがインストール対象選択メニューからいずれか1つのアプリケーションを選択することにより、その選択したアプリケーションプログラム(対象アプリケーションプログラム)がそのインストールに必要なOSイメージの転送要求として発せられる。 The computer 20 sends an OS image transfer request to the installation server 10 based on the installation target selection menu (step E: third step). In the computer 20, for example, when the user selects any one application from the installation target selection menu, the selected application program (target application program) is issued as a transfer request of the OS image required for the installation.

インストールサーバ10では、OSイメージ転送要求が受信されると、選択したアプリケーションが分かり、それに対してOS及びアプリケーションインストールプログラム実行部101がOSイメージをインストール用ISOイメージ記憶部101aから取り出してそれをコンピュータ20に送出する(ステップF:第4のステップ)。そのOSイメージにはOSインストール設定ファイル記憶部101bに記憶されたOSインストール設定ファイルが含まれる。OSイメージのコンピュータ20への転送には、上記したTFTP、FTP、HTTP(S)等のプロトコルが使用される。インストールサーバ10では、選択したアプリケーションに対応して一義的にホスト名が設定され、送出されるOSイメージ中のOSインストール設定ファイルには上述したようにホスト名、パーティション構成、パッケージ構成その他の情報が含まれている。 When the installation server 10 receives the OS image transfer request, the selected application is known, and the OS and the application installation program execution unit 101 take out the OS image from the installation ISO image storage unit 101a and take it out from the computer 20. (Step F: 4th step). The OS image includes an OS installation setting file stored in the OS installation setting file storage unit 101b. The above-mentioned protocols such as TFTP, FTP, and HTTP (S) are used for transferring the OS image to the computer 20. In the installation server 10, the host name is uniquely set according to the selected application, and the OS installation setting file in the sent OS image contains the host name, partition configuration, package configuration, and other information as described above. include.

コンピュータ20ではインストールサーバ10からOSイメージがダウンロードされるので、そのOSイメージがインストールされ、そのインストール後にOSが起動される。このOS起動はコンピュータ20の再起動でも良い。OSが起動されると、コンピュータ20は自身に割り当てられたホスト名をインストールサーバ10に対して送出する(ステップG:第5及び第6のステップ)。それに対して、インストールサーバ10の仮IPアドレス発行プログラム実行部102は、コンピュータ20から送出されたホスト名を取得すると、ホスト名、仮IPアドレス、及びMACアドレスを互いに関連付けて仮IPアドレス対応情報記憶部102aに記憶して管理する。なお、仮IPアドレス発行プログラム実行部102ではステップBの仮IPアドレス発行の段階で仮IPアドレスとMACアドレスとの関連付けが既にされているので、ステップGでホスト名はMACアドレスを含むパケットでコンピュータ20からインストールサーバ10に供給されると、ホスト名、仮IPアドレス、及びMACアドレスの関連付けが可能である。 Since the OS image is downloaded from the installation server 10 on the computer 20, the OS image is installed, and the OS is started after the installation. This OS startup may be a restart of the computer 20. When the OS is started, the computer 20 sends the host name assigned to itself to the installation server 10 (step G: 5th and 6th steps). On the other hand, when the temporary IP address issuing program execution unit 102 of the installation server 10 acquires the host name sent from the computer 20, the temporary IP address correspondence information is stored by associating the host name, the temporary IP address, and the MAC address with each other. It is stored and managed in the unit 102a. Since the temporary IP address issuance program execution unit 102 has already associated the temporary IP address with the MAC address at the stage of issuing the temporary IP address in step B, the host name is a computer in a packet including the MAC address in step G. When supplied from 20 to the installation server 10, the host name, temporary IP address, and MAC address can be associated with each other.

取得したホスト名と仮IPアドレスとの組合わせ情報は仮IPアドレスとホスト名対応情報登録プログラム実行部103に供給される(ステップH)。仮IPアドレスとホスト名対応情報登録プログラム実行部103では、ホスト名と仮IPアドレスとの組合わせ情報が取得されると、そのホスト名と仮IPアドレスとの組合わせ情報を、ホスト名及びIPアドレス名前解決プログラム用の定義ファイル(/etc/hosts)にコピーを行う(ステップI)。その定義ファイルはホスト名及びIPアドレス名前解決プログラム実行部104のホスト名及びIPアドレス対応情報記憶部104aに保存される。ステップH,Iは第7のステップに相当する。 The combination information of the acquired host name and the temporary IP address is supplied to the temporary IP address and the host name correspondence information registration program execution unit 103 (step H). When the temporary IP address and host name correspondence information registration program execution unit 103 acquires the combination information of the host name and the temporary IP address, the combination information of the host name and the temporary IP address is used as the host name and the IP. Make a copy to the definition file (/ etc / hosts) for the address name resolution program (step I). The definition file is stored in the host name and IP address correspondence information storage unit 104a of the host name and IP address name resolution program execution unit 104. Steps H and I correspond to the seventh step.

その後、OS及びアプリケーション設定変更プログラム実行部105から対象ホスト名の仮IPアドレス変換要求がホスト名及びIPアドレス名前解決プログラム実行部104に供給される(ステップJ)。対象ホスト名の仮IPアドレス変換要求の対象ホスト名はステップGで仮IPアドレス発行プログラム実行部102が得たホスト名である。ホスト名及びIPアドレス名前解決プログラム実行部104は、対象ホスト名の仮IPアドレス変換要求に応答し、ホスト名及びIPアドレス対応情報記憶部104aに記憶された情報から対象ホスト名に対応する仮IPアドレスを読み出してそれをOS及びアプリケーション設定変更プログラム実行部105に供給する(ステップK)。 After that, the OS and application setting change program execution unit 105 supplies a temporary IP address conversion request for the target host name to the host name and the IP address name resolution program execution unit 104 (step J). The target host name of the temporary IP address translation request of the target host name is the host name obtained by the temporary IP address issuing program execution unit 102 in step G. The host name and IP address name resolution program execution unit 104 responds to the temporary IP address translation request of the target host name, and from the information stored in the host name and IP address correspondence information storage unit 104a, the temporary IP corresponding to the target host name. The address is read out and supplied to the OS and the application setting change program execution unit 105 (step K).

OS及びアプリケーション設定変更プログラム実行部105は、追加ファイル群記憶部105a及び個別設定値記憶部105bの各々から対象ホスト名に対応するプログラムファイル群及び設定値ファイル群を読み出し、それらをコンピュータ20に送出する(ステップL)。そのファイル群のコンピュータ20への転送には、上記したTFTP、FTP、HTTP(S)等のプロトコルが使用されても良い。ステップK,Lが第8のステップに相当する。 The OS and application setting change program execution unit 105 reads the program file group and the setting value file group corresponding to the target host name from each of the additional file group storage unit 105a and the individual setting value storage unit 105b, and sends them to the computer 20. (Step L). The above-mentioned protocols such as TFTP, FTP, and HTTP (S) may be used for transferring the files to the computer 20. Steps K and L correspond to the eighth step.

コンピュータ20では、インストールサーバ10からプログラムファイル群及び設定値ファイル群がダウンロードされる。そして、それらのプログラムファイルがコンピュータにインストールされ、その際に設定値ファイルの各設定値がパラメータ登録される(第9のステップ)。インストールが終了すると、選択したアプリケーションソフトウェアがコンピュータ20に実行可能な状態でインストールされたことになる。 On the computer 20, the program file group and the setting value file group are downloaded from the installation server 10. Then, those program files are installed in the computer, and at that time, each setting value of the setting value file is registered as a parameter (9th step). When the installation is complete, the selected application software is installed on the computer 20 in an executable state.

このように実施例のソフトウェアインストール方法によれば、インストールサーバ10側にはソフトウェアを用意するだけでOS及びアプリケーションプログラムをコンピュータ20にインストールしかつパラメータ値の設定を行うので、インストール終了後にはユーザによる新たな入力設定をすることなく実行可能な状態にすることができる。また、インストールサーバ10とコンピュータ20とを物理的に接続するネットワーク環境があれば、インストール可能であり、コンピュータ20側では特許文献1の開示技術のような特別なハードウェアは必要なく、更に、位置情報等の固有情報を使用しないで済むという特徴もある。 As described above, according to the software installation method of the embodiment, the OS and the application program are installed on the computer 20 and the parameter values are set only by preparing the software on the installation server 10 side. Therefore, the user can set the parameter values after the installation is completed. It can be made executable without making new input settings. Further, if there is a network environment that physically connects the installation server 10 and the computer 20, the installation is possible, and the computer 20 does not need special hardware such as the disclosure technology of Patent Document 1, and further, the location. Another feature is that it is not necessary to use unique information such as information.

なお、上記した実施例においては、インストールサーバ10は、OS及びアプリケーションインストールプログラム実行部101と、仮IPアドレス発行プログラム実行部102と、仮IPアドレスとホスト名の対応情報登録プログラム実行部103と、ホスト名及びIPアドレス名前解決プログラム実行部104と、OS及びアプリケーション設定変更プログラム実行部105とを備えているが、それらの実行部を複数のサーバに分散させても良い。特に、負荷を分散するためには、OS及びアプリケーションインストールプログラム実行部101とOS及びアプリケーション設定変更プログラム実行部105とを別にすることが望ましい。例えば、インストールサーバ10には、OS及びアプリケーションインストールプログラム実行部101と、仮IPアドレス発行プログラム実行部102と、仮IPアドレスとホスト名の対応情報登録プログラム実行部103と、ホスト名及びIPアドレス名前解決プログラム実行部104とを形成し、OS及びアプリケーション設定変更プログラム実行部105を別にサーバに形成することができる。この場合には仮IPアドレス発行プログラム実行部102が管理する仮IPアドレス発行可能な範囲を分割する必要がある。例えば、上記した実施例では仮IPアドレスとして192.168.5.101〜192.168.5.121を使用する場合に負荷分散のためには192.168.5.101〜192.168.5.110の範囲、或いは、192.168.5.111〜192.168.5.121の範囲に限定することになる。 In the above embodiment, the installation server 10 includes an OS and application installation program execution unit 101, a temporary IP address issuing program execution unit 102, a temporary IP address and host name correspondence information registration program execution unit 103, and the like. The host name and IP address name resolution program execution unit 104 and the OS and application setting change program execution unit 105 are provided, but these execution units may be distributed to a plurality of servers. In particular, in order to distribute the load, it is desirable to separate the OS and application installation program execution unit 101 from the OS and application setting change program execution unit 105. For example, the installation server 10 includes an OS and application installation program execution unit 101, a temporary IP address issuing program execution unit 102, a temporary IP address and host name correspondence information registration program execution unit 103, and a host name and IP address name. The solution program execution unit 104 can be formed, and the OS and the application setting change program execution unit 105 can be separately formed on the server. In this case, it is necessary to divide the range in which the temporary IP address can be issued managed by the temporary IP address issuing program execution unit 102. For example, in the above embodiment, when 192.168.5.101 to 192.168.5.121 are used as the temporary IP address, the range of 192.168.5.101 to 192.168.5.110 or the range of 192.168.5.111 to 192.168.5.121 is used for load distribution. Will be limited to.

また、インストールサーバ10の実行部101〜105のうちのホスト名及びIPアドレス名前解決プログラム実行部104とOS及びアプリケーション設定変更プログラム実行部105とを別にサーバに形成しても良い。 Further, the host name and IP address name resolution program execution unit 104 of the execution units 101 to 105 of the installation server 10 and the OS and application setting change program execution unit 105 may be formed separately on the server.

このように分散構成することにより、複数のコンピュータに同時にインストールする場合に1つのインストールサーバに負荷が集中することを防止することができる。 With such a distributed configuration, it is possible to prevent the load from being concentrated on one installation server when installing on a plurality of computers at the same time.

上記した実施例において、実際に使用するインストールサーバ10は物理サーバではなく、仮想基盤上の仮想マシンとして提供することが可能である。事前に必要な設定をすべて反映した仮想マシンを準備しておけば、インストールサーバ10の仮想マシンを複数台に複製することにより容易にスケールアウト可能となる。また、事前準備としてOS及びアプリケーションインストールプログラム実行部101中の、「インストールイメージ」及び「インストール設定ファイル」と、OS及びアプリケーション設定変更プログラム実行部105の「追加ファイル群」及び「個別設定用ファイル群」を分離して、共通の流用可能な設定だけ仮想マシンとして準備することにより、どのような構成の環境も構築可能な汎用の仮想マシンも作成可能で、将来的な更新のメンテナンスも容易となる。 In the above embodiment, the installation server 10 actually used can be provided as a virtual machine on a virtual infrastructure instead of a physical server. If a virtual machine that reflects all the necessary settings is prepared in advance, it is possible to easily scale out by replicating the virtual machines of the installation server 10 to a plurality of machines. In addition, as a preliminary preparation, the "installation image" and "installation setting file" in the OS and application installation program execution unit 101, and the "additional file group" and "individual setting file group" in the OS and application setting change program execution unit 105. By separating "" and preparing only common diversion settings as a virtual machine, it is possible to create a general-purpose virtual machine that can build an environment of any configuration, and maintenance of future updates will be easy. ..

また、上記した実施例において、仮IPアドレスとホスト名の対応情報登録プログラム実行部103では、DHCPサーバの仮IPアドレス発行プログラム実行部102から、ホスト名、仮IPアドレス、及びMACアドレスの組合わせが取得できる。ここで、コンピュータ20のMACアドレス情報を用いて、OS及びアプリケーションインストールプログラム実行部101のインストール設定ファイルと関連付けることで、その後にコンピュータ20から起動する際、必要な設定が自動転送されるようにすることが可能である。この結果、例えば、システムディスクが全損してシステムが起動できない状態となった場合において、システムディスク交換後、コンピュータ20を起動するだけでインストールサーバに準備した設定を適用して自動構築することができる。システムへの設定をインストールサーバのOS及びアプリケーション設定変更プログラム実行部105を経由する運用にした場合に、インストールサーバ10がコンピュータ20を含む各コンピュータの設定を把握しているため、システムバックアップが不要になる。また、システムディスク側の論理破壊が発生した場合も同様の手順で自動構築を行ってもとに戻すことが可能になる。 Further, in the above embodiment, in the temporary IP address and host name correspondence information registration program execution unit 103, the combination of the host name, the temporary IP address, and the MAC address is performed from the temporary IP address issuing program execution unit 102 of the DHCP server. Can be obtained. Here, by associating the MAC address information of the computer 20 with the installation setting file of the OS and the application installation program execution unit 101, the necessary settings are automatically transferred when the computer 20 is started after that. It is possible. As a result, for example, when the system disk is completely damaged and the system cannot be started, the system can be automatically constructed by applying the prepared settings to the installation server simply by starting the computer 20 after replacing the system disk. .. When the system settings are set via the OS of the installation server and the application setting change program execution unit 105, the installation server 10 knows the settings of each computer including the computer 20, so system backup is unnecessary. Become. In addition, even if a logical destruction occurs on the system disk side, it can be restored by performing automatic construction in the same procedure.

更に、上記したように、仮IPアドレスとホスト名の対応情報登録プログラム実行部103では、仮IPアドレス発行プログラム実行部102から、ホスト名、仮IPアドレス、及びMACアドレスの組合わせ情報が取得できるが、OSがLinux(登録商標)を用いたシステムの場合にはコンピュータ20のMACアドレス情報をLinuxのレスキューモードと関連付けることができる。よって、システムディスクが全損してシステムが起動できない状態となった際に、コンピュータ20を起動させるとLinuxインストールメディア(DVD等の光学メディア)のレスキューモードと同じ環境で起動可能となる。その結果、システムディスクの状態を確認した後、一部でも参照可能な領域が存在する場合、必要なデータの引き上げ作業も可能となる。インストールサーバ10側にシステムバックアップデータを管理している場合には、システムディスク交換後、インストールサーバのシステムバックアップデータをリストア可能となる。これらの一連の機能は、商用のバックアップソフトウェアに実装されている機能であるが、ホスト名と仮IPアドレスが自動的に関連付けられる場合に有効である。確実に正しい対象ホスト名がコンピュータ20に設定されるため、リストア対象のバックアップデータを間違えて使用するといったミスをなくすことができる。 Further, as described above, the temporary IP address and host name correspondence information registration program execution unit 103 can acquire the combination information of the host name, the temporary IP address, and the MAC address from the temporary IP address issuing program execution unit 102. However, when the OS is a system using Linux (registered trademark), the MAC address information of the computer 20 can be associated with the rescue mode of Linux. Therefore, when the computer 20 is started when the system disk is completely damaged and the system cannot be started, it can be started in the same environment as the rescue mode of the Linux installation media (optical media such as DVD). As a result, after checking the status of the system disk, if there is an area that can be referred to even in part, it is possible to pull up the necessary data. When the system backup data is managed on the installation server 10 side, the system backup data of the installation server can be restored after the system disk is replaced. These series of functions are implemented in commercial backup software, but are effective when the host name and the temporary IP address are automatically associated with each other. Since the correct target host name is surely set in the computer 20, it is possible to eliminate mistakes such as mistakenly using the backup data to be restored.

なお、上記した実施例ではOSとしてLinuxが使用された場合について説明したので、ホスト名と仮IPアドレスとの組合わせ情報が定義ファイル(hostsファイル)の格納場所として/etc/hostsが指定されているが、Windows(登録商標)等の他のOSではその格納場所は異なっており、格納場所が/etc/hostsに限定されることはない。 In the above embodiment, the case where Linux is used as the OS has been described, so / etc / hosts is specified as the storage location of the definition file (hosts file) for the combination information of the host name and the temporary IP address. However, the storage location is different in other OS such as Windows (registered trademark), and the storage location is not limited to / etc / hosts.

10 インストールサーバ
20 コンピュータ
20a ネットワークカード
30 ネットワーク
101 OS及びアプリケーションインストールプログラム実行部
102 仮IPアドレス発行プログラム実行部
103 仮IPアドレスとホスト名の対応情報登録プログラム実行部
104 ホスト名及びIPアドレス名前解決プログラム実行部
105 OS及びアプリケーション設定変更プログラム実行部
101a,101b,102a,104a,105a,105b 記憶部
10 Installation server 20 Computer 20a Network card 30 Network 101 OS and application installation program execution unit 102 Temporary IP address issuing program execution unit 103 Temporary IP address and host name correspondence information Registration program execution unit 104 Host name and IP address name resolution program execution Unit 105 OS and application setting change program execution unit 101a, 101b, 102a, 104a, 105a, 105b Storage unit

Claims (6)

インストールサーバとネットワークを介して接続されたコンピュータにソフトウェアをインストールする方法であって、
前記コンピュータの起動に応じて前記コンピュータが前記インストールサーバに対して仮IPアドレスを要求する第1のステップと、
前記インストールサーバが前記仮IPアドレスの要求に応答して前記仮IPアドレスを前記コンピュータに送出する第2のステップと、
前記仮IPアドレスの受信後、前記コンピュータが前記インストールサーバに対してOSイメージを要求する第3のステップと、
前記インストールサーバが前記OSイメージの要求に応答して前記OSイメージを前記コンピュータに送出する第4のステップと、
前記コンピュータが前記OSイメージの受信後、前記OSイメージに含まれるOSをインストールして前記OSを起動する第5のステップと、
前記コンピュータが前記OSの起動後にホスト名を前記インストールサーバに対して送出する第6のステップと、
前記インストールサーバが前記ホスト名を受信した後、前記ホスト名と前記仮IPアドレスとの組合わせ情報を記憶する第7のステップと、
前記インストールサーバが前記組合わせ情報に応じて複数のアプリケーションプログラム及び前記複数のアプリケーションプログラムのパラメータ値の設定情報のうちから対象アプリケーションプログラム及び前記対象設定情報を選択し、それらを前記コンピュータに送出する第8のステップと、
前記コンピュータが前記対象アプリケーションプログラム及び前記対象設定情報を受信し、前記対象アプリケーションプログラムをインストールして前記対象設定情報に応じて前記対象アプリケーションプログラムのパラメータ値を設定する第9のステップと、を含むことを特徴とするインストール方法。
A method of installing software on a computer connected to an installation server via a network.
The first step in which the computer requests a temporary IP address from the installation server in response to the startup of the computer.
A second step in which the installation server sends the temporary IP address to the computer in response to the request for the temporary IP address.
After receiving the temporary IP address, the computer requests the OS image from the installation server in the third step.
A fourth step in which the installation server sends the OS image to the computer in response to a request for the OS image.
After the computer receives the OS image, the fifth step of installing the OS included in the OS image and starting the OS, and
A sixth step in which the computer sends the host name to the installation server after the OS is started.
After the installation server receives the host name, a seventh step of storing the combination information of the host name and the temporary IP address, and
The installation server selects the target application program and the target setting information from the setting information of the plurality of application programs and the parameter values of the plurality of application programs according to the combination information, and sends them to the computer. 8 steps and
The computer includes a ninth step of receiving the target application program and the target setting information, installing the target application program, and setting parameter values of the target application program according to the target setting information. An installation method that features.
前記第7のステップでは前記ホスト名と前記仮IPアドレスとの組合わせ情報は定義ファイル/etc/hostsに反映され、前記第8のステップでは前記定義ファイル/etc/hostsを参照して前記対象アプリケーションプログラム及び前記対象設定情報が選択されることを特徴とする請求項1記載のインストール方法。 In the seventh step, the combination information of the host name and the temporary IP address is reflected in the definition file / etc / hosts, and in the eighth step, the target application is referred to by referring to the definition file / etc / hosts. The installation method according to claim 1, wherein the program and the target setting information are selected. 前記第1のステップ、前記第3のステップ、及び前記第5のステップは、前記コンピュータに設けられたPXE機能によって実行されることを特徴とする請求項1又2記載のインストール方法。 The installation method according to claim 1 or 2, wherein the first step, the third step, and the fifth step are executed by a PXE function provided in the computer. 前記第3のステップでは、前記対象アプリケーションプログラムがメニュー選択され、そのメニュー選択結果を示す前記OSイメージの要求が実行され、
前記第4のステップでは、前記メニュー選択結果に対応した前記ホスト名の情報を含む前記OSイメージが前記コンピュータに送出され
前記第5のステップでは、前記OSイメージに含まれるOSをインストールして前記コンピュータに前記ホスト名を設定することを特徴とする請求項1ないし3のいずれか1記載のインストール方法。
In the third step, the target application program is menu-selected, and the OS image request indicating the menu selection result is executed.
In the fourth step, the OS image including the host name information corresponding to the menu selection result is sent to the computer, and in the fifth step, the OS included in the OS image is installed and the computer is installed. The installation method according to any one of claims 1 to 3, wherein the host name is set in 1.
前記OSイメージには前記ホスト名の情報を含むインストール設定情報が含まれることを特徴とする請求項4記載のインストール方法。 The installation method according to claim 4, wherein the OS image includes installation setting information including information on the host name. ネットワークを介して接続されたコンピュータにソフトウェアをインストールするインストールサーバであって、
前記コンピュータからの仮IPアドレスの要求に応答して前記仮IPアドレスを前記コンピュータに送出するDHCP手段と、
前記コンピュータからのOSイメージの要求に応答して前記OSイメージを前記コンピュータに送出する手段と、
前記コンピュータからのホスト名を受信した後、前記ホスト名と前記仮IPアドレスとの組合わせ情報を記憶する手段と、
前記組合わせ情報に応じて複数のアプリケーションプログラム及び前記複数のアプリケーションプログラムのパラメータ値の設定情報のうちから対象アプリケーションプログラム及び前記対象設定情報を選択し、それらを前記コンピュータに送出する手段と、を備えたことを特徴とするインストールサーバ。
An installation server that installs software on computers connected over a network.
A DHCP means that sends the temporary IP address to the computer in response to a request for the temporary IP address from the computer.
A means for sending the OS image to the computer in response to a request for the OS image from the computer, and
After receiving the host name from the computer, a means for storing the combination information of the host name and the temporary IP address, and
A means for selecting a target application program and the target setting information from a plurality of application programs and parameter value setting information of the plurality of application programs according to the combination information and sending them to the computer is provided. An installation server that features that.
JP2019025456A 2019-02-15 2019-02-15 COMPUTER SOFTWARE INSTALLATION METHOD AND INSTALLATION SERVER Active JP7172703B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019025456A JP7172703B2 (en) 2019-02-15 2019-02-15 COMPUTER SOFTWARE INSTALLATION METHOD AND INSTALLATION SERVER

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019025456A JP7172703B2 (en) 2019-02-15 2019-02-15 COMPUTER SOFTWARE INSTALLATION METHOD AND INSTALLATION SERVER

Publications (2)

Publication Number Publication Date
JP2020135190A true JP2020135190A (en) 2020-08-31
JP7172703B2 JP7172703B2 (en) 2022-11-16

Family

ID=72278755

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019025456A Active JP7172703B2 (en) 2019-02-15 2019-02-15 COMPUTER SOFTWARE INSTALLATION METHOD AND INSTALLATION SERVER

Country Status (1)

Country Link
JP (1) JP7172703B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099234A (en) * 2004-09-28 2006-04-13 Aruze Corp Network terminal device, distribution server, and client/server system
JP2006338225A (en) * 2005-06-01 2006-12-14 Hitachi Ltd Automatic installation method of computer
US20080040495A1 (en) * 2006-08-08 2008-02-14 International Business Machines Corporation System, method and program for field service of computers
JP2013084154A (en) * 2011-10-11 2013-05-09 Ricoh Co Ltd License management program and license management system
JP2014164545A (en) * 2013-02-26 2014-09-08 Canon Inc Deployment method and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099234A (en) * 2004-09-28 2006-04-13 Aruze Corp Network terminal device, distribution server, and client/server system
JP2006338225A (en) * 2005-06-01 2006-12-14 Hitachi Ltd Automatic installation method of computer
US20080040495A1 (en) * 2006-08-08 2008-02-14 International Business Machines Corporation System, method and program for field service of computers
JP2013084154A (en) * 2011-10-11 2013-05-09 Ricoh Co Ltd License management program and license management system
JP2014164545A (en) * 2013-02-26 2014-09-08 Canon Inc Deployment method and program

Also Published As

Publication number Publication date
JP7172703B2 (en) 2022-11-16

Similar Documents

Publication Publication Date Title
CN111989681A (en) Automatically deployed Information Technology (IT) system and method
US8010634B2 (en) Selection and configuration of storage-area network storage device and computing device, including configuring DHCP settings
US8001221B2 (en) Method of building system and management server
US8490080B2 (en) Systems and methods of creating and accessing software simulated computers
US8554890B2 (en) Method of deploying a production environment using a development environment
JP5142678B2 (en) Deployment method and system
JP4448878B2 (en) How to set up a disaster recovery environment
US20060155837A1 (en) Diskless computer operation management system
JP5352132B2 (en) Computer system and I / O configuration change method thereof
US8332490B2 (en) Method, apparatus and program product for provisioning a computer system
JP7069672B2 (en) Application update method and program
JP2009536375A (en) ISCSI boot drive system and method for an extensible internet engine
JP5770284B2 (en) I / O switch control method, virtual computer control method, and computer system
JP2022536706A (en) Security hardened automatically deployed information technology (IT) system and method
TWI478060B (en) System and method for booting a computer system using preboot data
US20090254641A1 (en) Network card capable of remote boot and method thereof
US20210152420A1 (en) Apparatuses and methods for remote computing node initialization using a configuration template and resource pools
JP7172703B2 (en) COMPUTER SOFTWARE INSTALLATION METHOD AND INSTALLATION SERVER
JP2009176096A (en) System and method for installing operating system on data preservation server at remote end from computer including no hard disk drive
US10230787B2 (en) System and method for managing distributed cluster identity
KR102108891B1 (en) Method for Initiating of Public Computer's Operating System, and Computing System Applying the Same
US11405277B2 (en) Information processing device, information processing system, and network communication confirmation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211110

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220929

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221004

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221017

R150 Certificate of patent or registration of utility model

Ref document number: 7172703

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150