JP3126473B2 - How to set up a computer system - Google Patents
How to set up a computer systemInfo
- Publication number
- JP3126473B2 JP3126473B2 JP04065666A JP6566692A JP3126473B2 JP 3126473 B2 JP3126473 B2 JP 3126473B2 JP 04065666 A JP04065666 A JP 04065666A JP 6566692 A JP6566692 A JP 6566692A JP 3126473 B2 JP3126473 B2 JP 3126473B2
- Authority
- JP
- Japan
- Prior art keywords
- diagnosis
- self
- cpu
- service processor
- svp
- 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
Links
- 238000004092 self-diagnosis Methods 0.000 claims description 66
- 238000000034 method Methods 0.000 claims description 16
- 238000003745 diagnosis Methods 0.000 description 10
- 230000006870 function Effects 0.000 description 10
- 230000004913 activation Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003213 activating effect Effects 0.000 description 2
- 239000013256 coordination polymer Substances 0.000 description 1
- 238000002405 diagnostic procedure Methods 0.000 description 1
- 230000003203 everyday effect Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Landscapes
- Test And Diagnosis Of Digital Computers (AREA)
Description
【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION
【0001】[0001]
【産業上の利用分野】この発明はコンピュータシステム
の立ち上げ方法に関し、特に立ち上げ時の診断処理の高
速化を実現するための立ち上げ方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a starting method of a computer system, and more particularly to a starting method for realizing a high-speed diagnostic process at the time of starting.
【0002】[0002]
【従来の技術】一般に、汎用コンピュータシステムにお
いては、サービスプロセッサ(SVP;Service Pro
cessor)と称されるコンピュータサブシステムが設けら
れている。このサービスプロセッサは、内蔵されたマイ
クロプログラムによって、高信頼性(RAS)に関する
各種機能や、電源投入、リセット、イニシャルプログラ
ムロードなどのシステム運用のための機能を提供する。2. Description of the Related Art Generally, in a general-purpose computer system, a service processor (SVP) is used.
A computer subsystem called cessor) is provided. The service processor provides various functions related to high reliability (RAS) and functions for system operation such as power-on, reset, and initial program loading by a built-in microprogram.
【0003】このサービスプロセッサを用いた従来のコ
ンピュータシステムの構成を図7に示す。図示のよう
に、このコンピュータシステムは、各種命令の実行・演
算を行いデータ処理系装置を成すCPU11と、システ
ムの診断・障害を司るサービスプロセッサ(SVP)1
2と、外部記憶装置13とから構成されている。FIG. 7 shows a configuration of a conventional computer system using the service processor. As shown in the figure, the computer system includes a CPU 11 that executes and executes various instructions to form a data processing system device, and a service processor (SVP) 1 that performs system diagnosis and failure.
2 and an external storage device 13.
【0004】このコンピュータシステムの立ち上げ時に
は、次のような動作が実行される。まず、SVP12
は、SVP12を動作させるためのIPLルーチンの実
行によって、そのSVP12本来の処理ルーチンが含ま
れるマイクロムプログラム等(以下、SVP−FWと称
する)を外部記憶装置13からロード後、SVP12内
の自己診断を実行する。When the computer system starts up, the following operation is performed. First, SVP12
Is executed by executing an IPL routine for operating the SVP 12 to load a micro program or the like (hereinafter, referred to as an SVP-FW) including an original processing routine of the SVP 12 from the external storage device 13 and then perform a self-diagnosis in the SVP 12. Execute
【0005】正常終了の場合には、SVP12は、SV
P−FWの実行によって、CPU11の命令を動作させ
るためのマイクロコード群(以下、CPU−FWと称す
る)を外部記憶装置13からCPU11にロードする。
ロード終了後、SVP12は、CPU11が正しく動作
しているか否かを調べるためにCPU11の自己診断を
起動して、正常終了した場合にはCPU11の命令の実
行が可能になる。[0005] In the case of normal termination, the SVP 12
By executing the P-FW, a microcode group (hereinafter, referred to as CPU-FW) for operating the instructions of the CPU 11 is loaded from the external storage device 13 to the CPU 11.
After the loading is completed, the SVP 12 activates a self-diagnosis of the CPU 11 to check whether or not the CPU 11 is operating properly. When the SVP 12 terminates normally, the CPU 11 can execute an instruction.
【0006】このように、従来では、立ち上げ処理時の
シーケンスは、SVP−FWのロード、SVP12の自
己診断、CPU−FWのロード、CPU11の自己診断
といったシリアルな手順で行われていた。As described above, conventionally, the sequence at the time of the start-up process has been performed by a serial procedure such as loading of the SVP-FW, self-diagnosis of the SVP 12, loading of the CPU-FW, and self-diagnosis of the CPU 11.
【0007】自己診断において、処理時間の大半はCP
U11等によって行われる主メモリの自己診断である。
主メモリの自己診断の処理時間は、メモリの搭載容量に
比例して処理時間がかかる。現在のコンピュータシステ
ムのメモリ構成は、日々増大傾向にある。In the self-diagnosis, the processing time is mostly CP
This is a main memory self-diagnosis performed by U11 or the like.
The processing time for the self-diagnosis of the main memory takes time in proportion to the installed capacity of the memory. The memory configuration of current computer systems is increasing every day.
【0008】このため、CPU11とSVP12の自己
診断がシリアルに実行される従来の立ち上げ処理のシー
ケンスでは、自己診断に要する時間によって、システム
の起動までに非常に多くの時間が必要となる欠点があっ
た。For this reason, the conventional start-up processing sequence in which the self-diagnosis of the CPU 11 and the SVP 12 is executed serially has a disadvantage that an extremely long time is required until the system is started due to the time required for the self-diagnosis. there were.
【0009】[0009]
【発明が解決しようとする課題】従来では、コンピュー
タシステム内の複数装置の自己診断機能がシリアルに実
行されており、システムの起動に多くの時間を要する欠
点があった。Conventionally, the self-diagnosis function of a plurality of devices in a computer system has been executed serially, and there has been a drawback that it takes a lot of time to start up the system.
【0010】この発明はこのような点に鑑みてなされた
もので、本体系装置の自己診断とサービスプロセッサの
自己診断を並列動作できるようにして、システム立ち上
げ処理の高速化を実現することができる立ち上げ方法を
提供することを目的とする。SUMMARY OF THE INVENTION The present invention has been made in view of the above points, and realizes a high-speed system start-up process by enabling a self-diagnosis of a main system unit and a self-diagnosis of a service processor to operate in parallel. The purpose is to provide a start-up method that can be used.
【0011】この発明は、サービスプロセッサとこのサ
ービスプロセッサによって監視および制御されるデータ
処理系装置とを有するコンピュータシステムの立ち上げ
方法において、前記サービスプロセッサは、イニシャル
プログラムロードのルーチンに含まれている前記データ
処理系装置の自己診断機能を起動し、この起動後、自プ
ロセッサの自己診断を実行し、自プロセッサの自己診断
終了時に前記データ処理系装置の自己診断機能の終了の
有無を判断し、終了時には前記データ処理系装置を再起
動してデータ処理のためのシステム運用を開始させるこ
とを特徴する。 The present invention relates to a service processor and data monitored and controlled by the service processor.
Start-up of a computer system having a processing system
In the method , the service processor activates a self-diagnosis function of the data processing system device included in a routine for loading an initial program , and after the activation, performs a self-diagnosis of the own processor and terminates a self-diagnosis of the own processor. sometimes it is determined whether the end of the self-diagnosis function of the data processing system unit, this that at the end to start system operation for restarting the data processing said data processing system unit
And characterized.
【0012】このコンピュータシステムの立ち上げ方法
においては、サービスプロセッサのイニシャルプログラ
ムロードのルーチン内にデータ処理系装置の自己診断ル
ーチンが内包されており、このイニシャルプログラムロ
ードの実行開始によって、サービスプロセッサはデータ
処理系装置の自己診断を起動し、データ処理系装置は自
己診断を実行する。そして、サービスプロセッサは、デ
ータ処理系装置の自己診断を起動後、自身の自己診断を
行う。これにより、本体系装置の自己診断処理とサービ
スプロセッサの自己診断処理とが実質的に並行に実行さ
れるので、コンピュータシステムの自己診断処理に要す
る時間が短縮され、システム立ち上げ処理の高速化を実
現することが可能となる。In the method of starting the computer system, a self-diagnosis routine of the data processing system is included in a routine for loading an initial program of the service processor. The service processor activates the self-diagnosis of the data processing system, and the data processing system executes the self-diagnosis. Then, after activating the self-diagnosis of the data processing system device, the service processor performs its own self-diagnosis. As a result, the self-diagnosis processing of the main system unit and the self-diagnosis processing of the service processor are executed substantially in parallel, so that the time required for the self-diagnosis processing of the computer system is reduced, and the speed of the system startup processing is increased. It can be realized.
【0013】[0013]
【実施例】以下、図面を参照してこの発明の実施例を説
明する。Embodiments of the present invention will be described below with reference to the drawings.
【0014】図1にはこの発明の一実施例に係わるコン
ピュータシステムの構成が示されている。このコンピュ
ータシステムは、データ処理系装置を成すCPU21
と、CPU21の監視および制御を初めシステム診断・
障害を司るサービスプロセッサ(SVP)22と、外部
記憶装置13とから構成されている。FIG. 1 shows the configuration of a computer system according to an embodiment of the present invention. This computer system includes a CPU 21 which forms a data processing system device.
And system diagnostics including monitoring and control of the CPU 21
It comprises a service processor (SVP) 22 that manages a failure and an external storage device 13.
【0015】CPU21は、システムの命令の実行を行
うものであり、サービスプロセッサ(SVP)22を経
由してその自己診断やシステム運用に必要な各種マイク
ロコード群(CPU−FW)を受け取る。The CPU 21 executes system instructions, and receives various microcode groups (CPU-FW) necessary for self-diagnosis and system operation via a service processor (SVP) 22.
【0016】サービスプロセッサ(SVP)22は、C
PU21に対してCPU−FWをロードしたり、障害を
検出する機能を持つ。このサービスプロセッサ(SV
P)22のイニシャルプログラムロード(IPL)ルー
チン221は、CPU21の自己診断ルーチンを内包し
ており、CPU21に対してCPU−FWを転送する機
能を持つ。The service processor (SVP) 22
It has a function of loading a CPU-FW to the PU 21 and detecting a failure. This service processor (SV
An initial program load (IPL) routine 221 of P) 22 includes a self-diagnosis routine of the CPU 21 and has a function of transferring a CPU-FW to the CPU 21.
【0017】外部記憶装置23は、前述のCPU−FW
やサービスプロセッサ(SVP)22の自己診断に必要
なSVP−FW、OS、さらには各種アプリケーション
などを格納するものである。24はバスであり、このバ
ス24を通して各種FW等のロードが実行される。The external storage device 23 includes the CPU-FW described above.
And an SVP-FW, an OS, and various applications necessary for the self-diagnosis of the service processor (SVP) 22. Reference numeral 24 denotes a bus through which various FWs and the like are loaded.
【0018】図2には、サービスプロセッサ(SVP)
22の内部ROMに格納されているイニシャルプログラ
ムロード(IPL)ルーチン221の構成の一例が示さ
れている。FIG. 2 shows a service processor (SVP).
2 shows an example of the configuration of an initial program load (IPL) routine 221 stored in the internal ROM 22.
【0019】図示のように、イニシャルプログラムロー
ド(IPL)ルーチン221には、CPU21の自己診
断ルーチンが含まれている。このCPU21の自己診断
ルーチンは、CPU−FWを外部記憶装置23からロー
ドする機能(ステップS11)と、CPU21に対して
自己診断を起動指示する機能(ステップS12)とから
構成されている。As shown, the initial program load (IPL) routine 221 includes a self-diagnosis routine of the CPU 21. The self-diagnosis routine of the CPU 21 has a function of loading the CPU-FW from the external storage device 23 (step S11) and a function of instructing the CPU 21 to start a self-diagnosis (step S12).
【0020】また、このイニシャルプログラムロード
(IPL)ルーチン221には、サービスプロセッサ
(SVP)22の自己診断を行うために必要なSVP−
FWを外部記憶装置23からロードする機能(ステップ
S13)が含まれている。次に、図3のフローチャート
を参照して、システム立ち上げ時の診断開始に関する動
作手順を説明する。The initial program load (IPL) routine 221 includes an SVP-S necessary for performing a self-diagnosis of the service processor (SVP) 22.
The function of loading the FW from the external storage device 23 (step S13) is included. Next, with reference to the flowchart of FIG. 3, an operation procedure regarding the start of diagnosis at the time of system startup will be described.
【0021】図3に示されているように、診断開始時に
おいては、まず、サービスプロセッサ(SVP)22
は、イニシャルプログラムロード(IPL)ルーチン2
21の実行によって、CPU21の自己診断に必要なC
PU−FWをCPU21の内部RAMにロードする(ス
テップS21)。ついで、サービスプロセッサ(SV
P)22は、CPU21に対して自己診断処理の起動指
示を行う(ステップS22)。このステップS21、S
22の処理は、図2で説明したCPU自己診断ルーチン
のステップS11、S12に対応するものであり、イニ
シャルプログラムロード(IPL)ルーチン221の実
行によって、行われるものである。As shown in FIG. 3, at the start of diagnosis, first, the service processor (SVP) 22
Is the initial program load (IPL) routine 2
The execution of C21 makes it necessary for C
The PU-FW is loaded into the internal RAM of the CPU 21 (Step S21). Next, the service processor (SV
P) 22 instructs the CPU 21 to start the self-diagnosis processing (step S22). This step S21, S
The processing in step S22 corresponds to steps S11 and S12 of the CPU self-diagnosis routine described in FIG. 2, and is performed by executing the initial program load (IPL) routine 221.
【0022】この後、CPU21は、サービスプロセッ
サ(SVP)22からの起動指示に応答して、自己診断
を開始する(ステップS22)。このCPU21の起動
指示後、サービスプロセッサ(SVP)22は自身の自
己診断に必要なSVP−FWを外部記憶装置23からロ
ード(ステップS24)し、自己診断を開始する(ステ
ップS25)。Thereafter, the CPU 21 starts self-diagnosis in response to a start instruction from the service processor (SVP) 22 (step S22). After the activation instruction of the CPU 21, the service processor (SVP) 22 loads the SVP-FW necessary for its own self-diagnosis from the external storage device 23 (Step S24), and starts the self-diagnosis (Step S25).
【0023】これにより、CPU21とサービスプロセ
ッサ(SVP)22の自己診断は並列化され、従来の直
列化された自己診断よりも、大幅な診断時間の短縮が図
れる。As a result, the self-diagnosis of the CPU 21 and the service processor (SVP) 22 is performed in parallel, so that the time required for diagnosis can be significantly reduced as compared with the conventional serialized self-diagnosis.
【0024】次に、各診断の終了手順を示すが、これ
は、各デバイス自己診断の終了時間がまちまちのため、
サービスプロセッサ(SVP)22による各デバイスの
終了監視が必要になるためである。この場合、CPU2
1の診断終了時の動作シーケンスは図4のフローチャー
トのようになる。Next, the end procedure of each diagnosis will be described. This is because the end time of each device self-diagnosis varies.
This is because the service processor (SVP) 22 needs to monitor the end of each device. In this case, CPU2
The operation sequence at the end of the first diagnosis is as shown in the flowchart of FIG.
【0025】すなわち、CPU21は、SVP12によ
って起動された自身の自己診断ルーチンが終了したら
(ステップS31)、終了ステータスをサービスプロセ
ッサ(SVP)22に通知する(ステップS32)。こ
の後、CPU21は、ホールド状態を保ち割り込み起動
を待つようになる(ステップS33,S34)。That is, when the self-diagnosis routine started by the SVP 12 ends (step S31), the CPU 21 notifies the service processor (SVP) 22 of the end status (step S32). Thereafter, the CPU 21 maintains the hold state and waits for the activation of the interrupt (steps S33, S34).
【0026】そして、サービスプロセッサ(SVP)2
2からの割り込みがあると、CPU21は再起動され、
サービスプロセッサ(SVP)22からロードされるデ
ータ処理用のマイクロプログラムに従って命令処理のた
めの運用が開始される(ステップS35)。また、サー
ビスプロセッサ(SVP)22の診断終了時の動作シー
ケンスは図4のフローチャートのようになる。The service processor (SVP) 2
When there is an interrupt from 2, the CPU 21 is restarted,
The operation for instruction processing is started in accordance with the data processing microprogram loaded from the service processor (SVP) 22 (step S35). The operation sequence of the service processor (SVP) 22 at the end of the diagnosis is as shown in the flowchart of FIG.
【0027】サービスプロセッサ(SVP)22は、自
身のSVP−FWのロード、自己診断を終了したら(ス
テップS41)、CPU21の終了ステータスを内部レ
ジスタ等から読み出し(ステップS42)、CPU21
の自己診断が終了しているか否かを判断する(ステップ
S43)。When the service processor (SVP) 22 finishes loading its own SVP-FW and completing the self-diagnosis (step S41), it reads the end status of the CPU 21 from an internal register or the like (step S42).
It is determined whether the self-diagnosis has been completed (step S43).
【0028】CPU21の自己診断が終了していたら、
サービスプロセッサ(SVP)22は、命令用等の各種
運用のためのマイクロプログラムを外部記憶装置23か
らロードし、これによってCPU21に対して割り込み
を発生させて、CPU21を起動する。もし、CPU2
1の終了ステータスが終了していなかったら、CPU2
1の自己診断が終了するまで待つ。このようなシーケン
スに従って、CPU21とサービスプロセッサ(SV
P)22の自己診断の並列化、運用FWのロードが図ら
れ、立ち上げが行われる。If the self-diagnosis of the CPU 21 has been completed,
The service processor (SVP) 22 loads microprograms for various operations such as instructions from the external storage device 23, thereby causing the CPU 21 to generate an interrupt and activate the CPU 21. If CPU2
If the exit status of 1 has not been completed, the CPU 2
Wait until the self-diagnosis of 1 is completed. According to such a sequence, the CPU 21 and the service processor (SV
P) The self-diagnosis of 22 is parallelized, the operation FW is loaded, and startup is performed.
【0029】この自己診断の並列化の様子を図6に示
す。この図6から分かるように、このコンピュータシス
テムの立ち上げ処理においては、CPU−FWのロード
に要する時間を除くと、実質的にCPU21の自己診断
とサービスプロセッサ(SVP)22の自己診断が並列
に実行される。FIG. 6 shows how the self-diagnosis is parallelized. As can be seen from FIG. 6, in the startup processing of the computer system, the self-diagnosis of the CPU 21 and the self-diagnosis of the service processor (SVP) 22 are substantially performed in parallel except for the time required for loading the CPU-FW. Be executed.
【0030】以上のように、この実施例においては、サ
ービスプロセッサ(SVP)22のイニシャルプログラ
ムロード(IPL)のルーチン221内にCPU21の
自己診断ルーチンが内包されており、このイニシャルプ
ログラムロードルーチン221の実行開始によって、サ
ービスプロセッサ(SVP)22はCPU21の自己診
断を起動し、CPU21自信は自己診断を実行する。そ
して、サービスプロセッサ(SVP)22は、CPU2
1の自己診断を起動後、自身の自己診断を行う。これに
より、CPU21の自己診断処理とサービスプロセッサ
(SVP)22の自己診断処理とが実質的に並行に実行
されるので、コンピュータシステムの自己診断処理に要
する時間が短縮され、システム立ち上げ処理の高速化を
実現することが可能となる。As described above, in this embodiment, the self-diagnosis routine of the CPU 21 is included in the initial program load (IPL) routine 221 of the service processor (SVP) 22, and the initial program load routine 221 By starting the execution, the service processor (SVP) 22 starts the self-diagnosis of the CPU 21, and the CPU 21 executes the self-diagnosis. Then, the service processor (SVP) 22
After activating the self-diagnosis, the self-diagnosis is performed. As a result, the self-diagnosis processing of the CPU 21 and the self-diagnosis processing of the service processor (SVP) 22 are executed substantially in parallel, so that the time required for the self-diagnosis processing of the computer system is reduced, and the speed of the system start-up processing is reduced. Can be realized.
【0031】なお、ここでは、CPU21とSVP22
の組み合わせの例だけを説明したが、SVP22の監視
を複数にすれば、同様のシーケンスで、本体系装置を成
す複数のデバイスの自己診断とSVP22の自己診断と
の並列化を図ることも可能である。Here, the CPU 21 and the SVP 22
Although only an example of the combination of the SVP 22 has been described, if a plurality of SVP 22 are monitored, the self-diagnosis of a plurality of devices constituting the main unit and the self-diagnosis of the SVP 22 can be parallelized in the same sequence. is there.
【0032】[0032]
【発明の効果】以上のように、この発明によれば、本体
系装置の自己診断とサービスプロセッサの自己診断を並
列動作できるようになり、システム立ち上げ処理の高速
化を実現することができる。As described above, according to the present invention, the self-diagnosis of the main system unit and the self-diagnosis of the service processor can be performed in parallel, and the system startup processing can be speeded up.
【図1】この発明の一実施例に係わるシステム構成を示
すブロック図。FIG. 1 is a block diagram showing a system configuration according to an embodiment of the present invention.
【図2】同実施例におけるIPLルーチンの構成の一例
を示す図。FIG. 2 is an exemplary view showing an example of the configuration of an IPL routine in the embodiment.
【図3】同実施例におけるシステム立ち上げ時の診断開
始手順を説明するフローチャート。FIG. 3 is a flowchart for explaining a diagnosis start procedure when starting up the system in the embodiment.
【図4】同実施例におけるCPUの診断終了手順を説明
するフローチャート。FIG. 4 is a flowchart illustrating a procedure for ending a diagnosis of a CPU in the embodiment.
【図5】同実施例におけるサービスプロセッサの診断終
了手順を説明するフローチャート。FIG. 5 is a flowchart illustrating a procedure for ending diagnosis of the service processor in the embodiment.
【図6】同実施例におけるCPUとサービスプロセッサ
の自己診断処理の並列動作の様子を示す図。FIG. 6 is an exemplary view showing a state of parallel operation of self-diagnosis processing of a CPU and a service processor in the embodiment.
【図7】従来のシステム構成を示すブロック図。FIG. 7 is a block diagram showing a conventional system configuration.
【図8】図7の従来のシステムにおけるCPUとサービ
スプロセッサの自己診断処理の動作の様子を示す図。FIG. 8 is a diagram showing an operation of a self-diagnosis process of a CPU and a service processor in the conventional system of FIG. 7;
21…CPU、22…サービスプロセッサ、23…外部
記憶装置、24…バス、221…IPLルーチン。21 CPU, 22 service processor, 23 external storage device, 24 bus, 221 IPL routine.
Claims (1)
セッサによって監視および制御されるデータ処理系装置
とを有するコンピュータシステムの立ち上げ方法におい
て、 前記サービスプロセッサは、イニシャルプログラムロー
ドのルーチンに含まれている前記データ処理系装置の自
己診断機能を起動し、 この起動後、 自プロセッサの自己診断を実行し、 自プロセッサの自己診断終了時に前記データ処理系装置
の自己診断機能の終了の有無を判断し、 終了時には前記データ処理系装置を再起動してデータ処
理のためのシステム運用を開始させることを特徴するコ
ンピュータシステムの立ち上げ方法。 1. A service processor and a service processor.
Monitored and controlled by SessaData processing equipment
Of a computer system havingStartup methodsmell
The service processor is an initial program row.
Of the data processing system device included in the routine ofSelf
Activate the self-diagnosis function, After this launch, Executing a self-diagnosis of the own processor, and completing the self-diagnosis of the own processor;
It is determined whether the self-diagnosis function has been completed, and upon completion, the data processing system is restarted to perform data processing.
System operation for managementCharacterizeKo
Startup of computer systemMethod.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP04065666A JP3126473B2 (en) | 1992-03-24 | 1992-03-24 | How to set up a computer system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP04065666A JP3126473B2 (en) | 1992-03-24 | 1992-03-24 | How to set up a computer system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH05265797A JPH05265797A (en) | 1993-10-15 |
JP3126473B2 true JP3126473B2 (en) | 2001-01-22 |
Family
ID=13293551
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP04065666A Expired - Fee Related JP3126473B2 (en) | 1992-03-24 | 1992-03-24 | How to set up a computer system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3126473B2 (en) |
-
1992
- 1992-03-24 JP JP04065666A patent/JP3126473B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH05265797A (en) | 1993-10-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
USRE40092E1 (en) | Method for quickly booting a computer system | |
CN118567732B (en) | System, method, device, medium and program product for quick start of server | |
JP2002007361A (en) | Application interface for multiprocessor unnecessary to use multiprocessor operating system | |
US20160179626A1 (en) | Computer system, adaptable hibernation control module and control method thereof | |
JP3126473B2 (en) | How to set up a computer system | |
JPH11175369A (en) | Program development supporting device, program development supporting method and medium recording program development supporting program | |
WO2008048581A1 (en) | A processing device operation initialization system | |
US6907523B2 (en) | Method and apparatus utilizing an agent on the host processing system to initiate loading of a program in response to an event at the host processing system | |
JP3264966B2 (en) | Startup control method for computer system | |
JP2835896B2 (en) | Test program execution control method | |
CN118132386B (en) | System crash information storage method, device and computer system | |
JPH04113421A (en) | Initial program loading system | |
JPH03138753A (en) | Boot loader for multiprocessor system | |
JP2617984B2 (en) | Central processing unit test method | |
JP2591002B2 (en) | Information processing device | |
CN117370991A (en) | Safe and quick starting method of QNX system | |
JPH02138638A (en) | Service processing unit load control method | |
JPH09259004A (en) | Debugging method | |
JP2673850B2 (en) | A computer that runs a microtest program | |
JPS60107145A (en) | Test control method for computer systems | |
JPH0664569B2 (en) | Micro program loading method | |
JP2530900B2 (en) | Loading device | |
JPH04124735A (en) | System starting system | |
JPH02122335A (en) | RAS circuit test method | |
JPH01217650A (en) | Test executing system for software simulator |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |