JP2010152781A - Backup server device, backup/restore program, and backup/restore method - Google Patents

Backup server device, backup/restore program, and backup/restore method Download PDF

Info

Publication number
JP2010152781A
JP2010152781A JP2008331921A JP2008331921A JP2010152781A JP 2010152781 A JP2010152781 A JP 2010152781A JP 2008331921 A JP2008331921 A JP 2008331921A JP 2008331921 A JP2008331921 A JP 2008331921A JP 2010152781 A JP2010152781 A JP 2010152781A
Authority
JP
Japan
Prior art keywords
disk
data
backup
address
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.)
Pending
Application number
JP2008331921A
Other languages
Japanese (ja)
Inventor
Tetsuya Hibino
哲也 日比野
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 JP2008331921A priority Critical patent/JP2010152781A/en
Publication of JP2010152781A publication Critical patent/JP2010152781A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide technology of backing up data of a virtualized disk area to a magnetic tape and restoring the backup data to a virtualized disk. <P>SOLUTION: When backing up data of the virtualized disk area to the magnetic tape, the backup server device extracts data in only a physical disk area. At the time of restore, the data is written in the address of the backed up data, thereby enabling restore to the virtualized disk area. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、仮想化されたディスクの領域を記憶装置にバックアップ/リストアするハードウェアおよびソフトウェアの技術に関する。   The present invention relates to a hardware and software technology for backing up / restoring a virtualized disk area to a storage device.

従来、仮想化されたディスク領域を記憶装置(例えば、磁気テープ)にバックアップする方法が一般的となっている。図8の従来例1に示すように、磁気テープへバックアップするためのデータの読出し時に、バックアップ処理するプログラムには、仮想化ディスクに対し、ホスト(サーバ側) から見えるものと同じ仮想化ディスクとして見える。そのため、仮想化されたディスクの全てのデータ(ホスト側から見えるデータ) の磁気テープへの採取が実行され、その結果、磁気テープ上には、仮想化ディスクのサイズ分の物理ディスクがバックアップデータとして保存される。   Conventionally, a method of backing up a virtualized disk area to a storage device (for example, a magnetic tape) has become common. As shown in Conventional Example 1 of FIG. 8, when reading data for backup to magnetic tape, the backup processing program uses the same virtual disk as that seen from the host (server side) for the virtual disk. appear. Therefore, all data on the virtualized disk (data that can be seen from the host side) is collected on the magnetic tape. As a result, a physical disk of the size of the virtualized disk is used as backup data on the magnetic tape. Saved.

そして、リストア処理する際には、磁気テープのデータがそのままリストアされるため、仮想化されたディスク領域以上の物理ディスクの領域にリストアされることとなり、バックアップ時より大きな実容量が必要となってくる。   When restoring, the data on the magnetic tape is restored as it is, so it is restored to a physical disk area that is larger than the virtualized disk area, which requires a larger actual capacity than at the time of backup. come.

これに対し、特許文献1では、図9に示すように、仮想装置上に仮想ディスクと物理ディスクの対応を管理するマップ情報をメモリに保持し、その情報をバックアップ時に入手することにより、磁気テープから仮想化装置へのデータの読出し/書込みの要求をホストに出さずに、直接、磁気テープと物理ディスク(別記憶装置) の間でデータの読出し/書込みを行う方法が提案されている。   On the other hand, in Patent Document 1, as shown in FIG. 9, map information for managing the correspondence between a virtual disk and a physical disk is held in a memory on a virtual device, and the information is obtained at the time of backup. There has been proposed a method of directly reading / writing data between a magnetic tape and a physical disk (separate storage device) without issuing a data read / write request to the virtualization device from the host.

しかしながら、図10に示すように、リストア時には、仮想化ディスクに対する物理ディスクを特定し、特定した物理ディスクへリストアするが、この場合、バックアップ時に採取した仮想化されたデータ構造を意識できないため、連続した意味のあるデータ領域(つまり、仮想化ディスク=物理ディスクの総和) となっていないと、仮想化ディスク上では,業務サーバからの意味のあるデータとして認識することができない。   However, as shown in FIG. 10, at the time of restoration, the physical disk for the virtual disk is specified and restored to the specified physical disk. In this case, since the virtualized data structure collected at the time of backup cannot be conscious, If it is not the meaningful data area (that is, the total number of virtual disks = physical disks), it cannot be recognized as meaningful data from the business server on the virtual disks.

したがって、物理ディスクのサイズよりも仮想化ディスクサイズの方が大きい場合には容量が不足し、データを採取した領域にリストアするには、リストア用に一時的に別領域に物理ディスクを用意する必要が生じる。つまり、資源が余分に必要であると同時に、別領域に一度リストアが必要なためリストア時間が長くなる。   Therefore, if the virtual disk size is larger than the physical disk size, the capacity will be insufficient, and in order to restore to the area where the data has been collected, it is necessary to temporarily prepare a physical disk in another area for restoration. Occurs. In other words, at the same time as extra resources are required, the restoration time becomes longer because restoration is required once in another area.

以上述べてきたように、従来技術では、バックアップ時のデータ量およびリストア時のデータ量が仮想データのディスクサイズとなるため、物理ディスクサイズと比べて、データ量が多くなり、バックアップ時間及びリストア時間が長くなるという問題を抱える。
特開2007−199756号公報
As described above, in the conventional technology, the amount of data at the time of backup and the amount of data at the time of restoration become the disk size of the virtual data, so the amount of data is larger than the physical disk size, and the backup time and restore time. Has the problem of becoming longer.
JP 2007-199756 A

そこで、上述した問題を解決するために、本発明では、仮想化されたディスク領域に対して、磁気テープなどの記憶装置へバックアップする際には、物理ディスク領域分のみを採取し、リストア時にはバックアップ時のデータアドレス位置に書込む仕組みとすることによって、仮想化ディスク領域へのリストアを可能とするバックアップサーバ装置を提供する。   Therefore, in order to solve the above-described problems, in the present invention, when backing up a virtualized disk area to a storage device such as a magnetic tape, only the physical disk area is collected and backed up at the time of restoration. Provided is a backup server device that enables restoration to a virtualized disk area by using a mechanism for writing to a data address position at the time.

本発明のバックアップサーバ装置は、仮想化ディスクから記憶装置にデータを保存するバックアッププログラムと該記憶装置から仮想化ディスクにデータを戻すリストアプログラムによって、ディスクアレイ装置における仮想化ディスク領域のデータのバックアップ/リストアを可能とする。   The backup server device according to the present invention provides backup / backup of data in a virtual disk area in a disk array device by a backup program that saves data from a virtual disk to a storage device and a restore program that returns data from the storage device to the virtual disk. Restore is possible.

バックアッププログラムは、ディスクアレイ装置において仮想化されたディスク領域に対して実際の物理ディスク領域分のみのデータを採取するステップと、ディスクアレイ装置から取得したディスク管理情報を基に作成された物理ディスクと仮想化ディスクの対応アドレステーブルを保持するステップと、前記採取したデータとともに該対応アドレステーブルの物理ディスクアドレスと磁気テープブロックを関連付けるテーブルを前記記憶に書込むステップとから構成し、一方、リストアプログラムは、仮想化ディスク領域のマッピングをクリアするステップと、記憶装置上のデータを読出し、該記憶装置上に格納されたテーブルから物理ディスクアドレスとメモリに保持された対応ディスクテーブルから仮想化ディスクのアドレスを特定するステップと、特定した位置に記憶装置上の物理ディスクデータを書込むステップとから構成することによって、ディスクアレイ装置における仮想化ディスク領域のデータのバックアップ/リストアが実現される。   The backup program collects data for the actual physical disk area from the virtualized disk area in the disk array device, a physical disk created based on the disk management information acquired from the disk array device, The virtual disk includes a correspondence address table, and a step of writing a table associating a physical disk address of the correspondence address table and a magnetic tape block together with the collected data into the storage. The step of clearing the mapping of the virtual disk area, reading the data on the storage device, the physical disk address from the table stored on the storage device, and the address of the virtual disk from the corresponding disk table held in the memory specific A step that, by constituting a step of writing physical disk data on the storage device to the specified location and the backup / restore data virtualization disk space in the disk array device can be realized.

以上、上述してきた本発明によって、仮想化ディスクのイメージ全てをバックアップする従来技術に対し、リストア時間の大幅な短縮を図ることができ、また、テンポラリに保存しておくディスクボリュームの容量が削減できる。さらに、仮想化ボリュームを意識することなく、磁気テープなど記憶装置からバックアップしたデータをリストアさせることが可能となる。   As described above, according to the present invention described above, the restoration time can be greatly shortened and the capacity of the disk volume to be temporarily stored can be reduced as compared with the conventional technique for backing up all the images of the virtualized disk. . Furthermore, data backed up from a storage device such as a magnetic tape can be restored without being aware of the virtualized volume.

以下、図面にもとづいて本発明の実施形態を説明する。以下の実施例では、バックアップ先の記憶装置は、磁気テープを想定した例で示しているが、本発明はこれに限定されるものではない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following embodiments, the backup destination storage device is shown as an example assuming a magnetic tape, but the present invention is not limited to this.

図1は、本発明の実施の形態になるバックアップ/リストアシステムの基本構成を示す。本発明のバックアップシステムは、種々の業務アプリ31を処理する業務サーバ3と、複数の物理ディスク41、該複数の物理ディスク41が仮想化された仮想化ディスク42、及び物理ディスク上のアドレスと仮想化ディスク上のアドレスとが対応付けられた管理情報テーブルを備え、業務サーバ3及びバックアップサーバ装置1とSAN(Storage Area Network)6を介して接続するディスクアレイ装置4と、バックアップデータを格納する複数の磁気テープ21、バックアップサーバ装置1にファイバチャネル7接続され、複数のテープドライブ22、及び磁気テープを所定位置に移動させるロボットからなるテープライブラリ2を備え、仮想化ディスク42のデータをテープライブラリ2の磁気テープ21にバックアップ処理し、または元の仮想ディスクにリストア(復元)処理を行うバックアップサーバ装置1と、から構成されている。また、業務サーバ3およびバックアップサーバ装置1とは、同一のLAN(Local Area Network)で互い接続している。   FIG. 1 shows a basic configuration of a backup / restore system according to an embodiment of the present invention. The backup system of the present invention includes a business server 3 for processing various business applications 31, a plurality of physical disks 41, a virtualized disk 42 obtained by virtualizing the plurality of physical disks 41, and addresses and virtual addresses on the physical disks. A disk array device 4 having a management information table associated with an address on the storage disk and connected to the business server 3 and the backup server device 1 via a SAN (Storage Area Network) 6, and a plurality of storages for storing backup data The tape library 2 includes a plurality of tape drives 22 and a robot that moves the magnetic tape to a predetermined position. The data on the virtual disk 42 is stored in the tape library 2. Backup processing to the original magnetic tape 21 or the original A backup server device 1 to the virtual disk performs Restorations process, and a. The business server 3 and the backup server device 1 are connected to each other via the same LAN (Local Area Network).

なお、バックアップサーバ装置1は、図示していないが、CPU(Central Processing Unit )、メモリを備えたコンピュータであり、メモリに保持されたバックアップ/リストアプログラム11はCPUによって実行処理される。また、バックアップ/リストアプログラム11は、バックアップサーバ装置1起動時に、各媒体用のディスクドライブを介して読み取り、メモリに展開した後に、CPUで実行処理する構成としてもよい。   Although not shown, the backup server device 1 is a computer having a CPU (Central Processing Unit) and a memory, and the backup / restore program 11 held in the memory is executed and processed by the CPU. In addition, the backup / restore program 11 may be configured to be read via a disk drive for each medium when the backup server apparatus 1 is started, and after being expanded in a memory, the CPU / execution process is executed by the CPU.

また、バックアップ/リストアプログラム11は、例えば、ハードディスク、CD(Compact Disk)、DVD(Digital Versatile DisK)、フレキシブルディスク、光磁気ディスクなどのコンピュータ読み取り可能な記録媒体に格納しておき、起動時に、各媒体用のディスクドライブで読み取り、メモリに展開してCPUによって実行処理される構成としてもよい。以下に、図2、図3を用いて、本発明の仕組みを説明する。   Further, the backup / restore program 11 is stored in a computer-readable recording medium such as a hard disk, a CD (Compact Disk), a DVD (Digital Versatile DisK), a flexible disk, or a magneto-optical disk. It may be configured to be read by a medium disk drive, developed in a memory, and executed by a CPU. The mechanism of the present invention will be described below with reference to FIGS.

図2は、本発明の実施の形態になるバックアップの動作を模式的に説明する図である。バックアッププログラムは、ディスクアレイ装置4の仮想化ディスク42領域に対して実際の物理ディスク41領域分のみのデータを採取し、同時に、ディスクアレイ装置4から物理ディスク41と仮想化ディスク42とのビットマップ情報を取得し、ディスクアドレステーブル(略称:アドレステーブル)としてメモリに保持する。つぎに、採取したデータと併せて、磁気テープ21への紐付けの管理情報として、物理ディスクアドレスとテープブロックとを関連付けたテープデータアドレステーブル(略称:データテーブル)を磁気テープ21に書込む。テープデータアドレステーブル及びディスクアドレステーブルの管理情報に基づいて、バックアップ時のデータアドレス位置に書き込み、仮想化ディスク42領域へのリストアが可能となる。   FIG. 2 is a diagram schematically illustrating the backup operation according to the embodiment of the present invention. The backup program collects data for only the actual physical disk 41 area from the virtual disk 42 area of the disk array device 4, and at the same time, a bitmap of the physical disk 41 and the virtual disk 42 from the disk array device 4. Information is acquired and stored in a memory as a disk address table (abbreviation: address table). Next, a tape data address table (abbreviation: data table) in which physical disk addresses and tape blocks are associated is written on the magnetic tape 21 as management information for linking to the magnetic tape 21 together with the collected data. Based on the management information of the tape data address table and the disk address table, data can be written to the data address position at the time of backup and restored to the virtual disk 42 area.

図3は、本発明の実施の形態になるリストアの動作を模式的に説明する図である。リストアプログラムは、まず、仮想化ディスク42領域をクリアして物理ディスク41とマッピングがない状態とする。クリアした後、磁気テープ21上のデータを読出し、磁気テープ21上に保存されたテープデータアドレステーブルから物理ディスク41のアドレスを特定し、その後、メモリに保持されたディスクデータアドレステーブルを参照して、仮想化ディスク42のアドレスを特定する。特定された仮想化ディスクのアドレス位置に磁気テープ上の物理ディスク41のデータを書込むことによって、仮想化ディスク42へのリストアが実行される。   FIG. 3 is a diagram schematically illustrating the restore operation according to the embodiment of the present invention. The restore program first clears the virtual disk 42 area so that there is no mapping with the physical disk 41. After clearing, the data on the magnetic tape 21 is read, the address of the physical disk 41 is specified from the tape data address table stored on the magnetic tape 21, and then the disk data address table held in the memory is referred to The address of the virtualization disk 42 is specified. By writing the data of the physical disk 41 on the magnetic tape to the specified address position of the virtual disk, restoration to the virtual disk 42 is executed.

図4は、本発明の実施の形態になるディスクデータアドレステーブルのデータ構造例を示す。ディスクデータアドレステーブルは、ディスクアレイ装置4で管理する管理情報テーブル43から取得したビットマップ情報から作成され、バックアップ装置のメモリに保持されるもので、「物理ディスクアドレス」および「仮想化アドレス」の項目からなる複数のレコードで構成される。例えば、第一のレコードでは、物理ディスクのアドレス(=LBA:Logical Block Address 論理ブロックアドレス)「5」は、仮想化ディスクのアドレス「15」に対応している。   FIG. 4 shows an example of the data structure of the disk data address table according to the embodiment of the present invention. The disk data address table is created from the bitmap information acquired from the management information table 43 managed by the disk array device 4, and is held in the memory of the backup device. The “physical disk address” and “virtualized address” Consists of multiple records consisting of items. For example, in the first record, the physical disk address (= LBA: Logical Block Address) “5” corresponds to the virtual disk address “15”.

図5は、本発明の実施の形態になるテープデータアドレステーブルのデータ構造例を示す。テープデータアドレステーブルは、バックアップ時、磁気テープ21に物理ディスク41のデータと併せて管理情報として保存されるもので、「物理ディスクアドレス」および磁気テープ21上のデータ書込みブロック(テープマークまたはブロック)の位置を表す「テープブロック」の項目からなる複数のレコードで構成される。例えば、テープブロック「1」の位置に保存されているデータは、物理ディスクアドレス「5」に対応するデータであることを示している。   FIG. 5 shows an example of the data structure of the tape data address table according to the embodiment of the present invention. The tape data address table is stored as management information on the magnetic tape 21 together with the data of the physical disk 41 at the time of backup. The “physical disk address” and the data write block (tape mark or block) on the magnetic tape 21 are stored. It is composed of a plurality of records composed of items of “tape block” indicating the position of the. For example, the data stored in the position of the tape block “1” indicates that the data corresponds to the physical disk address “5”.

図6は、本発明の実施の形態になる磁気テープへのバックアップ処理フローを示す。まず、ステップS11において、ディスクアレイ装置4の管理情報テーブル43から対象となるディスクのタイプ(仮想化の有無)を取得する。そして、ステップS12において、バックアップ対象のディスクが仮想化されているか否かを判定する。   FIG. 6 shows a flow of backup processing to the magnetic tape according to the embodiment of the present invention. First, in step S11, the target disk type (whether or not virtualization is performed) is acquired from the management information table 43 of the disk array device 4. In step S12, it is determined whether the backup target disk is virtualized.

仮想化されていれば、ステップS13において、仮想化ディスク42に対応する物理ディスク41を特定する。つぎに、ステップS14において、特定された物理ディスク41のデータを読み出すとともに、ステップS15において、ディスクアレイ装置4の管理情報テーブル43から読み出した物理ディスクアドレスと仮想化ディスクアドレスの対応情報を取得する。そして、ステップS16において、取得した情報を元に、物理ディスク41と仮想化ディスク42を対応させたディスクデータアドレステーブルを作成し、メモリに保持する。   If virtualized, the physical disk 41 corresponding to the virtualized disk 42 is specified in step S13. Next, in step S14, the data of the identified physical disk 41 is read, and in step S15, correspondence information between the physical disk address read from the management information table 43 of the disk array device 4 and the virtualized disk address is acquired. In step S16, based on the acquired information, a disk data address table in which the physical disk 41 and the virtual disk 42 are associated is created and stored in the memory.

つぎに、ステップS17において、読出した物理ディスク41のデータを磁気テープ21へ書き込む。さらに、ステップS18において、物理ディスク41のアドレスと書き込みした磁気テープのブロックを対応させたテープデータアドレステーブルを作成し、ステップS19において、作成したテープデータアドレステーブルを磁気テープ21に書き込む。   Next, in step S 17, the read data on the physical disk 41 is written to the magnetic tape 21. Further, in step S18, a tape data address table in which the address of the physical disk 41 is associated with the written magnetic tape block is created. In step S19, the created tape data address table is written to the magnetic tape 21.

一方、ステップS12の判定で、対象のディスクが仮想化されていなければ、通常のバックアップ処理が適用され、ステップS20において、物理ディスク41のデータを読み出し、ステップS21において、当該データを磁気テープ21に書き込む。   On the other hand, if it is determined in step S12 that the target disk is not virtualized, normal backup processing is applied. In step S20, data on the physical disk 41 is read, and in step S21, the data is stored on the magnetic tape 21. Write.

図7は、本発明の実施の形態になる仮想化ディスクへのリストア処理フローを示す。まず、ステップS31において、磁気テープ21にバックアップしたディスクのタイプを取得する。つぎに、ステップS32において、バックアップしたデータは、仮想化ディスク42領域のものか否かを判定する。その結果、バックアップしたデータが仮想化ディスク42領域のものであれば、ステップS33において、ディスクアレイ装置4に、リストア先となる仮想化ディスク42と物理ディスク41とのマッピングをクリアする要求を発行する。   FIG. 7 shows a restore processing flow to the virtualized disk according to the embodiment of the present invention. First, in step S31, the type of disk backed up on the magnetic tape 21 is acquired. Next, in step S32, it is determined whether the backed up data is in the virtualization disk 42 area. As a result, if the backed up data is in the virtualization disk 42 area, a request for clearing the mapping between the virtualization disk 42 and the physical disk 41 as the restore destination is issued to the disk array device 4 in step S33. .

クリアの後、ステップS34において、磁気テープ21のデータを読み込んで、テープデータアドレステーブルを読み取り、ステップS35において、磁気テープ21のデータから物理ディスクのデータを読み取る。   After clearing, in step S34, the data on the magnetic tape 21 is read and the tape data address table is read. In step S35, the data on the physical disk is read from the data on the magnetic tape 21.

つぎに、ステップS36において、読み込んだテープデータアドレステーブルとメモリに保持されているディスクデータアドレステーブルを元に、リストア先のディスクアドレスを特定する。そして、ステップS37において、特定された仮想化ディスク42のアドレス位置にデータを書き込む。   Next, in step S36, the restore destination disk address is specified based on the read tape data address table and the disk data address table held in the memory. In step S37, data is written at the address position of the specified virtualization disk 42.

一方、ステップS32の判定で、バックアップされたディスクが仮想化されていなければ、通常のリストア処理が適用され、ステップS38おいて、磁気テープ21からデータを読み出し、ステップS21において、当該データを物理ディスク41に書き込む。   On the other hand, if it is determined in step S32 that the backed up disk is not virtualized, normal restore processing is applied. In step S38, data is read from the magnetic tape 21, and in step S21, the data is transferred to the physical disk. Write to 41.

本発明の実施の形態になるバックアップ/リストアシステムの基本構成を示す図である。It is a figure which shows the basic composition of the backup / restore system which becomes embodiment of this invention. 本発明の実施の形態になるバックアップの動作を模式的に説明する図である。It is a figure which illustrates typically the operation | movement of the backup which becomes embodiment of this invention. 本発明の実施の形態になるリストアの動作を模式的に説明する図である。It is a figure which illustrates typically the operation | movement of the restoration which becomes embodiment of this invention. 本発明の実施の形態になるディスクデータアドレステーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of the disk data address table which becomes embodiment of this invention. 本発明の実施の形態になるテープデータアドレステーブルのデータ構造例を示す図である。It is a figure which shows the example of a data structure of the tape data address table which becomes embodiment of this invention. 本発明の実施の形態になる磁気テープへのバックアップ処理フローを示す図である。It is a figure which shows the backup processing flow to the magnetic tape which becomes embodiment of this invention. 本発明の実施の形態になる仮想化ディスクへのリストア処理フローを示す図である。It is a figure which shows the restore processing flow to the virtualization disk which becomes embodiment of this invention. 従来のバックアップ/リストアの構成例1を示す図である。It is a figure which shows the structural example 1 of the conventional backup / restoration. 従来のバックアップ/リストアの構成例2を示す図である。It is a figure which shows the structural example 2 of the conventional backup / restoration. 従来のバックアップ/リストアの課題を説明する図である。It is a figure explaining the subject of the conventional backup / restoration.

符号の説明Explanation of symbols

1 バックアップサーバ装置
2 テープライブラリ
3 業務サーバ
4 ディスクアレイ装置
5 LAN
6 SAN
7 ファイバチャネル
11 バックアップ/リストアプログラム
21 磁気テープ
22 テープドライバ
23 ロボット
31 業務アプリ
41 物理ディスク
42 仮想化ディスク
43 管理情報テーブル
1 Backup server device 2 Tape library 3 Business server 4 Disk array device 5 LAN
6 SAN
7 Fiber Channel 11 Backup / Restore Program 21 Magnetic Tape 22 Tape Driver 23 Robot 31 Business Application 41 Physical Disk 42 Virtualization Disk 43 Management Information Table

Claims (3)

ディスクアレイ装置から仮想化ディスクのデータを記憶装置にバックアップ/リストアするバックアップサーバ装置であって、
前記ディスクアレイ装置で管理するマップ情報から仮想化ディスクに対応する物理ディスクを特定して該データを読み出す手段と、前記仮想化ディスクと前記物理ディスクのアドレスとが対応付けられたアドレステーブルをメモリに保持する手段と、前記読み出した物理ディスクのデータと併せて、前記物理ディスクのアドレスと当該データのブロック位置とが関連付けられたデータテーブルを前記記憶装置に書き込む手段とから構成されるバックアップ処理部と、
前記仮想化ディスク領域をクリアする手段と、前記記憶装置にバックアップしたデータとデータテーブルを読出し、該データテーブルと前記メモリに保持するアドレステーブルから前記仮想化ディスクのアドレスを特定する手段と、特定されたアドレス位置に前記記憶装置から読み出したデータを書込む手段とから構成されるリストア処理部と、
を備えたことを特徴とするバックアップサーバ装置。
A backup server device for backing up / restoring virtual disk data from a disk array device to a storage device,
A means for specifying a physical disk corresponding to a virtual disk from map information managed by the disk array device and reading the data, and an address table in which the address of the virtual disk and the physical disk are associated with each other are stored in a memory. A backup processing unit comprising: means for holding; and means for writing, together with the read physical disk data, a data table in which the physical disk address and the block position of the data are associated with each other to the storage device; ,
Means for clearing the virtual disk area, means for reading the data and data table backed up in the storage device, and specifying the address of the virtual disk from the data table and an address table held in the memory, A restore processing unit configured to write data read from the storage device at the address location,
A backup server device comprising:
ディスクアレイ装置から仮想化ディスクのデータを記憶装置にバックアップ/リストアするバックアップサーバ装置におけるバックアップ/リストアプログラムであって、
バックアップ時に、
前記ディスクアレイ装置で管理するマップ情報から仮想化ディスクに対応する物理ディスクを特定して該データを読み出すステップと、
前記仮想化ディスクと前記物理ディスクのアドレスとが対応付けられたアドレステーブルをメモリに保持するステップと、
前記読み出した物理ディスクのデータと併せて、前記物理ディスクのアドレスと当該データのブロック位置とが関連付けられたデータテーブルを前記記憶装置に書き込むステップとを、
リストア時に、
前記仮想化ディスク領域をクリアするステップと、
前記記憶装置にバックアップしたデータとデータテーブルを読出し、該データテーブルと前記メモリに保持するアドレステーブルから前記仮想化ディスクのアドレスを特定するステップと、
特定されたアドレス位置に前記記憶装置から読み出したデータを書込むステップと、をコンピュータに実行させるバックアップ/リストアプログラム。
A backup / restore program in a backup server device for backing up / restoring virtual disk data from a disk array device to a storage device,
At the time of backup,
Identifying the physical disk corresponding to the virtualized disk from the map information managed by the disk array device and reading the data;
Holding in memory an address table in which addresses of the virtualized disk and the physical disk are associated;
Along with the read physical disk data, writing a data table in which the physical disk address and the block position of the data are associated with each other to the storage device,
When restoring,
Clearing the virtualized disk area;
Reading the data and data table backed up in the storage device, and identifying the address of the virtualization disk from the data table and an address table held in the memory;
A backup / restore program for causing a computer to execute the step of writing data read from the storage device at a specified address position.
ディスクアレイ装置から仮想化ディスクのデータを記憶装置にバックアップ/リストアするバックアップサーバ装置におけるバックアップ/リストア方法であって、
バックアップ時に、
前記ディスクアレイ装置で管理するマップ情報から仮想化ディスクに対応する物理ディスクを特定して該データを読み出すステップと、
前記仮想化ディスクと前記物理ディスクのアドレスとが対応付けられたアドレステーブルをメモリに保持するステップと、
前記読み出した物理ディスクのデータと併せて、前記物理ディスクのアドレスと当該データのブロック位置とが関連付けられたデータテーブルを前記記憶装置に書き込むステップとを、
リストア時に、
前記仮想化ディスク領域をクリアするステップと、
前記記憶装置にバックアップしたデータとデータテーブルを読出し、該データテーブルと前記メモリに保持するアドレステーブルから前記仮想化ディスクのアドレスを特定するステップと、
特定されたアドレス位置に前記記憶装置から読み出したデータを書込むステップと、を有することを特徴とするバックアップ/リストア方法。
A backup / restore method in a backup server device for backing up / restoring virtual disk data from a disk array device to a storage device,
At the time of backup,
Identifying the physical disk corresponding to the virtualized disk from the map information managed by the disk array device and reading the data;
Holding in memory an address table in which addresses of the virtualized disk and the physical disk are associated;
Along with the read physical disk data, writing a data table in which the physical disk address and the block position of the data are associated with each other to the storage device,
When restoring,
Clearing the virtualized disk area;
Reading the data and data table backed up in the storage device, and identifying the address of the virtualization disk from the data table and an address table held in the memory;
And a step of writing the data read from the storage device at the specified address position.
JP2008331921A 2008-12-26 2008-12-26 Backup server device, backup/restore program, and backup/restore method Pending JP2010152781A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008331921A JP2010152781A (en) 2008-12-26 2008-12-26 Backup server device, backup/restore program, and backup/restore method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008331921A JP2010152781A (en) 2008-12-26 2008-12-26 Backup server device, backup/restore program, and backup/restore method

Publications (1)

Publication Number Publication Date
JP2010152781A true JP2010152781A (en) 2010-07-08

Family

ID=42571768

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008331921A Pending JP2010152781A (en) 2008-12-26 2008-12-26 Backup server device, backup/restore program, and backup/restore method

Country Status (1)

Country Link
JP (1) JP2010152781A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5315460B1 (en) * 2011-09-07 2013-10-16 株式会社オレガ File management system and file management method
CN113515407A (en) * 2020-04-09 2021-10-19 中标软件有限公司 Novel backup restoration method
JP7435292B2 (en) 2020-06-17 2024-02-21 富士通株式会社 Data processing device and data processing program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005001700A1 (en) * 2003-06-27 2005-01-06 Fujitsu Limited Storage capacity management method, server thereof, and recording medium
JP2005018233A (en) * 2003-06-24 2005-01-20 Fujitsu Ltd Method for backing up data recorded in virtual storage medium, and backup device for data recorded in virtual storage medium
JP2007199756A (en) * 2006-01-23 2007-08-09 Hitachi Ltd Computer system and data copying method
JP2007199922A (en) * 2006-01-25 2007-08-09 Hitachi Ltd Storage system and its data restoration method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005018233A (en) * 2003-06-24 2005-01-20 Fujitsu Ltd Method for backing up data recorded in virtual storage medium, and backup device for data recorded in virtual storage medium
WO2005001700A1 (en) * 2003-06-27 2005-01-06 Fujitsu Limited Storage capacity management method, server thereof, and recording medium
JP2007199756A (en) * 2006-01-23 2007-08-09 Hitachi Ltd Computer system and data copying method
JP2007199922A (en) * 2006-01-25 2007-08-09 Hitachi Ltd Storage system and its data restoration method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5315460B1 (en) * 2011-09-07 2013-10-16 株式会社オレガ File management system and file management method
US9323624B2 (en) 2011-09-07 2016-04-26 Orega Inc. File management system and file management method
CN113515407A (en) * 2020-04-09 2021-10-19 中标软件有限公司 Novel backup restoration method
CN113515407B (en) * 2020-04-09 2023-03-31 中标软件有限公司 Backup restoration method
JP7435292B2 (en) 2020-06-17 2024-02-21 富士通株式会社 Data processing device and data processing program

Similar Documents

Publication Publication Date Title
JP5346536B2 (en) Information backup / restore processing device and information backup / restore processing system
JP6708929B2 (en) Storage control device, storage system, and storage control program
JP5608251B2 (en) How to determine explicit free data storage space in a data storage subsystem
JP5023018B2 (en) Storage system and data management method
US7330947B2 (en) Method and apparatus for backing up data in virtual storage medium
WO2011033692A1 (en) Storage device and snapshot control method thereof
KR100648544B1 (en) Information processing system and primary storage device
JP6064608B2 (en) Storage device, backup program, and backup method
KR20150035560A (en) Optimized context drop for a solid state drive(ssd)
JP4402103B2 (en) Data storage device, data relocation method thereof, and program
JP2006268503A (en) Computer system, disk unit and data update control method
CN109902034B (en) Snapshot creating method and device, electronic equipment and machine-readable storage medium
CN105302665B (en) A kind of improved Copy on write Snapshot Method and system
JP5956971B2 (en) WORM cartridge support realized by LTFS (LinearTapeFileSystem)
CN105589733B (en) A kind of data processing method and device
US8170991B1 (en) Method and apparatus for managing image data on a sequential storage device
US8359439B2 (en) Backup apparatus, backup method, and file reading apparatus
CN105354109A (en) Backup method and apparatus for video monitoring index data
JP2010152781A (en) Backup server device, backup/restore program, and backup/restore method
JP4394467B2 (en) Storage system, server apparatus, and preceding copy data generation method
US20130031320A1 (en) Control device, control method and storage apparatus
JP2006323462A (en) File-copying device and file-copying method
JP6572775B2 (en) Control device, storage device, data management program, and data management method
JP6957845B2 (en) Storage control device and storage device
US11573729B2 (en) Storage device and storage control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110907

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130423

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130620

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20131008