JPH09330253A - Memory dump method and memory damp system applying the same - Google Patents

Memory dump method and memory damp system applying the same

Info

Publication number
JPH09330253A
JPH09330253A JP8147458A JP14745896A JPH09330253A JP H09330253 A JPH09330253 A JP H09330253A JP 8147458 A JP8147458 A JP 8147458A JP 14745896 A JP14745896 A JP 14745896A JP H09330253 A JPH09330253 A JP H09330253A
Authority
JP
Japan
Prior art keywords
memory
prefix
dump
memory dump
program
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.)
Pending
Application number
JP8147458A
Other languages
Japanese (ja)
Inventor
Toshio Inaba
寿雄 稲場
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
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP8147458A priority Critical patent/JPH09330253A/en
Publication of JPH09330253A publication Critical patent/JPH09330253A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a memory dump system applying memory dump method with which dump in a state of a fault occurence is enabled without destroying a prefix memory. SOLUTION: This memory dump system has the prefix memory to be used as a CPU personal work area in a real address space and a computer(MCU) 1 to start a memory dump program through a service processor(SVP) 2 when turning an operation system into the state of disabling system down such as fault occurence is provided as a main body. Then, the computer(MCU) 1 is provided with a CPU 3 and a memory(MEM) 4. In the case, the SVP 2 reads the prefix memory from the CPU 3 of the MCU 1 into the real address area of its own memory 4 when starting the memory dump program, automatically stores that prefix memory, saves/preserves it and dumps the prefix memory preserved at the time of memory dump to a magnetic tape 5 or a disk 6.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、プレフィックスメ
モリを有する計算機におけるオペレーションシステム
(OS)が障害発生時等のシステムダウンできない状態
に陥ったときにメモリダンププログラムが起動されるメ
モリダンプ方法及びそれを適用したメモリダンプシステ
ムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory dump method for starting a memory dump program when an operating system (OS) in a computer having a prefix memory falls into a state in which the system cannot be down due to a failure or the like, and a memory dump method therefor. Regarding the applied memory dump system.

【0002】[0002]

【従来の技術】従来、メモリダンプを実行可能な計算機
は、実アドレス空間及び仮想アドレス空間を有すると共
に、実アドレス空間にCPU個別作業域として使用され
るプレフィックスメモリを有している。この計算機を含
むメモリダンプシステムでは、永久ループ,システムア
ップアラーム等によりオペレーションシステムが障害発
生時等のシステムダウンできない状態に陥ったときにメ
モリダンププログラムが起動される。こうした障害状況
を解析する際に最も必要な情報は、割込み時のプログラ
ム状態語(PSW),レジスタ(PXR),プレフィッ
クスメモリである。このうち、プレフィックスメモリに
は、割込みルーチンアドレス,割込み元アドレス,SV
C命令のテーブルアドレス,メモリ管理の基本情報等が
格納されている。このようなプレフィックスメモリにお
いては、現用プレフィックスエリアと交代プレフィック
スエリアとにシステム障害情報プログラムを二重化して
格納しておくことにより、システム障害時における障害
原因情報を収集している。
2. Description of the Related Art Conventionally, a computer capable of executing a memory dump has a real address space and a virtual address space, and also has a prefix memory used as a CPU individual work area in the real address space. In the memory dump system including this computer, the memory dump program is started when the operating system falls into a state in which the system cannot be down due to a failure such as a permanent loop or a system up alarm. The most necessary information when analyzing such a failure situation is the program state word (PSW) at the time of interruption, the register (PXR), and the prefix memory. Of these, the prefix memory contains the interrupt routine address, the interrupt source address, and the SV.
The table address of C instruction, basic information of memory management, etc. are stored. In such a prefix memory, failure cause information at the time of system failure is collected by duplicating and storing the system failure information program in the active prefix area and the alternate prefix area.

【0003】[0003]

【発明が解決しようとする課題】上述したメモリダンプ
システムにおけるメモリダンプ方法の場合、プレフィッ
クスメモリをメモリダンププログラム起動前に待避して
いないため、ダンプ内容から障害原因を追及する際、障
害発生時のプレフィックスメモリが含まれておらず、こ
のためにメモリダンププログラムを起動するとプレフィ
ックスメモリに格納された一部の情報が破壊されてしま
う等,障害解析に多大な影響を与えて障害原因の特定が
できなくなるという欠点がある。因みに、メモリダンプ
プログラムの動作中ではプレフィックスメモリは大幅に
変化してしまうため、仮にメモリダンププログラムが出
力媒体の障害等で異常終了した場合には再度メモリダン
ププログラムを起動しても取得したメモリダンプのプレ
フィックスメモリが障害発生時の状態から変化してしま
っており、障害解析の手助けにはならない。
In the case of the memory dump method in the above-mentioned memory dump system, since the prefix memory is not saved before starting the memory dump program, when the cause of the failure is sought from the dump contents, a failure occurs when a failure occurs. Since the prefix memory is not included, and when the memory dump program is started for this reason, some information stored in the prefix memory is destroyed. It has the drawback of disappearing. By the way, since the prefix memory changes significantly during the operation of the memory dump program, if the memory dump program terminates abnormally due to a failure of the output medium, etc. Since the prefix memory of has changed from the state at the time of failure, it does not help the failure analysis.

【0004】本発明は、このような問題点を解決すべく
なされたもので、その技術的課題は、プレフィックスメ
モリを破壊することなく、障害時の状態でダンプするこ
とを可能とするメモリダンプ方法及びそれを適用したメ
モリダンプシステムを提供することにある。
The present invention has been made to solve such a problem, and its technical problem is to provide a memory dump method capable of dumping in the state at the time of failure without destroying the prefix memory. And to provide a memory dump system to which it is applied.

【0005】[0005]

【課題を解決するための手段】本発明によれば、実アド
レス空間にCPU個別作業域として使用されるプレフィ
ックスメモリを有する計算機におけるオペレーションシ
ステムがシステムダウンできない状態に陥ったときにメ
モリダンププログラムが起動されるメモリダンプ方法で
あって、メモリダンププログラムの起動時にプレフィッ
クスメモリを実アドレス空間であってオペレーションシ
ステムの未使用領域に待避保存するプレフィックスメモ
リ待避段階と、メモリダンプの起動時にオペレーション
システムの未使用領域に待避保存されているプレフィッ
クスメモリをダンプするダンプ段階とを有するメモリダ
ンプ方法が得られる。
According to the present invention, a memory dump program is started when an operating system in a computer having a prefix memory used as a CPU individual work area in a real address space falls into a state where the system cannot be down. Memory dump method, in which the prefix memory is saved and saved in an unused area of the operating system in the real address space when the memory dump program is started, and the operation system is not used when the memory dump is started. And a dump stage for dumping the prefix memory saved in the area.

【0006】一方、本発明によれば、実アドレス空間及
び仮想アドレス空間を有し,且つ該実アドレス空間にC
PU個別作業域として使用されるプレフィックスメモリ
を有すると共に、オペレーションシステムがシステムダ
ウンできない状態に陥ったときにサービスプロセッサに
よりメモリダンププログラムが起動される計算機を含む
メモリダンプシステムにおいて、サービスプロセッサ
は、メモリダンププログラムの起動時に自体のメモリの
実アドレス領域に計算機のCPUからプレフィックスメ
モリを読み込んで自動的に蓄えて待避保存するメモリダ
ンプシステムが得られる。
On the other hand, according to the present invention, there is a real address space and a virtual address space, and the real address space is C
In a memory dump system including a computer having a prefix memory used as a PU individual work area and having a memory dump program started by a service processor when the operating system falls into a state where the system cannot be down, the service processor is A memory dump system can be obtained in which a prefix memory is read from a CPU of a computer in a real address area of its own memory when a program is started, and automatically stored and saved for saving.

