JPS63301336A - Storing system for data managing information - Google Patents

Storing system for data managing information

Info

Publication number
JPS63301336A
JPS63301336A JP62136038A JP13603887A JPS63301336A JP S63301336 A JPS63301336 A JP S63301336A JP 62136038 A JP62136038 A JP 62136038A JP 13603887 A JP13603887 A JP 13603887A JP S63301336 A JPS63301336 A JP S63301336A
Authority
JP
Japan
Prior art keywords
data set
data
dscb
vtoc
start address
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
JP62136038A
Other languages
Japanese (ja)
Inventor
Masami Oda
小田 正美
Kiyoshi Nakajima
中嶋 清
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 JP62136038A priority Critical patent/JPS63301336A/en
Publication of JPS63301336A publication Critical patent/JPS63301336A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To avoid the occurrence of omissions and conflicts of the managing information caused by the shift/deletion of a data set, by storing the start and end addresses, the protection state and the statistic information into a data set table of a VTOC of a DASD volume. CONSTITUTION:A data set is stored in a DASD volume which contains a VTOC. The VTOC includes a data set control table DSCB. This DSCB contains the data set name and the start/end addresses. Then the control information on a protection state, a producer, the replacement frequency, etc., are stored into a track right before the track which is shown by the start address of the DSCB. When a data access request is given from a user, an OS adds -1 to the start address in the DSCB to read the managing information and to check the access right of the user and informs the results of these jobs to a user program. Thus it is possible to avoid the occurrence of omissions and conflicts of the managing information caused by the shift/deletion of the data set.

Description

【発明の詳細な説明】 〔概要〕 現在データセットを管理する情報は、カタログ。[Detailed description of the invention] 〔overview〕 The information that currently manages datasets is the catalog.

VTOC,RA CF (Resource Acce
ss Control Facility)等により分
散管理されている。それぞれの情報(よ別々の管理簿に
より格納されており、同一の情報を二重管理しているも
のもある。そのためデータセットの削除・移動を行う時
には、管理情報も同時に行う必要があり、移行方法の不
備、手順により管理情報の欠落や矛盾を引き起こすこと
がよくあった。
VTOC,RA CF (Resource Access
ss Control Facility) etc. Each piece of information is stored in separate management records, and some of the same information is managed twice. Therefore, when deleting or moving a dataset, it is necessary to also delete the management information at the same time. Inadequacies in methods and procedures often resulted in missing or inconsistent management information.

このような問題点を解決するために、データセットの管
理情報をデータセットの一部として集中管理し、データ
セントの移動・削除に伴う管理情報の欠落・矛盾を起こ
さないようにした。
In order to solve these problems, we centrally managed the management information of the data set as part of the data set, so that there would be no loss or inconsistency in the management information due to the movement or deletion of data centers.

〔産業上の利用分野〕[Industrial application field]

本発明は、データセントの保護状態や統計情報、スペー
ス情報などの管理情報をデータセントのデータの一部と
してDASDボリュームに格納するようにしたデータ管
理情報の格納方式に関するものである。
The present invention relates to a data management information storage method in which management information such as the protection status of a data center, statistical information, and space information is stored in a DASD volume as part of the data center data.

〔従来の技術〕[Conventional technology]

第5図は従来のデータセットの管理情報の管理形態を示
す図である。データセットが格納されているボリューム
にはVTOCがあり、このVTOCO中には、データセ
ットの作成日付や満了日付、参照日付、更新フラグ、保
護状態、スペース情報などが記入されている。VTOC
の保護状態とは、パスワードによる保護とか、RACF
による保護とか、どのような保護がなされているかと言
うことを示すものである。RACF管理簿の中には、デ
ータセントの登録日付や参照日付、保護状態などが記入
されている。RACF管理簿の保護状態とは、一般の人
に対してデータセットを読むことだけを許すとか、利用
者Aに対してはデータセットを読むことも書くことも許
すとか言うことを意味している。カタログの中にも、デ
ータセットの登録日や更新日付、満了日付、作成者など
が記入されている。
FIG. 5 is a diagram showing a conventional management form of data set management information. A volume in which a data set is stored has a VTOC, and the data set creation date, expiration date, reference date, update flag, protection status, space information, etc. are written in this VTOCO. VTOC
protection status means password protection, RACF protection, etc.
It indicates the type of protection provided. In the RACF management book, the data center's registration date, reference date, protection status, etc. are entered. The protection status of the RACF management book means that the general public is only allowed to read the data set, or that User A is allowed to read and write the data set. . The catalog also contains the data set's registration date, update date, expiration date, creator, etc.

〔解決しようとする問題点〕[Problem to be solved]

従来の管理形態では、同じ情報が複数の管理簿により管
理されている。そのため、データセットの移動・削除を
行うときは管理情報も同時に行う必要があるが、移行方
法の不備、手順により管理情報の欠落・矛盾を引き起こ
すことがあった。
In conventional management formats, the same information is managed using multiple management records. Therefore, when moving or deleting a dataset, it is necessary to also move the management information at the same time, but due to deficiencies in the migration method or procedures, missing or inconsistent management information can occur.

本発明は、この点に鑑みて創作されたものであって、デ
ータセットの管理情報をデータセットの一部として集中
管理することにより、データセットの移動・削除に伴う
管理情報の欠落・矛盾を起こさないようにすることを目
的としている。
The present invention was created in view of this point, and by centrally managing the management information of a dataset as a part of the dataset, missing or inconsistent management information due to the movement or deletion of the dataset can be avoided. The purpose is to prevent this from happening.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の原理図である。DASDボリュームの
VTOCのデータセット制御テーブルDSCBに、デー
タセットのデータ部の開始アドレス及び終了アドレスを
記入する。そして、上記開始アドレスを−nしたアドレ
スから上記開始アドレスまでの間に、当該データセット
の保護状態及び統計情報を格納する。開始アドレス及び
終了アドレスはCCHHで表現される物理アドレスであ
る。
FIG. 1 is a diagram showing the principle of the present invention. Enter the start address and end address of the data section of the data set in the data set control table DSCB of the VTOC of the DASD volume. Then, the protection status and statistical information of the data set are stored between the address obtained by -n of the start address and the start address. The start address and end address are physical addresses expressed in CCHH.

〔実施例〕〔Example〕

第2図は本発明のデータ管理情報の格納方式の1例を示
す図である。データセットはDASDボリュームに格納
されている。DASDボリュームの中にはVTOCが存
在し、VTOCの中にはDS CB (Dataset
 Control旧ock)が存在する。DSCBIは
データ部をポイントしている。このDSCBの開始アド
レスで示されるトラックの直前のトラックに、保護状態
や統計情報などの管理情報が格納される。この保護状態
とは、従来のRACF管理簿に記入されている保護状態
を意味しており、統計情報とは、登録日付や参照日付、
作成者、使用回数などを含んでいる。VTOCにはスペ
ースの割当て状態だけを格納し、カタログにはデータセ
ットが存在するDASDボリュームのボリューム通し番
号だけを格納する。この管理情報は、システムのアクセ
ス法などで特別に管理し、一般の利用者には読めないよ
うにする。
FIG. 2 is a diagram showing an example of a storage method of data management information according to the present invention. Data sets are stored on DASD volumes. A VTOC exists in a DASD volume, and a DS CB (Dataset
Control (old ock) exists. DSCBI points to the data section. Management information such as protection status and statistical information is stored in the track immediately before the track indicated by the start address of this DSCB. This protection status means the protection status entered in the conventional RACF management register, and statistical information includes the registration date, reference date,
Contains information such as creator and number of uses. Only the space allocation status is stored in the VTOC, and only the volume serial number of the DASD volume in which the data set exists is stored in the catalog. This management information will be specially managed using system access methods, etc., and will not be readable by general users.

第3図はDSCBと管理部、データ部の関係を示す図で
ある。DSCBにはデータセット名、開始アドレス及び
終了アドレスが記入されている。
FIG. 3 is a diagram showing the relationship between the DSCB, the management section, and the data section. The data set name, start address, and end address are written in the DSCB.

開始アドレス及び終了アドレスはCCHHで表現され、
データ部の先頭及び終わりをそれぞれ示している。上述
したように、DSCBの開始アドレスで示されるトラッ
クの直前のトラックに、保護状態(パスワード)、作成
者、更新回数などの管理情報が格納される。例えば、デ
ータ部の開始アドレスを5−10とすると、管理情報は
5−9から記入される。管理部の管理情報はO8によっ
てアクセスされる。
The start address and end address are expressed as CCHH,
The beginning and end of the data section are shown respectively. As described above, management information such as the protection status (password), creator, and number of updates is stored in the track immediately before the track indicated by the start address of the DSCB. For example, if the starting address of the data section is 5-10, the management information will be written from 5-9. The management information of the management unit is accessed by O8.

第4図はデータのアクセス処理を説明する図である。ユ
ーザがデータのアクセス要求を発行すると、O8はDS
CB中の開始アドレスを−1し、管理情報を読み、ユー
ザのアクセス権をチェックスル。ユーザのアクセス権が
当該アクセス要求を不可とするものである場合にはNG
を出してユーザプログラムを異常終了させ、OKとする
ものである場合にはOKをユーザプログラムに通知する
FIG. 4 is a diagram illustrating data access processing. When a user issues a data access request, the O8
-1 the start address in the CB, read the management information, and check the user's access rights. NG if the user's access rights preclude the access request.
is issued to abnormally terminate the user program, and if it is OK, it notifies the user program of OK.

OKを受は取ると、ユーザプログラムは開始・終了アド
レスの範囲でデータをアクセスする。ユーザはデータの
アクセスが終了すると、終了をosに通知する。終了通
知を受は取ると、O8は管理情報中の統計情報を更新す
る。
When OK is received, the user program accesses data within the range of start and end addresses. When the user finishes accessing the data, the user notifies the OS of the completion. Upon receiving the termination notification, the O8 updates the statistical information in the management information.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、 (a)  従来必要であった管理簿移行ツールが不用に
なる。
As is clear from the above description, according to the present invention, (a) the management book migration tool that was conventionally necessary becomes unnecessary;

(b)  データセントの削除・移行に伴う管理簿の不
整合問題がなくなる。
(b) The problem of inconsistency in management records due to deletion and migration of data centers will be eliminated.

(C)管理簿へアクセスが集中することがないため、従
来技術よりも性能上有利である。
(C) Since there is no concentration of access to the management book, this method is more advantageous in terms of performance than the conventional technology.

等の顕著な効果を奏することが出来る。It is possible to achieve remarkable effects such as:

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

第1図は本発明の原理図、第2図は本発明のデータ管理
情報の格納方式の例を示す図、第3図はDSCBと管理
部、データ部の関係を示す図、第4図はデータのアクセ
ス処理を示す図、第5図は従来のデータセット管理情報
の管理形態を示す図である。
FIG. 1 is a diagram showing the principle of the present invention, FIG. 2 is a diagram showing an example of the storage method of data management information of the present invention, FIG. 3 is a diagram showing the relationship between the DSCB, the management section, and the data section, and FIG. FIG. 5, which is a diagram showing data access processing, is a diagram showing a conventional management form of data set management information.

Claims (1)

【特許請求の範囲】 DASDボリュームのVTOCのデータセット制御テー
ブル(DSCB)に、データセットのデータ部の開始ア
ドレス及び終了アドレスを記入し、上記開始アドレスを
−nしたアドレスから上記開始アドレスまでの間に、当
該データセットの保護状態及び統計情報を格納する ことを特徴とするデータ管理情報の格納方式。
[Scope of Claims] Enter the start address and end address of the data part of the data set in the data set control table (DSCB) of the VTOC of the DASD volume, and write the start address and end address of the data part of the data set, and write the start address and end address of the data part of the data set, and write the address between -n of the start address and the start address. A data management information storage method characterized in that the protection status and statistical information of the data set are stored.
JP62136038A 1987-05-31 1987-05-31 Storing system for data managing information Pending JPS63301336A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62136038A JPS63301336A (en) 1987-05-31 1987-05-31 Storing system for data managing information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62136038A JPS63301336A (en) 1987-05-31 1987-05-31 Storing system for data managing information

Publications (1)

Publication Number Publication Date
JPS63301336A true JPS63301336A (en) 1988-12-08

Family

ID=15165724

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62136038A Pending JPS63301336A (en) 1987-05-31 1987-05-31 Storing system for data managing information

Country Status (1)

Country Link
JP (1) JPS63301336A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260636B2 (en) 2000-12-22 2007-08-21 Emc Corporation Method and apparatus for preventing unauthorized access by a network device
US7756986B2 (en) * 1998-06-30 2010-07-13 Emc Corporation Method and apparatus for providing data management for a storage system coupled to a network

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7756986B2 (en) * 1998-06-30 2010-07-13 Emc Corporation Method and apparatus for providing data management for a storage system coupled to a network
US7260636B2 (en) 2000-12-22 2007-08-21 Emc Corporation Method and apparatus for preventing unauthorized access by a network device

Similar Documents

Publication Publication Date Title
US6957362B2 (en) Instantaneous restoration of a production copy from a snapshot copy in a data storage system
US7257689B1 (en) System and method for loosely coupled temporal storage management
JP4199993B2 (en) How to get a snapshot
KR100790991B1 (en) Method for managing metadata of file system using DBMS
US5511177A (en) File data multiplexing method and data processing system
US6934822B2 (en) Organization of multiple snapshot copies in a data storage system
US7707186B2 (en) Method and apparatus for data set migration
JP4799936B2 (en) Conditional snapshot acquisition method and system
US8548948B2 (en) Methods and apparatus for a fine grained file data storage system
US6298401B1 (en) Object oriented storage device having a disc drive controller providing an interface exposing methods which are invoked to access objects stored in a storage media
US20060047926A1 (en) Managing multiple snapshot copies of data
JP2002351703A (en) Storage device, file data backup method and file data copying method
JP2005510780A (en) Sharing objects between computer systems
JPH0883253A (en) Method and device for virtual space management
WO2016192496A1 (en) Data migration processing method and device
US20080071983A1 (en) Information processing apparatus, information processing method and storage system
EP1636690A2 (en) Managing a relationship between one target volume and one source volume
JPH03160534A (en) Access control system for shared file
JPS63301336A (en) Storing system for data managing information
JP2007172365A (en) Data duplicate system, duplicate data processing program and duplicate data processing method
JP2830826B2 (en) Distributed file synchronization system and method
JP2924786B2 (en) Exclusive control system, exclusive control method, and medium for storing exclusive control program for shared file in loosely coupled multiple computer system
JPH04106643A (en) System for managing file area of floppy disk
KR20210156682A (en) How to manage meta-data of a file system using a database management system
JPH1198448A (en) Video server system and access processing method therefor