JP4244836B2 - Computer system, backup / restore method thereof, host computer, program - Google Patents

Computer system, backup / restore method thereof, host computer, program Download PDF

Info

Publication number
JP4244836B2
JP4244836B2 JP2004086512A JP2004086512A JP4244836B2 JP 4244836 B2 JP4244836 B2 JP 4244836B2 JP 2004086512 A JP2004086512 A JP 2004086512A JP 2004086512 A JP2004086512 A JP 2004086512A JP 4244836 B2 JP4244836 B2 JP 4244836B2
Authority
JP
Japan
Prior art keywords
storage device
file
information
data
file information
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
Application number
JP2004086512A
Other languages
Japanese (ja)
Other versions
JP2005275674A (en
Inventor
尚生 黒澤
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 JP2004086512A priority Critical patent/JP4244836B2/en
Publication of JP2005275674A publication Critical patent/JP2005275674A/en
Application granted granted Critical
Publication of JP4244836B2 publication Critical patent/JP4244836B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

本発明は、コンピュータシステム、そのバックアップ/リストア方法、ホストコンピュータ、プログラムに関し、特に、バックアップ/リストア処理性能を向上させることのできるコンピュータシステム、そのバックアップ/リストア方法、ホストコンピュータ、プログラムに関する。   The present invention relates to a computer system, a backup / restore method thereof, a host computer, and a program, and more particularly to a computer system that can improve backup / restore processing performance, a backup / restore method thereof, a host computer, and a program.

従来、データの正当性を検証しながらバックアップ/リストアを行う技術として、データベースのレコード格納状態を評価するために必要な定義情報を記憶する記憶手段と、定義情報を用いて、一時的記憶手段に記憶したデータベースのページ毎にデータベースレコードの格納状態を評価する第1の評価手段と、第1の評価手段により得られた全てのページに対する評価結果からデータベース全体の格納状態を評価する第2の評価手段と、第2の評価手段によりデータベース全体の格納状態を評価後、一時的格納手段に記憶したデータベースを永久的記憶手段に退避させる手段とを設け、データベースの退避時に退避されたデータベースの格納論理の正当性の確認を同時に行うものがある(例えば、特許文献1参照。)。   Conventionally, as a technique for performing backup / restoration while verifying the validity of data, a storage means for storing definition information necessary for evaluating the record storage state of a database, and a temporary storage means using the definition information A first evaluation unit that evaluates the storage state of the database record for each page of the stored database, and a second evaluation that evaluates the storage state of the entire database from the evaluation results for all pages obtained by the first evaluation unit. Means for storing the database stored in the temporary storage means after the storage state of the entire database is evaluated by the second evaluation means, and storing the database stored in the temporary storage means. There is one that simultaneously confirms the validity of (see, for example, Patent Document 1).

また、ホストコンピュータは、データの適合性を検証する仕組みを備えるアプリケーションプログラムが使用する記憶手段の記憶領域の範囲を特定する領域管理データを記憶制御装置に送信し、記憶制御装置は、入出力要求を受信時に領域指定データにより特定される記憶領域に入出力されるデータを対象としてアプリケーションプログラムが行う検証をすることにより、データの整合性を確実に確保するものもある(例えば、特許文献2参照。)。   In addition, the host computer transmits area management data for specifying the storage area range of the storage means used by the application program having a mechanism for verifying the suitability of the data to the storage control apparatus. In some cases, data consistency is ensured by performing verification performed by an application program on data input / output to / from a storage area specified by the area specification data at the time of reception (for example, see Patent Document 2). .)

特開平05ー012090号公報JP 05-012090 A 特開2003ー288270号公報JP 2003-288270 A

磁気ディスク装置などの外部記憶装置への入出力は、一度の処理に要する時間が大きいため、小さいデータ単位で入出力を繰り返すと、同一量のデータを一括して入出力を行う場合と比べて、長い処理時間を要することになる。   Input / output to an external storage device such as a magnetic disk device takes a long time to process. Therefore, if input / output is repeated in small data units, the same amount of data is input / output as a batch. A long processing time is required.

上記特許文献1、2記載の技術は、共に、ブロックを単位とする論理ボリュームに対してデータの入出力処理を行い、データの整合性の確認を行っており、ブロック長が短く、サイズの小さなファイルが多数ある場合、入出力性能が低下するという課題がある。   In the technologies described in Patent Documents 1 and 2 described above, data input / output processing is performed on a logical volume in units of blocks, and data consistency is confirmed. The block length is short and the size is small. When there are a large number of files, there is a problem that input / output performance is degraded.

本発明の目的は、上記課題を解決すべく、一度に転送するデータ長を入出力性能の高くなる値に決定し、ディスクアドレスとファイル情報との対応を予めファイル情報検索テーブルに登録し、ファイル情報検索テーブルを用いて検証手段により複数ブロックを一括して検証することにより、データの正当性を検証しつつ、高速な入出力を実現することのできるコンピュータシステム、そのバックアップ/リストア方法、ホストコンピュータ、プログラムを提供することにある。   In order to solve the above problems, the object of the present invention is to determine the data length to be transferred at a time to a value that increases input / output performance, register the correspondence between the disk address and file information in the file information search table in advance, A computer system capable of realizing high-speed input / output while verifying the correctness of data by verifying a plurality of blocks collectively by a verification means using an information search table, a backup / restore method thereof, and a host computer , To provide a program.

本発明のコンピュータシステムは、プロセッサと主記憶装置とを有するホストコンピュータと、第一記憶装置と、第二記憶装置とを有するコンピュータシステムにおいて、プロセッサは、第一記憶装置と第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段と、バックアップ/リストア手段からの入出力要求により第一記憶装置または第二記憶装置とバッファとの間でデータを転送する入出力手段と、第一記憶装置または第二記憶装置内に割り当てたファイル情報をファイル管理テーブルから取得するファイル情報取得手段とファイル情報を基にファイル情報検索テーブルを作成する検索テーブル作成手段とを有するテーブル変換手段と、ファイル情報検索テーブルからファイル情報を取得しバッファ上でデータの正当性を検証する検証手段とを有し、バックアップ/リストア手段は、一度に転送するデータ長を入出力性能を基に決定するデータ長決定手段を有することを特徴とする。   A computer system according to the present invention is a computer system having a host computer having a processor and a main storage device, a first storage device, and a second storage device. The processor includes a first storage device and a second storage device. Backup / restore means for controlling copying of data between them, input / output means for transferring data between the first storage device or the second storage device and the buffer in response to an input / output request from the backup / restore means, A table conversion means having a file information acquisition means for acquiring file information allocated in one storage device or a second storage device from a file management table and a search table creation means for creating a file information search table based on the file information; Acquires file information from the file information search table and corrects the data on the buffer. And a verification means for verifying sex, backup / restore unit is characterized by having a data length determining means for determining based on the data length input and output performance to be transferred at one time.

データ長決定手段は、第一記憶装置または第二記憶装置のリード/ライト処理性能を基に決定する手段を有することを特徴とする。   The data length determining means has means for determining based on the read / write processing performance of the first storage device or the second storage device.

主記憶装置は、ファイル管理テーブルと、ファイル情報検索テーブルと、バッファとを有することを特徴とする。   The main storage device includes a file management table, a file information search table, and a buffer.

検証手段は、ファイル編成の種別に対応するブロック検証手段を有することを特徴とする。   The verification means includes block verification means corresponding to the type of file organization.

検証手段は、1ブロックごとにデータの正当性を検証する手段を有することを特徴とする。   The verification means has means for verifying the validity of data for each block.

ファイル情報は、ファイルの先頭ディスクアドレス情報と、1ブロック長情報と、ファイル編成の種類情報とを有することを特徴とする。   The file information includes file top disk address information, 1 block length information, and file organization type information.

ファイル情報検索テーブルは、ディスクアドレス情報をキーとしてアロケートしたファイルの情報を検索するためのインデックス情報を有することを特徴とする。   The file information search table has index information for searching for information of a file allocated using disk address information as a key.

第一記憶装置は、磁気ディスク装置を有することを特徴とする。   The first storage device includes a magnetic disk device.

第二記憶装置は、磁気ディスク装置、光ディスク装置、磁気テープ装置の何れかを有することを特徴とする。   The second storage device includes any one of a magnetic disk device, an optical disk device, and a magnetic tape device.

本発明のコンピュータシステムのバックアップ/リストア方法は、プロセッサと主記憶装置とを有するホストコンピュータと、第一記憶装置と、第二記憶装置とを有し、第一記憶装置と第二記憶装置との間でのデータの複写をプロセッサのバックアップ/リストア手段により制御するコンピュータシステムのバックアップ/リストア方法において、プロセッサは、入出力性能を基にデータ長決定手段により一度に転送するデータ長を決定するステップと、テーブル変換手段により第一記憶装置または第二記憶装置内に割り当てたファイル情報をファイル管理テーブルから取得し取得したファイル情報を基にファイル情報検索テーブルを作成するステップと、バックアップ/リストア手段からの入出力要求により第一記憶装置または第二記憶装置とバッファとの間でデータを入出力手段により転送するステップと、検証手段によりファイル情報検索テーブルからファイル情報を取得しバッファ上でデータの正当性を検証するステップと、正当性を検証したデータをバッファから第二記憶装置または第一記憶装置へ転送するステップとを有することを特徴とする。   The computer system backup / restore method of the present invention includes a host computer having a processor and a main storage device, a first storage device, and a second storage device, and includes a first storage device and a second storage device. In a computer system backup / restore method for controlling data copying between processors by means of processor backup / restore means, the processor determines the data length to be transferred at one time by the data length determination means based on input / output performance; The step of creating a file information search table based on the file information obtained by acquiring the file information allocated in the first storage device or the second storage device by the table conversion means from the file management table, and from the backup / restore means First storage device or second storage device depending on input / output request The step of transferring data between the input and output means by the input / output means, the step of obtaining the file information from the file information search table by the verification means and verifying the validity of the data on the buffer, And transferring from the buffer to the second storage device or the first storage device.

データ長決定手段は、第一記憶装置または第二記憶装置のリード/ライト処理性能を基に決定するステップを有することを特徴とする。   The data length determining means has a step of determining based on the read / write processing performance of the first storage device or the second storage device.

本発明のホストコンピュータは、プロセッサと主記憶装置とを有するホストコンピュータにおいて、プロセッサは、第一記憶装置と第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段と、バックアップ/リストア手段からの入出力要求により第一記憶装置または第二記憶装置とバッファとの間でデータを転送する入出力手段と、第一記憶装置または第二記憶装置内に割り当てたファイル情報をファイル管理テーブルから取得するファイル情報取得手段とファイル情報を基にファイル情報検索テーブルを作成する検索テーブル作成手段とを有するテーブル変換手段と、ファイル情報検索テーブルからファイル情報を取得しバッファ上でデータの正当性を検証する検証手段とを有し、バックアップ/リストア手段は、一度に転送するデータ長を入出力性能を基に決定するデータ長決定手段を有することを特徴とする。   The host computer of the present invention is a host computer having a processor and a main storage device, wherein the processor includes backup / restore means for controlling data copying between the first storage device and the second storage device, File management of input / output means for transferring data between the first storage device or the second storage device and the buffer in response to an input / output request from the restore means, and file information allocated in the first storage device or the second storage device Table conversion means having file information acquisition means acquired from the table and search table creation means for creating a file information search table based on the file information, and the validity of the data on the buffer obtained from the file information search table Verification means for verifying the backup / restore means. Characterized by having a data length determining means for determining based on the input and output performance data length to be transferred to.

データ長決定手段は、第一記憶装置または第二記憶装置のリード/ライト処理性能を基に決定する手段を有することを特徴とする。   The data length determining means has means for determining based on the read / write processing performance of the first storage device or the second storage device.

本発明のプログラムは、コンピュータを第一記憶装置と第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段、バックアップ/リストア手段からの入出力要求により第一記憶装置または第二記憶装置とバッファとの間でデータを転送する入出力手段、第一記憶装置または第二記憶装置内に割り当てたファイル情報をファイル管理テーブルから取得するファイル情報取得手段とファイル情報を基にファイル情報検索テーブルを作成する検索テーブル作成手段とを有するテーブル変換手段、ファイル情報検索テーブルからファイル情報を取得しバッファ上でデータの正当性を検証する検証手段、一度に転送するデータ長を入出力性能を基に決定するデータ長決定手段として機能させることを特徴とする。   The program according to the present invention includes a backup / restore means for controlling copying of data between the first storage device and the second storage device, an input / output request from the backup / restore means, and the first storage device or the second storage device. File information based on file information and input / output means for transferring data between the storage device and the buffer, file information acquisition means for acquiring file information allocated in the first storage device or the second storage device from the file management table, and file information Table conversion means having search table creation means for creating a search table, verification means for acquiring file information from the file information search table and verifying the validity of the data on the buffer, and data length to be transferred at a time with the input / output performance It is characterized by functioning as a data length determining means to be determined based on.

本発明のコンピュータシステム、そのバックアップ/リストア方法、ホストコンピュータ、プログラムによれば、バックアップ/リストア処理において、データの正当性を検証しつつ、高速な入出力処理を行うことができるという効果がある。   According to the computer system, backup / restore method, host computer, and program of the present invention, it is possible to perform high-speed input / output processing while verifying the validity of data in backup / restore processing.

その理由は、ディスクアドレスとファイル情報との対応をあらかじめファイル情報検索テーブルに登録し、検証手段によりこのファイル情報検索テーブルを用いて複数ブロックを一括して検証するため、入出力手段は、ブロック長を考慮することなく性能的に最も有利なデータ長で入出力を行うことができるためである。   The reason is that the correspondence between the disk address and the file information is registered in the file information search table in advance, and a plurality of blocks are collectively verified by the verification means using this file information search table. This is because input / output can be performed with the most advantageous data length in terms of performance without considering the above.

次に、本発明を実施するための最良の形態について、図面を参照して詳細に説明する。   Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1は、本発明のコンピュータシステム100を示す構成ブロック図である。図2〜図6は、図1中の各構成要素の詳細な構成ブロック図である。   FIG. 1 is a block diagram showing a configuration of a computer system 100 according to the present invention. 2 to 6 are detailed configuration block diagrams of components in FIG.

図1〜図6を参照すると、コンピュータシステム100は、プロセッサ4と主記憶装置5とを有するホストコンピュータ1と、磁気ディスク装置2と、磁気テープ装置3とで構成する。なお、磁気ディスク装置2は、ディスクアレイ装置で構成し、磁気テープ装置3は、磁気ディスク装置、光ディスク装置の何れかで構成しても良い(図示省略)。   1 to 6, the computer system 100 includes a host computer 1 having a processor 4 and a main storage device 5, a magnetic disk device 2, and a magnetic tape device 3. The magnetic disk device 2 may be composed of a disk array device, and the magnetic tape device 3 may be composed of either a magnetic disk device or an optical disk device (not shown).

プロセッサ4は、磁気ディスク装置2と磁気テープ装置3との間でのデータの複写を制御するバックアップ/リストア手段11と、バックアップ/リストア手段11からの入出力要求により磁気ディスク装置2とバッファ51との間、磁気テープ装置3とバッファ51との間でデータを転送する入出力手段12と、テーブル変換手段14と、検証手段13とで構成する。   The processor 4 includes a backup / restore means 11 for controlling data copying between the magnetic disk device 2 and the magnetic tape device 3, and the magnetic disk device 2 and the buffer 51 in response to an input / output request from the backup / restore means 11. The input / output means 12 for transferring data between the magnetic tape device 3 and the buffer 51, the table conversion means 14, and the verification means 13.

テーブル変換手段14は、磁気ディスク装置2内に存在するファイルのファイル情報50をファイル管理テーブル53から取得するファイル情報取得手段141と、ファイル情報50を基にファイル情報検索テーブル52を作成する検索テーブル作成手段142とで構成する。   The table conversion unit 14 includes a file information acquisition unit 141 that acquires file information 50 of a file existing in the magnetic disk device 2 from the file management table 53, and a search table that creates a file information search table 52 based on the file information 50. And creating means 142.

検証手段13は、ファイル情報検索テーブル52からファイル情報50を取得し、バッファ51上に展開されたデータについて、ブロックごとに正当性を検証するよう構成する。なお、ブロックの形式がファイル編成ごとに異なるとき、例えば、後述の図7に示す如く、ファイルF1とファイルF2とでブロックの形式(1ブロック長)が異なるとき、検証手段13は、ファイルF1に対応する第一ブロック種検証手段131と、ファイルF2に対応する第二ブロック種検証手段132とを設け(図3参照)、検証対象のブロック形式に応じて検証手段13を使い分け、正当性を検証するよう構成する。   The verification unit 13 acquires the file information 50 from the file information search table 52, and verifies the validity of the data expanded on the buffer 51 for each block. When the block format differs for each file organization, for example, as shown in FIG. 7 described later, when the block format (1 block length) differs between the file F1 and the file F2, the verification unit 13 sets the file F1 to the file F1. Corresponding first block type verification means 131 and second block type verification means 132 corresponding to the file F2 are provided (see FIG. 3), and the verification means 13 is selectively used according to the block format to be verified to verify the validity. Configure to

バックアップ/リストア手段11は、一度に転送するデータ長を入出力性能が高くなる値に決定するデータ長決定手段111を設けて構成する。ここに、一度に転送するデータ長は、磁気ディスク装置2または磁気テープ装置3のリード/ライト処理性能を基に決定する。例えば、磁気ディスク装置2の1トラック分のデータを一度に転送するデータ長とすることで、磁気ディスク装置2は、シーク動作、位置決め動作を行うことなく、リード/ライト動作を行うことのできる最大データ容量をホストコンピュータ1に転送できることになる。   The backup / restore unit 11 includes a data length determining unit 111 that determines a data length to be transferred at a time to a value that increases input / output performance. Here, the data length to be transferred at one time is determined based on the read / write processing performance of the magnetic disk device 2 or the magnetic tape device 3. For example, by setting the data length to transfer data for one track of the magnetic disk device 2 at a time, the magnetic disk device 2 can perform a read / write operation without performing a seek operation and a positioning operation. The data capacity can be transferred to the host computer 1.

主記憶装置5は、ファイル管理テーブル53と、ファイル情報検索テーブル52と、バッファ51とで構成する。   The main storage device 5 includes a file management table 53, a file information search table 52, and a buffer 51.

図4を参照すると、ファイル管理テーブル53は、ボリューム情報531と、ファイル情報50と、ファイル名をキーとしてファイル情報50を検索するためのインデックス情報533とで構成する。   Referring to FIG. 4, the file management table 53 includes volume information 531, file information 50, and index information 533 for searching the file information 50 using the file name as a key.

図5を参照すると、ファイル情報検索テーブル52は、ファイルを記録しているディスクアドレスaをキーとして、ディスクアドレスaにアロケートしたファイルの情報を検索するためのインデックス情報521と、ファイル情報50とで構成する。   Referring to FIG. 5, the file information search table 52 includes index information 521 for searching for information on a file allocated to the disk address a and file information 50 using the disk address a where the file is recorded as a key. Constitute.

図6を参照すると、ファイル情報50は、ファイルの先頭ディスクアドレス情報501と、1ブロック長情報502と、ファイル編成の種類情報503とで構成する。   Referring to FIG. 6, the file information 50 includes file top disk address information 501, 1 block length information 502, and file organization type information 503.

ここで、図7、図8を参照して、バックアップ/リストアの対象とする磁気ディスク装置2のディスク21上のデータ構造を簡単に説明する。   Here, with reference to FIG. 7 and FIG. 8, the data structure on the disk 21 of the magnetic disk device 2 to be backed up / restored will be briefly described.

図7は、ディスク21上のデータ構造を説明するための図である。ディスク21には、複数のファイルF1、ファイルF2、および空き領域25が存在し、ファイルF1は、複数のブロックB11〜B1nからなり、ファイルF2は、複数のブロックB21〜B2nからなる。各ブロックの長さは、ファイルF1、ファイルF2内では、一定である(B11〜B1nの各ブロック長は、全て等しく、B21〜B2nの各ブロック長は、全て等しい)。   FIG. 7 is a diagram for explaining the data structure on the disk 21. The disk 21 includes a plurality of files F1, a file F2, and a free area 25. The file F1 includes a plurality of blocks B11 to B1n, and the file F2 includes a plurality of blocks B21 to B2n. The length of each block is constant in the files F1 and F2 (the block lengths of B11 to B1n are all equal, and the block lengths of B21 to B2n are all equal).

ブロック形式の一例を示す図8を参照すると、ブロックは、ヘッダ22と、データ格納領域23とからなり、ヘッダ22は、チェックサム221とブロック番号222とを含み、データの整合性検証に必要な情報を含む。   Referring to FIG. 8 showing an example of a block format, the block includes a header 22 and a data storage area 23. The header 22 includes a checksum 221 and a block number 222, and is necessary for data integrity verification. Contains information.

次に、上述のように構成したコンピュータシステム100の動作について、図面を参照して説明する。   Next, the operation of the computer system 100 configured as described above will be described with reference to the drawings.

図9は、コンピュータシステム100のバックアップ動作を説明するためのフローチャートである。   FIG. 9 is a flowchart for explaining a backup operation of the computer system 100.

図9を参照すると、入出力処理において一度に転送するデータの長さLを決定する(S1)。一度に転送するデータ長Lは、磁気ディスク装置2または磁気テープ装置3のリード/ライト処理性能を基に決定する。例えば、磁気ディスク装置2の1トラック分のデータを一度に転送するデータ長Lとすると、磁気ディスク装置2は、シーク動作、位置決め動作を行うことなく、リード/ライト動作を行うことのできる最大データ容量をホストコンピュータ1に転送できることになる。   Referring to FIG. 9, the length L of data transferred at a time in the input / output process is determined (S1). The data length L transferred at a time is determined based on the read / write processing performance of the magnetic disk device 2 or the magnetic tape device 3. For example, assuming that the data length L is to transfer data for one track of the magnetic disk device 2 at a time, the magnetic disk device 2 can perform the maximum data that can be read / written without performing a seek operation and a positioning operation. The capacity can be transferred to the host computer 1.

オペレータは、入出力の性能が高くなるようにデータ長Lを選定するか、或いは、バックアップ/リストア手段11は、固定値としてデータ長Lを持つことにより、データ長決定手段111によりデータ長Lを決定する。   The operator selects the data length L so as to improve the input / output performance, or the backup / restore means 11 has the data length L as a fixed value so that the data length determination means 111 sets the data length L. decide.

テーブル変換手段14は、ディスク21上の全てのファイルについて、ファイル管理テーブル53からファイルの先頭ディスクアドレス情報501、OS(オペレーティングシステム)上で処理する1ブロック長情報502、およびファイル編成の種類情報503を取得し、ファイル情報検索テーブル52に登録する(S2)。   The table conversion means 14 for all the files on the disk 21 from the file management table 53, file head disk address information 501, one block length information 502 processed on the OS (operating system), and file organization type information 503 Is registered in the file information search table 52 (S2).

バックアップ/リストア手段11は、データ読み込み位置を示すディスクアドレスaに初期値0を設定する(S3)。   The backup / restore means 11 sets an initial value 0 to the disk address a indicating the data reading position (S3).

バックアップ/リストア手段11は、ディスクアドレスaのデータの読み込みを入出力手段12に指示すると、入出力手段12は、ディスクアドレスaから読み込んだデータが既にバッファ151上に存在するか否かを判定する(S4)。   When the backup / restore unit 11 instructs the input / output unit 12 to read the data at the disk address a, the input / output unit 12 determines whether the data read from the disk address a already exists on the buffer 151. (S4).

目的のデータがバッファ51上に存在しない場合は、入出力手段12は、ディスクアドレスa、データ長Lのデータをディスク21からバッファ151に読み込む(S5)。   If the target data does not exist on the buffer 51, the input / output means 12 reads the data having the disk address a and the data length L from the disk 21 into the buffer 151 (S5).

上記(S4)において目的のデータがバッファ51上に存在する場合、および、(S5)の後、検証手段13は、ディスクアドレスaからディスクアドレス(a+L)の間に含まれるデータの正当性を検証するにあたり、追加のデータ読み込みが必要であるか否かを判定する(S6)。   When the target data exists on the buffer 51 in (S4) and after (S5), the verification unit 13 verifies the validity of the data included between the disk address a and the disk address (a + L). In doing so, it is determined whether or not additional data needs to be read (S6).

例えば、図7を参照して、D1は、バッファ151に読み込み済みで、これからD1の正当性を検証する場合、ブロックB23の一部を構成するデータdが検証に必要となる。   For example, referring to FIG. 7, D1 has been read into the buffer 151, and when the validity of D1 is verified from now on, data d constituting a part of the block B23 is required for verification.

追加のデータ読み込みが必要と判定したとき、入出力手段12は、正当性の検証に必要なデータdを含む長さLのデータをディスク21からバッファ51へ読み込む(S7)。   When it is determined that additional data reading is necessary, the input / output unit 12 reads data of length L including data d necessary for verification of validity from the disk 21 into the buffer 51 (S7).

データの読み込みは、長さLごとに行うため、データdの長さがLよりも大きければ、読み込み処理を複数回に分けて実施する。   Since data reading is performed for each length L, if the length of the data d is greater than L, the reading process is performed in multiple steps.

上記(S6)において追加のデータ読み込みが不要と判定したとき、および、上記(S7)の後、検証手段13は、下記条件式(1)を満たす全てのブロックについて、バッファ51上でデータの正当性を検証し、不正なブロックが検出された場合には処理を中断し、データが不正であることをオペレータ(使用者)に通知する(S8)。   When it is determined in the above (S6) that additional data reading is not necessary, and after (S7), the verification unit 13 validates the data on the buffer 51 for all blocks satisfying the following conditional expression (1). The process is interrupted when an illegal block is detected, and the operator (user) is notified that the data is illegal (S8).

a≦Ak,i<(a+L) (1)
但し、Ak,iは、ファイルFkのi番目のブロックの先頭ディスクアドレスである。
a ≦ Ak, i <(a + L) (1)
However, Ak, i is the first disk address of the i-th block of the file Fk.

上記(S8)において、全てのブロックが正常と判定した場合、入出力手段12は、ディスクアドレスa、長さLのデータをバッファ51から磁気テープ装置3へ転送し、磁気テープ装置3は、転送データを書き込む(S9)。   In the above (S8), when it is determined that all the blocks are normal, the input / output means 12 transfers the data having the disk address a and the length L from the buffer 51 to the magnetic tape device 3, and the magnetic tape device 3 transfers the data. Data is written (S9).

バックアップ/リストア手段11は、ディスクアドレスaにデータ長Lを加える(S10)。   The backup / restore means 11 adds the data length L to the disk address a (S10).

ディスクの終端まで処理したか否かを判定し(S11)、ディスクアドレスaがディスク21の終端アドレスよりも小さい場合は、残りのデータを処理するために(S4)へ戻り、ディスクアドレスaがディスクの終端アドレスに達した場合、入出力手段12は、ファイル情報検索テーブル52を磁気テープ装置3に書き込み(S12)、バックアップ処理を終了する。   It is determined whether or not the end of the disk has been processed (S11). If the disk address a is smaller than the end address of the disk 21, the process returns to (S4) to process the remaining data, and the disk address a is changed to the disk. The input / output unit 12 writes the file information search table 52 to the magnetic tape device 3 (S12) and ends the backup process.

次に、コンピュータシステム100のリストア時の動作について、図面を参照して説明する。   Next, operations at the time of restoration of the computer system 100 will be described with reference to the drawings.

図10は、コンピュータシステム100のリストア動作を説明するためのフローチャートである。   FIG. 10 is a flowchart for explaining the restore operation of the computer system 100.

図10を参照すると、入出力処理において一度に転送するデータの長さLを決定する(S21)。   Referring to FIG. 10, the length L of data transferred at a time in the input / output process is determined (S21).

入出力手段12は、ファイル情報検索テーブル52を磁気テープ装置3から主記憶装置5に読み込む(S22)。   The input / output means 12 reads the file information search table 52 from the magnetic tape device 3 into the main storage device 5 (S22).

バックアップ/リストア手段11は、データ書き込み位置を示すディスクアドレスaに初期値0を設定する(S23)。   The backup / restore means 11 sets an initial value 0 to the disk address a indicating the data write position (S23).

入出力手段12は、ディスクアドレスaへ書き込むデータが既にバッファ51上に存在するか否かを判定する(S24)。   The input / output unit 12 determines whether data to be written to the disk address a already exists on the buffer 51 (S24).

目的のデータがバッファ51上に存在しない場合、入出力手段12は、ディスクアドレスa、長さLのデータを磁気テープ装置3からバッファ151に読み込む(S25)。   If the target data does not exist on the buffer 51, the input / output means 12 reads the data having the disk address a and the length L from the magnetic tape device 3 into the buffer 151 (S25).

目的のデータがバッファ51上に存在する場合、および、上記(S25)の後、検証手段13は、アドレスaからアドレス(a+L)の間に含まれるデータの正当性を検証するにあたり、追加のデータ読み込みが必要であるか否かを判定する(S26)。   When the target data exists on the buffer 51 and after the above (S25), the verification unit 13 adds additional data to verify the validity of the data included between the address a and the address (a + L). It is determined whether or not reading is necessary (S26).

追加のデータ読み込みが必要と判定した場合、入出力手段12は、正当性の検証に必要なデータdを含む長さLのデータをディスク21からバッファ51へ読み込む(S27)。   When it is determined that additional data needs to be read, the input / output unit 12 reads data of length L including data d required for verification of validity from the disk 21 into the buffer 51 (S27).

データの読み込みは、長さLごとに行うため、データdの長さがLよりも大きければ、読み込み処理を複数回に分けて実施する。   Since data reading is performed for each length L, if the length of the data d is greater than L, the reading process is performed in multiple steps.

追加のデータ読み込みが不要と判定した場合、および、上記(S27)の後、検証手段13は、下記条件式(2)を満たす全てのブロックについて、バッファ51上でデータの正当性を検証する。不正なブロックが検出された場合には処理を中断し、データが不正であることを利用者に通知する(S28)。   When it is determined that additional data reading is unnecessary and after (S27), the verification unit 13 verifies the validity of the data on the buffer 51 for all the blocks satisfying the following conditional expression (2). If an illegal block is detected, the process is interrupted to notify the user that the data is illegal (S28).

条件:a≦Ak,i<(a+L) (2)
但し、Ak,i:ファイルFkのi番目のブロックの先頭ディスクアドレスである。
Condition: a ≦ Ak, i <(a + L) (2)
Here, Ak, i is the first disk address of the i-th block of the file Fk.

上記(S28)において、検証手段13は、全てのブロックが正常と判定した場合、入出力手段12は、ディスクアドレスaに対応する長さLのデータをバッファ51からディスク21へ書き込む(S29)。   In the above (S28), when the verification unit 13 determines that all the blocks are normal, the input / output unit 12 writes the data of length L corresponding to the disk address a from the buffer 51 to the disk 21 (S29).

バックアップ/リストア手段11は、ディスクアドレスaにデータ長Lを加える(S30)。   The backup / restore means 11 adds the data length L to the disk address a (S30).

ディスクの終端まで処理したか否かを判定し(S31)、ディスクアドレスaがディスク21の終端アドレスよりも小さい場合は、残りのデータを処理するために上記(S24)へ戻り、ディスクアドレスaがディスク21の終端アドレスに達した場合は、リストア処理を終了する(S32)。   It is determined whether or not the end of the disk has been processed (S31). If the disk address a is smaller than the end address of the disk 21, the process returns to the above (S24) to process the remaining data, and the disk address a is When the end address of the disk 21 is reached, the restore process is terminated (S32).

以上説明したように、コンピュータシステム100は、ファイルの論理構造を考慮することなく、データ長決定手段111により入出力の性能が高くなるようなデータ長Lを決定し、ディスクアドレスaとファイル情報50との対応をあらかじめファイル情報検索テーブル52に登録し、検証手段13によりファイル情報検索テーブル52を用いて複数ブロックを一括して検証する。従って、バックアップ/リストア処理において、データの正当性を検証しつつ、高速な入出力処理を行うことができる。   As described above, the computer system 100 determines the data length L such that the input / output performance is enhanced by the data length determination unit 111 without considering the logical structure of the file, and the disk address a and the file information 50 are determined. Is registered in advance in the file information search table 52, and the verification unit 13 collectively verifies a plurality of blocks using the file information search table 52. Therefore, high-speed input / output processing can be performed while verifying the validity of data in backup / restore processing.

本発明のコンピュータシステムを示す構成ブロック図である。1 is a configuration block diagram showing a computer system of the present invention. テーブル変換手段の構成ブロック図である。It is a structure block diagram of a table conversion means. 検証手段の構成ブロック図である。It is a block diagram of the configuration of the verification means. ファイル管理テーブルの構成ブロック図である。It is a block diagram of the configuration of the file management table. ファイル情報検索テーブルの構成ブロック図である。It is a structure block diagram of a file information search table. ファイル情報の構成ブロック図である。It is a structure block diagram of file information. ディスク上のデータ構造を説明するための図である。It is a figure for demonstrating the data structure on a disc. ブロック形式の一例を示す図である。It is a figure which shows an example of a block format. コンピュータシステムのバックアップ動作を説明するためのフローチャートである。It is a flowchart for demonstrating the backup operation | movement of a computer system. コンピュータシステムのリストア動作を説明するためのフローチャートである。It is a flowchart for demonstrating the restore operation | movement of a computer system.

符号の説明Explanation of symbols

1 ホストコンピュータ
11 バックアップ/リストア手段
111 データ長決定手段
12 入出力手段
13 検証手段
131 第一ブロック種検証手段
132 第二ブロック種検証手段
14 テーブル変換手段
141 ファイル情報取得手段
142 検索テーブル作成手段
2 磁気ディスク装置
21 ディスク
22 ヘッダ
23 データ格納領域
25 空き領域
221 チェックサム
222 ブロック番号
3 磁気テープ装置
4 プロセッサ
5 主記憶装置
50 ファイル情報
501 ファイルの先頭ディスクアドレス情報
502 1ブロック長情報
503 ファイル編成の種類情報
51 バッファ
52 ファイル情報検索テーブル
521 インデックス情報
53 ファイル管理テーブル
531 ボリューム情報
533 インデックス情報
a ディスクアドレス
F1、F2 ファイル
B11〜B1n ブロック
B21〜B2n ブロック
L データ長
DESCRIPTION OF SYMBOLS 1 Host computer 11 Backup / restoration means 111 Data length determination means 12 Input / output means 13 Verification means 131 First block type verification means 132 Second block type verification means 14 Table conversion means 141 File information acquisition means 142 Search table creation means 2 Magnetic Disk device 21 Disk 22 Header 23 Data storage area 25 Free area 221 Checksum 222 Block number 3 Magnetic tape device 4 Processor 5 Main storage device 50 File information 501 File start disk address information 502 1 Block length information 503 File organization type information 51 Buffer 52 File Information Search Table 521 Index Information 53 File Management Table 531 Volume Information 533 Index Information a Disk Address 1, F2 file B11~B1n block B21~B2n block L data length

Claims (10)

プロセッサと主記憶装置とを有するホストコンピュータと、第一記憶装置と、第二記憶装置とを有するコンピュータシステムにおいて、前記主記憶装置は、前記第一記憶装置または前記第二記憶装置に記録されるファイルの先頭ディスクアドレス情報と1ブロック長情報とファイル編成の種類情報とを備えるファイル情報と、ファイル名をキーとして前記ファイル情報を検索するための第一インデックス情報とを有するファイル管理テーブル、並びに、前記ファイル情報と、ディスクアドレス情報をキーとしてアロケートした前記ファイル情報を検索するための第二インデックス情報とを備えるファイル情報検索テーブル、並びに、転送データを一時記憶するバッファとを有し、前記プロセッサは、前記第一記憶装置と前記第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段と、前記バックアップ/リストア手段からの入出力要求により前記第一記憶装置または前記第二記憶装置とバッファとの間でデータを転送する入出力手段と、前記ファイル情報を前記ファイル管理テーブルから取得するファイル情報取得手段と取得した前記ファイル情報の前記先頭ディスクアドレス情報を元に生成した前記第二インデックス情報に対応する前記ファイル情報を格納する前記ファイル情報検索テーブルを作成する検索テーブル作成手段とを有するテーブル変換手段と、
前記ディスクアドレス情報をキーとして前記ファイル情報検索テーブルを検索して前記ファイル情報を取得して前記バッファに読み込んだ前記転送データの前記1ブロック長情報を取得し、前記バッファ内の複数のブロックの各々について、ヘッダ内のチェックサムにより1ブロック毎に前記データ格納領域の正当性を検証する検証手段とを有し、前記バックアップ/リストア手段は、一度に転送するデータ長を入出力性能を基に決定するデータ長決定手段を有することを特徴とするコンピュータシステム。
In a computer system having a host computer having a processor and a main storage device, a first storage device, and a second storage device, the main storage device is recorded in the first storage device or the second storage device. A file management table having file information including first disk address information of a file, 1 block length information, and file organization type information; and first index information for searching the file information using a file name as a key; and A file information search table comprising the file information and second index information for searching the file information allocated using the disk address information as a key, and a buffer for temporarily storing transfer data, the processor The first storage device and the second storage device Backup / restore means for controlling data copying at the same time, and input / output means for transferring data between the first storage device or the second storage device and a buffer in response to an input / output request from the backup / restore means The file information for storing the file information corresponding to the second index information generated based on the file information acquisition means for acquiring the file information from the file management table and the first disk address information of the acquired file information Table conversion means having search table creation means for creating a search table;
Wherein said disk address information as the key file information search table searches to acquire the file information acquired the one block length information of the transfer data read in the buffer, each of the plurality of blocks in the buffer And a verification unit that verifies the validity of the data storage area for each block by a checksum in the header , and the backup / restore unit determines the data length to be transferred at a time based on the input / output performance A computer system comprising a data length determining means.
前記データ長決定手段は、前記第一記憶装置または前記第二記憶装置のリード/ライト処理性能を基に決定する手段を有することを特徴とする請求項1記載のコンピュータシステム。 2. The computer system according to claim 1, wherein the data length determining means includes means for determining based on the read / write processing performance of the first storage device or the second storage device. 前記検証手段は、前記ファイル編成の種別に対応するブロック検証手段を有することを特徴とする請求項1記載のコンピュータシステム。 2. The computer system according to claim 1, wherein the verification unit includes a block verification unit corresponding to the file organization type. 前記第一記憶装置は、磁気ディスク装置を有することを特徴とする請求項1記載のコンピュータシステム。 The computer system according to claim 1, wherein the first storage device includes a magnetic disk device. 前記第二記憶装置は、磁気ディスク装置、光ディスク装置、磁気テープ装置の何れかを有することを特徴とする請求項1記載のコンピュータシステム。 2. The computer system according to claim 1, wherein the second storage device includes any one of a magnetic disk device, an optical disk device, and a magnetic tape device. プロセッサと主記憶装置とを有するホストコンピュータと、第一記憶装置と、第二記憶装置とを有し、前記第一記憶装置と前記第二記憶装置との間でのデータの複写を前記プロセッサのバックアップ/リストア手段により制御するコンピュータシステムのバックアップ/リストア方法において、前記主記憶装置が、前記第一記憶装置または前記第二記憶装置に記録されるファイルの先頭ディスクアドレス情報と1ブロック長情報とファイル編成の種類情報とをファイル情報として格納するステップと、ファイル名をキーとして前記ファイル情報を検索するための第一インデックス情報をファイル管理テーブルに格納するステップと、前記ファイル情報と、ディスクアドレス情報をキーとしてアロケートした前記ファイル情報を検索するための第二インデックス情報とをファイル情報検索テーブルへ格納するステップと、転送データをバッファに一時記憶するステップとを有し、前記プロセッサが、入出力性能を基にデータ長決定手段により一度に転送するデータ長を決定するステップと、テーブル変換手段のファイル情報取得手段により前記ファイル情報を前記ファイル管理テーブルから取得するステップと、取得した前記ファイル情報の前記先頭ディスクアドレス情報を元に生成した前記第二インデックス情報に対応する前記ファイル情報を格納する前記ファイル情報検索テーブルを作成するステップと、前記バックアップ/リストア手段からの入出力要求により前記第一記憶装置または前記第二記憶装置とバッファとの間でデータを入出力手段により転送するステップと、検証手段により前記ディスクアドレス情報をキーとして前記ファイル情報検索テーブルを検索して前記ファイル情報を取得して前記バッファに読み込んだ前記転送データの前記1ブロック長情報を取得し、前記バッファ内の複数のブロックの各々について、ヘッダ内のチェックサムにより1ブロック毎に前記データ格納領域の正当性を検証するステップと、正当性を検証したデータを前記バッファから前記第二記憶装置または前記第一記憶装置へ転送するステップとを有することを特徴とするコンピュータシステムのバックアップ/リストア方法。 A host computer having a processor and a main storage device; a first storage device; and a second storage device; copying data between the first storage device and the second storage device; In the backup / restoration method of a computer system controlled by backup / restore means, the main storage device has the first disk address information, 1 block length information, and file of the file recorded in the first storage device or the second storage device Storing the organization type information as file information, storing first index information for searching the file information using the file name as a key in a file management table, the file information, and the disk address information. To retrieve the file information allocated as a key A data length having a step of storing two index information in a file information search table and a step of temporarily storing transfer data in a buffer, wherein the processor transfers data at a time based on input / output performance by a data length determining means Determining the file information from the file management table by the file information acquisition means of the table conversion means, and the second index information generated based on the head disk address information of the acquired file information Creating the file information search table for storing the file information corresponding to the data, and transferring data between the first storage device or the second storage device and the buffer according to an input / output request from the backup / restore means Transfer by input / output means and verification Wherein by searching the file information search table disc address information as a key by the step to obtain the file information acquired the one block length information of the transfer data read in the buffer, the plurality of blocks in the buffer For each of the above, a step of verifying the validity of the data storage area for each block by a checksum in the header , and transferring the verified data from the buffer to the second storage device or the first storage device And a backup / restoration method for a computer system. 前記データ長決定手段は、前記第一記憶装置または前記第二記憶装置のリード/ライト処理性能を基に決定するステップを有することを特徴とする請求項6記載のコンピュータシステムのバックアップ/リストア方法。 7. The computer system backup / restore method according to claim 6, wherein the data length determination means includes a step of determining based on the read / write processing performance of the first storage device or the second storage device. プロセッサと主記憶装置とを有するホストコンピュータにおいて、前記主記憶装置は、第一記憶装置または第二記憶装置に記録されるファイルの先頭ディスクアドレス情報と1ブロック長情報とファイル編成の種類情報とを備えるファイル情報と、ファイル名をキーとして前記ファイル情報を検索するための第一インデックス情報とを有するファイル管理テーブル、並びに、前記ファイル情報と、ディスクアドレス情報をキーとしてアロケートした前記ファイル情報を検索するための第二インデックス情報とを備えるファイル情報検索テーブル、並びに、転送データを一時記憶するバッファとを有し、前記プロセッサは、前記第一記憶装置と前記第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段と、前記バックアップ/リストア手段からの入出力要求により前記第一記憶装置または前記第二記憶装置とバッファとの間でデータを転送する入出力手段と、前記ファイル情報を前記ファイル管理テーブルから取得するファイル情報取得手段と取得した前記ファイル情報の前記先頭ディスクアドレス情報を元に生成した前記第二インデックス情報に対応する前記ファイル情報を格納する前記ファイル情報検索テーブルを作成する検索テーブル作成手段とを有するテーブル変換手段と、前記ディスクアドレス情報をキーとして前記ファイル情報検索テーブルを検索して前記ファイル情報を取得して前記バッファに読み込んだ前記転送データの前記1ブロック長情報を取得し、前記バッファ内の複数のブロックの各々について、ヘッダ内のチェックサムにより1ブロック毎に前記データ格納領域の正当性を検証する検証手段とを有し、前記バックアップ/リストア手段は、一度に転送するデータ長を入出力性能を基に決定するデータ長決定手段を有することを特徴とするホストコンピュータ。 In a host computer having a processor and a main storage device, the main storage device includes the first disk address information, one block length information, and file organization type information of a file recorded in the first storage device or the second storage device. A file management table having file information provided and first index information for searching for the file information using a file name as a key, and searching for the file information allocated using the file information and disk address information as a key. And a buffer for temporarily storing transfer data, and the processor stores data between the first storage device and the second storage device. Backup / restore means for controlling copying, and the backup Input / output means for transferring data between the first storage device or the second storage device and the buffer in response to an input / output request from the backup / restore means, and file information acquisition for acquiring the file information from the file management table And table conversion means for creating the file information search table for storing the file information corresponding to the second index information generated based on the first disk address information of the acquired file information The file information search table is searched using the disk address information as a key to acquire the file information and acquire the one block length information of the transfer data read into the buffer, and a plurality of blocks in the buffer for each of one blanking the checksum in the header Tsu and a verification means for verifying each click validity of the data storage area, said backup / restore means have a data length determining means for determining a data length to be transferred at one time based on the input and output performance A host computer characterized by 前記データ長決定手段は、前記第一記憶装置または前記第二記憶装置のリード/ライト処理性能を基に決定する手段を有することを特徴とする請求項8記載のホストコンピュータ。 9. The host computer according to claim 8, wherein the data length determining means includes means for determining based on the read / write processing performance of the first storage device or the second storage device. コンピュータを第一記憶装置と第二記憶装置との間でのデータの複写を制御するバックアップ/リストア手段、前記第一記憶装置または前記第二記憶装置に記録されるファイルの先頭ディスクアドレス情報と1ブロック長情報とファイル編成の種類情報とをファイル情報として格納する手段、ファイル名をキーとして前記ファイル情報を検索するための第一インデックス情報をファイル管理テーブルに格納する手段、ディスクアドレス情報をキーとしてアロケートした前記ファイル情報を検索するための第二インデックス情報をファイル情報検索テーブルへ格納する手段、転送データをバッファに一時記憶する手段、入出力性能を基にデータ長決定手段により一度に転送するデータ長を決定する手段、テーブル変換手段のファイル情報取得手段により前記ファイル情報を前記ファイル管理テーブルから取得する手段、取得した前記ファイル情報の前記先頭ディスクアドレス情報を元に生成した前記第二インデックス情報に対応する前記ファイル情報を格納する前記ファイル情報検索テーブルを作成する手段、前記バックアップ/リストア手段からの入出力要求により前記第一記憶装置または前記第二記憶装置とバッファとの間でデータを入出力手段により転送する手段、検証手段により前記ディスクアドレス情報をキーとして前記ファイル情報検索テーブルを検索して前記ファイル情報を取得して前記バッファに読み込んだ前記転送データの前記1ブロック長情報を取得し、前記バッファ内の複数のブロックの各々について、ヘッダ内のチェックサムにより1ブロック毎に前記データ格納領域の正当性を検証する手段、正当性を検証したデータを前記バッファから前記第二記憶装置または前記第一記憶装置へ転送する手段として機能させるためのプログラム。 Backup / restore means for controlling copying of data between the first storage device and the second storage device, the first disk address information of the file recorded in the first storage device or the second storage device, and 1 Means for storing block length information and file organization type information as file information, means for storing first index information for searching the file information using a file name as a key in a file management table, and using disk address information as a key Means for storing second index information for searching the allocated file information in a file information search table, means for temporarily storing transfer data in a buffer, and data transferred at a time by a data length determining means based on input / output performance File information acquisition means for length determination means and table conversion means Means for acquiring the file information from the file management table, and the file information search table storing the file information corresponding to the second index information generated based on the first disk address information of the acquired file information. Means for creating, means for transferring data between the first storage device or the second storage device and the buffer by the input / output means in response to an input / output request from the backup / restore means, and the disk address information by the verification means. the file information search table searches to acquire the file information as a key to retrieve the one block length information of the transfer data read in the buffer, for each of a plurality of blocks in the buffer, in the header the checksum the data for each block It means for verifying the validity of the storage area, a program to function as a means for transferring the data to verify the validity from the buffer to the second storage device or the first storage device.
JP2004086512A 2004-03-24 2004-03-24 Computer system, backup / restore method thereof, host computer, program Expired - Fee Related JP4244836B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004086512A JP4244836B2 (en) 2004-03-24 2004-03-24 Computer system, backup / restore method thereof, host computer, program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004086512A JP4244836B2 (en) 2004-03-24 2004-03-24 Computer system, backup / restore method thereof, host computer, program

Publications (2)

Publication Number Publication Date
JP2005275674A JP2005275674A (en) 2005-10-06
JP4244836B2 true JP4244836B2 (en) 2009-03-25

Family

ID=35175307

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004086512A Expired - Fee Related JP4244836B2 (en) 2004-03-24 2004-03-24 Computer system, backup / restore method thereof, host computer, program

Country Status (1)

Country Link
JP (1) JP4244836B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4755487B2 (en) * 2005-11-24 2011-08-24 株式会社日立製作所 DATA READING SYSTEM, DATA READING DEVICE, AND DATA READING METHOD
JP4997858B2 (en) 2006-07-20 2012-08-08 富士通株式会社 Data recording apparatus and data recording program
US9891850B2 (en) 2013-12-11 2018-02-13 International Business Machines Corporation Method for backing up data on tape

Also Published As

Publication number Publication date
JP2005275674A (en) 2005-10-06

Similar Documents

Publication Publication Date Title
JP4768504B2 (en) Storage device using nonvolatile flash memory
US7921083B2 (en) File management device and electronic equipment
JP4402103B2 (en) Data storage device, data relocation method thereof, and program
JP7130032B2 (en) Recording device, reading device, recording method, recording program, reading method, reading program, and magnetic tape
KR101369813B1 (en) Accessing, compressing, and tracking media stored in an optical disc storage system
US10346051B2 (en) Storage media performance management
US6658592B1 (en) Error detection in disk storage systems
US20130024618A1 (en) Log structure array
JP2019028954A (en) Storage control apparatus, program, and deduplication method
US9336293B2 (en) Data management apparatus and method for surveillance system
JP4461089B2 (en) Storage control apparatus and storage control method
US9841930B2 (en) Storage control apparatus and storage control method
US5872955A (en) Method and apparatus for reading and writing data in a disk drive system
US20050138318A1 (en) Apparatus and method to initialize information disposed in an information storage and retrieval system
JP2007501473A (en) Method and apparatus for transferring data between main memory and storage device
US7716412B2 (en) Data storage apparatus and data access method for controlling address information for data writing using a free area control table
US20060129716A1 (en) Data storage device and buffer control method thereof
US6684308B2 (en) Method and system for providing direct access recovery using seekable tape device
JP4244836B2 (en) Computer system, backup / restore method thereof, host computer, program
KR101247388B1 (en) Method and apparatus for processing trim command in hybrid-mapping flash translation layer
JP2006031446A (en) Data storage device, data storage method and data storage program
JP5002944B2 (en) Information processing apparatus, imaging apparatus, information processing method, and computer program
JP3969809B2 (en) Data buffer management method in storage device
JP2006127401A (en) Medium storage device, cache segment switch method for the same, and medium storage system
JP2004362206A (en) Storage device and data conversion program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070119

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080606

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080715

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080911

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081021

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081121

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20081216

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081229

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130116

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130116

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees