JP2921480B2 - Method of starting maintenance mode in computer system - Google Patents

Method of starting maintenance mode in computer system

Info

Publication number
JP2921480B2
JP2921480B2 JP8094910A JP9491096A JP2921480B2 JP 2921480 B2 JP2921480 B2 JP 2921480B2 JP 8094910 A JP8094910 A JP 8094910A JP 9491096 A JP9491096 A JP 9491096A JP 2921480 B2 JP2921480 B2 JP 2921480B2
Authority
JP
Japan
Prior art keywords
system parameter
mode
maintenance
host
parameters
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.)
Expired - Fee Related
Application number
JP8094910A
Other languages
Japanese (ja)
Other versions
JPH09258962A (en
Inventor
由美子 永野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP8094910A priority Critical patent/JP2921480B2/en
Publication of JPH09258962A publication Critical patent/JPH09258962A/en
Application granted granted Critical
Publication of JP2921480B2 publication Critical patent/JP2921480B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は電子計算機システム
における立ち上げ方法に関し、特にユーザ業務運用時と
保守運用時とで異なるシステムパラメータを使用するよ
うな運用を行う場合に好適な電子計算機システムにおけ
る保守モード立ち上げ方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a start-up method in a computer system, and more particularly, to a maintenance method in a computer system suitable for performing an operation using different system parameters between a user job operation and a maintenance operation. Mode startup method.

【0002】[0002]

【従来の技術】電子計算機システムはハードウェア構成
とソフトウェア構成とで規定され、ハードウェア構成が
同じでもソフトウェア構成が異なると、システム構成の
相違する電子計算機システムとなる。また、ソフトウェ
ア構成は、同じOS(オペレーティング・システム)で
も、その管理機能,制御機能等を規定する一連のシステ
ムパラメータが相違すると異なる構成となる。本発明
は、このようなシステムパラメータをユーザ業務運用に
適した内容に、また保守運用に適した内容に変更する技
術に関する。
2. Description of the Related Art An electronic computer system is defined by a hardware configuration and a software configuration. If the hardware configuration is the same but the software configuration is different, the computer system has a different system configuration. Further, the software configuration is different even for the same OS (operating system) if a series of system parameters that define its management function, control function, and the like are different. The present invention relates to a technique for changing such system parameters to contents suitable for user business operation and contents suitable for maintenance operation.

【0003】システムパラメータとしては、仮想記憶管
理のための制御定数値,スケジューラのためのジョブス
ケジュール最大数や応答クラスの定義,自ホストIDの
指定や常駐ボリュームの媒体名の指定などの各種のもの
が存在する。ユーザ業務運用時にはそのユーザの業務に
適合するような内容のシステムパラメータで運用され
る。他方、システムリリースデータの修正を行うための
標準修正の適用やハードウェア障害時の保守等のシステ
ム保守運用時には、保守作業に適合するような内容のシ
ステムパラメータが使用される。保守作業時に使うシス
テムパラメータの中には、ユーザ業務運用時と相違する
ものと、その逆に一致させておかなければならないもの
とが存在する。
Various system parameters such as control constant values for virtual storage management, maximum number of job schedules and response classes for a scheduler, designation of own host ID, designation of a resident volume medium name, etc. Exists. When a user's business is operated, the system is operated with system parameters having contents suitable for the user's business. On the other hand, at the time of system maintenance operation such as application of a standard correction for correcting the system release data or maintenance at the time of hardware failure, system parameters having contents suitable for the maintenance work are used. Among the system parameters used during the maintenance work, there are those that are different from those at the time of user job operation, and those that must be matched to the contrary.

【0004】例えば、ホストIDはその他のパラメータ
とも連動しており誤った定義を行うとシステム立ち上げ
不可となる可能性があるため、自ホストIDを指定する
システムパラメータ¥SYSTEM HOSTID=n
nは、ユーザ業務用のシステムパラメータと保守作業用
システムパラメータとで一致している必要がある。ま
た、常駐ボリュームの媒体名が誤っているとOSが正常
に動作しないことが考えられるため、常駐ボリュームの
媒体名を指定するシステムパラメータ¥ISLPARM
RVOL=(媒体名,媒体名,…)も、ユーザ業務用
のシステムパラメータと保守作業用システムパラメータ
とで一致している必要がある。
[0004] For example, the host ID is linked to other parameters, and if an incorrect definition is made, the system may not be able to start up. Therefore, the system parameter $ SYSTEM HOSTID = n for specifying the host ID is used.
n needs to be the same between the system parameter for user work and the system parameter for maintenance work. Also, if the medium name of the resident volume is incorrect, the OS may not operate properly. Therefore, the system parameter “ISLPARM” that specifies the medium name of the resident volume is used.
RVOL = (medium name, medium name,...) Also needs to match the system parameter for user work and the system parameter for maintenance work.

【0005】他方、ユーザ業務の運用ではシステム立ち
上げ時に自動的に業務を開始するように自動実行カタロ
グ化コマンドに関するシステムパラメータ¥CONSO
LECONnが設定されていることが多いが、そうする
と保守作業が困難になるため、システム立ち上げ時に自
動実行カタログ化コマンドを発行しないように、システ
ムパラメータ¥CONSOLE CONSnをNOにす
る必要がある。また、ユーザ業務の運用ではシステムパ
ラメータ¥JOBCLASS B=(JOBCPTM=
…)等で各ジョブクラス毎のCPU使用制限時間を与え
ているが、ユーザ設定のCPU使用制限時間では保守作
業用のジョブが実行不可になることが考えられるため、
各ジョブクラス毎のCPU使用制限時間を時間制限なし
にするために、システムパラメータ¥JOBCLASS
B=(JOBCPTM=NOLIM…)等に変更する
必要がある。
On the other hand, in the operation of the user's job, the system parameter $ CONSO related to the automatic execution cataloging command is set so that the job is automatically started when the system is started.
LECONn is often set, but this makes maintenance difficult. Therefore, it is necessary to set the system parameter $ CONSOLE CONSn to NO so as not to issue an automatic execution cataloging command at system startup. Also, in the operation of the user task, the system parameter ¥ JOBCLASS B = (JOBCPTM =
...), etc., the CPU use limit time for each job class is given. However, it is conceivable that the maintenance work job cannot be executed with the user set CPU use limit time.
To make the CPU usage limit time for each job class unlimited, use the system parameter $ JOBCLASS.
It is necessary to change to B = (JOBCPTM = NOLIM ...) or the like.

【0006】このようにシステムパラメータはユーザ業
務運用時と保守運用時とで使い分ける必要があるため、
従来は、以下に述べるような方法を採用していた。
[0006] As described above, since system parameters need to be properly used for user operation and maintenance operation,
Conventionally, the following method has been adopted.

【0007】(1)システム生成時の処理 一般にシステム生成(system generati
on)では、その一環として前述したシステムパラメー
タを登録するシステムパラメータ登録作業が行われる。
従来はこのシステム生成作業におけるパラメータ登録作
業時に、図4に示すように、ユーザ業務運用に適合する
ユーザ業務用システムパラメータ定義1−1,1−2を
システムパラメータ登録手段2によって、OSを静的に
格納するファイル(以下、SYS.SYSTEMファイ
ルと呼ぶ)3に、ユーザ業務用システムパラメータ4−
1,4−2として登録すると共に、各々のユーザ業務用
システムパラメータ定義1−1,1−2毎に用意した保
守作業用システムパラメータ定義14−1,14−2を
システムパラメータ登録手段2によってSYS.SYS
TEMファイル3に保守作業用システムパラメータ4−
3,4−4として登録する。
(1) Processing at the time of system generation Generally, system generation (system generator)
In on), the system parameter registration operation for registering the above-described system parameters is performed as a part thereof.
Conventionally, at the time of parameter registration work in this system generation work, as shown in FIG. 4, the OS is statically stored by the system parameter registration means 2 by the user business system parameter definitions 1-1 and 1-2 suitable for the user business operation. (Hereinafter, referred to as a SYS.SYSTEM file) 3 includes a user business system parameter 4-
1, 4-2, and the system parameter definitions 14-1, 14-2 for maintenance work prepared for each of the user business system parameter definitions 1-1, 1-2 by the system parameter registration means 2 in SYS. . SYS
System parameter 4- for maintenance work in TEM file 3
Register as 3, 4-4.

【0008】ここで、複数組のユーザ業務用システムパ
ラメータ4−1,4−2を登録しておくのは、後述する
システム立ち上げ作業においてその内の任意の組のシス
テムパラメータでシステム立ち上げを行えるようにする
ためである。また、各ユーザ業務用システムパラメータ
4−1,4−2毎に保守作業用システムパラメータ4−
3,4−4を登録しておくのは、前述したように、保守
作業時に使うシステムパラメータの中には、ユーザ業務
運用時と相違するものと、その逆に一致させておかなけ
ればならないものとが存在するためである。
Here, the plurality of sets of user business system parameters 4-1 and 4-2 are registered in such a manner that, in a system start-up operation to be described later, the system start-up is performed using an arbitrary set of system parameters. This is to make it possible. In addition, the system parameter for maintenance work 4-
The reason for registering 3, 4-4 is that, as described above, some of the system parameters used during the maintenance work are different from those used during the operation of the user's job, and the other must be matched. This is because there is.

【0009】(2)システム立ち上げ時の処理 一般にシステム立ち上げ(start−up or s
ystem initialization)は、OS
をSYS.SYSTEMファイル3から主記憶(メモ
リ)にロードして一般のジョブの開始を可能にするまで
の作業を言う。従来はこのシステム立ち上げ作業時に、
使用するシステムパラメータの組を指定することによ
り、ユーザ業務運用に適合するシステムパラメータを使
用した運用を開始するか、保守運用に適合するシステム
パラメータを使用した運用を開始するかを切りわけてい
る。
(2) Processing at System Start-up Generally, system start-up (start-up or
system initialization) is the OS
To SYS. This refers to the work from loading the SYSTEM file 3 to the main storage (memory) until the start of a general job is possible. Conventionally, when starting this system,
By specifying a set of system parameters to be used, it is possible to determine whether to start operation using system parameters suitable for user business operation or to start operation using system parameters suitable for maintenance operation.

【0010】すなわち、コンソール15からRESTコ
マンドを投入すると、システム初期ロード手段6は、S
YS.SYSTEMファイル3内のOS中核部をメモリ
(主記憶)13に展開してOS各種機能12等を生成す
ると共に、SYS.SYSTEMファイル3内の全ての
組のシステムパラメータ4−1〜4−4をメモリ13内
にシステムパラメータ7−1〜7−4としてロードす
る。その後、ユーザ業務運用を開始する場合には、コン
ソール15からのコマンドPARMでユーザ業務用シス
テムパラメータ7−1または7−2を選択すると、シス
テム初期ロード手段6は、PARMコマンドで指定され
たユーザ業務用システムパラメータ7−1または7−2
を、システムパラメータテーブル10にコピーする。O
S各種機能12は、このシステムパラメータテーブル1
0を参照して動作するため、結局、PARMコマンドで
指定したユーザ業務用システムパラメータの内容に従っ
てOSの各種機能12が動作することになる。
That is, when a REST command is input from the console 15, the system initial loading means 6
YS. The core of the OS in the SYSTEM file 3 is expanded in a memory (main storage) 13 to generate various OS functions 12 and the like. All sets of system parameters 4-1 to 4-4 in the SYSTEM file 3 are loaded into the memory 13 as system parameters 7-1 to 7-4. Thereafter, when the user business operation is started, if the user business system parameter 7-1 or 7-2 is selected by the command PARM from the console 15, the system initial loading means 6 will execute the user business operation specified by the PARM command. System parameters 7-1 or 7-2
Is copied to the system parameter table 10. O
S Various functions 12 are stored in the system parameter table 1
Therefore, the various functions 12 of the OS are operated according to the contents of the user business system parameters specified by the PARM command.

【0011】他方、例えばユーザ業務用システムパラメ
ータ7−1に基づくユーザ業務運用中にハードウェア障
害等が発生した為にその保守を実施する場合は、コンソ
ール15からのRARMコマンドでユーザ業務用システ
ムパラメータ7−1に対応する保守作業用システムパラ
メータ7−3を選択すると、システム初期ロード手段6
は、PARMコマンドで指定された保守作業用システム
パラメータ7−3を、システムパラメータテーブル10
にコピーする。従って、OS各種機能12は、保守作業
用システムパラメータ7−3の内容に従って動作するこ
とになり、保守作業が可能となる。
On the other hand, for example, when a hardware failure or the like occurs during the operation of the user business based on the system parameter 7-1 for the user business, the maintenance is to be performed. When the maintenance work system parameter 7-3 corresponding to 7-1 is selected, the system initial loading means 6
Stores the maintenance work system parameters 7-3 specified by the PARM command in the system parameter table 10
Copy to Therefore, the OS various functions 12 operate in accordance with the contents of the maintenance work system parameter 7-3, and the maintenance work becomes possible.

【0012】なお、SYS.SYSTEMファイル3に
複数組のシステムパラメータを事前に登録しておき、シ
ステム立ち上げ時に任意のシステムパラメータの組を選
択してシステムを運用する考え方については、例えば特
開昭63−172338号公報にも開示されている。
Note that SYS. A method of registering a plurality of sets of system parameters in the SYSTEM file 3 in advance and selecting an arbitrary set of system parameters at system startup to operate the system is described in, for example, JP-A-63-172338. It has been disclosed.

【0013】[0013]

【発明が解決しようとする課題】従来は上述したように
して、システムパラメータをユーザ業務運用時と保守運
用時とで切り替えていたため、以下のような問題点があ
った。
Conventionally, as described above, the system parameters are switched between the operation of the user's job and the operation of the maintenance operation, so that there are the following problems.

【0014】システム生成時に、ユーザ業務用システム
パラメータ定義とは別に保守作業用システムパラメータ
定義を用意し、それに基づく保守作業用システムパラメ
ータをSYS.SYSTEMファイルに登録する必要が
あるため、作業工数が増大し、作業ミスを誘発する。ま
た、保守作業用システムパラメータも登録されるためS
YS.SYSTEMファイルの圧迫を招きやすい。
At the time of system generation, a system parameter definition for maintenance work is prepared separately from the system parameter definition for user work, and the system parameter for maintenance work based on this is defined as SYS. Since it is necessary to register in the SYSTEM file, the number of man-hours increases and a work error is induced. In addition, since system parameters for maintenance work are also registered, S
YS. It is easy to cause pressure on the SYSTEM file.

【0015】前述したように保守作業用システムパラメ
ータの中にはユーザ業務用システムパラメータと同じ内
容にしておく必要のあるものが存在するため、ユーザ業
務用システムパラメータを変更した場合、それに合わせ
て保守作業用システムパラメータも変更しなければなら
ない場合が生じる。しかし、保守作業用システムパラメ
ータは通常時には全く使用しないパラメータであるた
め、しばしば再登録の作業を忘れがちである。このた
め、再登録を行わずに保守作業を実施して問題が生じる
ことが良く起こる。
As described above, some of the maintenance operation system parameters need to have the same contents as the user operation system parameters. Therefore, when the user operation system parameters are changed, the maintenance operation is performed in accordance with the change. In some cases, the working system parameters must also be changed. However, since the system parameters for maintenance work are parameters that are not used at all in normal times, it is often easy to forget to re-register. For this reason, it often happens that a maintenance work is performed without re-registration and a problem occurs.

【0016】複数のホストを相互結合網を介して接続し
たクラスタ結合型電子計算機システムでは、各ホスト毎
にユーザ業務用システムパラメータ定義が必要であるた
め、従来の技術では各ホスト毎に保守作業用システムパ
ラメータ定義を用意して各ホスト共通のSYS.SYS
TEMファイルに登録しなければならず、また、各ホス
トのユーザ業務用システムパラメータの変更に応じて該
当する保守作業用システムパラメータを変更しなければ
ならないため、より一層、保守作業員の作業工数が増大
し、またSYS.SYSTEMファイルの圧迫を招く。
In a cluster-attached computer system in which a plurality of hosts are connected via an interconnection network, system parameters must be defined for each user in each of the hosts. A system parameter definition is prepared and a SYS. SYS
It is necessary to register in the TEM file, and to change the corresponding system parameter for maintenance work according to the change of the system parameter for user work of each host. Increased and SYS. This causes compression of the SYSTEM file.

【0017】本発明はこのような事情に鑑みて提案され
たものであり、その目的は、ユーザ業務用システムパラ
メータから保守作業用システムパラメータを動的に生成
し得るようにして、保守作業用システムパラメータのS
YS.SYSTEMファイルへの事前登録作業およびユ
ーザ業務用システムパラメータの変更に伴う保守作業用
システムパラメータの変更作業から操作員を解放するこ
とにある。
The present invention has been proposed in view of the above circumstances, and an object of the present invention is to enable a system for maintenance work to dynamically generate system parameters for maintenance work from system parameters for user work. Parameter S
YS. An object of the present invention is to relieve the operator from the pre-registration work in the SYSTEM file and the maintenance work system parameter change work accompanying the user business system parameter change.

【0018】[0018]

【課題を解決するための手段】本発明は上記の目的を達
成するために、システムパラメータテーブルに登録され
た一連のシステムパラメータによってシステム運用時の
OSの各種機能等が規定される電子計算機システムにお
ける保守モード立ち上げ方法において、OS中核部,ユ
ーザ業務用システムパラメータならびにシステムパラメ
ータテーブルの更新箇所および更新内容を定めるシステ
ムパラメータ更新情報を保持するファイルの内容を主記
憶にロードすると共に、立ち上げモードを主記憶の立ち
上げモード格納テーブルに設定するステップと、主記憶
にロードされたユーザ業務用システムパラメータをシス
テムパラメータテーブルに登録するステップと、前記立
ち上げモード格納テーブルを参照し、立ち上げモードが
保守モードのときは、主記憶にロードされたシステムパ
ラメータ更新情報に基づき、システムパラメータテーブ
ルに登録されたシステムパラメータを保守作業用のシス
テムパラメータに変更するステップとを含むことを特徴
とする。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides an electronic computer system in which various functions of an OS during system operation are defined by a series of system parameters registered in a system parameter table. In the maintenance mode start-up method, the contents of the file holding the OS core, the user business system parameters, and the system parameter update information that determines the update location and update contents of the system parameter table are loaded into the main memory, and the start-up mode is set. Setting the startup mode storage table in the main memory; registering the user business system parameters loaded in the main memory in the system parameter table; and referring to the startup mode storage table to maintain the startup mode. In mode , Based on the system parameters updated information loaded into the main memory, characterized in that it comprises a step of changing the system parameters that are registered in the system parameter table to the system parameters for maintenance.

【0019】また本発明は、システムパラメータテーブ
ルに登録された一連のシステムパラメータによってシス
テム運用時のOSの各種機能等が規定されるホストを、
相互結合網を介して複数台接続したクラスタ結合型電子
計算機システムにおける保守モード立ち上げ方法におい
て、OS中核部,各ホスト毎のユーザ業務用システムパ
ラメータならびにシステムパラメータテーブルの更新箇
所および更新内容を定めるシステムパラメータ更新情報
を保持するファイルの内容を、各ホストの主記憶にロー
ドすると共に、立ち上げモードを各ホストの主記憶の立
ち上げモード格納テーブルに設定するステップと、各ホ
ストにおいて、主記憶にロードされた自ホスト用のユー
ザ業務用システムパラメータを自ホストのシステムパラ
メータテーブルに登録するステップと、各ホストにおい
て、主記憶上の立ち上げモード格納テーブルを参照し、
立ち上げモードが保守モードのときは、主記憶にロード
されたシステムパラメータ更新情報に基づき、自ホスト
のシステムパラメータテーブルに登録されたシステムパ
ラメータを保守作業用のシステムパラメータに変更する
ステップとを含むことを特徴とする。
Further, according to the present invention, a host in which various functions and the like of an OS during system operation are defined by a series of system parameters registered in a system parameter table,
In a maintenance mode start-up method for a cluster-connected computer system in which a plurality of computers are connected via an interconnection network, a system for determining an updated location and updated contents of a system parameter for a user's business in each of an OS core and each host and a system parameter table. Loading the contents of the file holding the parameter update information into the main memory of each host and setting the boot mode in the boot mode storage table of the main memory of each host; Registering the created user business system parameters for the host in the system parameter table of the host, and in each host, refer to the startup mode storage table on the main memory,
Changing the system parameters registered in the system parameter table of the host to system parameters for maintenance work based on the system parameter update information loaded in the main memory when the start-up mode is the maintenance mode. It is characterized by.