【0007】又、本発明によれば、上記メモリダンプシ
ステムにおいて、プレフィックスメモリをダンプするた
めの記憶媒体及び記録媒体のうちの少なくとも一方を含
み、サービスプロセッサは、メモリダンプ時に保存した
プレフィックスメモリを記憶媒体及び記録媒体のうちの
少なくとも一方へダンプするメモリダンプシステムが得
られる。
Further, according to the present invention, in the above-mentioned memory dump system, at least one of a storage medium and a recording medium for dumping the prefix memory is included, and the service processor stores the prefix memory saved at the time of the memory dump. A memory dump system for dumping to at least one of a medium and a recording medium is obtained.

【0008】[0008]

【発明の実施の形態】以下に実施例を挙げ、本発明のメ
モリダンプ方法及びそれを適用したメモリダンプシステ
ムについて、図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION A memory dump method of the present invention and a memory dump system to which the same is applied will be described below in detail with reference to the drawings.

【0009】最初に、本発明のメモリダンプ方法の概要
を簡単に説明する。このメモリダンプ方法は、実アドレ
ス空間にCPU個別作業域として使用されるプレフィッ
クスメモリを有する計算機におけるオペレーションシス
テムが障害発生時等のシステムダウンできない状態に陥
ったときにメモリダンププログラムが起動される際、メ
モリダンププログラムの起動時にプレフィックスメモリ
を実アドレス空間であってオペレーションシステムの未
使用領域に待避保存するプレフィックスメモリ待避段階
と、メモリダンプの起動時にオペレーションシステムの
未使用領域に待避保存されているプレフィックスメモリ
をダンプするダンプ段階とを有するものである。
First, the outline of the memory dump method of the present invention will be briefly described. This memory dump method is used when a memory dump program is started when an operating system in a computer having a prefix memory used as a CPU individual work area in a real address space falls into a state where the system cannot be down due to a failure or the like. When the memory dump program starts, the prefix memory is saved in the unused area of the operating system in the real address space, and the prefix memory saving step and the prefix memory saved in the unused area of the operating system when the memory dump is started And a dump stage for dumping.

【0010】このような各段階を経ることにより、メモ
リダンプの初期起動時やメモリダンプが記憶又は記録媒
体障害等の理由で異常になって再起動された場合にも、
プレフィックスメモリが別メモリに待避されるため、プ
レフィックスメモリを破壊することなく、障害発生時の
状態でダンプすることが可能となる。
By going through these steps, even when the memory dump is initially started up or when the memory dump becomes abnormal due to a storage or recording medium failure or the like and is restarted,
Since the prefix memory is saved in another memory, it is possible to dump in the state at the time of failure without destroying the prefix memory.

【0011】図1は、このようなメモリダンプ方法を適
用した一実施例に係るメモリダンプシステムの基本構成
及びそのメモリダンプの動作処理の流れを示したブロッ
ク図である。
FIG. 1 is a block diagram showing a basic configuration of a memory dump system according to an embodiment to which such a memory dump method is applied and a flow of operation processing of the memory dump.

【0012】このメモリダンプシステムは、実アドレス
空間及び仮想アドレス空間を有し,且つ実アドレス空間
にCPU個別作業域として使用されるプレフィックスメ
モリを有すると共に、オペレーションシステムが障害発
生等のシステムダウンできない状態に陥ったときにサー
ビスプロセッサ(SVP)2によりメモリダンププログ
ラムが起動される計算機(MCU)1を含むと共に、計
算機(MCU)1がCPU3及びメモリ(MEM)4を
備えて成る。又、ここではプレフィックスメモリをダン
プするための記憶媒体としてのディスク(DK)6や記
録媒体としての磁気テープ(MT)5が備えられてい
る。
This memory dump system has a real address space and a virtual address space, a prefix memory used as a CPU individual work area in the real address space, and a state in which the operation system cannot be brought down due to a failure or the like. The computer (MCU) 1 includes a computer (MCU) 1 whose memory dump program is started by the service processor (SVP) 2 when it falls into the state of (1). Further, here, a disk (DK) 6 as a storage medium for dumping the prefix memory and a magnetic tape (MT) 5 as a recording medium are provided.

【0013】ここでのサービスプロセッサ2は、メモリ
ダンププログラムの起動時に自体のメモリ4の実アドレ
ス領域に計算機1のCPU3からプレフィックスメモリ
を読み込んで自動的に蓄えて待避保存すると共に、メモ
リダンプ時に保存したプレフィックスメモリを磁気テー
プ5やディスク6へダンプする。
The service processor 2 here reads the prefix memory from the CPU 3 of the computer 1 in the real address area of its own memory 4 at the time of starting the memory dump program, automatically stores it and saves it, and saves it at the time of memory dump. The prefix memory is dumped to the magnetic tape 5 or the disk 6.

【0014】このような構成のメモリダンプシステムの
場合、通常のメモリダンププログラムの起動時だけでな
く、異常終了後の再起動の状態においても、プレフィッ
クスメモリがサービスプロセッサ2によりメモリ4に待
避保存されているため、このときに取得されたメモリ4
には障害時のプレフィックス領域が含まれる。
In the case of the memory dump system having such a configuration, the prefix memory is saved and stored in the memory 4 by the service processor 2 not only when the normal memory dump program is started, but also when the memory dump system is restarted after the abnormal end. Memory 4 acquired at this time
Contains the prefix area at the time of failure.

【0015】このメモリダンプシステムに関して、図1
を参照してメモリダンプが正常に動作した場合の実行時
の処理の流れを説明すれば、計算機1においてオペレー
ションシステム内で永久ループ,システムアップアラー
ム等の障害発生によりオペレーションシステムがシステ
ムダウンできない状態に陥ったとき、メモリダンプを取
得するため、オペレータによりCPU3の実行停止がサ
ービスプロセッサ2により指示された場合、サービスプ
ロセッサ2は動作S1として示されるように計算機1を
介してCPU3を停止させる動作を行う。このとき、サ
ービスプロセッサ2は自体のメモリ領域にプレフィック
スメモリが保存されていなければ、動作S2として示さ
れるようにCPU3からプレフィックスメモリを読み込
む。これはメモリダンプが出力媒体障害等の理由で異常
になり、再起動された場合に再度プレフィックスメモリ
を読み込むことによって、障害発生時のプレフィックス
メモリを破壊することを避けるための機能である。
Regarding this memory dump system, FIG.
The flow of processing at the time of normal execution of the memory dump will be described with reference to the following. In the computer 1, the operating system cannot be brought down due to a failure such as a permanent loop or a system up alarm in the operating system. When the operator has instructed the service processor 2 to stop the execution of the CPU 3 in order to obtain a memory dump when it falls, the service processor 2 performs an operation to stop the CPU 3 via the computer 1 as shown as operation S1. . At this time, if the prefix memory is not stored in the memory area of the service processor 2, the service processor 2 reads the prefix memory from the CPU 3 as shown in operation S2. This is a function for avoiding destroying the prefix memory at the time of failure by reading the prefix memory again when the memory dump becomes abnormal due to an output medium failure or the like and is restarted.

【0016】この後、サービスプロセッサ2は動作S3
として示されるように、読み込んだプレフィックスメモ
リをメモリ4の実アドレスX′00000000′から
X′00002000′に蓄えておく。このメモリ4の
領域は、論理アドレスから実アドレスに変換する際のプ
レフィックスアドレス変換の機能によって直接CPU3
から参照/更新できない領域であって、オペレーション
システムを使用することができないため、常に未使用な
領域となっている。
After this, the service processor 2 performs the operation S3.
The read prefix memory is stored at the real addresses X'00000000 'to X'00002000' of the memory 4, as shown in FIG. The area of the memory 4 is directly transferred to the CPU 3 by the function of prefix address conversion when converting a logical address to a real address.
It is an area that cannot be referred to / updated from, and cannot be used by the operating system, so it is always an unused area.

【0017】その後、メモリダンププログラムを起動す
るため、CPU3の割込み時のプログラム状態語(PS
W)をメモリダンププログラムの先頭アドレスに設定
し、CPU3を実行させる。メモリダンププログラム
は、先ず障害時のプレフィックスが書き込んである空間
を磁気テープ5やディスク6に書き込む。但し、ここで
のメモリ4の領域はCPU3からは参照できないため、
後述するようなチャネルプログラムを書き、CPU3を
介することなくチャネルからサービスプロセッサ2が待
避したプレフィックスメモリの内容を直接磁気テープ5
やディスク6に書き込む。
After that, in order to activate the memory dump program, the program status word (PS
W) is set to the top address of the memory dump program, and the CPU 3 is executed. The memory dump program first writes the space in which the prefix at the time of failure is written to the magnetic tape 5 or the disk 6. However, since the area of the memory 4 here cannot be referred from the CPU 3,
Write a channel program as described below, and directly write the contents of the prefix memory saved by the service processor 2 from the channel to the magnetic tape 5 without passing through the CPU 3.
Or write to disk 6.

【0018】待避されたプレフィックスメモリをダンプ
した後、メモリ4は動作S4として示されるように、メ
モリダンププログラムに従って常にメモリ内容を直接磁
気テープ5やディスク6にダンプする。ダンプが正常に
終了した場合、既にプレフィックスメモリは磁気テープ
5やディスク6に待避されているため、サービスプロセ
ッサ2に保存されているプレフィックスメモリが不要に
なる。又、メモリダンププログラムは次にダンプが起動
されたときにサービスプロセッサ2がプレフィックスメ
モリを再度待避することができるように、サービスプロ
セッサ2に対してダンプ正常終了を通信し、通信を受け
たサービスプロセッサ2が待避しておいたプレフィック
スメモリを消去したことを確認した後、メモリダンププ
ログラムは終了する。
After dumping the saved prefix memory, the memory 4 always dumps the memory contents directly to the magnetic tape 5 or the disk 6 in accordance with the memory dump program, as indicated by operation S4. When the dump ends normally, the prefix memory saved in the service processor 2 is no longer necessary because the prefix memory is already saved in the magnetic tape 5 or the disk 6. In addition, the memory dump program communicates the normal termination of the dump to the service processor 2 so that the service processor 2 can save the prefix memory again when the next dump is started, and the service processor which has received the communication. After confirming that No. 2 erased the saved prefix memory, the memory dump program ends.

【0019】図2は、プレフィックスメモリを直接磁気
テープ(MT)5やディスク(DK)6に書き込むため
のメモリ(MEM)4のチャネルプログラムを例示した
ものである。
FIG. 2 exemplifies a channel program of the memory (MEM) 4 for writing the prefix memory directly on the magnetic tape (MT) 5 or the disk (DK) 6.

【0020】このチャネルプログラムではCCW1,C
CW2によってSEEKを行い、CCW3,CCW4に
おいてSEARCHを行い、プレフィックスメモリを書
き込むブロックを指定する。xxxxはSEE位置格納
実メモリアドレスであり、yyyyはSEARCH位置
格納実メモリアドレスである。CCW5,CCW6,C
CW7,CCW8は実アドレスX′00000000′
からX′00002000′に待避されているプレフィ
ックスメモリをディスク(DK)6に転送するための命
令である。
In this channel program, CCW1, C
SEEK is performed by CW2, SEARCH is performed by CCW3 and CCW4, and the block in which the prefix memory is written is designated. xxxx is the SEE position storage real memory address, and yyyy is the SEARCH position storage real memory address. CCW5, CCW6, C
CW7 and CCW8 are real address X'00000000 '
Command for transferring the prefix memory saved from X'00002000 'to the disk (DK) 6.

【0021】[0021]

【発明の効果】以上に説明したように、本発明のメモリ
ダンプ方法及びそれを適用したメモリダンプシステムに
よれば、オペレーションシステム内で永久ループ,シス
テムアップアラーム等によりオペレーションシステムが
システムダウンできない状態に陥った障害発生時に起動
されるメモリダンププログラムの起動時にプレフィック
スメモリを自動的にサービスプロセッサに待避保存する
と共に、メモリダンプ時に保存したプレフィックスメモ
リをダンプするため、障害解析に際して障害発生時のプ
レフィックスメモリを参照でき、障害原因を容易に特定
することができるようになる。
As described above, according to the memory dump method and the memory dump system to which the present invention is applied, the operation system cannot be brought down due to a permanent loop, a system up alarm or the like in the operation system. The memory dump program that is started when a failure occurs The prefix memory is automatically saved to the service processor when the program is started, and the prefix memory saved at the time of memory dump is dumped. It will be possible to refer to and easily identify the cause of failure.

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

【図1】本発明のメモリダンプ方法を適用した一実施例
に係るメモリダンプシステムの基本構成及びそのメモリ
ダンプの動作処理の流れを示したブロック図である。
FIG. 1 is a block diagram showing a basic configuration of a memory dump system according to an embodiment to which a memory dump method of the present invention is applied and a flow of operation processing of the memory dump.

【図2】図1に示すメモリダンプシステムに含まれるメ
モリにおける待避したプレフィックスメモリを直接磁気
テープやディスクに書き込むためのチャネルプログラム
を例示したものである。
FIG. 2 illustrates a channel program for directly writing a saved prefix memory in a memory included in the memory dump system shown in FIG. 1 to a magnetic tape or a disk.

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

1 計算機(MCU) 2 サービスプロセッサ(SVP) 3 CPU 4 メモリ(MEM) 5 磁気テープ(MT) 6 ディスク(DK) 1 Computer (MCU) 2 Service Processor (SVP) 3 CPU 4 Memory (MEM) 5 Magnetic Tape (MT) 6 Disk (DK)

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 実アドレス空間にCPU個別作業域とし
て使用されるプレフィックスメモリを有する計算機にお
けるオペレーションシステムがシステムダウンできない
状態に陥ったときにメモリダンププログラムが起動され
るメモリダンプ方法であって、前記メモリダンププログ
ラムの起動時に前記プレフィックスメモリを前記実アド
レス空間であって前記オペレーションシステムの未使用
領域に待避保存するプレフィックスメモリ待避段階と、
メモリダンプの起動時に前記オペレーションシステムの
未使用領域に待避保存されている前記プレフィックスメ
モリをダンプするダンプ段階とを有することを特徴とす
るメモリダンプ方法。
1. A memory dump method for starting a memory dump program when an operating system in a computer having a prefix memory used as a CPU individual work area in a real address space falls into a state where the system cannot be down. A prefix memory saving step of saving the prefix memory in the unused area of the operating system in the real address space when the memory dump program is started,
And a dump step of dumping the prefix memory saved in an unused area of the operation system when the memory dump is started.
【請求項2】 実アドレス空間及び仮想アドレス空間を
有し,且つ該実アドレス空間にCPU個別作業域として
使用されるプレフィックスメモリを有すると共に、オペ
レーションシステムがシステムダウンできない状態に陥
ったときにサービスプロセッサによりメモリダンププロ
グラムが起動される計算機を含むメモリダンプシステム
において、前記サービスプロセッサは、前記メモリダン
ププログラムの起動時に自体のメモリの実アドレス領域
に前記計算機のCPUから前記プレフィックスメモリを
読み込んで自動的に蓄えて待避保存することを特徴とす
るメモリダンプシステム。
2. A service processor having a real address space and a virtual address space, and having a prefix memory used as a CPU individual work area in the real address space, when the operating system falls into a state where the system cannot be down. In the memory dump system including a computer in which the memory dump program is started by the service processor, the service processor automatically reads the prefix memory from the CPU of the computer in the real address area of its own memory when the memory dump program is started. A memory dump system that stores and saves data.
【請求項3】 請求項2記載のメモリダンプシステムに
おいて、前記プレフィックスメモリをダンプするための
記憶媒体及び記録媒体のうちの少なくとも一方を含み、
前記サービスプロセッサは、メモリダンプ時に保存した
前記プレフィックスメモリを前記記憶媒体及び前記記録
媒体のうちの少なくとも一方へダンプすることを特徴と
するメモリダンプシステム。
3. The memory dump system according to claim 2, comprising at least one of a storage medium and a recording medium for dumping the prefix memory,
The memory dump system, wherein the service processor dumps the prefix memory saved at the time of memory dump to at least one of the storage medium and the recording medium.
JP8147458A 1996-06-10 1996-06-10 Memory dump method and memory damp system applying the same Pending JPH09330253A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8147458A JPH09330253A (en) 1996-06-10 1996-06-10 Memory dump method and memory damp system applying the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8147458A JPH09330253A (en) 1996-06-10 1996-06-10 Memory dump method and memory damp system applying the same

Publications (1)

Publication Number Publication Date
JPH09330253A true JPH09330253A (en) 1997-12-22

Family

ID=15430826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8147458A Pending JPH09330253A (en) 1996-06-10 1996-06-10 Memory dump method and memory damp system applying the same

Country Status (1)

Country Link
JP (1) JPH09330253A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7519779B2 (en) 2002-08-26 2009-04-14 International Business Machines Corporation Dumping using limited system address space
WO2011016115A1 (en) 2009-08-04 2011-02-10 富士通株式会社 Reset method and monitor
US8583960B2 (en) 2010-07-06 2013-11-12 Mitsubishi Electric Corporation Processor device and program
JPWO2014002220A1 (en) * 2012-06-27 2016-05-26 富士通株式会社 Management device, data acquisition method, and data acquisition program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7519779B2 (en) 2002-08-26 2009-04-14 International Business Machines Corporation Dumping using limited system address space
WO2011016115A1 (en) 2009-08-04 2011-02-10 富士通株式会社 Reset method and monitor
US8595552B2 (en) 2009-08-04 2013-11-26 Fujitsu Limited Reset method and monitoring apparatus
US8583960B2 (en) 2010-07-06 2013-11-12 Mitsubishi Electric Corporation Processor device and program
JPWO2014002220A1 (en) * 2012-06-27 2016-05-26 富士通株式会社 Management device, data acquisition method, and data acquisition program

Similar Documents

Publication Publication Date Title
KR100413915B1 (en) Computer system based on microprocessor, its driving method and backup system therefor
US6807630B2 (en) Method for fast reinitialization wherein a saved system image of an operating system is transferred into a primary memory from a secondary memory
JPH05289854A (en) External storage access device
US20040243986A1 (en) Interpreter and native code execution method
JPH09330253A (en) Memory dump method and memory damp system applying the same
JPS5942343B2 (en) Trace information logging method
US20060206652A1 (en) Machine state storage apparatus and method
JPH0962499A (en) Program file update device
JP2003122644A (en) Computer and its storage device
JP3043662B2 (en) Data backup method
JP4471274B2 (en) How to boot OS from hard disk image file
JP2713218B2 (en) Checkpoint / restart processing method
JP3788602B2 (en) Computer installation system and installation method
TW200422834A (en) Recovery method for master boot record of hard disk drive
JP2549197B2 (en) Disk device cache memory management device
JP3022011B2 (en) Data backup system
JPS6345660A (en) Starting method for personal computer using ram disk
JPH10254780A (en) Disk cache control system
JPH07152613A (en) Computer maintenance system and computer installation system
JPH07271518A (en) Magnetic disk device
CN118210654A (en) A method, device, equipment and readable storage medium for processing system crash
JP7074291B2 (en) Information processing equipment, information processing methods and programs
JP2546509B2 (en) Interface initialization device
JP2001051854A (en) Information management system
CN121412050A (en) Storage device and its boot method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981111