Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0236014B2 - - Google Patents
[go: Go Back, main page]

JPH0236014B2 - - Google Patents

Info

Publication number
JPH0236014B2
JPH0236014B2 JP58044886A JP4488683A JPH0236014B2 JP H0236014 B2 JPH0236014 B2 JP H0236014B2 JP 58044886 A JP58044886 A JP 58044886A JP 4488683 A JP4488683 A JP 4488683A JP H0236014 B2 JPH0236014 B2 JP H0236014B2
Authority
JP
Japan
Prior art keywords
storage device
dasd
direct access
failure
data
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 - Lifetime
Application number
JP58044886A
Other languages
Japanese (ja)
Other versions
JPS59168998A (en
Inventor
Yoshinobu Torikai
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58044886A priority Critical patent/JPS59168998A/en
Publication of JPS59168998A publication Critical patent/JPS59168998A/en
Publication of JPH0236014B2 publication Critical patent/JPH0236014B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operations

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 (a) 発明の技術分野 本発明は実記憶域を構成する主記憶装置
(MS)と、第1の仮想記憶域を構成する第1の
直接アクセス記憶装置(DASD)と、退避用記憶
装置と、初期プログラムロード用記憶装置とを備
えた中央処理装置システムにおいて、該中央処理
装置システムの障害時に、上記主記憶装置
(MS)と、第1の直接アクセス記憶装置
(DASD)の障害データを、上記退避用記憶装置
に複写する方式の改善に関するのである。
[Detailed Description of the Invention] (a) Technical Field of the Invention The present invention relates to a main storage device (MS) that constitutes a real storage area, and a first direct access storage device (DASD) that constitutes a first virtual storage area. , a central processing unit system comprising a backup storage device and an initial program load storage device, when the central processing unit system fails, the main storage device (MS) and the first direct access storage device (DASD) The present invention relates to an improvement in a method for copying faulty data to the above-mentioned evacuation storage device.

(b) 従来技術と問題点 従来から、中央処理装置システムが運用中に障
害が発生すると、実記憶域と、仮想記憶内の情報
を、該障害発生時点にて、退避用記憶装置、例え
ば、磁気テープ装置(MT)に退避して保存する
ことにより、該退避された障害データを用いて障
害箇所の解析等を行い、障害対策を行うといつた
ことが一般的に用いられており、この実記憶域
と、仮想記憶域の情報保存のために障害発生時の
状態を、上記磁気テープ装置(MT)に複写(以
後、ダンプという)することが行われている。
(b) Prior Art and Problems Traditionally, when a failure occurs during operation of a central processing unit system, information in the real storage area and virtual memory is transferred to a backup storage device, for example, at the time of the failure. It is generally used to save and store the data on a magnetic tape device (MT), and use the saved fault data to analyze the fault location and take countermeasures against the fault. In order to save information in real storage and virtual storage, the state at the time of failure is copied (hereinafter referred to as dump) to the magnetic tape device (MT).

第1図は従来の記憶情報の複写方式を説明する
為の模式図であり、1は中央処理装置(CPU)、
2は実記憶域を構成する主記憶装置(MS)、3
は仮想記憶域を構成する直接アクセス記憶装置
(DASD)、4は退避用の磁気テープ装置(MT)
(以後、各々は、上記括弧内の文字を用いる)で
ある。
FIG. 1 is a schematic diagram for explaining a conventional storage information copying method, in which 1 indicates a central processing unit (CPU);
2 is the main memory (MS) that constitutes the real storage area, 3
4 is a direct access storage device (DASD) that constitutes the virtual storage area, and 4 is a magnetic tape device (MT) for backup.
(Hereinafter, the letters in parentheses above are used for each).

上記、DASD3は、領域をページ単位に分割さ
れた情報を格納しており、仮想記憶方式でアクセ
スされる。
The above-mentioned DASD 3 stores information whose area is divided into pages, and is accessed using a virtual storage method.

該仮想記憶方式においては、CPU1が論理ア
ドレスで、上記実記憶域を構成しているMS2を
アクセスして、該MS2に、該当ページが存在し
ないことが検知されたとき、上記仮想記憶域を構
成しているDASD3から、該当ページをMS2に
ロードした後、該MS2をアクセスするように制
御される。実記憶域と仮想記憶域との間には、上
記のような関係がある。
In this virtual storage method, the CPU 1 accesses MS2, which constitutes the real storage area, using a logical address, and when it is detected that the corresponding page does not exist in the MS2, it configures the virtual storage area. After loading the corresponding page to the MS2 from the DASD 3 that is running, the MS2 is controlled to be accessed. The above relationship exists between real storage and virtual storage.

中央処理装置(CPU)1が運用を開始するの
には、先ず特定のDASD3上に格納されている初
期プログラムを、MS2に初期プログラムロード
(以後、IPLという)して格納する。
In order for the central processing unit (CPU) 1 to start operation, first, an initial program stored on a specific DASD 3 is loaded into the MS 2 (hereinafter referred to as IPL) and stored therein.

該初期プログラムを格納後、CPU1は該初期
プログラムを実行して、その他のシステム運用に
必要なプログラムを、上記DASD3からロードし
運用を開始する。該システム運用中において、何
らかの理由で、プログラム実行途上の、例えば、
A点において、システムに障害が発生すると、該
障害発生時のMS2と、DASD3内の情報(以
後、データという)を、退避用記憶装置、例え
ば、MT4にダンプする。
After storing the initial program, the CPU 1 executes the initial program, loads other programs necessary for system operation from the DASD 3, and starts operation. During the operation of the system, for some reason, if a program is in the middle of execution, for example,
When a failure occurs in the system at point A, the information (hereinafter referred to as data) in the MS2 and DASD 3 at the time of the failure is dumped to a save storage device, for example, MT4.

該ダンプが終了すると、システムは、再IPLを
行い、該IPLでロードされたプログラムによりシ
ステムの再運用が行われる。
When the dump is completed, the system performs IPL again, and the system is re-operated using the program loaded by the IPL.

上記の動作は、システム運用中システム異常
記憶情報の複写(ダンプ)(実記憶域のデータ
のダンプ、仮想記憶域のデータのダンプ)初期
プログラムロード(IPL)システムの再起動
システム運用開始といつた手順になるので、シス
テム異常からシステム運用開始迄の時間は、ユー
ザ側からみると、使用不可能のため、システムが
停止しているように見える。
The above operations occur during system operation, such as copying (dumping) system abnormal storage information (dumping data in real storage area, dumping data in virtual storage area), initial program load (IPL), restarting the system, and starting system operation. Since this is a procedure, from the user's point of view, the system appears to be stopped because it is unusable during the time from the system abnormality to the start of system operation.

しかも、この時間は、実記憶域データの複写
と、仮想記憶域データの複写とが行われる為、該
複写処理に時間がかかり、ユーザに対するサービ
スが低下するという問題があつた。
Moreover, during this time, the real storage area data and the virtual storage area data are copied, so there is a problem that the copying process takes time and the service to the user deteriorates.

(c) 本発明は上記従来の欠点に鑑み、ダンプ処理
を早く行うことができ、中央処理装置(CPU)
の運用効率を向上させることができる記憶装置の
複写方式を提供することを目的とするものであ
る。
(c) In view of the above-mentioned conventional drawbacks, the present invention can perform dump processing quickly, and the central processing unit (CPU)
The object of the present invention is to provide a storage device copying method that can improve operational efficiency.

(d) 発明の構成 本発明の構成を要約すると、実記憶域を構成し
ている主記憶装置(MS)と、第1の仮想記憶域
を構成している第1の直接アクセス記憶装置
(DASD)と、退避用記憶装置と、初期プログラ
ムロード用記憶装置とを備えた中央処理装置シス
テムにおいて、中央処理装置システムに、上記第
1の直接アクセス記憶装置(DASD)と同じ構成
の第2の直接アクセス記憶装置(DASD)を設
け、該中央処理装置システムに障害が発生した
き、主記憶装置(MS)のデータのみを退避用記
憶装置、例えば、磁気テープ装置に複写(ダン
プ)して、再IPLを行つてシステムを立ち上げた
後、上記第1の直接アクセス記憶装置(DASD)
に替えて、該第2の直接アクセス記憶装置
(DASD)を用いてシステムの運用を行い、且つ、
該第1の直接アクセス記憶装置(DASD)のデー
タを上記磁気テープ装置(MT)に退避するよう
にしたものであり、ダンプの処理時間を短縮し
て、且つ、実記憶域と、仮想記憶域の障害情報を
磁気テープ装置(MT)に退避することができる
ようにしたものである。
(d) Structure of the Invention To summarize the structure of the present invention, a main storage device (MS) constitutes a real storage area, and a first direct access storage device (DASD) constitutes a first virtual storage area. , a central processing unit system comprising a backup storage device, and an initial program load storage device, the central processing unit system includes a second direct access storage device having the same configuration as the first direct access storage device (DASD). If a failure occurs in the central processing unit system, only the data in the main memory (MS) can be copied (dumped) to a backup storage device, such as a magnetic tape device, and a re-IPL can be performed. After booting up the system, the first direct access storage device (DASD)
operate the system using the second direct access storage device (DASD) instead of the second direct access storage device (DASD), and
The data in the first direct access storage device (DASD) is saved to the magnetic tape device (MT), reducing the dump processing time and separating the real storage area and virtual storage area. This allows failure information to be saved to a magnetic tape device (MT).

(e) 発明の実施例 以下本発明の実施例を図面によつて詳述する。(e) Examples of the invention Embodiments of the present invention will be described in detail below with reference to the drawings.

第2図は、本発明による記憶情報の複写方式を
示す一実施例の模式図であり、第1図と同一箇所
は同一符号を用いるとともに、その説明も省略す
る。
FIG. 2 is a schematic diagram of an embodiment showing a method of copying stored information according to the present invention, and the same parts as those in FIG.

本図において、5は第2の仮想記憶域を構成す
る第2の直線アクセス記憶装置(以後、第2の
DASDという)である。本発明の中央処理装置シ
ステムにおいて、従来方式と異なる部分は、該第
2のDASD5を設け、システム障害時のダンプを
実記憶域のみとし、再IPL後は、上記第2の
DASD5でシステムの運用を行うと共に、第1の
DASD3かMT4への複写を行うようにした点で
ある。
In this figure, 5 is a second linear access storage device (hereinafter referred to as the second linear access storage device) constituting the second virtual storage area.
(DASD). In the central processing unit system of the present invention, the difference from the conventional system is that the second DASD 5 is provided, the dump in the event of a system failure is made only to the real storage area, and after re-IPL, the second DASD 5 is provided.
In addition to operating the system with DASD5,
The point is that copies are made to DASD3 or MT4.

先ず、CPU1が運用中に、プログラムのA点
で障害が発生し、該システムの運用が不可能にな
ると、その時点迄に、MS2に格納されたデータ
のみ、MT4にダンプされ格納される。このダン
プ動作は、MS2から、直線MS4にダンプされ
るので、高速はダンプ動作が実現できる。
First, when a failure occurs at point A of the program while the CPU 1 is in operation, making the system inoperable, only the data stored in the MS 2 up to that point is dumped and stored in the MT 4. In this dumping operation, the dumping is performed from MS2 to straight line MS4, so that a high-speed dumping operation can be realized.

この後、該CPU1は、上記第1のDASD3を
切り離し、第2のDASD5と結合された後、初期
プログラムが格納されている直接アクセス記憶装
置(DASD)から、再IPLが行われ、該再IPLさ
れた初期プログラムにより、CPU1はシステム
の再運用を開始する。CPU1は、このシステム
立ち上げ後において、必要があれば、上記切り離
した第1のDASD3から、MT4に、該システム
の障害が発生した時点でのDASDデータをMT4
にダンプすることで、ユーザ側から見たシステム
ダウン時間を最小限に抑えることができ、ユーザ
に対するサービスを向上させることができる。
Thereafter, the CPU 1 is disconnected from the first DASD 3 and connected to the second DASD 5, and then re-IPLed from the direct access storage device (DASD) in which the initial program is stored. The CPU 1 starts operating the system again using the initial program. After starting up this system, if necessary, CPU1 transfers the DASD data from the first DASD3 separated above to MT4 at the time when a failure occurred in the system.
By dumping the data into a database, system downtime from the user's perspective can be minimized, and the service provided to the users can be improved.

尚、第1のDASD3から障害データの一部のみ
をMT4にダンプする場合には、MS2のデータ
がダンプされているMT4の内容に基づいて(こ
れは、MS2と、DASD3との間のデータ構造に
相関関係があることによる)、該MT4とは別の
MT6に複写(この動作を‘…’で示してある)
する必要がある。
In addition, when dumping only part of the failure data from the first DASD3 to MT4, based on the contents of MT4 to which the data of MS2 is dumped (this is based on the data structure between MS2 and DASD3) (because there is a correlation between
Copy to MT6 (this behavior is indicated by '...')
There is a need to.

(f) 発明の効果 以上、詳細に説明したように、本発明の記憶情
報の複写方式は、ユーザからシステムダウンと見
えるダンプ処理を短時間で行うことができ、中央
処理装置の運用効率を向上指せることができ、中
央処理装置システムを運用する上で利点(例え
ば、ユーザに対するサービスの向上)の多いもの
となる効果が得られる。
(f) Effects of the Invention As explained above in detail, the storage information copying method of the present invention can perform dump processing that appears to be a system down to the user in a short time, and improves the operational efficiency of the central processing unit. This results in many advantages (for example, improved service to users) in operating the central processing unit system.

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

第1図は従来の記憶情報の複写方式を説明する
ための模式図、第2図は本発明による記憶情報の
複写方式を示す一実施例の模式図である。 図面において、1は中央処理装置(CPU)、2
は主記憶装置(MS)、3は第1の直接アクセス
記憶装置(DASD)、5は第2の直接アクセス記
憶装置(DASD)、4は磁気テープ装置(MT)
を、それぞれ示す。
FIG. 1 is a schematic diagram for explaining a conventional storage information copying method, and FIG. 2 is a schematic diagram of an embodiment showing a storage information copying method according to the present invention. In the drawing, 1 is the central processing unit (CPU), 2
is the main storage device (MS), 3 is the first direct access storage device (DASD), 5 is the second direct access storage device (DASD), and 4 is the magnetic tape device (MT).
are shown respectively.

Claims (1)

【特許請求の範囲】 1 実記憶域を構成している主記憶装置(MS)
と、第1の仮想記憶域を構成している第1の直接
アクセス記憶装置(DASD)と、退避用記憶装置
と、初期プログラムロード用記憶装置とを備えた
中央処理装置システムにおいて、該中央処理装置
システムの障害時に、上記主記憶装置(MS)
と、第1の直接アクセス記憶装置(DASD)の情
報を、上記退避用記憶装置に複写する方式であつ
て、 該中央処理装置システムに、上記第1の直接ア
クセス記憶装置(DASD)とは別の第2の直接ア
クセス記憶装置(DASD)を設けて、 障害発生時には、上記主記憶装置(MS)の障
害時データを上記退避用記憶装置に複写した後、
上記初期プログラム用記憶装置から主記憶装置
(MS)への初期プログラムロード(IPL)を行つ
て、該第2の直接アクセス記憶装置(DASD)を
用いてシステムの運用を行い、 システムの立ち上げ後において、上記第1の直
接アクセス記憶装置(DASD)の障害時データを
上記退避用記憶装置に複写することを特徴とする
記憶情報の複写方式。
[Claims] 1. Main storage device (MS) that constitutes the real storage area
A central processing unit system comprising: a first direct access storage device (DASD) constituting a first virtual storage area; a backup storage device; and an initial program load storage device; In the event of a system failure, the main memory (MS)
and a method for copying information in a first direct access storage device (DASD) to the evacuation storage device, the central processing unit system having a second direct access storage device (DASD) different from the first direct access storage device (DASD). 2 direct access storage devices (DASD) are provided, and in the event of a failure, the data at the time of failure in the main storage device (MS) is copied to the backup storage device, and then
Perform an initial program load (IPL) from the initial program storage device to the main storage device (MS), operate the system using the second direct access storage device (DASD), and after the system is started up. . A method for copying storage information, characterized in that data at the time of failure of the first direct access storage device (DASD) is copied to the evacuation storage device.
JP58044886A 1983-03-16 1983-03-16 Copying system of stored information Granted JPS59168998A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58044886A JPS59168998A (en) 1983-03-16 1983-03-16 Copying system of stored information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58044886A JPS59168998A (en) 1983-03-16 1983-03-16 Copying system of stored information

Publications (2)

Publication Number Publication Date
JPS59168998A JPS59168998A (en) 1984-09-22
JPH0236014B2 true JPH0236014B2 (en) 1990-08-15

Family

ID=12703964

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58044886A Granted JPS59168998A (en) 1983-03-16 1983-03-16 Copying system of stored information

Country Status (1)

Country Link
JP (1) JPS59168998A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001331351A (en) 2000-05-18 2001-11-30 Hitachi Ltd Computer system, its failure recovery method, and dump acquisition method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5389632A (en) * 1977-01-19 1978-08-07 Hitachi Ltd Backup system of auxiliary memory unit

Also Published As

Publication number Publication date
JPS59168998A (en) 1984-09-22

Similar Documents

Publication Publication Date Title
EP0566967A2 (en) Method and system for time zero backup session security
JPH03278126A (en) Computer system starting system
EP0710375A1 (en) File backup system
JP3481737B2 (en) Dump collection device and dump collection method
CA2071346A1 (en) Method and means for time zero backup copy of data
US5363502A (en) Hot stand-by method and computer system for implementing hot stand-by method
US4977500A (en) System recovery method for computer system having a standby system with a wait job operation capability
JPH01224846A (en) Process space switching control system
JP2000293391A (en) Large-scale memory system management method and apparatus
JPH0236014B2 (en)
JP2856823B2 (en) Computer system initialization device
JP3463696B2 (en) Online garbage collection processing method
JPH02297237A (en) Automatic restarting device for electronic computer system
JPH0277943A (en) System recovery method
JPH0465733A (en) System for forming backup file
JPH1040123A (en) System and method for job management
JPS597982B2 (en) Restart method in case of system failure of computer system
JP2718676B2 (en) Virtual memory dump processing method
JPH04324569A (en) Multiprocessor system
WO1995019599A1 (en) File backup system
CA2153508C (en) A method of operating a computer system
JPH0563824B2 (en)
JP3464768B2 (en) Processor device with file load
JPS6362007B2 (en)
JPS59220865A (en) Online maintenance control method for duplex shared memory