【0020】更に、本発明は、システム立ち上げ時にコ
ンソールから保守時の立ち上げを指示するコマンドが投
入されることにより、立ち上げモードが保守モードであ
る旨を立ち上げモード格納テーブルに設定することを特
徴とする。
Further, according to the present invention, when a command for instructing start-up at the time of maintenance is input from the console at the start-up of the system, the fact that the start-up mode is the maintenance mode is set in the start-up mode storage table. It is characterized by.

【0021】[0021]

【発明の実施の形態】次に本発明の実施の形態の例につ
いて図面を参照して詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0022】図1は本発明を適用した電子計算機システ
ムの要部構成例とデータの流れとを示す図であり、1−
1,1−2はユーザ業務用システムパラメータ定義、2
はシステムパラメータ登録手段、3はOSを静的に格納
するSYS.SYSTEMファイル、4はユーザ業務用
システムパラメータの組の集合、4−1,4−1はその
各々の組のユーザ業務用システムパラメータ、5はシス
テムパラメータ更新情報、6はシステム初期ロード手
段、7はユーザ業務用システムパラメータの組の集合、
7−1,7−2はその各々の組のユーザ業務用システム
パラメータ、8はシステムパラメータ更新情報、9は立
ち上げモード格納テーブル、10はシステムパラメータ
テーブル、11はシステムパラメータテーブル更新手
段、12はOS各種機能、13はメモリ(主記憶)、1
5はコンソールである。
FIG. 1 is a diagram showing an example of a configuration of a main part of an electronic computer system to which the present invention is applied and a data flow.
1, 1-2 are user business system parameter definitions, 2
Is a system parameter registration means, and 3 is a SYS. SYSTEM file, 4 is a set of user business system parameter sets, 4-1 and 4-1 are user business system parameters of each set, 5 is system parameter update information, 6 is system initial loading means, 7 is A set of user business system parameter sets,
Reference numerals 7-1 and 7-2 denote system parameter for user business of each set, 8 denotes system parameter update information, 9 denotes a startup mode storage table, 10 denotes a system parameter table, 11 denotes a system parameter table updating means, and 12 denotes a system parameter table updating means. OS various functions, 13 is a memory (main memory), 1
5 is a console.

【0023】本実施例においては、SYS.SYSTE
Mファイル3に、OS提供の情報の1つとしてシステム
パラメータ更新情報5が組み込まれている。このシステ
ムパラメータ更新情報5はシステムパラメータテーブル
10の更新箇所および更新内容をオブジェクト形式で定
めた情報であり、後述するようにシステム立ち上げ時に
メモリ13にシステムパラメータ更新情報8としてロー
ドされる。このシステムパラメータ更新情報8(5)
は、図2に示すように、位置情報8−1とサイズ情報8
−2と更新値8−3とから構成されるエントリをシステ
ムパラメータテーブル10の各更新箇所ごとに有してい
る。各エントリの位置情報8−1はシステムパラメータ
テーブル10の更新位置(例えばテーブル先頭からの相
対アドレス)を示し、サイズ情報8−2はその更新箇所
のサイズを示し、更新値8−3は位置情報8−1の位置
からサイズ情報8−2のサイズ分の更新箇所に対して更
新する値、つまりシステムパラメータテーブル更新手段
11によって当該更新箇所に書き込まれる値を示す。
In this embodiment, SYS. SYSTE
The M-file 3 incorporates the system parameter update information 5 as one of the information provided by the OS. The system parameter update information 5 is information in which the update location and the update content of the system parameter table 10 are defined in an object format, and is loaded as system parameter update information 8 into the memory 13 at system startup, as described later. This system parameter update information 8 (5)
Is the position information 8-1 and the size information 8 as shown in FIG.
-2 and an update value 8-3 are provided for each update location in the system parameter table 10. The position information 8-1 of each entry indicates an update position (for example, a relative address from the head of the table) of the system parameter table 10, the size information 8-2 indicates the size of the update position, and the update value 8-3 indicates the position information. A value to be updated from the position 8-1 to the update location corresponding to the size of the size information 8-2, that is, a value written to the update location by the system parameter table updating unit 11 is shown.

【0024】なお、SYS.SYSTEMファイル3に
は、図示していないが、OSの中核部が静的に格納され
ている。このOS中核部はOS各種機能12以外に、シ
ステムパラメータテーブル更新手段11に相当する部分
を含む。また、システムパラメータテーブル10の枠組
や立ち上げモード格納テーブル9の枠組ならびにその初
期値(非保守モード)も含まれている。
Note that SYS. Although not shown, the core part of the OS is statically stored in the SYSTEM file 3. The OS core part includes a part corresponding to the system parameter table updating means 11 in addition to the OS various functions 12. Also included are the framework of the system parameter table 10 and the framework of the startup mode storage table 9 and their initial values (non-maintenance mode).

【0025】以下、本実施例の電子計算機システムにお
ける保守モード立ち上げ方法の手順を、システム生成時
の段階も含めて説明する。
The procedure of the maintenance mode starting method in the computer system according to the present embodiment will be described below, including the stage when the system is generated.

【0026】(1)システム生成時の処理 システム生成作業におけるパラメータ登録作業時に、図
1に示すように、ユーザ業務運用に適合するユーザ業務
用システムパラメータ定義1−1,1−2をシステムパ
ラメータ登録手段2によってSYS.SYSTEMファ
イル3にユーザ業務用システムパラメータ4−1,4−
2として登録する。図4と異なり、保守作業用システム
パラメータ定義による登録作業は不要である。
(1) Processing at the time of system creation At the time of parameter registration work in the system creation work, as shown in FIG. By means 2, SYS. In the SYSTEM file 3, the user business system parameters 4-1 and 4-
Register as 2. Unlike FIG. 4, the registration work by the maintenance work system parameter definition is unnecessary.

【0027】ここで、複数組のユーザ業務用システムパ
ラメータ4−1,4−2を登録しておくのは、後述する
システム立ち上げ作業においてその内の任意のユーザ業
務用システムパラメータの組でシステム立ち上げを行え
るようにするためである。
Here, a plurality of sets of user business system parameters 4-1 and 4-2 are registered in the system start-up work to be described later by an arbitrary set of user business system parameters. This is to enable startup.

【0028】(2)システム立ち上げ時の処理(2) Processing at system startup

【0029】保守時の立ち上げ 当該計算機システムを保守作業を目的として立ち上げる
場合、コンソール15からRSETコマンド,使用する
システムパラメータを指定したRARMコマンド,保守
時の立ち上げを指示するMNTNコマンドを投入する。
When the computer system is started for maintenance work, an RSET command, a RARM command specifying system parameters to be used, and an MNTN command for instructing start-up during maintenance are input from the console 15. .

【0030】コンソール15からRESTコマンドが投
入されると、システム初期ロード手段6は、SYS.S
YSTEMファイル3の内容をメモリ13にロードす
る。即ち、OS中核部をメモリ(主記憶)13に展開す
ることにより、OS各種機能12を生成すると共にシス
テムパラメータテーブル更新手段11を生成し、また、
システムパラメータテーブル10の枠組や立ち上げモー
ド格納テーブル9の初期状態を生成する。更に、SY
S.SYSTEMファイル3内の全てのユーザ業務用シ
ステムパラメータ4−1,4−2をメモリ13内にユー
ザ業務用システムパラメータ7−1,7−2としてロー
ドし、且つ、SYS.SYSTEMファイル3内のシス
テムパラメータ更新情報5をメモリ13内にシステムパ
ラメータ更新情報8としてロードする。
When a REST command is input from the console 15, the system initial loading means 6 causes the SYS. S
The contents of the YSTEM file 3 are loaded into the memory 13. That is, by expanding the core of the OS in the memory (main memory) 13, the OS various functions 12 are generated and the system parameter table updating means 11 is generated.
An initial state of the framework of the system parameter table 10 and the startup mode storage table 9 is generated. Furthermore, SY
S. All the user business system parameters 4-1 and 4-2 in the SYSTEM file 3 are loaded into the memory 13 as the user business system parameters 7-1 and 7-2, and the SYS. The system parameter update information 5 in the SYSTEM file 3 is loaded into the memory 13 as the system parameter update information 8.

【0031】また、コンソール15からシステムパラメ
ータの選択コマンドPARMが投入されることにより、
システム初期ロード手段6は、PARMコマンドで指定
されたユーザ業務用システムパラメータ7−1または7
−2を、システムパラメータテーブル10にコピーす
る。
When a system parameter selection command PARM is input from the console 15,
The system initial loading means 6 performs the user business system parameter 7-1 or 7 specified by the PARM command.
-2 is copied to the system parameter table 10.

【0032】更に、コンソール15からMNTNコマン
ドが投入されることにより、システム初期ロード手段6
は、立ち上げモード格納テーブル9に保守モードの立ち
上げである旨の値を設定する。
Further, when an MNTN command is input from the console 15, the system initial loading means 6
Sets a value indicating that the maintenance mode has been activated in the activation mode storage table 9.

【0033】システムパラメータテーブル更新手段11
は、システム初期ロード手段6により値の設定された立
ち上げモード格納テーブル9を参照し、保守モードによ
る立ち上げであることを認識すると、システムパラメー
タ更新情報8に基づき、PARMコマンドにより選択さ
れたシステムパラメータが格納されているシステムパラ
メータテーブル10を更新する。即ち、システムパラメ
ータ更新情報8の各エントリ毎に、図2に示す位置情報
8−1およびサイズ情報8−2からシステムパラメータ
テーブル10中の更新箇所を特定し、その更新箇所に更
新値8−3を書き込むことにより、システムパラメータ
テーブル10のシステムパラメータを保守作業用に更新
する。OS各種機能12は、この更新後のシステムパラ
メータテーブル10を参照して動作するため、保守作業
に適したシステム運用が可能となる。
System parameter table updating means 11
Refers to the startup mode storage table 9 in which the value is set by the system initial loading means 6 and recognizes that the startup is in the maintenance mode, and based on the system parameter update information 8, the system selected by the PARM command The system parameter table 10 storing the parameters is updated. That is, for each entry of the system parameter update information 8, an update location in the system parameter table 10 is specified from the position information 8-1 and the size information 8-2 shown in FIG. To update the system parameters in the system parameter table 10 for maintenance work. The OS various functions 12 operate by referring to the updated system parameter table 10, so that a system operation suitable for maintenance work can be performed.

【0034】ユーザ業務運用時の立ち上げ 当該計算機システムをユーザ業務運用を目的として立ち
上げる場合、コンソール15からRSETコマンド,使
用するシステムパラメータの組を指定したRARMコマ
ンドを投入し、MNTNコマンドは投入しない。
When the computer system is started up for user job operation, an RSET command and a RARM command specifying a set of system parameters to be used are input from the console 15 and no MNTN command is input. .

【0035】コンソール15からRESTコマンドが投
入されることにより、前述と同様にシステム初期ロード
手段6は、SYS.SYSTEMファイル3の内容をメ
モリ13にロードして、OS各種機能12およびシステ
ムパラメータテーブル更新手段11を生成し、また、シ
ステムパラメータテーブル10の枠組や立ち上げモード
格納テーブル9の初期状態を生成し、全てのユーザ業務
用システムパラメータ4−1,4−2をメモリ13内に
ユーザ業務用システムパラメータ7−1,7−2として
ロードし、且つ、システムパラメータ更新情報5をメモ
リ13内にシステムパラメータ更新情報8としてロード
する。また、コンソール15からシステムパラメータの
選択コマンドPARMが投入されることにより、システ
ム初期ロード手段6は、PARMコマンドで指定された
ユーザ業務用システムパラメータ7−1または7−2
を、システムパラメータテーブル10にコピーする。
When the REST command is input from the console 15, the system initial loading means 6 causes the SYS. By loading the contents of the SYSTEM file 3 into the memory 13, generating the OS various functions 12 and the system parameter table updating means 11, generating the framework of the system parameter table 10 and the initial state of the startup mode storage table 9, All the user business system parameters 4-1 and 4-2 are loaded into the memory 13 as the user business system parameters 7-1 and 7-2, and the system parameter update information 5 is updated in the memory 13 Load as information 8. Further, when the system parameter selection command PARM is input from the console 15, the system initial load means 6 causes the user business system parameter 7-1 or 7-2 specified by the PARM command.
Is copied to the system parameter table 10.

【0036】システムパラメータテーブル更新手段11
は、システム初期ロード手段6により値の設定された立
ち上げモード格納テーブル9を参照し、保守モードによ
る立ち上げでないことを認識すると、動作を停止する。
即ち、システムパラメータ更新情報8に基づくシステム
パラメータテーブル10の更新は行わない。OS各種機
能12は、このシステムパラメータテーブル10を参照
して動作するため、PARMコマンドで指定したユーザ
業務用システムパラメータの内容に従ってOSの各種機
能が動作する。
System parameter table updating means 11
Refers to the start-up mode storage table 9 whose value is set by the system initial loading means 6 and stops the operation when recognizing that the start-up is not in the maintenance mode.
That is, the system parameter table 10 is not updated based on the system parameter update information 8. Since the OS various functions 12 operate by referring to the system parameter table 10, the OS various functions operate according to the contents of the user business system parameters specified by the PARM command.

