JP2007172082A - 制御装置およびコピー制御方法 - Google Patents
制御装置およびコピー制御方法 Download PDFInfo
- Publication number
- JP2007172082A JP2007172082A JP2005365545A JP2005365545A JP2007172082A JP 2007172082 A JP2007172082 A JP 2007172082A JP 2005365545 A JP2005365545 A JP 2005365545A JP 2005365545 A JP2005365545 A JP 2005365545A JP 2007172082 A JP2007172082 A JP 2007172082A
- Authority
- JP
- Japan
- Prior art keywords
- data
- copy
- copy destination
- disk
- read
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
- G06F11/1451—Management of the data involved in backup or backup restore by selection of backup contents
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1456—Hardware arrangements for backup
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】ディスクアレイ装置50は、制御部110が、コピー元のディスクとコピー先のディスクとのSessionを設定し、コピー元のディスクに記録されたデータを全てコピー先のディスクにコピーすることなく、書き込み対象となったデータ領域に記録されたデータのみをコピー先のディスクにコピーする。また、制御部110は、読み出し対象となったデータがコピー先のディスクに存在しない場合には、コピー元のディスクからデータを検索し、検索したデータをホストコンピュータ10に転送する。
【選択図】 図2
Description
データの更新要求を取得した場合に、コピー元の記録装置が記録するデータの中で更新対象となるデータを抽出する更新データ抽出手段と、
前記コピー元の記録装置と論理的に等しい記録容量を備え、物理的に前記コピー元の記録装置よりも少ない記録容量を備えるコピー先の記録装置の空き領域を検索し、検索した空き領域の先頭アドレスから前記データを順にコピーするコピー実行手段と、
を備えたことを特徴とする制御装置。
データの更新要求を取得した場合に、コピー元の記録装置が記録するデータの中で更新対象となるデータを抽出する更新データ抽出工程と、
前記コピー元の記録装置と論理的に等しい記録容量を備え、物理的に前記コピー元の記録装置よりも少ない記録容量を備えるコピー先の記録装置の空き領域を検索し、検索した空き領域の先頭アドレスから前記データを順にコピーするコピー実行工程と、
を含んだことを特徴とするコピー制御方法。
データの更新要求を取得した場合に、コピー元の記録装置が記録するデータの中で更新対象となるデータを抽出する更新データ抽出手順と、
前記コピー元の記録装置と論理的に等しい記録容量を備え、物理的に前記コピー元の記録装置よりも少ない記録容量を備えるコピー先の記録装置の空き領域を検索し、検索した空き領域の先頭アドレスから前記データを順にコピーするコピー実行手順と、
をコンピュータに実行させることを特徴とする制御プログラム。
30 コンピュータ
31 入出力インターフェース
32 RAM
32a,33a Copy Session管理データ
32b,33b 論理物理変換テーブル
32c ユーザデータ
33 ROM
33c リードライト処理プログラム
34 CPU
34a リードライト処理プロセス
35 バス
50 ディスクアレイ装置
60,61,62,63 CA
70,71,72,73 ディスク
100,200 CM
110,210 制御部
110a,210a セッション管理部
110b,210b リードライト実行部
120,220 記憶部
120a,220a Copy Session管理データ
120b,220b 論理物理変換テーブル
120c,220c ユーザデータ
130,140,230,240 FC
Claims (5)
- データのコピー制御を行う制御装置であって、
データの更新要求を取得した場合に、コピー元の記録装置が記録するデータの中で更新対象となるデータを抽出する更新データ抽出手段と、
前記コピー元の記録装置と論理的に等しい記録容量を備え、物理的に前記コピー元の記録装置よりも少ない記録容量を備えるコピー先の記録装置の空き領域を検索し、検索した空き領域の先頭アドレスから前記データを順にコピーするコピー実行手段と、
を備えたことを特徴とする制御装置。 - 前記コピー実行手段は、前記コピー先の記録装置が記録するデータの論理的なアドレスと物理的なアドレスと対応付けた論理物理対応情報を作成することを特徴とする請求項1に記載の制御装置。
- 前記コピー先の記録装置からデータを読み出す読み出し要求を取得した場合に、読み出し対象となるデータが前記コピー先の記録装置に存在するか否かを前記論理物理対応情報に基づいて判定する読み出し判定手段と、前記読み出し判定手段によって、読み出し対象となるデータが前記コピー先の記録装置に存在しないと判定された場合に、前記コピー元の記録装置から読み出し対象となるデータを検索し、出力する読み出しデータ検索手段とを更に備えたことを特徴とする請求項2に記載の制御装置。
- 前記コピー先の記録装置におけるデータの更新要求を取得した場合に、更新対象となるデータが当該コピー先の記録装置に存在するか否かを前記論理物理対応情報に基づいて判定する更新判定手段と、前記更新判定手段によって、更新対象となるデータが前記コピー先の記録装置に存在しないと判定された場合に、更新対象となるデータを記録した記録装置から更新対象となるデータをコピー先の記録装置に記録し、コピー先の記録装置が記録した更新対象となるデータを更新する更新処理手段とを更に備えたことを特徴とする請求項2または3に記載の制御装置。
- データのコピー制御を行うコピー制御方法であって、
データの更新要求を取得した場合に、コピー元の記録装置が記録するデータの中で更新対象となるデータを抽出する更新データ抽出工程と、
前記コピー元の記録装置と論理的に等しい記録容量を備え、物理的に前記コピー元の記録装置よりも少ない記録容量を備えるコピー先の記録装置の空き領域を検索し、検索した空き領域の先頭アドレスから前記データを順にコピーするコピー実行工程と、
を含んだことを特徴とするコピー制御方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005365545A JP4667225B2 (ja) | 2005-12-19 | 2005-12-19 | 制御装置およびコピー制御方法 |
US11/394,221 US7657719B2 (en) | 2005-12-19 | 2006-03-31 | Controller for a copy operation between a host computer and hard disks, a control method thereof, and a recording medium storing a program for executing the control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005365545A JP4667225B2 (ja) | 2005-12-19 | 2005-12-19 | 制御装置およびコピー制御方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007172082A true JP2007172082A (ja) | 2007-07-05 |
JP4667225B2 JP4667225B2 (ja) | 2011-04-06 |
Family
ID=38175141
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005365545A Expired - Fee Related JP4667225B2 (ja) | 2005-12-19 | 2005-12-19 | 制御装置およびコピー制御方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7657719B2 (ja) |
JP (1) | JP4667225B2 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009146228A (ja) * | 2007-12-14 | 2009-07-02 | Fujitsu Ltd | バックアップ装置、バックアップ方法およびバックアッププログラム |
US8112598B2 (en) | 2008-03-27 | 2012-02-07 | Fujitsu Limited | Apparatus and method for controlling copying |
US8370598B2 (en) | 2008-06-26 | 2013-02-05 | Fujitsu Limited | Storage system, copy control method, and copy control unit |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8650328B1 (en) * | 2008-12-15 | 2014-02-11 | American Megatrends, Inc. | Bi-directional communication between redundant storage controllers |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62257553A (ja) * | 1986-04-30 | 1987-11-10 | Toshiba Corp | デイスク制御装置 |
JPH05187498A (ja) * | 1992-01-14 | 1993-07-27 | Kubota Corp | 摩擦式無段変速装置 |
JPH05197498A (ja) * | 1990-11-09 | 1993-08-06 | Array Technol Corp | 構成可能な冗長アレイ記憶装置 |
JPH07261938A (ja) * | 1994-03-24 | 1995-10-13 | Hitachi Ltd | 記憶制御方法及びそれを用いた圧縮機能付きディスクシステム |
JP2001306407A (ja) * | 2000-04-19 | 2001-11-02 | Hitachi Ltd | スナップショット管理方法及び計算機システム |
JP2002163154A (ja) * | 2000-11-27 | 2002-06-07 | Matsushita Electric Ind Co Ltd | 二重化ディスク制御装置 |
JP2004178289A (ja) * | 2002-11-27 | 2004-06-24 | Hitachi Ltd | スナップショット取得方法、ディスク装置及びストレージシステム |
JP2005301499A (ja) * | 2004-04-08 | 2005-10-27 | Hitachi Ltd | ディスクアレイ装置及びディスクアレイ装置の制御方法 |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5649158A (en) | 1995-02-23 | 1997-07-15 | International Business Machines Corporation | Method for incrementally archiving primary storage to archive storage by utilizing both a partition archive status array and a partition map |
JP2000330729A (ja) | 1999-05-18 | 2000-11-30 | Toshiba Corp | オンラインバックアップ機能を持つディスクアレイシステム |
JP3606797B2 (ja) | 1999-09-30 | 2005-01-05 | 富士通株式会社 | 記憶装置のデータ領域間の複写処理方法、記憶システム、及びその記憶媒体 |
US6880052B2 (en) * | 2002-03-26 | 2005-04-12 | Hewlett-Packard Development Company, Lp | Storage area network, data replication and storage controller, and method for replicating data using virtualized volumes |
JP3974538B2 (ja) * | 2003-02-20 | 2007-09-12 | 株式会社日立製作所 | 情報処理システム |
JP4292882B2 (ja) | 2003-03-18 | 2009-07-08 | 株式会社日立製作所 | 複数のスナップショット維持方法及びサーバ装置及びストレージ装置 |
JP4377790B2 (ja) * | 2004-09-30 | 2009-12-02 | 株式会社日立製作所 | リモートコピーシステムおよびリモートコピー方法 |
-
2005
- 2005-12-19 JP JP2005365545A patent/JP4667225B2/ja not_active Expired - Fee Related
-
2006
- 2006-03-31 US US11/394,221 patent/US7657719B2/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62257553A (ja) * | 1986-04-30 | 1987-11-10 | Toshiba Corp | デイスク制御装置 |
JPH05197498A (ja) * | 1990-11-09 | 1993-08-06 | Array Technol Corp | 構成可能な冗長アレイ記憶装置 |
JPH05187498A (ja) * | 1992-01-14 | 1993-07-27 | Kubota Corp | 摩擦式無段変速装置 |
JPH07261938A (ja) * | 1994-03-24 | 1995-10-13 | Hitachi Ltd | 記憶制御方法及びそれを用いた圧縮機能付きディスクシステム |
JP2001306407A (ja) * | 2000-04-19 | 2001-11-02 | Hitachi Ltd | スナップショット管理方法及び計算機システム |
JP2002163154A (ja) * | 2000-11-27 | 2002-06-07 | Matsushita Electric Ind Co Ltd | 二重化ディスク制御装置 |
JP2004178289A (ja) * | 2002-11-27 | 2004-06-24 | Hitachi Ltd | スナップショット取得方法、ディスク装置及びストレージシステム |
JP2005301499A (ja) * | 2004-04-08 | 2005-10-27 | Hitachi Ltd | ディスクアレイ装置及びディスクアレイ装置の制御方法 |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009146228A (ja) * | 2007-12-14 | 2009-07-02 | Fujitsu Ltd | バックアップ装置、バックアップ方法およびバックアッププログラム |
US8112598B2 (en) | 2008-03-27 | 2012-02-07 | Fujitsu Limited | Apparatus and method for controlling copying |
US8370598B2 (en) | 2008-06-26 | 2013-02-05 | Fujitsu Limited | Storage system, copy control method, and copy control unit |
Also Published As
Publication number | Publication date |
---|---|
JP4667225B2 (ja) | 2011-04-06 |
US7657719B2 (en) | 2010-02-02 |
US20070143554A1 (en) | 2007-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5023018B2 (ja) | ストレージシステム及びデータ管理方法 | |
US7461201B2 (en) | Storage control method and system for performing backup and/or restoration | |
US20070283114A1 (en) | Method and system for dividing a hard disk drive into multiple host access spaces | |
US20060155944A1 (en) | System and method for data migration and shredding | |
US8200927B2 (en) | Data backup management system, computer system, and program recording medium | |
US9557933B1 (en) | Selective migration of physical data | |
JP5721344B2 (ja) | システム、システムの制御方法、及び、プログラム | |
US20120311261A1 (en) | Storage system and storage control method | |
JP2008015769A (ja) | ストレージシステム及び書き込み分散方法 | |
CN100530190C (zh) | 用于处理信息的装置和方法 | |
JP2007265403A (ja) | 階層型ストレージシステム間でのリモートミラー方式 | |
JP2019028954A (ja) | ストレージ制御装置、プログラム、及び重複排除方法 | |
JP4225378B2 (ja) | 複製装置、複製方法、複製プログラム、ブロック識別情報取得プログラム、及び記録媒体 | |
JP4713951B2 (ja) | 仮想テープライブラリシステムおよび仮想テープ書き込み方法 | |
JP4667225B2 (ja) | 制御装置およびコピー制御方法 | |
JP4498867B2 (ja) | データ保存管理方法およびデータライフサイクルマネージメントシステム | |
JP2006011811A (ja) | 記憶制御システム及び記憶制御方法 | |
US9235352B2 (en) | Datastore for non-overwriting storage devices | |
JP4394467B2 (ja) | ストレージシステム、サーバ装置及び先行コピーデータ生成方法 | |
US11573729B2 (en) | Storage device and storage control method | |
US20090077309A1 (en) | Data transfer | |
US20050223180A1 (en) | Accelerating the execution of I/O operations in a storage system | |
JP2005353046A (ja) | 記録媒体、ホスト機器及びデータ処理方法 | |
JP2013029911A (ja) | 制御装置、制御方法およびストレージ装置 | |
US20070124366A1 (en) | Storage control method for managing access environment enabling host to access data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091124 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100125 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101005 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101206 |
|
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: 20110104 |
|
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: 20110111 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140121 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4667225 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |