JPH04241644A - Journal sampling processor - Google Patents
Journal sampling processorInfo
- Publication number
- JPH04241644A JPH04241644A JP3002969A JP296991A JPH04241644A JP H04241644 A JPH04241644 A JP H04241644A JP 3002969 A JP3002969 A JP 3002969A JP 296991 A JP296991 A JP 296991A JP H04241644 A JPH04241644 A JP H04241644A
- Authority
- JP
- Japan
- Prior art keywords
- journal
- block
- control block
- control
- storage device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000005070 sampling Methods 0.000 title abstract 2
- 238000000034 method Methods 0.000 claims description 4
- 238000010586 diagram Methods 0.000 description 4
- 238000011084 recovery Methods 0.000 description 3
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000004321 preservation Methods 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は計算機の処理において、
所要の制御ブロックのコピーを、プログラム異常終了時
等の回復処理の資料とするジャーナルとして保存するた
めのジャーナル採取処理装置に関する。[Industrial Application Field] The present invention is applicable to computer processing.
The present invention relates to a journal collection processing device for storing copies of required control blocks as journals used as materials for recovery processing when a program terminates abnormally, etc.
【0002】0002
【従来の技術】計算機において、ジョブで実行されるプ
ログラムの異常終了やシステムダウン時に、中断された
ジョブを再実行できるようにするための、いわゆるチェ
ックポイントによるリスタート機能はよく知られている
。2. Description of the Related Art In computers, a restart function using a so-called checkpoint is well known, which allows an interrupted job to be re-executed when a program executed by a job terminates abnormally or the system goes down.
【0003】このリスタート機能によって再実行する場
合には、ジョブが使用していたファイルを必要なチェッ
クポイントの時点の状態に復元する必要がある。そのた
めに、使用した各ファイルの割当、更新等の状態を保存
する目的で、ファイルの使用のためにジョブ実行中に作
成される所定の制御ブロック(ファイル割当ブロックと
する)の写しを、ジャーナルとして保存することが行わ
れている。[0003] When re-executing using this restart function, it is necessary to restore the file used by the job to the state at the time of a necessary checkpoint. For this purpose, in order to save the status of allocation, update, etc. of each file used, a copy of a predetermined control block (referred to as a file allocation block) created during job execution for file use is kept as a journal. Preservation is being done.
【0004】即ち、ジョブを定義するジョブ制御文によ
り、又は、実行中のコマンドで動的に、ジョブのために
ファイルを割り当てるとき、ファイル割当ブロックが作
成される。ファイル割当ブロックは、その対象となるフ
ァイルが、ジョブの実行中にオープンされると必要な制
御情報が更新され、そのファイルが当ジョブへの割当か
ら解放されると削除される。That is, a file allocation block is created when a file is allocated for a job, either by a job control statement that defines the job, or dynamically by a command being executed. In the file allocation block, necessary control information is updated when the target file is opened during job execution, and is deleted when the file is released from allocation to the job.
【0005】ジャーナル採取のための処理部は、ファイ
ル管理機能によって前記のようなファイル割当ブロック
の処理が行われるごとに起動され、該当するファイル割
当ブロックを所定の磁気ディスク記憶装置等のジャーナ
ル記憶装置へ書き出すことによって保存する。[0005] The processing unit for journal collection is activated each time the above file allocation block is processed by the file management function, and stores the corresponding file allocation block in a journal storage device such as a predetermined magnetic disk storage device. Save by exporting to .
【0006】この場合に、処理部は書出しごとにジャー
ナル記憶装置に新たな領域を取ってファイル割当ブロッ
クのその時の内容を順次書き出していく。In this case, the processing section allocates a new area in the journal storage device each time data is written, and sequentially writes the current contents of the file allocation blocks.
【0007】[0007]
【発明が解決しようとする課題】従って、ファイルの動
的割当、オープン、解放を頻繁に繰り返すようなジョブ
であると、それに伴うファイル割当ブロックの創設、更
新、削除の回数に比例して、多量のジャーナルが蓄積さ
れることになり、それに対応できるようにジャーナル記
憶装置には十分大きな領域を確保しておかなければなら
ない。[Problem to be Solved by the Invention] Therefore, if a job frequently repeats dynamic allocation, opening, and release of files, a large amount of journals will be accumulated, and a sufficiently large area must be secured in the journal storage device to accommodate this.
【0008】本発明は、ジャーナル記憶装置の容量を縮
小できるジャーナル採取処理装置を目的とする。The object of the present invention is to provide a journal collection processing device that can reduce the capacity of a journal storage device.
【0009】[0009]
【課題を解決するための手段】図1は、本発明の構成を
示すブロック図である。図はジャーナル採取処理装置の
構成であって、所定の制御ブロック1を、ジャーナルと
して所定のジャーナル記憶装置2に保存する処理におい
て、処理部3とジャーナル対応表4を設ける。Means for Solving the Problems FIG. 1 is a block diagram showing the configuration of the present invention. The figure shows the configuration of a journal collection processing device, in which a processing section 3 and a journal correspondence table 4 are provided in the process of saving a predetermined control block 1 as a journal in a predetermined journal storage device 2.
【0010】処理部3は、制御ブロック1の創設時に起
動されて、当該制御ブロックにジャーナル記憶装置2上
の空きブロックを割り当て、制御ブロック1の内容を書
き出して、ジャーナルブロック5を生成し、ジャーナル
対応表4に、当該制御ブロックの項を設けて、該項に該
制御ブロックのアドレスと、該ジャーナルブロックのア
ドレスとを設定する。The processing unit 3 is activated when the control block 1 is created, allocates a free block on the journal storage device 2 to the control block, writes out the contents of the control block 1, generates a journal block 5, and stores the journal. A column for the control block is provided in the correspondence table 4, and the address of the control block and the address of the journal block are set in the column.
【0011】制御ブロック1の更新時に起動されて、ジ
ャーナル対応表4により当該制御ブロックに対応するジ
ャーナルブロック5を決定し、該決定したジャーナルブ
ロックを該制御ブロックの内容に更新する。It is activated when a control block 1 is updated, determines the journal block 5 corresponding to the control block based on the journal correspondence table 4, and updates the determined journal block with the contents of the control block.
【0012】又、制御ブロック1の削除時に起動されて
、ジャーナル対応表4により当該制御ブロックに対応す
るジャーナルブロック5を決定し、該決定したジャーナ
ルブロックを空きブロックとする。[0012] Also, it is activated when a control block 1 is deleted, determines a journal block 5 corresponding to the control block based on the journal correspondence table 4, and makes the determined journal block a free block.
【0013】[0013]
【作用】本発明のジャーナル採取処理装置により、制御
ブロックの更新時には、保存してあるジャーナルブロッ
クを更新し、制御ブロックの削除においてはジャーナル
ブロックを削除するので、制御ブロックの更新及び削除
が繰り返されても、そのためにジャーナルブロックの増
加は無く、必要なジャーナル記憶装置の容量を比較的小
さく抑えることが可能になる。[Operation] With the journal collection processing device of the present invention, when updating a control block, the stored journal block is updated, and when deleting a control block, the journal block is deleted, so that the updating and deletion of the control block is repeated. However, there is no increase in the number of journal blocks, making it possible to keep the required capacity of the journal storage device relatively small.
【0014】このようにしても、ジャーナルにはジョブ
に割り当てられているファイルについての最新の情報を
保持するジャーナルブロックが保存されるので、システ
ム回復のために必要な資料は保存される。[0014] Even in this case, the journal blocks that hold the latest information about files assigned to jobs are stored in the journal, so that materials necessary for system recovery are stored.
【0015】[0015]
【実施例】図1の処理部3は、ジャーナル記憶装置2の
空き領域を管理するために、通常のように例えばジャー
ナル記憶装置2内の各ブロックごとの空きか使用中かの
状態を示す情報からなる空きブロック管理表を保持して
いて、制御ブロック1が創設されると空きブロック管理
表の先頭から検索して空きの1ブロックを割り当て、そ
のブロックを使用中にする。[Embodiment] In order to manage the free space of the journal storage device 2, the processing unit 3 of FIG. When control block 1 is created, it searches from the beginning of the free block management table, allocates one free block, and makes that block in use.
【0016】図2は処理部の処理の流れの一例を示す図
であり、起動されると処理ステップ10で制御ブロック
の処置が創設か、更新か、削除かを起動時のパラメータ
で識別する。FIG. 2 is a diagram showing an example of the processing flow of the processing section. When the processing section is activated, in processing step 10, it is determined whether the control block is created, updated, or deleted using parameters at the time of activation.
【0017】創設であれば、処理ステップ11で空きの
ジャーナルブロックを割り当て、処理ステップ12でそ
のジャーナルブロック5に制御ブロックの内容を書き出
す。
又、処理ステップ13でジャーナル対応表4に1項を設
けて、制御ブロックの主記憶空間上のアドレスと、書き
出したジャーナルブロック5のアドレス (例えば記憶
装置ボリューム内の相対ブロック番号) を対応付けて
設定する。If it is created, a free journal block is allocated in processing step 11, and the contents of the control block are written to the journal block 5 in processing step 12. Also, in processing step 13, one entry is provided in the journal correspondence table 4, and the address of the control block in the main storage space is associated with the address of the written journal block 5 (for example, a relative block number in the storage volume). Set.
【0018】更新の場合には、処理ステップ14でジャ
ーナル対応表4を制御ブロックアドレスで検索し、該当
する項のジャーナルブロックアドレスを得、処理ステッ
プ15でそのジャーナルブロックに、更新された制御ブ
ロック1の内容を書き出す。In the case of updating, in processing step 14 the journal correspondence table 4 is searched by the control block address to obtain the journal block address of the corresponding entry, and in processing step 15 the updated control block 1 is added to the journal block. Write out the contents.
【0019】削除の場合には、処理ステップ16でジャ
ーナル対応表4を制御ブロックアドレスで検索し、該当
する項のジャーナルブロックアドレスを得、処理ステッ
プ17で例えばその制御ブロックアドレスを所定の値
(例えば0) にすることによってジャーナル対応表4
のその項を削除する。又、処理ステップ18でそのジャ
ーナルブロックを空きブロック管理表上で空きにして処
理を終わる。In the case of deletion, in processing step 16, the journal correspondence table 4 is searched by the control block address to obtain the journal block address of the corresponding entry, and in processing step 17, for example, the control block address is set to a predetermined value.
(for example, 0), journal correspondence table 4
Delete that section. Further, in processing step 18, the journal block is made free on the free block management table, and the processing ends.
【0020】[0020]
【発明の効果】以上の説明から明らかなように本発明に
よれば、計算機の所要の制御ブロックを、システム回復
処理等のためのジャーナルとして保存する処理において
、ジャーナル記憶装置の所要容量を縮小できるという著
しい工業的効果がある。As is clear from the above description, according to the present invention, the required capacity of the journal storage device can be reduced in the process of saving required control blocks of a computer as a journal for system recovery processing, etc. This has a significant industrial effect.
【図1】 本発明の構成を示すブロック図[Figure 1] Block diagram showing the configuration of the present invention
【図2】
本発明の処理の流れ図[Figure 2]
Process flow diagram of the present invention
1 制御ブロック 2 ジャーナル記憶装置 3 処理部 4 ジャーナル対応表 5 ジャーナルブロック 6 項 10〜18 処理ステップ 1 Control block 2 Journal storage device 3 Processing section 4 Journal correspondence table 5 Journal block Section 6 10-18 Processing steps
Claims (1)
ーナルとして所定の記憶装置(2) に保存する処理に
おいて、処理部(3) とジャーナル対応表(4) を
設け、該処理部(3)は、該制御ブロック(1)の創設
時に起動されて、当該制御ブロックに該記憶装置(2)
上の空きブロックを割り当て、該制御ブロックの内容
を書き出して、ジャーナルブロック(5) を生成し、
該ジャーナル対応表(4)に、当該制御ブロックの項(
6)を設けて、該項に該制御ブロックのアドレスと、該
ジャーナルブロックのアドレスとを設定し、該制御ブロ
ック(1)の更新時に起動されて、該ジャーナル対応表
(4)により当該制御ブロックに対応する該ジャーナル
ブロック(5) を決定し、該決定したジャーナルブロ
ックを該制御ブロックの内容に更新し、該制御ブロック
(1)の削除時に起動されて、該ジャーナル対応表(4
)により当該制御ブロックに対応する該ジャーナルブロ
ック(5) を決定し、該決定したジャーナルブロック
を空きブロックとするように構成されていることを特徴
とするジャーナル採取処理装置。Claim 1: In the process of saving a predetermined control block (1) as a journal in a predetermined storage device (2), a processing unit (3) and a journal correspondence table (4) are provided, and the processing unit (3) is activated at the creation of the control block (1) and assigns the storage device (2) to the control block.
Allocate the upper free block, write out the contents of the control block, and generate journal block (5),
In the journal correspondence table (4), the entry for the control block (
6), and set the address of the control block and the address of the journal block in the field, and is activated when the control block (1) is updated, and the control block is updated according to the journal correspondence table (4). The journal block (5) corresponding to the journal block (5) is determined, the determined journal block is updated with the contents of the control block, and the journal correspondence table (4) is activated when the control block (1) is deleted.
), the journal block (5) corresponding to the control block is determined, and the determined journal block is set as a free block.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3002969A JP2743586B2 (en) | 1991-01-16 | 1991-01-16 | Journal collection processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3002969A JP2743586B2 (en) | 1991-01-16 | 1991-01-16 | Journal collection processor |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH04241644A true JPH04241644A (en) | 1992-08-28 |
JP2743586B2 JP2743586B2 (en) | 1998-04-22 |
Family
ID=11544204
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3002969A Expired - Fee Related JP2743586B2 (en) | 1991-01-16 | 1991-01-16 | Journal collection processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2743586B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06259290A (en) * | 1993-03-03 | 1994-09-16 | Toshiba Corp | Acquiring system for check point journal |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4978264B2 (en) * | 2007-03-23 | 2012-07-18 | 京セラドキュメントソリューションズ株式会社 | Image forming apparatus and memory resource securing method |
-
1991
- 1991-01-16 JP JP3002969A patent/JP2743586B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06259290A (en) * | 1993-03-03 | 1994-09-16 | Toshiba Corp | Acquiring system for check point journal |
Also Published As
Publication number | Publication date |
---|---|
JP2743586B2 (en) | 1998-04-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7237076B2 (en) | Method of maintaining a plurality of snapshots, server apparatus and storage apparatus | |
EP1942414B1 (en) | Snapshot system and method | |
CN106055431B (en) | The method and device of backup and recovery based on the online rollback of snapshot | |
US6651075B1 (en) | Support for multiple temporal snapshots of same volume | |
KR100259432B1 (en) | Outboard data migration in a volume stacking library | |
US7680996B2 (en) | Method and system for shrinking a set of data using a differential snapshot, a watch-list structure along with identifying and retaining updated blocks | |
US6694413B1 (en) | Computer system and snapshot data management method thereof | |
US5617566A (en) | File portion logging and arching by means of an auxilary database | |
US7330947B2 (en) | Method and apparatus for backing up data in virtual storage medium | |
US7673096B2 (en) | Control apparatus for controlling virtual storage | |
JPH01319837A (en) | File access | |
JP2004127294A (en) | Virtual storage system and its operation method | |
US20160188461A1 (en) | Data management apparatus and method | |
KR920018599A (en) | Dynamic File Expansion Method and System for Online Database System | |
KR20000022716A (en) | Efficient volume copy using pre-configuration of log structured target storage | |
JPH04312141A (en) | File updating method for electronic printing system | |
JP2001051882A (en) | Snapshot referencing method and storage device | |
JP2008090378A (en) | Hybrid file system, operating system, cache control method, and recording medium | |
JP4159506B2 (en) | Hierarchical storage device, recovery method thereof, and recovery program | |
JP4394467B2 (en) | Storage system, server apparatus, and preceding copy data generation method | |
JPH04241644A (en) | Journal sampling processor | |
JP5012599B2 (en) | Memory content restoration device, memory content restoration method, and memory content restoration program | |
JPH0378042A (en) | Automatic saving/reloading processing system for file | |
JPH0385650A (en) | Disk volume restoration system | |
JPH05151037A (en) | Reorganization processing system for database in business processing |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19980106 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080206 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090206 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090206 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100206 Year of fee payment: 12 |
|
LAPS | Cancellation because of no payment of annual fees |