【0037】図3は本発明を適用した別の電子計算機シ
ステムの要部構成例とデータの流れとを示す図である。
この例の電子計算機システムは、複数のホスト(ホスト
1,ホスト2,…,ホストn)が相互結合網(図示せ
ず)を介して接続されたクラスタ結合型電子計算機シス
テムである。
FIG. 3 is a diagram showing an example of the configuration of a main part of another computer system to which the present invention is applied and a flow of data.
The computer system of this example is a cluster-coupling computer system in which a plurality of hosts (host 1, host 2,..., Host n) are connected via an interconnection network (not shown).

【0038】クラスタ結合型電子計算機システムでは、
各ホスト毎にユーザ業務用システムパラメータが必要で
あるため、システム生成のパラメータ登録作業では、図
3に示すようなホスト1ユーザ業務用システムパラメー
タ定義1−11,1−12,ホスト2ユーザ業務用シス
テムパラメータ定義1−21,1−22,…,ホストn
ユーザ業務用システムパラメータ定義1−n1,1−n
2をシステムパラメータ登録手段2に入力して、各ホス
ト共通のSYS.SYSTEMファイル3に、ユーザ作
業用システムパラメータ4−11,4−12,4−2
1,4−22,…,4−n1,4−n2として登録す
る。なお、SYS.SYSTEMファイル3には図示し
ないOS中核部と共にOS提供の1つの情報としてのシ
ステムパラメータ更新情報5が組み込まれている。この
システムパラメータ更新情報5の内容は図3で説明した
ものと同じである。
In the cluster-joined computer system,
Since the user business system parameters are required for each host, in the system-generated parameter registration work, the host 1 user business system parameter definitions 1-11, 1-12 and the host 2 user business system parameters as shown in FIG. System parameter definitions 1-21, 1-22, ..., host n
User business system parameter definition 1-n1, 1-n
2 is input to the system parameter registration means 2, and the SYS. User system parameters 4-11, 4-12, 4-2 are stored in the SYSTEM file 3.
1, 4-22,..., 4-n1, 4-n2. Note that SYS. The system file 3 incorporates system parameter update information 5 as one piece of information provided by the OS together with an OS core (not shown). The contents of the system parameter update information 5 are the same as those described in FIG.

【0039】システム立ち上げは、SYS.SYSTE
Mファイル3およびシステム初期ロード手段6によって
各ホストごとに実施される。その処理の流れは図1の実
施例の場合と同様に、以下のように行われる。
The system is started up at SYS. SYSTE
This is executed for each host by the M file 3 and the system initial loading means 6. The flow of the processing is performed as follows, as in the case of the embodiment of FIG.

【0040】保守時の立ち上げ 当該ホストを保守作業を目的として立ち上げる場合、図
示しないコンソールからRSETコマンド,使用するシ
ステムパラメータを指定したRARMコマンド,保守時
の立ち上げを指示するMNTNコマンドを投入する。
When the host is started for maintenance work, a RSET command, a RARM command specifying system parameters to be used, and an MNTN command for instructing start-up during maintenance are input from a console (not shown). .

【0041】RESTコマンドが投入されると、システ
ム初期ロード手段6は、SYS.SYSTEMファイル
3の内容をメモリ13にロードし、OS各種機能12お
よびシステムパラメータテーブル更新手段11を生成
し、また、システムパラメータテーブル10の枠組や立
ち上げモード格納テーブル9の初期状態を生成し、全て
のユーザ業務用システムパラメータ4−11〜4−n2
をメモリ13内にユーザ業務用システムパラメータ7−
11〜7−n2としてロードし、且つ、システムパラメ
ータ更新情報5をメモリ13内にシステムパラメータ更
新情報8としてロードする。また、システムパラメータ
の選択コマンドPARMが投入されることにより、シス
テム初期ロード手段6は、PARMコマンドで指定され
たユーザ業務用システムパラメータ(ホスト1にあって
は7−11または7−12,ホスト2にあっては7−2
1または7−22,…,ホストnにあっては7−n1ま
たは7−n2が指定される)を、システムパラメータテ
ーブル10にコピーする。更に、MNTNコマンドが投
入されることにより、システム初期ロード手段6は、立
ち上げモード格納テーブル9に保守モードの立ち上げで
ある旨の値を設定する。
When the REST command is input, the system initial loading means 6 sets the SYS. The contents of the SYSTEM file 3 are loaded into the memory 13, the OS various functions 12 and the system parameter table updating means 11 are generated, and the framework of the system parameter table 10 and the initial state of the startup mode storage table 9 are generated. User business system parameters 4-11 to 4-n2
Is stored in the memory 13 as the user business system parameter 7−
11 to 7-n2, and the system parameter update information 5 is loaded into the memory 13 as system parameter update information 8. Further, when the system parameter selection command PARM is input, the system initial load means 6 causes the user business system parameters (7-11 or 7-12, host 2 7-2
1 or 7-22,..., 7-n1 or 7-n2 is specified for the host n) to the system parameter table 10. Further, when the MNTN command is input, the system initial loading means 6 sets a value indicating that the maintenance mode has been activated in the activation mode storage table 9.

【0042】システムパラメータテーブル更新手段11
は、システム初期ロード手段6により値の設定された立
ち上げモード格納テーブル9を参照し、保守モードによ
る立ち上げであることを認識すると、システムパラメー
タ更新情報8に基づき、PARMコマンドにより選択さ
れたシステムパラメータが格納されているシステムパラ
メータテーブル10を更新する。即ち、システムパラメ
ータ更新情報8の各エントリ毎に、図2に示す位置情報
8−1およびサイズ情報8−2からシステムパラメータ
テーブル10中の更新箇所を特定し、その更新箇所に更
新値8−3を書き込むことにより、システムパラメータ
テーブル10のシステムパラメータを保守作業用に更新
する。OS各種機能12は、この更新後のシステムパラ
メータテーブル10を参照して動作するため、保守作業
に適したシステム運用が行われる。
System parameter table updating means 11
Refers to the startup mode storage table 9 in which the value is set by the system initial loading means 6 and recognizes that the startup is in the maintenance mode, and based on the system parameter update information 8, the system selected by the PARM command The system parameter table 10 storing the parameters is updated. That is, for each entry of the system parameter update information 8, an update location in the system parameter table 10 is specified from the position information 8-1 and the size information 8-2 shown in FIG. To update the system parameters in the system parameter table 10 for maintenance work. Since the OS various functions 12 operate by referring to the updated system parameter table 10, a system operation suitable for maintenance work is performed.

【0043】ユーザ業務運用時の立ち上げ 当該ホストをユーザ業務運用を目的として立ち上げる場
合、図示しないコンソールからRSETコマンド,使用
するシステムパラメータの組を指定したRARMコマン
ドを投入し、MNTNコマンドは投入しない。
Startup at the time of user job operation When starting up the host for the purpose of user job operation, an RSET command and a RARM command specifying a set of system parameters to be used are input from a console (not shown), and no MNTN command is input. .

【0044】RESTコマンドが投入されることによ
り、前述と同様にシステム初期ロード手段6は、SY
S.SYSTEMファイル3の内容をメモリ13にロー
ドして、OS各種機能12およびシステムパラメータテ
ーブル更新手段11を生成し、また、システムパラメー
タテーブル10の枠組や立ち上げモード格納テーブル9
の初期状態を生成し、全てのユーザ業務用システムパラ
メータ4−11〜4−n2をメモリ13内にユーザ業務
用システムパラメータ7−11〜7−n2としてロード
し、且つ、システムパラメータ更新情報5をメモリ13
内にシステムパラメータ更新情報8としてロードする。
また、コンソールからシステムパラメータの選択コマン
ドPARMが投入されることにより、システム初期ロー
ド手段6は、PARMコマンドで指定されたユーザ業務
用システムパラメータを、システムパラメータテーブル
10にコピーする。
When the REST command is input, the system initial loading means 6 sets the SY
S. The contents of the SYSTEM file 3 are loaded into the memory 13 to generate the OS various functions 12 and the system parameter table updating means 11, and the framework of the system parameter table 10 and the startup mode storage table 9
Is generated, all the user business system parameters 4-11 to 4-n2 are loaded into the memory 13 as the user business system parameters 7-11 to 7-n2, and the system parameter update information 5 is stored. Memory 13
As system parameter update information 8.
When the system parameter selection command PARM is input from the console, the system initial loading means 6 copies the user business system parameters specified by the PARM command to the system parameter table 10.

【0045】システムパラメータテーブル更新手段11
は、システム初期ロード手段6により値の設定された立
ち上げモード格納テーブル9を参照し、保守モードによ
る立ち上げでないことを認識し、動作を停止する。OS
各種機能12は、このシステムパラメータテーブル10
を参照して動作するため、PARMコマンドで指定した
ユーザ業務用システムパラメータの内容に従ってOSの
各種機能が動作する。
System parameter table updating means 11
Refers to the start-up mode storage table 9 whose value is set by the system initial loading means 6, recognizes that the start-up is not in the maintenance mode, and stops the operation. OS
Various functions 12 are stored in the system parameter table 10.
, The various functions of the OS operate according to the contents of the user business system parameters specified by the PARM command.

【0046】[0046]

【発明の効果】以上説明したように本発明によれば、保
守モードの立ち上げ時、システムパラメータ更新情報に
従ってシステムパラメータテーブル中のユーザ業務用シ
ステムパラメータを保守作業用システムパラメータに変
更するため、従来のように保守作業用システムパラメー
タをSYS.SYSTEMファイルに登録しておく必要
がなくなる。このため、保守作業員の作業工数を削減で
き、作業ミスを減らすことができる。
As described above, according to the present invention, at the time of starting the maintenance mode, the system parameter for user operation in the system parameter table is changed to the system parameter for maintenance work according to the system parameter update information. The system parameter for maintenance work as SYS. There is no need to register it in the SYSTEM file. For this reason, the number of man-hours for maintenance workers can be reduced, and work errors can be reduced.

【0047】また、ユーザ業務用システムパラメータを
変更して保守作業用システムパラメータとするため、ユ
ーザ業務と保守作業とで同じ値にしておく必要のあるパ
ラメータは変更を加えないことで対処でき、従って、ユ
ーザ業務用システムパラメータが変更されると自然と保
守作業用システムパラメータもそれに合致するものとな
り、従来のようにユーザ業務用システムパラメータの変
更毎に保守作業用システムパラメータを変更する必要が
ない。
Further, since the system parameters for the user work are changed to the system parameters for the maintenance work, the parameters that need to be set to the same value in the user work and the maintenance work can be dealt with by not changing them. When the system parameter for the user operation is changed, the system parameter for the maintenance operation naturally matches the parameter, and it is not necessary to change the system parameter for the maintenance operation every time the system parameter for the user operation is changed as in the related art.

【0048】本発明は1台のホストから構成される電子
計算機システムに対しても当然有用であるが、複数台の
ホストが相互結合網により接続され、各ホスト毎にシス
テムパラメータ定義を必要とするクラスタ結合型電子計
算機システムに適用すれば、より一層の効果がある。
Although the present invention is naturally useful for a computer system composed of one host, a plurality of hosts are connected by an interconnection network, and each host needs to define system parameters. If the present invention is applied to a cluster-coupled computer system, there is a further effect.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明を適用した電子計算機システムの要部構
成例とデータの流れとを示す図である。
FIG. 1 is a diagram showing an example of a configuration of a main part of an electronic computer system to which the present invention is applied and a flow of data.

【図2】システムパラメータ更新情報の説明図である。FIG. 2 is an explanatory diagram of system parameter update information.

【図3】本発明を適用したクラスタ結合型電子計算機シ
ステムの要部構成例とデータの流れとを示す図である。
FIG. 3 is a diagram showing an example of a main configuration of a cluster-joined computer system to which the present invention is applied and a flow of data.

【図4】従来技術の説明図である。FIG. 4 is an explanatory diagram of a conventional technique.

【符号の説明】[Explanation of symbols]

1−1,1−2…ユーザ業務用システムパラメータ定義 2…システムパラメータ登録手段 3…SYS.SYSTEMファイル 4−1,4−2…ユーザ業務用システムパラメータ 5…システムパラメータ更新情報 6…システム初期ロード手段 7−1,7−2…ユーザ業務用システムパラメータ 8…システムパラメータ更新情報 9…立ち上げモード格納テーブル 10…システムパラメータテーブル 11…システムパラメータテーブル更新手段 12…OS各種機能 13…メモリ(主記憶) 15…コンソール 1-1, 1-2: System parameter definition for user business 2. System parameter registration means 3. SYS. SYSTEM file 4-1, 4-2 User system parameters 5 User system parameter update information 6 System initial loading means 7-1, 7-2 User user system parameters 8 System parameter update information 9 Start-up Mode storage table 10 System parameter table 11 System parameter table updating means 12 OS various functions 13 Memory (main storage) 15 Console

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 システムパラメータテーブルに登録され
た一連のシステムパラメータによってシステム運用時の
OSの各種機能等が規定される電子計算機システムにお
ける保守モード立ち上げ方法において、 OS中核部,ユーザ業務用システムパラメータならびに
システムパラメータテーブルの更新箇所および更新内容
を定めるシステムパラメータ更新情報を保持するファイ
ルの内容を主記憶にロードすると共に、立ち上げモード
を主記憶の立ち上げモード格納テーブルに設定するステ
ップと、 主記憶にロードされたユーザ業務用システムパラメータ
をシステムパラメータテーブルに登録するステップと、 前記立ち上げモード格納テーブルを参照し、立ち上げモ
ードが保守モードのときは、主記憶にロードされたシス
テムパラメータ更新情報に基づき、システムパラメータ
テーブルに登録されたシステムパラメータを保守作業用
のシステムパラメータに変更するステップとを含むこと
を特徴とする電子計算機システムにおける保守モード立
ち上げ方法。
1. A maintenance mode start-up method in an electronic computer system in which various functions of an OS during system operation are defined by a series of system parameters registered in a system parameter table. Loading the contents of a file holding system parameter update information that defines the update location and update contents of the system parameter table into the main memory, and setting the start-up mode in the start-up mode storage table of the main memory; Registering the user business system parameters loaded in the system parameter table in the system parameter table, and referring to the boot mode storage table, and when the boot mode is the maintenance mode, the system parameter update information loaded in the main memory. Changing the system parameters registered in the system parameter table to the system parameters for the maintenance work based on the above method.
【請求項2】 システムパラメータテーブルに登録され
た一連のシステムパラメータによってシステム運用時の
OSの各種機能等が規定されるホストを、相互結合網を
介して複数台接続したクラスタ結合型電子計算機システ
ムにおける保守モード立ち上げ方法において、 OS中核部,各ホスト毎のユーザ業務用システムパラメ
ータならびにシステムパラメータテーブルの更新箇所お
よび更新内容を定めるシステムパラメータ更新情報を保
持するファイルの内容を、各ホストの主記憶にロードす
ると共に、立ち上げモードを各ホストの主記憶の立ち上
げモード格納テーブルに設定するステップと、 各ホストにおいて、主記憶にロードされた自ホスト用の
ユーザ業務用システムパラメータを自ホストのシステム
パラメータテーブルに登録するステップと、 各ホストにおいて、主記憶上の立ち上げモード格納テー
ブルを参照し、立ち上げモードが保守モードのときは、
主記憶にロードされたシステムパラメータ更新情報に基
づき、自ホストのシステムパラメータテーブルに登録さ
れたシステムパラメータを保守作業用のシステムパラメ
ータに変更するステップとを含むことを特徴とする電子
計算機システムにおける保守モード立ち上げ方法。
2. A cluster-coupling computer system in which a plurality of hosts in which various functions of an OS during system operation are defined by a series of system parameters registered in a system parameter table are connected via an interconnection network. In the maintenance mode start-up method, the contents of a file holding the OS core part, the system parameters for user business for each host, and the system parameter update information that defines the update location and update content of the system parameter table are stored in the main memory of each host. Loading and setting the boot mode in the boot mode storage table of the main memory of each host; and in each host, the user business system parameters for the own host loaded in the main memory are stored in the system parameters of the own host. Steps to register in the table And flop, at each host, with reference to the start-up mode storage table in the main storage, when the start-up mode of the maintenance mode,
Changing the system parameters registered in the system parameter table of the host to the system parameters for maintenance work based on the system parameter update information loaded in the main memory. How to get started.
【請求項3】 システム立ち上げ時にコンソールから保
守時の立ち上げを指示するコマンドが投入されることに
より、立ち上げモードが保守モードである旨を立ち上げ
モード格納テーブルに設定することを特徴とする請求項
1または2記載の電子計算機システムにおける保守モー
ド立ち上げ方法。
3. A startup mode storage table is set to indicate that the startup mode is the maintenance mode by inputting a command for instructing startup at the time of maintenance from the console at the time of system startup. 3. A method for starting a maintenance mode in a computer system according to claim 1.
JP8094910A 1996-03-25 1996-03-25 Method of starting maintenance mode in computer system Expired - Fee Related JP2921480B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8094910A JP2921480B2 (en) 1996-03-25 1996-03-25 Method of starting maintenance mode in computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8094910A JP2921480B2 (en) 1996-03-25 1996-03-25 Method of starting maintenance mode in computer system

Publications (2)

Publication Number Publication Date
JPH09258962A JPH09258962A (en) 1997-10-03
JP2921480B2 true JP2921480B2 (en) 1999-07-19

Family

ID=14123174

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8094910A Expired - Fee Related JP2921480B2 (en) 1996-03-25 1996-03-25 Method of starting maintenance mode in computer system

Country Status (1)

Country Link
JP (1) JP2921480B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008278535A (en) * 2001-08-27 2008-11-13 Ricoh Co Ltd Image forming apparatus, program updating method and recording medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102338472B1 (en) 2017-02-22 2021-12-14 루머스 리미티드 light guide optical assembly
US11415812B2 (en) 2018-06-26 2022-08-16 Lumus Ltd. Compact collimating optical device and system
US11849262B2 (en) 2019-03-12 2023-12-19 Lumus Ltd. Image projector

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008278535A (en) * 2001-08-27 2008-11-13 Ricoh Co Ltd Image forming apparatus, program updating method and recording medium
JP4589426B2 (en) * 2001-08-27 2010-12-01 株式会社リコー Image forming apparatus, program update method, and recording medium

Also Published As

Publication number Publication date
JPH09258962A (en) 1997-10-03

Similar Documents

Publication Publication Date Title
JP4863450B2 (en) Information processing apparatus for customizing device driver program and device driver program customization method
US5924102A (en) System and method for managing critical files
EP0917060A1 (en) System for computer recovery using removable high capacity media
US8395787B2 (en) Information processing apparatus having customized driver, method of controlling the same, and medium storing control program
JP3230005B2 (en) Option board PROM
JP2005135389A (en) Automatic printer driver configuration for printer controller
JPH0644056A (en) Method for loading program
JP4115083B2 (en) Storage medium storing program, information processing apparatus, and information processing method
JP2921480B2 (en) Method of starting maintenance mode in computer system
JP3789062B2 (en) Information processing apparatus, data processing method, and storage medium storing computer-readable program
JP2002014786A (en) Printing control system and method, and storage medium
JP3817500B2 (en) Information processing apparatus, control method, and control program
JP3817499B2 (en) Information processing apparatus, control method, and control program
JP3308920B2 (en) Information processing device
JP3175684B2 (en) Dump output control method
JP3120473B2 (en) How to upgrade software programs
JP4757273B2 (en) Storage medium storing program, information processing apparatus, and information processing method
JPH113220A (en) Control software supply system
JP3005649B2 (en) Processor with software protection function
JPH05333962A (en) Computer system
JP2000293362A (en) Method and system for dynamically changing and correcting configuration of os kernel code and information recording medium
JP2009048484A (en) Electronic equipment and method for updating electronic information
JP2011039802A (en) Driver control system and computer system using the same
JP2009277253A (en) Information processing apparatus, information processing method, and method for controlling information processing apparatus
JPH0244429A (en) Information processing terminal equipment

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080430

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090430

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100430

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110430

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120430

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees