US20050188253A1 - Data processing system - Google Patents

Data processing system Download PDF

Info

Publication number
US20050188253A1
US20050188253A1 US10/808,946 US80894604A US2005188253A1 US 20050188253 A1 US20050188253 A1 US 20050188253A1 US 80894604 A US80894604 A US 80894604A US 2005188253 A1 US2005188253 A1 US 2005188253A1
Authority
US
United States
Prior art keywords
journal
storage system
volume
storage
data
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.)
Abandoned
Application number
US10/808,946
Inventor
Shunji Kawamura
Yoshiaki Eguchi
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Assigned to HITACHI, LTD. reassignment HITACHI, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EGUCHI, YOSHIAKI, KAWAMURA, SHUNJI
Publication of US20050188253A1 publication Critical patent/US20050188253A1/en
Priority to US11/545,990 priority Critical patent/US7328373B2/en
Priority to US11/956,635 priority patent/US7802137B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2066Optimisation of the communication load
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2064Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring while ensuring consistency
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2071Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring using a plurality of controllers
    • G06F11/2074Asynchronous techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/855Details of asynchronous mirroring using a journal to transfer not-yet-mirrored changes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Definitions

  • the present invention refers to data processing systems, and more particularly to a data processing system that is suitable for use with a technology to distribute and store journals in a plurality of sites.
  • the data processing system is demanded to prevent data loss in a storage system during disaster or the like.
  • a technology to duplicate data in a storage system located in a remote place has a significant meaning.
  • the storage system referred to herein includes storage devices such as a storage controller and a disk drive.
  • U.S. Pat. No. 6,324,654 A technology to duplicate data stored in a storage system to another storage system is disclosed in U.S. Pat. No. 6,324,654.
  • This patent further discloses a technology wherein, upon receipt of a write system call, a device driver of the OS of a computer (hereinafter referred to as a “primary host”) incorporated in a first system writes data to a local data device and stores update log in a write log device, a program of the primary host transfers updated log to a program of a computer (hereinafter referred to as a “secondary host”) incorporated in a second system, and data of a data device of the second system is updated based on the update log information received by the program of the secondary host.
  • a primary host incorporated in a first system writes data to a local data device and stores update log in a write log device
  • a program of the primary host transfers updated log to a program of a computer (hereinafter referred to as a “secondary host”)
  • the present invention has been made to solve above-stated problems of the prior art, and an object of the present invention is to provide a data processing system capable of recovering data by sampling data update logs, which is able to assure data consistency in a plurality of sites without deteriorating its processing capability by giving no load on hosts and a network, and avoiding centralized loads on a specific storage device due to data update or recovery.
  • a data processing system includes a primary site and a secondary site, and each of such sites is provided with a host and a storage system.
  • journal Information on a data update stored in a storage system of the primary site (hereinafter referred to as a “primary storage system”) is stored as a journal (update history). More specifically, the journal is a log of duplicated data copy and metadata that are used for an update.
  • the primary storage system transfers the journal to a storage system of the secondary site (hereinafter referred to as a “secondary storage system”) via a communication line connected to the secondary storage system.
  • the secondary storage system recovers data stored in the secondary storage system by using the journal received from the primary storage system (Recovering data by using a journal shall be referred to as the “journal reflection” hereunder).
  • the primary storage system incorporates a plurality of logical volumes that store journals, and concentration of logical volumes and accesses in the journal transfer source can be avoided by switching storage logical volumes used at this time for journal logs, thus ensuring adequate load balancing.
  • concentration of accesses can be avoided by switching a logical volume of the journal transfer target that is used for journal transfer to set a volume different from the logical volume, thus ensuring adequate load balancing.
  • journal transfer can be realized by issuing a request for journal transfer to the primary storage system from the secondary storage system.
  • system may also be configured such that the primary host and the secondary host are designed to monitor the status of storage system connected to each host based on a program that runs on each host, and the host in each site instructs data transfer between the storage systems to the storage system of the site concerned.
  • a data processing system capable of recovering data by sampling data update logs. More specifically, the data processing system can assure data consistency on a plurality of sites, by giving no loads on the hosts and the network, and without causing deteriorated system processing capability, by avoiding centralized loads on a specific storage device to be caused as a result of data update or recovery.
  • FIG. 1 is a diagram showing a hardware configuration of a data processing system according to a first preferred embodiment of the present invention
  • FIG. 2 is a diagram showing a functional configuration of a data processing system according to the first preferred embodiment of the present invention
  • FIG. 3 is a diagram showing journal group management information
  • FIG. 4 is a diagram showing data volume management information
  • FIG. 5 is a diagram showing journal meta-information
  • FIG. 6 is a diagram showing correlations between a data volume and a journal volume
  • FIG. 7 is a diagram showing an internal structure of a journal data area 820 in a primary journal volume
  • FIG. 8 is a diagram showing an internal structure of a journal data area 820 in a secondary journal volume
  • FIG. 9 is a diagram showing switching configuration information of a journal volume
  • FIG. 10 is a flow chart showing outlined processes of a data processing system according to the first preferred embodiment
  • FIG. 11 is a diagram showing journal process operations according to the first preferred embodiment of the present invention.
  • FIG. 12 is a conceptual diagram for explaining switching of a journal volume
  • FIG. 13 is a flow chart showing a switching process of a primary journal volume
  • FIG. 14 is a flow chart showing a switching process of a secondary journal volume
  • FIG. 15 is a diagram showing journal process operations according to a second preferred embodiment of the present invention.
  • FIG. 16 is a diagram showing journal process operations according to a third preferred embodiment of the present invention.
  • FIG. 17 is a diagram showing journal process operations according to a fourth preferred embodiment of the present invention.
  • FIGS. 1 to 13 A first preferred embodiment according to the present invention will be described below with reference to FIGS. 1 to 13 .
  • FIG. 1 is a diagram showing a hardware configuration of the data processing system according to the first embodiment of the present invention.
  • FIG. 2 is a diagram showing a functional configuration of the data processing system according to the first embodiment of the present invention.
  • the data processing system of the embodiment allows sites to work together to process data.
  • Each of the sites includes a host and a storage system.
  • a first site is referred to as a “primary site” and a second site is referred to as a “secondary site”.
  • An example of transferring a journal from the primary site to the secondary site will be described below.
  • a host that belongs to the primary site shall be called a “primary host”
  • a storage system that belongs to the primary site shall be called a “primary storage system”
  • a journal to be stored in a storage device of the primary storage system shall be called a “primary journal”
  • a volume to be stored in the primary journal shall be called as a “primary journal volume”.
  • a primary site 100 A includes a primary host 110 A and a primary storage system 120 A
  • a secondary host 100 B includes a secondary host 110 B and a secondary storage system 120 B
  • a management terminal unit 130 is connected to the hosts and the systems.
  • the two hosts 110 are computers.
  • Each of the computers includes a processor 111 , a main memory 112 and an I/O unit 113 .
  • the computer is specifically a workstation, a personal computer, a mainframe, or the like.
  • Each of the storage systems 120 includes a storage controller 140 , one or more storage devices 121 and a maintenance terminal unit 122 .
  • the storage device 121 is an auxiliary storage device such as a magnetic disk storage device or an optical disk storage device. However, the systems 120 may not be provided with the maintenance terminal unit 122 .
  • the storage controller 140 includes a host I/O unit 141 , a cache memory 142 , a disk I/O unit 143 , a processor 144 and a control memory 145 .
  • the two hosts are respectively connected to the storage systems via a host-storage system network 150 such as a local area network (LAN) or a storage area network (SAN).
  • a host-storage system network 150 such as a local area network (LAN) or a storage area network (SAN).
  • the processor 111 and the main memory 112 of a host are connected to the host I/O processor 141 of the appropriate storage system 120 via the I/O unit 113 and the host-storage system network 150 .
  • the two storage systems are connected to each other via an inter-storage system network 160 .
  • inter-storage system network 160 In general, global networks such as public telephone lines are frequently used for the inter-storage system network 160 , and the networks are often rented on a charged base by communication service-providers. Such global networks are frequently used to maintain a certain distance for system safeties (to prevent both sites from simultaneous failures), but local networks may be used in a case the two storage systems are located in a room, a building or adjacent buildings, provided that, however, the present invention is not limited to such network types.
  • the management terminal unit 130 is also a computer that has a processor or a main storage device.
  • the management terminal unit 130 , the primary host 110 A, the secondary host 110 B, the primary storage system 120 A and the secondary storage system 120 B are connected to each other via a network 170 such as a LAN or a WAN.
  • FIG. 2 shows a functional configuration of such data processing system as stated above.
  • journal process management program 221 In each of the storage controller 140 , a journal process management program 221 , a journal transfer program 222 and a journal acquisition/reflection program 223 , which are programs used for controlling data transfer between the storage systems 120 , are executed on the processor 144 . These programs are stored in the control memory 145 .
  • the journal process management program 221 manages journal processing (journal acquisition, journal transfer and journal reflection) that is executed by each storage system. Such processing will be described in detail later. Further, during the journal-processing phase, communication is performed from time to time between the journal process management programs 221 of the respective storage controllers 140 , thus exchanging management information required for the journal processing.
  • the journal acquisition/reflection program 223 is a program enabling the processor 144 to acquire and reflect journals, and the program 223 is composed of a journal acquisition program and a journal reflection program.
  • the storage controller 140 also executes I/O processing to and from the storage device 121 based on instructions from hosts, in addition to processing associated with the journal process management program 221 , the journal transfer program 222 and the journal acquisition/reflection program 223 .
  • the storage device 121 has one or more logical storage areas (logical volumes) created therein.
  • a logical volume is associated with a physical storage area owned by the storage device 121 .
  • These logical volumes are used as a data volume area 225 and a journal volume area 227 as designated by a user.
  • an application program 211 used by a user or a storage control program 212 which executes control of interface with the storage systems are also executed by the processors 111 owned by the hosts 110 .
  • the journal processing management program 221 and the storage control program 212 mutually exchange information.
  • PVOL a data volume, owned by the primary storage system 120 A, which should be the copy source for data duplication
  • a data volume, owned by the secondary storage system 120 B, which should be the duplication target of data to be stored in the PVOL shall be referred to as the “SVOL.”
  • a management program 231 that is executed on the management terminal unit 130 manages configuration elements of the data processing system according to the embodiment, or more specifically the program manages hosts 110 or storage systems 120 .
  • the management program 231 is stored in the main storage device of the management terminal unit 130 .
  • programs described above are installed in a storage medium owned by each devices by using a mobile medium such as a compact disk or a magnet-optical disk, or via the network 170 .
  • FIG. 3 is a diagram showing journal group management information.
  • FIG. 4 is a diagram showing data volume management information.
  • FIG. 5 is a diagram showing journal meta-information.
  • FIG. 6 is a diagram showing correlations between a data volume and a journal volume.
  • FIG. 7 is a diagram showing an internal structure of a journal data area 820 in a primary journal volume.
  • FIG. 8 is a diagram showing an internal structure of a journal data area 820 in a secondary journal volume.
  • FIG. 9 is a diagram showing switching configuration information of a journal volume.
  • the journal group management information is information used for managing a journal group and is stored in the control memories 145 of storage system 120 .
  • journal group implies a pair of volumes in which a data volume and a journal volume that stores a journal of the data volume are associated with each other.
  • the journal group management information contains, as shown in FIG. 3 , a journal group ID 410 , a latest journal sequence number (No.) 420 , data volume information 430 , journal volume information 440 and transfer group information 450 .
  • the journal group ID 410 is an identifier which uniquely identifies a journal group.
  • the latest journal sequence number 420 is the latest number created among consecutive numbers to be created for journals in the journal group.
  • the data volume information 430 contains data volume management information 431 of data volumes contained in the journal group. Details of the data volume management information will be described later.
  • the journal volume information 440 contains information on journal volumes and journal volume IDs for storage 444 which are contained in the journal group.
  • Information of each journal volume contains a volume ID 441 identifying the volume, a first journal sequence number 442 which indicates the sequence number of the oldest journal among journals stored in the journal volume, and a last journal sequence number 443 which indicates the sequence number of the newest journal.
  • the journal volume ID for storage 444 is provided to indicate a journal volume in which a subsequent journal is stored, when a plurality of journal volumes are available in a journal group.
  • the journal volume ID 444 implies a journal volume that is used to store journal during a journal acquisition process
  • the journal volume ID 444 implies a journal volume that is used as a transfer target of a journal during a journal transfer process. It should be noted, however, that, when only one journal volume exits, an ID of a journal volume that is used for storage and transfer is set in the journal volume ID for storage 444 .
  • the transfer group information 450 contains a journal group ID 451 which is an identifier of a journal groups to be paired, a transfer-completed journal sequence number 452 which indicates to which journal the transfer to the secondary storage system is completed, a reflection-completed journal sequence number 453 which indicates to which the journal reflection process is completed in the secondary storage system 120 B, and a pair status information 454 which indicates the status of transfer groups. It should be noted that a journal which has a sequence number subsequent to the transfer-completed journal sequence number 452 becomes the oldest journal.
  • the secondary storage system (the primary storage system in the second and the fourth embodiment) specifies and uses a journal volume that contains the oldest journal as the journal volume.
  • journal volume for transfer and a journal volume for storage coincide with each other
  • the journal volume containing the oldest journal and the journal volume indicated by the journal volume ID for storage 444 coincide with each other.
  • the journal volume containing the oldest journal and the journal volume indicated by the journal volume ID for storage 444 do not coincide with each other. The same applies to the secondary storage system 120 B.
  • transfer group implies that a transfer source journal group and a transfer target journal group are associated with each other and paired.
  • the reflection-completed journal sequence No. 453 is notified to the journal process management program 221 of the primary storage system 120 A from the journal process management program 221 of the secondary storage system 120 B.
  • the pair status 454 includes. “PAIR” which means that all data volumes available in a journal group are in a duplicated status and “COPY” which means that one or more data volumes available in a journal group are executing a differential copy (the differential copy will be described later). Further, there are two more statuses: a status of “SUSPEND” which means that all data volumes are in a suspend status without executing duplication and consistency is maintained for all data within the journal group; and a status of “SUSPEND-E” which means a status where consistency is not maintained in the journal group.
  • the data volume management information 431 is information used for managing a data volume, and as shown in FIG. 4 , the information contains a volume ID 510 which identifies a data volume in a storage system, and pair volume information 520 which is information on paired data volumes.
  • the pair volume information 520 contains a storage system ID 521 , a data volume ID 522 which identifies paired data volumes, a pair status 523 which shows a duplication status, an effective flag of differential bit map 524 , and a differential bit map 525 .
  • the storage system ID 521 is an identifier of a storage system in which paired data volumes exist, and the data volume ID 522 is a volume identifier in the storage system.
  • a data volume can be uniquely defined by combining the storage system ID 521 and the data volume ID 522 .
  • the pair status 523 implies either status of the “PAIR” in which data volumes are in a duplicated status (a status where data consistency is maintained within a volume), the “COPY” which means that one or more data volumes available in a journal group are executing a differential copy, or the “SUSPEND” in which copying processes are discontinued to be in the suspend status due to blockage of a volume, a path, etc.
  • the effective flag of differential bit map 524 indicates whether a value of a differential bit map is effective.
  • the differential bit map 525 is information that indicates an area in which the PVOL and SVOL data are different from each other. A data volume area is divided into a plurality of areas, and, if a data volume is updated under the SUSPEND status, a bit indicating the updated area is turned on. After establishing the SUSPEND status, a pair can be recovered to a duplicated status by duplicating only the bit-on area based on a bit map in which OR is removed from the respective differential bit maps 525 of the PVOL and the SVOL (differential copying). Copy transfer volume can be reduced by executing the differential copying.
  • the area in which copying is completed turns off the bit, and when all bits are turned off, then the differential copying is completed. Further, when a pair is created, the entire area of the PVOL can be copied to the SVOL by turning on all differential bit maps and applying differential copying (initial copying).
  • the journal meta-information is management information used to associate data with journals, and, as shown in FIG. 5 , the meta-information contains data volume information 710 and journal information 720 .
  • the data volume information 710 contains update time 711 which indicates data update time, storage data volume offset in journal group 712 which indicates a data volume whose data is to be updated falls on which data volume in a journal group, and a data storage address 713 which indicates a first address in which data on a data volume is stored.
  • the journal information 720 contains a journal data storage address 721 which indicates a first address in which journal data on a journal volume is stored, data length 722 of journal data, and a journal sequence number 723 which is one of serial numbers of journals in a journal group that is assigned when a journal is acquired.
  • the data volumes and the journal volumes that are associated with each other by the journal meta-information are shown in FIG. 6 .
  • the PVOL, the SVOL and a journal volume are each managed on a predetermined logical block basis (e.g., 512 KB).
  • a logical block address (hereinafter referred to as an “LBA”) is given to each of the logical blocks.
  • a primary journal volume 267 A has a meta-data area 810 and a journal data area 820 .
  • the journal data 821 A described earlier, or a copy of data 831 A that is written in the PVOL by a write command is stored.
  • the meta-data 811 A described earlier is stored.
  • the meta-data contains a data storage address 812 A of update data, and a storage address 813 A of journal data.
  • a secondary journal volume 267 B also has a meta-data area 810 and a journal data area 820 as is the case with the primary journal volume 267 A.
  • meta-data area 810 meta-data 811 B that is transferred from a meta-data area of a primary journal volume is stored.
  • journal data area 820 journal data 821 B (associating with meta-data) that is transferred from a journal data area of the primary journal volume 267 A is stored.
  • the meta-data 811 B has information on data update that is performed in the PVOL, and address information 813 B of the meta-data 811 B indicates an address of the associated journal data 821 B. Further, by copying the journal data 821 B to an address of an SVOL 266 associated with the address 812 B from the journal data area 820 of the secondary journal volume 267 B, it is possible to reflect the update made in a PVOL 265 in the SVOL 266 .
  • each address is expressed by an LBA and data length is represented by the number of logical blocks.
  • a location in which data is stored can be represented by a difference (offset) from a base address (first LBA) of an area in which the data is stored (journal data area or meta-data area).
  • first LBA base address
  • journal data area or meta-data area journal data area or meta-data area
  • each of the storage systems 120 sets the meta-data area 810 and the journal data area 820 for the journal volume 267 to be set. More specifically, the first LBA and the number of blocks of each area are set.
  • journal data area 820 in a primary journal volume Next, an internal structure of the journal data area 820 in a primary journal volume will be described.
  • the journal data area 820 contained in the primary journal volume is divided into a journal storage completed area 910 in which journal data is stored, and a purge completed area 920 in which journal data is not stored, or otherwise, journal data that can be purged is stored.
  • the purge completed area 910 is an area that is enabled to release journal data stored therein following the transfer to the journal data to the secondary site, and the area can be used for storing new journal data of the PVOL 625 .
  • FIG. 7 shows a status where a journal data area 900 A and a journal data area 900 B are stored in separate logical volumes 15 respectively.
  • journal data area 900 A a journal with a first sequence number in volume 931 A up to a journal with a last journal sequence number in volume 932 A are stored, while in the journal data area 900 B, a journal with a first sequence number in volume 931 B up to a journal with a last sequence number in volume 932 B are stored.
  • a journal is stored, it is always written in the first place in a volume.
  • a journal volume is repeatedly used in the same way as it is done for a cyclic buffer. More specifically, when the last logical block of a journal is used up, the first logical block is then used again. It should be noted, however, when a plurality of journal volumes are contained in a journal group, if the last logical block of a journal is used up, the first logical block of the subsequent journal volume is used. When the last logical block of the last journal volume is used up, then use of the first logical block of the first journal volume is resumed. It should be noted that, before the last logical block of a journal volume is used, it may be possible to switch an intermediate logical block over to the first logical block of the next journal volume. Switching of a storage target of a journal over to the next journal volume is called a “journal volume switching process.”
  • a storage-completed sequence number 911 indicates the latest journal.
  • a journal to be acquired next is given a journal sequence number having a value that is obtained by adding 1 to the storage-completed sequence number 911 and is stored in a purge area of the journal data area 900 B.
  • a journal volume for storage implies a journal volume that has the journal data area 900 B.
  • a journal with a sequence number obtained by adding 1 to a transfer-completed sequence number 921 is the oldest journal. If the transfer-completed sequence number 921 is equal to the storage-completed sequence number 911 , this means that the journal is empty.
  • journal data area 820 contained in the secondary journal volume is divided into: a purge-completed area 1030 in which journal data that is already used for reflection of the journal to the SVOL 626 is stored (or, the journal data is not stored); area under reflection 1020 in which the journal data that is subject to journal reflection to the SVOL 626 ; a transfer completed area 1011 in which journal data that is the target for journal reflection and for journal transfer from the primary journal volume has been completed is stored; and area under transfer 1010 in which journal data under transfer from the primary journal volume is stored.
  • journal data area 1000 A a journal with a first sequence number in volume 931 C up to a journal with a last journal sequence number in volume 932 C are stored, while in the journal data area 1000 B, a journal with a first sequence number in a volume 931 D up to a journal with a last sequence number in volume 932 D are stored.
  • journal volume switching occurs after the first sequence number in volume 931 C has been stored, and therefore, the first sequence number in volume 931 C and the journal with a last sequence number in volume 932 D are uninterrupted.
  • a sequence number to be transferred 1012 indicates a first journal sequence number of a journal that is under transfer from the primary journal volume. Journals with the sequence number to be transferred 1012 and subsequent sequence numbers are transferred next and stored in a purge area of the journal data area 1000 B.
  • a volume ID to be stored in the journal volume IDs for storage 444 shown in FIG. 3 indicates a journal volume having the journal data area 1000 B which is a target volume for transfer.
  • a transfer completed sequence number 1013 indicates a sequence number of a journal whose transfer process is completed last.
  • a sequence number to be reflected 1021 indicates the first sequence number of a journal targeted for journal reflection, or otherwise, the number indicates a sequence number of a journal whose reflection process is completed following the reflection-completed sequence number 1022 .
  • the journal volume switching configuration information is management information used to switch journal volumes.
  • the journal volumes of the primary site 100 A is switched by switching the logical volumes that are used for storing present-time journals in order to balance loads on (source) logical volumes used for storing and on logical volumes used for data transfer by present-time journals.
  • the journal volumes of the secondary site 100 B is switched by switching the logical volumes that are used for transfer in order to balance loads on (target) logical volumes used for transfer and on logical volumes used for data recovery by present-time journals.
  • the journal volume switching configuration information comprises effective flag of switching judgment 1110 , judgment information 1120 and operation under out-of-condition circumstances 1130 .
  • the effective flag of switching judgment 1110 is a flag for executing switching judgment process or not. If no journal volume switching judgment is executed, the effective flag of switching judgment 1110 is turned OFF.
  • the switching judgment at the primary site 100 A may be performed at given timing, it is effective to performed the switching judgment when, after transfer of a journal of a certain volume is completed, a journal volume in which a journal to be transferred next is stored is used as a volume which stores a present-time journal.
  • the switching judgment at the secondary site 100 B can also be performed at given timing, but it is effective to perform the switching judgment when, after data reflection by a journal of a certain volume is completed, a journal volume in which a journal to be used for the reflection next is stored is used as a transfer target volume.
  • the judgment information 1120 contains set values concerning non-transferred journal volume, and set values concerning time difference between the time when the oldest journal among non-transferred journals is updated and the time when judgment is made. Each set value contains an effective flags 1121 and 1123 to make the judgment criteria effective or not, and threshold conditions 1122 and 1124 for performing switching of volumes for storage.
  • the threshold conditions 1122 would include that non-transferred journal volume (difference between the storage-completed sequence number 911 and the transfer-completed sequence number 921 ) should exceed the preset threshold value
  • the threshold conditions 1124 would include that non-transferred journal volume time difference (difference of time between the update time of the journal with a sequence number obtained by adding 1 to a transfer completed sequence number 921 and the time when a judgment is made) should exceed the preset threshold value.
  • the threshold conditions 1122 may include that the non-reflected journal volume (difference between the transfer completed sequence number 1013 and the reflection-completed sequence number 1022 ) should exceed the preset threshold value, or the threshold conditions 1124 may include that the non-reflected journal time difference (difference of time between the update time of the journal with a sequence number obtained by adding 1 to a reflection-completed sequence No. 1022 and the time when a judgment is made) should exceed the preset threshold value.
  • Operations for a situation that does not satisfy the conditions include: for the primary journal volume, (1) journal transfer is interrupted, or (2) journal transfer is executed by using a journal volume that is used for storing the journal; or, for the secondary journal volume, (1) journal reflection is interrupted, or (2) journal reflection is executed by using a journal volume which is used as the transfer target.
  • the journal switching configuration information is set by a user, when a journal group and the like are set, via the management terminal unit 130 or GUI of the maintenance terminal unit 122 , and is then stored in the control memory 145 .
  • the journal switching configuration information is set in the similar way, and the information is stored in the control memory of the secondary storage system 120 B.
  • FIG. 10 is a flow chart showing outlined processes of a data processing system according to the first embodiment.
  • a user enters a pair generation command to a storage system by using a graphical user interface (GUI) of the host 110 , the control terminal unit 130 or the maintenance terminal unit 122 (Step 301 ).
  • GUI graphical user interface
  • the pair generation command associates the PVOL 625 of the primary storage system 120 A which will be the copy source for data duplication with the SVOL 626 of the secondary storage system 120 B which will be the duplication target of data to be stored in the PVOL 625 so as to form them into a pair.
  • journal process management program 221 of each site is used to control the primary site 100 A so that a volume to store a journal associated with the PVOL 625 designated in the storage system 120 A may be allocated, and to control the secondary site 100 B so that a journal volume to store a journal associated with the SVOL 626 designated in the secondary storage system 120 B may be allocated (Steps 302 and 303 ).
  • a journal group is formed by the PVOL 625 and the journal volume area 627 A that is assigned to the PVOL 625
  • a journal group is formed by the SVOL 626 and the journal volume area 627 B that is assigned to the SVOL 626 .
  • An aggregate of a plurality of volumes can be assigned to a journal volume when the journal group is formed.
  • the pair generation command also associates a journal group of the PVOL 625 with a journal group of the SVOL 626 to create a transfer group (Step 304 ).
  • Journal volume switching information may be set when the journal group is set. The journal volume switching setting will be described in detail later.
  • assignment of data volume is not limited to a single data volume, but an aggregate of a plurality of data volumes may be assigned. Since data is updated in the aggregate of SVOLs in a similar way of updating data in the aggregate of the PVOLS, data consistency is maintained in the aggregate of the data volumes.
  • journal processes are executed (Step 305 ).
  • the journal processes imply journal acquisition, journal transfer, and journal reflection.
  • the journal acquisition is started in the primary storage system 120 , when the primary storage system receives from a use a command instructing acquisition of a journal (hereinafter referred to as the “journal acquisition start command”).
  • the journal processes will be described in detail later.
  • initial copying which transfers the initial data to the SVOL 626 from the PVOL 625 is executed (Step 306 ). The initial data is transferred from the first area of volumes up to the last area of volumes in the PVOL 625 .
  • journal processes will be described in detail with reference to FIG. 11 .
  • FIG. 11 is a diagram showing journal process operations according to the first embodiment of the present invention.
  • the storage systems 120 A and 120 B execute the journal process management program 221 to control journal processes.
  • the primary storage system 120 A executes the journal acquisition program 623 out of the journal acquisition/reflection program 223 .
  • the primary storage system 120 A by executing the journal acquisition program 623 , stores a duplicated copy of data to be written to the PVOL 625 as journal data.
  • the primary storage system 120 A also stores meta-data in the journal volume area 627 A as part of journals.
  • the above-stated processes constitute the journal acquisition processes.
  • the secondary storage system 120 B executes journal reflection processes by executing the journal reflection program 624 out of the journal acquisition/reflection program 223 .
  • the journal reflection program 624 recovers data based on journals stored in the journal volume area 627 B and reflects data updated in the PVOL 625 in the SVOL 626 .
  • FIG. 11 shows processes wherein the above-stated processes are executed with the system illustrated in FIG. 2 .
  • the primary storage system 120 A Upon starting journal acquisition processes of the PVOL 625 , the primary storage system 120 A creates a journal according to writing (an arrow-headed line 601 ) from the primary host 110 A to the PVOL 625 , and stores the journal thus created in the journal volume area 627 A (an arrow-headed line 602 ).
  • the journal acquisition program acquires information such as a latest journal sequence number and a journal volume ID for storage from journal group management information stored on the control memory 145 of the primary storage system 120 A, determines the target for journal storage, and creates meta-data information.
  • the secondary storage system 120 B executes the journal process management program 221 , and acquires information related to journal creation status (for example, capacity of a journal in a journal volume, the oldest time of journals, etc.) (an arrow-headed line 603 ).
  • the secondary storage system 120 B executes the journal process management program 221 , and issues a request for journal transfer to the journal transfer program 222 of the secondary storage system 120 B according to entry of instruction by a user via a GUI or a predetermined schedule (for example, at a time when a certain volume of journals is stored in a journal volume in the primary storage system 120 A, at regular periods, etc.) (an arrow-headed line 604 ).
  • the request for journal transfer contains a journal to be copied (which may be a plurality of journals), a journal volume in which the above-stated journal is stored, information designating the storage system 120 (the primary storage system 120 A here) which has the above-stated journal volume, and information designating a journal volume in which the copied journal is stored.
  • a journal to be copied which may be a plurality of journals
  • a journal volume in which the above-stated journal is stored includes information designating the storage system 120 (the primary storage system 120 A here) which has the above-stated journal volume, and information designating a journal volume in which the copied journal is stored.
  • Such information is created based on the information that the journal process management program 221 has acquired from the journal management information on the control memory 145 .
  • the journal transfer program 222 upon receiving a request for journal transfer, issues a read command to the primary storage system 120 A (an arrow-headed line 605 ).
  • the primary storage system 120 A upon receiving the read command, transmits a journal designated by the read command to the secondary storage system 120 B (an arrow-headed line 606 ).
  • An area of a journal volume, in which the journal that is transmitted to the primary storage system 120 B is stored, of the primary storage system 120 A is purged or cleared, enabling storage of a new journal. It should be noted that the purging is not needed to be executed immediately after the transmission. Purging may be executed periodically, or may be done according to a user's instruction.
  • the secondary storage system 120 B upon receiving a journal, stores the received journal in the journal volume area 627 B that is designated by the request for journal transfer.
  • journal process management program 221 of the secondary storage system 120 B issues a request for journal reflection to the journal reflection program 624 of the secondary storage system 120 B (an arrow-headed line 607 ).
  • the journal reflection program 624 upon receiving the request for journal reflection, recovers data in the SVOL 626 based on the journal of the journal volume area 627 B (an arrow-headed line 608 ). It should be noted that the area in which the journal used for recovery is purged, enabling storage of a new journal.
  • journal volume switching processes will be described with reference to FIGS. 12 to 14 .
  • FIG. 12 is a conceptual diagram explaining switching of a journal volume.
  • FIG. 13 is a flow chart showing a switching process of a primary journal volume.
  • FIG. 14 is a flow chart showing a switching process of a secondary journal volume.
  • journal volume is executed to reduce system loads by avoiding that logical volumes used for journal storage, journal reflection and journal transfer become identical in the process of transferring the journals to the secondary site 100 B from the primary site 100 A.
  • a logical volume PA, a logical volume PB and a logical volume PC are available in the primary site 10 A, wherein the logical volume PB is used for storing a journal, and the logical volume PA is used for transfer as the transfer source logical volume.
  • a logical volume SA, a logical volume SB and a logical volume SC are available in the secondary site 110 B, wherein the logical volume SC is used reflecting a journal, and the logical volume SA is used for transfer as the transfer target logical volume.
  • switching of journal volumes may be executed following a switching command that is entered by a user. Further, the switching may be executed periodically or at predetermined hours. Furthermore, the switching may be carried out only when predetermined conditions are satisfied via an interface of the host 110 , the management terminal unit 130 or the maintenance terminal unit 122 .
  • the switching may be executed at such timing that accepts a command for requesting journal transfer as shown by the arrow-headed line 605 in FIG. 11 .
  • the switching may be executed at such timing of initiating journal transfer.
  • journal volume when there are a plurality of primary journal volumes, such switching of journal volume can be realized by controlling the balance between the storage-completed journal sequence number 911 and the transfer-completed journal sequence number 921 shown in FIG. 7 , thus distinguishing a journal volume to be used for journal acquisition from a journal volume to be used for journal transfer.
  • journal volume to be used for journal reflection when there are a plurality of secondary journal volumes, it is possible to distinguish a journal volume to be used for journal reflection from a journal volume to be used for journal transfer by controlling the balance between the reflection-completed journal sequence number 1022 and the journal sequence number to be transferred 1012 .
  • journal acquisition and journal transfer when a journal which is subjected to journal transfer (hereinafter referred to as a “non-transferred journal”) is not in a volume except a journal volume that is used for journal acquisition (more specifically, when the last journal sequence number in volume 932 B of a journal volume for storage is a number that is obtained by adding 1 to the transfer completed journal sequence number 921 ), if switching of the journal volume for storage is not executed, then journal acquisition and journal transfer will be performed for one and the same journal volume.
  • journal transfer When journal transfer is executed, a flag of journal volume switching judgment is checked (Step 1201 ).
  • Step 1208 If the switching judgment is not effective, then the journal transfer is executed (Step 1208 ). If the switching judgment is effective, a check is made as to whether any non-transferred journal exists in a journal volume except a journal volume for storage (Step 1202 ). If any non-transferred journal exists, the journal transfer of the journal volume is executed (Step 1208 ). If any non-transferred journal does not exist, a check is made as to whether a judgment based on non-transferred journal volume is effective and the judgment satisfies threshold conditions (Step 1203 ). If the judgment is effective and satisfies the conditions, then the journal volume for storage is switched to the subsequent journal volume (Step 1207 ), and journal transfer is executed (Step 1208 ).
  • journal volume is ineffective or does not satisfy the conditions. If the judgment of journal volume is ineffective or does not satisfy the conditions, a check is made as to whether a judgment based on time difference between the oldest update time of the non-transferred journal and present time is effective and the judgment satisfies the threshold conditions (Step 1204 ). If the judgment is effective and satisfies the conditions, then the journal volume for storage is switched to the subsequent journal volume (Step 1207 ), and journal transfer is executed (Step 1208 ). If the time difference judgment is ineffective or does not satisfy the conditions, the preset information is reflected (Step 1205 ), and journal transfer is executed by using a journal volume for storage. (Step 1208 ), or journal transfer is interrupted until the next request for journal transfer is issued (Step 1206 ).
  • Step 1207 the storage controller 140 of the primary storage system 120 A re-writes the ID of a journal volume for storage of journal group management information stored in the control memory 145 to information indicating a new switching-destination journal volume.
  • journal reflection When journal reflection is executed, a flag of journal volume switching judgment is checked (Step 1301 ). If the switching judgment is not effective, then the journal reflection is executed (Step 1308 ) If the switching judgment is effective, a check is made as to whether any non-reflected journal exists in a journal volume except a journal volume for storage (Step 1302 ). If any non-reflected journal exists, the journal reflection of the journal volume is executed (Step 1308 ). If any non-reflected journal does not exist, a check is made as to whether a judgment based on non-reflected journal volume is effective and the judgment satisfies threshold conditions (Step 1303 ).
  • Step 1307 the transfer-destination journal volume is switched to the subsequent journal volume (Step 1307 ), and the journal reflection is executed (Step 1308 ).
  • the storage controller 140 of the secondary storage system 120 B re-writes the ID of a journal volume for storage of journal group management information stored in the control memory 145 to information indicating a new switching-destination journal volume. If the judgment of journal volume is ineffective or does not satisfy the conditions, a check is made as to whether a judgment based on time difference between the oldest update time of the non-reflected journal and present time is effective and the judgment satisfies the threshold conditions (Step 1304 ).
  • Step 1307 If the judgment is effective and satisfies the conditions, then the transfer-destination journal volume is switched to the subsequent journal volume (Step 1307 ), and the journal reflection is executed (Step 1308 ). If the time difference judgment is ineffective or does not satisfy the conditions, the preset information is reflected (Step 1305 ), and journal reflection is executed by using-a journal volume for storage (Step 1305 ), or journal reflection is interrupted until the next request for journal reflection is issued (Step 1306 ).
  • FIG. 15 is a diagram showing journal process operations according to the second embodiment of the present invention.
  • journal transfer process is performed such that the secondary storage system 120 B issues a read command requesting the primary storage system 120 A to execute journal transfer as shown in FIG. 11 (the arrow-headed line 605 ).
  • journal transfer is executed in such a way as that the primary storage system 120 A issues a write command to the secondary storage system 120 B, not in such a way as that the primary storage system 120 A waits for a read command issued by the secondary storage system 120 B.
  • journal acquisition for updating the PVOL data (an arrow-headed line 601 ) is carried out in the way similar to that of the first embodiment (an arrow-headed line 602 ).
  • the journal process management program 221 of the primary storage system 120 A issues a request for journal transfer to the journal transfer program 222 (an arrow-headed line 1404 ).
  • the journal transfer request contains a journal volume in which a journal to be transmitted to the storage system 120 B is stored, information designating the storage system 120 B, information designating a journal volume which should store the above-stated journal in the storage system 120 B, etc. Such information is acquired from journal group management information stored in the control memory 145 .
  • the journal transfer program 222 upon receiving the request for journal transfer, transmits a journal designated by issuing a write command to the secondary storage system 120 B to the secondary storage system 120 B (an arrow-headed line 1406 ).
  • the secondary storage system 120 B stores the journal received as a write command from the primary storage device 120 A in the area of the secondary journal volume designated by the command.
  • journal reflection (Step 608 ) in the secondary site 100 B is carried out in the way similar to that of the first embodiment.
  • journal volume switching in the second embodiment is carried out in the way similar to that of the first embodiment.
  • FIG. 16 is a diagram showing journal process operations according to the third embodiment of the present invention.
  • the data processing system of the embodiment differs from that of the first preferred embodiment in, as shown in FIG. 16 , that a journal process management program 1521 is not contained in the storage systems 120 , but in the hosts 110 .
  • the journal process management programs 1521 execute communication with each other via a communication line that connects the primary host 110 A and the secondary site 110 B.
  • journal acquisition for updating the PVOL data (the arrow-headed line 601 ) is carried out in the way similar to that of the first embodiment (the arrow-headed line 602 ).
  • the primary host 110 A acquires information concerning journal creation status (e.g., capacity of a journal) from journal volume management information stored in the control memory 145 of the primary storage system 120 A by executing the journal process management program 1521 and issuing a given command (hereinafter referred to as the journal creation status acquisition command”) (an arrow-headed line 1509 ).
  • journal creation status acquisition command e.g., capacity of a journal
  • the information concerning journal creation status acquired by the primary host 110 A is notified to the secondary host 110 B (an arrow-headed line 1503 ).
  • the secondary host 110 B executes the journal process management program 1521 and issues a request for journal transfer, according to an entry designated by a user via a GUI or predetermined schedule (for example, when journals exceeding a given amount are stored in the primary storage system 120 A, or at a regular period of time) to the primary storage system 120 B (an arrow-headed line 1504 ).
  • the request for journal transfer contains a journal to be copied, a journal volume in which the journal is stored, information designating the storage system 120 which has the journal volume, and information designating a journal volume in which the copied journal is to be stored.
  • the secondary storage system 120 B upon receiving the request for journal transfer, issues a read command to the primary storage system 120 A by executing the journal transfer program 222 .
  • the primary storage system 120 A upon receiving the read command, transmits the journal designated by the read command to the secondary storage system 120 B (the arrow-headed line 606 ).
  • the secondary storage system 120 B upon receiving the journal, stores the received journal in the journal volume area 627 B that is designated by the request for journal transfer.
  • the secondary host 110 B issues a request for journal reflection to the secondary storage system 120 B (an arrow-headed line 1507 ).
  • the secondary storage system 120 B upon receiving the request for journal reflection, executes the journal reflection program 624 and recovers data from the journal volume area 627 B to the SVOL 626 (an arrow-headed line 608 ).
  • the area in which the reflection-completed journal is stored is purged, thus enabling the use for storing a new journal.
  • the journal volume switching in the embodiment is carried out in a way similar to the journal volume switching in the first embodiment.
  • FIG. 17 is a diagram showing journal process operations according to the fourth embodiment of the present invention.
  • the data processing system of the embodiment differs from that of the first embodiment in the point that, in the journal transfer process as shown in FIG. 17 , the primary storage system 120 A does not wait for a read command from the secondary storage system 120 B, but the system 120 A issues a write command to write data to the secondary storage system 120 B.
  • the data processing system of the embodiment also differs from that of the first embodiment in the point that a journal process management program 1621 is executed not on the storage systems 120 , but on the hosts 110 .
  • the data processing system also differs from that of the first embodiment in the point that the secondary storage system 120 B does not execute the journal reflection, but the secondary host 110 B reads a journal to be used for recovery from the secondary journal volume area 627 B and recovers data of the SVOL 626 .
  • the journal reflection program is executed on the secondary host 110 B.
  • a general storage device that has no special functions can be used for the secondary storage system 120 B, since the principal unit to execute journal transfer is the primary storage system 120 A and journal reflection is executed by the secondary host 110 B.
  • journal acquisition (the arrow-headed line 602 ) for updating the PVOL data (the arrow-headed lien 601 ) is executed in a way similar to that of the first embodiment.
  • the primary host 110 A acquires information concerning journal creation status (e.g., capacity of a journal) from journal group volume management information stored in the control memory 145 of the primary storage system 120 A by executing the journal process management program 1621 and issuing a journal creation status acquisition command (an arrow-headed line 1609 ).
  • journal creation status e.g., capacity of a journal
  • the information concerning journal creation status acquired by the primary host 110 A is notified to the secondary host 110 B (an arrow-headed line 1603 ).
  • the primary host 110 A executes the journal process management program 1521 and issues a request for journal transfer, according to an entry designated by a user via a GUI or predetermined schedule (for example, when journals exceeding a given amount are stored in the primary storage system 120 A, or at a regular period of time) to the primary storage system 120 A (an arrow-headed line 1604 ).
  • the request for journal transfer contains a journal volume in which a journal to be transmitted to the secondary storage system 120 B is included, information designating the storage system 120 B, information designating the journal, etc.
  • the primary storage system 120 A upon receiving the request for journal transfer, transmits the designated journal to the secondary storage system 120 B by issuing a write command to the secondary storage system 120 B (an arrow-headed line 1606 ).
  • the secondary storage system 120 B stores the journal received as a write command from the primary storage system 120 A in the area of the secondary journal volume designated by the write command.
  • the secondary host 110 B by executing a journal reflection program 1624 , reads a journal from the secondary journal volume area 627 B, and recovers data in the SVOL 626 (an arrow-headed line 1608 ).
  • the secondary journal group is managed by the secondary host 110 B so that the host 110 B notifies information required for creating a request for journal transfer (information on journal volume for storage, etc.) of the primary host 110 A.
  • the area in which the reflection-completed journal is stored is purged, thus enabling the use for storing a new journal.
  • the journal volume switching in the embodiment is carried out in a way similar to the journal volume switching in the first embodiment.
  • the above data processing system of the present invention is configured such that a storage system executes journal acquisition/reflection and transfer while a host or a storage system executes journal management and copy status management.
  • a storage system executes journal acquisition/reflection and transfer while a host or a storage system executes journal management and copy status management.
  • actual data transfer for data duplication between the primary site and the secondary site is executed via a fiber-optic cable between the storage systems.
  • the storage system has a function of writing a journal to another storage system by using a write command, and a host reads the journal for recovery.
  • journal group has a plurality of journal volumes, journal volumes for storage are switched, journal acquisition/transfer operations are executed in the primary site and journal transfer/reflection operations in the secondary site for different journal volumes.

Abstract

In a data processing system having a primary site and a secondary site, storage systems are connected to each other via a communication line, data update history is recorded in a storage device as a journal in the primary site, and the journal is transferred to the secondary site via the communication line. During such transfer, loads will not concentrate to a specific volume, by switching the volume that stores the journal in the primary site, while, by switching the transfer-destination volume of the journal in the secondary site. With such arrangement, in a data processing system, it is possible to ensure data consistency in a plurality of sites and prevent the system throughput capacity from being deteriorated without applying loads to a host and a network, and without causing load concentration on a specific storage device that is caused as a result of data update or recovery operations.

Description

    BACKGROUND OF THE INVENTION
  • The present invention refers to data processing systems, and more particularly to a data processing system that is suitable for use with a technology to distribute and store journals in a plurality of sites.
  • The data processing system is demanded to prevent data loss in a storage system during disaster or the like. To this end, a technology to duplicate data in a storage system located in a remote place has a significant meaning. Note that the storage system referred to herein includes storage devices such as a storage controller and a disk drive.
  • A technology to duplicate data stored in a storage system to another storage system is disclosed in U.S. Pat. No. 6,324,654. This patent further discloses a technology wherein, upon receipt of a write system call, a device driver of the OS of a computer (hereinafter referred to as a “primary host”) incorporated in a first system writes data to a local data device and stores update log in a write log device, a program of the primary host transfers updated log to a program of a computer (hereinafter referred to as a “secondary host”) incorporated in a second system, and data of a data device of the second system is updated based on the update log information received by the program of the secondary host.
  • In the above-stated prior art, data stored in respective storage systems of the primary host and the secondary host is transferred between the two hosts. At this time, the hosts are used as transport paths of the data. Since the data stored in the storage systems are transferred via a communication link between the hosts, the prior art had problems that the CPU loads of the respective hosts, channel loads, and traffics in a line connecting the hosts are increased. Further, the prior art had another problem that, since no considerations are given on load balancing of the devices that occurs due to log sampling, log writing processes and log reading processes concentrate on the write log device.
  • The present invention has been made to solve above-stated problems of the prior art, and an object of the present invention is to provide a data processing system capable of recovering data by sampling data update logs, which is able to assure data consistency in a plurality of sites without deteriorating its processing capability by giving no load on hosts and a network, and avoiding centralized loads on a specific storage device due to data update or recovery.
  • SUMMARY OF THE INVENTION
  • A data processing system according to the present invention includes a primary site and a secondary site, and each of such sites is provided with a host and a storage system.
  • Information on a data update stored in a storage system of the primary site (hereinafter referred to as a “primary storage system”) is stored as a journal (update history). More specifically, the journal is a log of duplicated data copy and metadata that are used for an update.
  • The primary storage system transfers the journal to a storage system of the secondary site (hereinafter referred to as a “secondary storage system”) via a communication line connected to the secondary storage system. The secondary storage system recovers data stored in the secondary storage system by using the journal received from the primary storage system (Recovering data by using a journal shall be referred to as the “journal reflection” hereunder).
  • In the present invention, since recovery is performed by transferring a journal, not mere data, to the secondary site, it is possible to quickly recover data at no particular point of time upon occurrence of a failure, thus ensuring to guarantee data consistency.
  • Further, in the present invention, the primary storage system incorporates a plurality of logical volumes that store journals, and concentration of logical volumes and accesses in the journal transfer source can be avoided by switching storage logical volumes used at this time for journal logs, thus ensuring adequate load balancing.
  • Likewise, in the secondary storage system, concentration of accesses can be avoided by switching a logical volume of the journal transfer target that is used for journal transfer to set a volume different from the logical volume, thus ensuring adequate load balancing.
  • It should be noted that the system may be configured such that the journal transfer can be realized by issuing a request for journal transfer to the primary storage system from the secondary storage system.
  • In addition, the system may also be configured such that the primary host and the secondary host are designed to monitor the status of storage system connected to each host based on a program that runs on each host, and the host in each site instructs data transfer between the storage systems to the storage system of the site concerned.
  • According to the present invention described above, there is provided a data processing system capable of recovering data by sampling data update logs. More specifically, the data processing system can assure data consistency on a plurality of sites, by giving no loads on the hosts and the network, and without causing deteriorated system processing capability, by avoiding centralized loads on a specific storage device to be caused as a result of data update or recovery.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a diagram showing a hardware configuration of a data processing system according to a first preferred embodiment of the present invention;
  • FIG. 2 is a diagram showing a functional configuration of a data processing system according to the first preferred embodiment of the present invention;
  • FIG. 3 is a diagram showing journal group management information;
  • FIG. 4 is a diagram showing data volume management information;
  • FIG. 5 is a diagram showing journal meta-information;
  • FIG. 6 is a diagram showing correlations between a data volume and a journal volume;
  • FIG. 7 is a diagram showing an internal structure of a journal data area 820 in a primary journal volume;
  • FIG. 8 is a diagram showing an internal structure of a journal data area 820 in a secondary journal volume;
  • FIG. 9 is a diagram showing switching configuration information of a journal volume;
  • FIG. 10 is a flow chart showing outlined processes of a data processing system according to the first preferred embodiment;
  • FIG. 11 is a diagram showing journal process operations according to the first preferred embodiment of the present invention;
  • FIG. 12 is a conceptual diagram for explaining switching of a journal volume;
  • FIG. 13 is a flow chart showing a switching process of a primary journal volume;
  • FIG. 14 is a flow chart showing a switching process of a secondary journal volume;
  • FIG. 15 is a diagram showing journal process operations according to a second preferred embodiment of the present invention;
  • FIG. 16 is a diagram showing journal process operations according to a third preferred embodiment of the present invention; and
  • FIG. 17 is a diagram showing journal process operations according to a fourth preferred embodiment of the present invention;
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Hereinafter, preferred embodiments according to the present invention will be described with reference to FIGS. 1 to 17.
  • First Embodiment
  • A first preferred embodiment according to the present invention will be described below with reference to FIGS. 1 to 13.
  • (I) Configuration of Data Processing System
  • First, a configuration of a data processing system according to the first embodiment of the present invention will be described with reference to FIG. 1.
  • FIG. 1 is a diagram showing a hardware configuration of the data processing system according to the first embodiment of the present invention. FIG. 2 is a diagram showing a functional configuration of the data processing system according to the first embodiment of the present invention.
  • The data processing system of the embodiment allows sites to work together to process data. Each of the sites includes a host and a storage system.
  • Here, a first site is referred to as a “primary site” and a second site is referred to as a “secondary site”. An example of transferring a journal from the primary site to the secondary site will be described below. Further, a host that belongs to the primary site shall be called a “primary host”, a storage system that belongs to the primary site shall be called a “primary storage system”, a journal to be stored in a storage device of the primary storage system shall be called a “primary journal”, and a volume to be stored in the primary journal shall be called as a “primary journal volume”. The same shall applies to the secondary site.
  • Now, as shown in FIG. 1, a primary site 100A includes a primary host 110A and a primary storage system 120A, while a secondary host 100B includes a secondary host 110B and a secondary storage system 120B, and a management terminal unit 130 is connected to the hosts and the systems.
  • The two hosts 110 (i.e., the primary host 110A and the secondary host 110B) are computers. Each of the computers includes a processor 111, a main memory 112 and an I/O unit 113. In addition, the computer is specifically a workstation, a personal computer, a mainframe, or the like.
  • Each of the storage systems 120 includes a storage controller 140, one or more storage devices 121 and a maintenance terminal unit 122. The storage device 121 is an auxiliary storage device such as a magnetic disk storage device or an optical disk storage device. However, the systems 120 may not be provided with the maintenance terminal unit 122.
  • The storage controller 140 includes a host I/O unit 141, a cache memory 142, a disk I/O unit 143, a processor 144 and a control memory 145.
  • The two hosts are respectively connected to the storage systems via a host-storage system network 150 such as a local area network (LAN) or a storage area network (SAN). The processor 111 and the main memory 112 of a host are connected to the host I/O processor 141 of the appropriate storage system 120 via the I/O unit 113 and the host-storage system network 150.
  • The two storage systems are connected to each other via an inter-storage system network 160. In general, global networks such as public telephone lines are frequently used for the inter-storage system network 160, and the networks are often rented on a charged base by communication service-providers. Such global networks are frequently used to maintain a certain distance for system safeties (to prevent both sites from simultaneous failures), but local networks may be used in a case the two storage systems are located in a room, a building or adjacent buildings, provided that, however, the present invention is not limited to such network types.
  • The management terminal unit 130 is also a computer that has a processor or a main storage device. The management terminal unit 130, the primary host 110A, the secondary host 110B, the primary storage system 120A and the secondary storage system 120B are connected to each other via a network 170 such as a LAN or a WAN.
  • FIG. 2 shows a functional configuration of such data processing system as stated above.
  • In each of the storage controller 140, a journal process management program 221, a journal transfer program 222 and a journal acquisition/reflection program 223, which are programs used for controlling data transfer between the storage systems 120, are executed on the processor 144. These programs are stored in the control memory 145.
  • The journal process management program 221 manages journal processing (journal acquisition, journal transfer and journal reflection) that is executed by each storage system. Such processing will be described in detail later. Further, during the journal-processing phase, communication is performed from time to time between the journal process management programs 221 of the respective storage controllers 140, thus exchanging management information required for the journal processing.
  • The journal acquisition/reflection program 223 is a program enabling the processor 144 to acquire and reflect journals, and the program 223 is composed of a journal acquisition program and a journal reflection program.
  • Further, the storage controller 140 also executes I/O processing to and from the storage device 121 based on instructions from hosts, in addition to processing associated with the journal process management program 221, the journal transfer program 222 and the journal acquisition/reflection program 223.
  • The storage device 121 has one or more logical storage areas (logical volumes) created therein. A logical volume is associated with a physical storage area owned by the storage device 121. These logical volumes are used as a data volume area 225 and a journal volume area 227 as designated by a user. It should be noted that, in each host 110, an application program 211 used by a user or a storage control program 212 which executes control of interface with the storage systems are also executed by the processors 111 owned by the hosts 110. In addition, the journal processing management program 221 and the storage control program 212 mutually exchange information.
  • It should also be noted that a data volume, owned by the primary storage system 120A, which should be the copy source for data duplication shall be referred to as the “PVOL”, and a data volume, owned by the secondary storage system 120B, which should be the duplication target of data to be stored in the PVOL shall be referred to as the “SVOL.”
  • A management program 231 that is executed on the management terminal unit 130 manages configuration elements of the data processing system according to the embodiment, or more specifically the program manages hosts 110 or storage systems 120. The management program 231 is stored in the main storage device of the management terminal unit 130.
  • It should be noted that programs described above are installed in a storage medium owned by each devices by using a mobile medium such as a compact disk or a magnet-optical disk, or via the network 170.
  • (II) Data Structure Used for the Data Processing System
  • Next, a data structure to be used for the data processing system according to the embodiment will be described with reference to FIGS. 3 to 9.
  • FIG. 3 is a diagram showing journal group management information. FIG. 4 is a diagram showing data volume management information. FIG. 5 is a diagram showing journal meta-information. FIG. 6 is a diagram showing correlations between a data volume and a journal volume. FIG. 7 is a diagram showing an internal structure of a journal data area 820 in a primary journal volume. FIG. 8 is a diagram showing an internal structure of a journal data area 820 in a secondary journal volume. FIG. 9 is a diagram showing switching configuration information of a journal volume.
  • The journal group management information is information used for managing a journal group and is stored in the control memories 145 of storage system 120.
  • Here, the term “journal group” implies a pair of volumes in which a data volume and a journal volume that stores a journal of the data volume are associated with each other.
  • The journal group management information contains, as shown in FIG. 3, a journal group ID 410, a latest journal sequence number (No.) 420, data volume information 430, journal volume information 440 and transfer group information 450.
  • The journal group ID 410 is an identifier which uniquely identifies a journal group. The latest journal sequence number 420 is the latest number created among consecutive numbers to be created for journals in the journal group.
  • The data volume information 430 contains data volume management information 431 of data volumes contained in the journal group. Details of the data volume management information will be described later.
  • The journal volume information 440 contains information on journal volumes and journal volume IDs for storage 444 which are contained in the journal group. Information of each journal volume contains a volume ID 441 identifying the volume, a first journal sequence number 442 which indicates the sequence number of the oldest journal among journals stored in the journal volume, and a last journal sequence number 443 which indicates the sequence number of the newest journal.
  • The journal volume ID for storage 444 is provided to indicate a journal volume in which a subsequent journal is stored, when a plurality of journal volumes are available in a journal group. In the primary storage system 120A, the journal volume ID 444 implies a journal volume that is used to store journal during a journal acquisition process, while in the secondary storage system 120B, the journal volume ID 444 implies a journal volume that is used as a transfer target of a journal during a journal transfer process. It should be noted, however, that, when only one journal volume exits, an ID of a journal volume that is used for storage and transfer is set in the journal volume ID for storage 444.
  • The transfer group information 450 contains a journal group ID 451 which is an identifier of a journal groups to be paired, a transfer-completed journal sequence number 452 which indicates to which journal the transfer to the secondary storage system is completed, a reflection-completed journal sequence number 453 which indicates to which the journal reflection process is completed in the secondary storage system 120B, and a pair status information 454 which indicates the status of transfer groups. It should be noted that a journal which has a sequence number subsequent to the transfer-completed journal sequence number 452 becomes the oldest journal. The secondary storage system (the primary storage system in the second and the fourth embodiment) specifies and uses a journal volume that contains the oldest journal as the journal volume. When a journal volume for transfer and a journal volume for storage coincide with each other, the journal volume containing the oldest journal and the journal volume indicated by the journal volume ID for storage 444 coincide with each other. On the other hand, as a result of a switching process, or if a journal volume for transfer and a journal volume for storage are differentiated from each other in advance, the journal volume containing the oldest journal and the journal volume indicated by the journal volume ID for storage 444 do not coincide with each other. The same applies to the secondary storage system 120B.
  • Here, the term “transfer group” implies that a transfer source journal group and a transfer target journal group are associated with each other and paired.
  • The reflection-completed journal sequence No. 453 is notified to the journal process management program 221 of the primary storage system 120A from the journal process management program 221 of the secondary storage system 120B.
  • The pair status 454 includes. “PAIR” which means that all data volumes available in a journal group are in a duplicated status and “COPY” which means that one or more data volumes available in a journal group are executing a differential copy (the differential copy will be described later). Further, there are two more statuses: a status of “SUSPEND” which means that all data volumes are in a suspend status without executing duplication and consistency is maintained for all data within the journal group; and a status of “SUSPEND-E” which means a status where consistency is not maintained in the journal group.
  • The data volume management information 431 is information used for managing a data volume, and as shown in FIG. 4, the information contains a volume ID 510 which identifies a data volume in a storage system, and pair volume information 520 which is information on paired data volumes.
  • The pair volume information 520 contains a storage system ID 521, a data volume ID 522 which identifies paired data volumes, a pair status 523 which shows a duplication status, an effective flag of differential bit map 524, and a differential bit map 525.
  • The storage system ID 521 is an identifier of a storage system in which paired data volumes exist, and the data volume ID 522 is a volume identifier in the storage system. A data volume can be uniquely defined by combining the storage system ID 521 and the data volume ID 522.
  • The pair status 523 implies either status of the “PAIR” in which data volumes are in a duplicated status (a status where data consistency is maintained within a volume), the “COPY” which means that one or more data volumes available in a journal group are executing a differential copy, or the “SUSPEND” in which copying processes are discontinued to be in the suspend status due to blockage of a volume, a path, etc.
  • The effective flag of differential bit map 524 indicates whether a value of a differential bit map is effective. The differential bit map 525 is information that indicates an area in which the PVOL and SVOL data are different from each other. A data volume area is divided into a plurality of areas, and, if a data volume is updated under the SUSPEND status, a bit indicating the updated area is turned on. After establishing the SUSPEND status, a pair can be recovered to a duplicated status by duplicating only the bit-on area based on a bit map in which OR is removed from the respective differential bit maps 525 of the PVOL and the SVOL (differential copying). Copy transfer volume can be reduced by executing the differential copying. With the differential copying, the area in which copying is completed turns off the bit, and when all bits are turned off, then the differential copying is completed. Further, when a pair is created, the entire area of the PVOL can be copied to the SVOL by turning on all differential bit maps and applying differential copying (initial copying).
  • The journal meta-information is management information used to associate data with journals, and, as shown in FIG. 5, the meta-information contains data volume information 710 and journal information 720.
  • The data volume information 710 contains update time 711 which indicates data update time, storage data volume offset in journal group 712 which indicates a data volume whose data is to be updated falls on which data volume in a journal group, and a data storage address 713 which indicates a first address in which data on a data volume is stored.
  • The journal information 720 contains a journal data storage address 721 which indicates a first address in which journal data on a journal volume is stored, data length 722 of journal data, and a journal sequence number 723 which is one of serial numbers of journals in a journal group that is assigned when a journal is acquired.
  • The data volumes and the journal volumes that are associated with each other by the journal meta-information are shown in FIG. 6.
  • In general, the PVOL, the SVOL and a journal volume are each managed on a predetermined logical block basis (e.g., 512 KB). A logical block address (hereinafter referred to as an “LBA”) is given to each of the logical blocks.
  • A primary journal volume 267A has a meta-data area 810 and a journal data area 820. In the meta-data area 810, the journal data 821A described earlier, or a copy of data 831A that is written in the PVOL by a write command, is stored. In the meta-data area 810, the meta-data 811A described earlier is stored. The meta-data contains a data storage address 812A of update data, and a storage address 813A of journal data.
  • A secondary journal volume 267B also has a meta-data area 810 and a journal data area 820 as is the case with the primary journal volume 267A. In the meta-data area 810, meta-data 811B that is transferred from a meta-data area of a primary journal volume is stored. In the journal data area 820, journal data 821B (associating with meta-data) that is transferred from a journal data area of the primary journal volume 267A is stored.
  • The meta-data 811B has information on data update that is performed in the PVOL, and address information 813B of the meta-data 811B indicates an address of the associated journal data 821B. Further, by copying the journal data 821B to an address of an SVOL 266 associated with the address 812B from the journal data area 820 of the secondary journal volume 267B, it is possible to reflect the update made in a PVOL 265 in the SVOL 266.
  • It is possible that each address is expressed by an LBA and data length is represented by the number of logical blocks. In addition, a location in which data is stored can be represented by a difference (offset) from a base address (first LBA) of an area in which the data is stored (journal data area or meta-data area). With the embodiment, data length of meta-data is set to a given length (64 bytes, for example), but data length of journal data is not constant since it depends on data to be updated by a write command.
  • When a journal group is defined, each of the storage systems 120 sets the meta-data area 810 and the journal data area 820 for the journal volume 267 to be set. More specifically, the first LBA and the number of blocks of each area are set.
  • Next, an internal structure of the journal data area 820 in a primary journal volume will be described.
  • The journal data area 820 contained in the primary journal volume is divided into a journal storage completed area 910 in which journal data is stored, and a purge completed area 920 in which journal data is not stored, or otherwise, journal data that can be purged is stored. The purge completed area 910 is an area that is enabled to release journal data stored therein following the transfer to the journal data to the secondary site, and the area can be used for storing new journal data of the PVOL 625.
  • FIG. 7 shows a status where a journal data area 900A and a journal data area 900B are stored in separate logical volumes 15 respectively.
  • In the journal data area 900A, a journal with a first sequence number in volume 931A up to a journal with a last journal sequence number in volume 932A are stored, while in the journal data area 900B, a journal with a first sequence number in volume 931B up to a journal with a last sequence number in volume 932B are stored. When a journal is stored, it is always written in the first place in a volume.
  • A journal volume is repeatedly used in the same way as it is done for a cyclic buffer. More specifically, when the last logical block of a journal is used up, the first logical block is then used again. It should be noted, however, when a plurality of journal volumes are contained in a journal group, if the last logical block of a journal is used up, the first logical block of the subsequent journal volume is used. When the last logical block of the last journal volume is used up, then use of the first logical block of the first journal volume is resumed. It should be noted that, before the last logical block of a journal volume is used, it may be possible to switch an intermediate logical block over to the first logical block of the next journal volume. Switching of a storage target of a journal over to the next journal volume is called a “journal volume switching process.”
  • In FIG. 7, after the journal area 900A is used up to the first journal sequence number in volume 931A, the journal volume is switched over to the first journal of the journal data area 900B. To that end, the first journal sequence number in volume 931A and the last journal sequence number in a volume 932B are uninterrupted. The journal volume switching process will be described in detail later.
  • A storage-completed sequence number 911 indicates the latest journal. A journal to be acquired next is given a journal sequence number having a value that is obtained by adding 1 to the storage-completed sequence number 911 and is stored in a purge area of the journal data area 900B. Here, a journal volume for storage implies a journal volume that has the journal data area 900B. A journal with a sequence number obtained by adding 1 to a transfer-completed sequence number 921 is the oldest journal. If the transfer-completed sequence number 921 is equal to the storage-completed sequence number 911, this means that the journal is empty.
  • Next, an internal structure of the journal data area 820 in the secondary journal volume will be described.
  • As shown in FIG. 8, the journal data area 820 contained in the secondary journal volume is divided into: a purge-completed area 1030 in which journal data that is already used for reflection of the journal to the SVOL 626 is stored (or, the journal data is not stored); area under reflection 1020 in which the journal data that is subject to journal reflection to the SVOL 626; a transfer completed area 1011 in which journal data that is the target for journal reflection and for journal transfer from the primary journal volume has been completed is stored; and area under transfer 1010 in which journal data under transfer from the primary journal volume is stored.
  • In a journal data area 1000A, a journal with a first sequence number in volume 931C up to a journal with a last journal sequence number in volume 932C are stored, while in the journal data area 1000B, a journal with a first sequence number in a volume 931D up to a journal with a last sequence number in volume 932D are stored. Here, journal volume switching occurs after the first sequence number in volume 931C has been stored, and therefore, the first sequence number in volume 931C and the journal with a last sequence number in volume 932D are uninterrupted.
  • A sequence number to be transferred 1012 indicates a first journal sequence number of a journal that is under transfer from the primary journal volume. Journals with the sequence number to be transferred 1012 and subsequent sequence numbers are transferred next and stored in a purge area of the journal data area 1000B. Here, a volume ID to be stored in the journal volume IDs for storage 444 shown in FIG. 3 indicates a journal volume having the journal data area 1000B which is a target volume for transfer. A transfer completed sequence number 1013 indicates a sequence number of a journal whose transfer process is completed last.
  • A sequence number to be reflected 1021 indicates the first sequence number of a journal targeted for journal reflection, or otherwise, the number indicates a sequence number of a journal whose reflection process is completed following the reflection-completed sequence number 1022.
  • Next, journal volume switching configuration information will be described.
  • The journal volume switching configuration information is management information used to switch journal volumes.
  • With the process according to the present invention, it is possible to switch journal volumes in both the primary site and the secondary site.
  • The journal volumes of the primary site 100A is switched by switching the logical volumes that are used for storing present-time journals in order to balance loads on (source) logical volumes used for storing and on logical volumes used for data transfer by present-time journals.
  • The journal volumes of the secondary site 100B is switched by switching the logical volumes that are used for transfer in order to balance loads on (target) logical volumes used for transfer and on logical volumes used for data recovery by present-time journals.
  • As shown in FIG. 9, the journal volume switching configuration information comprises effective flag of switching judgment 1110, judgment information 1120 and operation under out-of-condition circumstances 1130.
  • The effective flag of switching judgment 1110 is a flag for executing switching judgment process or not. If no journal volume switching judgment is executed, the effective flag of switching judgment 1110 is turned OFF.
  • Although the switching judgment at the primary site 100A may be performed at given timing, it is effective to performed the switching judgment when, after transfer of a journal of a certain volume is completed, a journal volume in which a journal to be transferred next is stored is used as a volume which stores a present-time journal. The switching judgment at the secondary site 100B can also be performed at given timing, but it is effective to perform the switching judgment when, after data reflection by a journal of a certain volume is completed, a journal volume in which a journal to be used for the reflection next is stored is used as a transfer target volume. Here, attention should be paid to the fact that the journal data has a sequential structure as used in FIGS. 7 and 8. Such switching judgment will be described in detail later.
  • The judgment information 1120 contains set values concerning non-transferred journal volume, and set values concerning time difference between the time when the oldest journal among non-transferred journals is updated and the time when judgment is made. Each set value contains an effective flags 1121 and 1123 to make the judgment criteria effective or not, and threshold conditions 1122 and 1124 for performing switching of volumes for storage.
  • For example, for the primary journal volume, when non-transferred journal volume is small, loads of journal processing would not constitute a big problem even if a logical volume used for storing a present-time journal coincides with a logical volume used for transfer. On the other hand, for the secondary journal volume, when a journal volume to be recovered is small, loads of journal processing would not constitute a big problem even if a logical volume used for data recovery by a present-time journal coincides with a logical volume used for transfer.
  • Consequently, for the case of the primary journal volume, the threshold conditions 1122 would include that non-transferred journal volume (difference between the storage-completed sequence number 911 and the transfer-completed sequence number 921) should exceed the preset threshold value, while for the case of the secondary journal volume, the threshold conditions 1124 would include that non-transferred journal volume time difference (difference of time between the update time of the journal with a sequence number obtained by adding 1 to a transfer completed sequence number 921 and the time when a judgment is made) should exceed the preset threshold value. Further, for the case of the secondary journal volume, the threshold conditions 1122 may include that the non-reflected journal volume (difference between the transfer completed sequence number 1013 and the reflection-completed sequence number 1022) should exceed the preset threshold value, or the threshold conditions 1124 may include that the non-reflected journal time difference (difference of time between the update time of the journal with a sequence number obtained by adding 1 to a reflection-completed sequence No. 1022 and the time when a judgment is made) should exceed the preset threshold value.
  • In such cases, for the primary journal volume, switching of journal volume for storage is executed, while for the secondary journal volume, switching of volume for transfer is executed.
  • In the operation under out-of-condition circumstances 1130, system operations for a situation that does not satisfy the conditions are described. Operations for a situation that does not satisfy the conditions include: for the primary journal volume, (1) journal transfer is interrupted, or (2) journal transfer is executed by using a journal volume that is used for storing the journal; or, for the secondary journal volume, (1) journal reflection is interrupted, or (2) journal reflection is executed by using a journal volume which is used as the transfer target.
  • In the primary site 100A, the journal switching configuration information is set by a user, when a journal group and the like are set, via the management terminal unit 130 or GUI of the maintenance terminal unit 122, and is then stored in the control memory 145. In the secondary site 100B, the journal switching configuration information is set in the similar way, and the information is stored in the control memory of the secondary storage system 120B.
  • (III) Outlined Processes of Data Processing System
  • (III-1) Outlined Processes of Data Processing System
  • First, outlined processes of a data processing system according to the first preferred embodiment of the present invention will be described with reference to FIG. 10.
  • FIG. 10 is a flow chart showing outlined processes of a data processing system according to the first embodiment.
  • First, a user enters a pair generation command to a storage system by using a graphical user interface (GUI) of the host 110, the control terminal unit 130 or the maintenance terminal unit 122 (Step 301).
  • The pair generation command associates the PVOL 625 of the primary storage system 120A which will be the copy source for data duplication with the SVOL 626 of the secondary storage system 120B which will be the duplication target of data to be stored in the PVOL 625 so as to form them into a pair.
  • Then, the journal process management program 221 of each site is used to control the primary site 100A so that a volume to store a journal associated with the PVOL 625 designated in the storage system 120A may be allocated, and to control the secondary site 100B so that a journal volume to store a journal associated with the SVOL 626 designated in the secondary storage system 120B may be allocated (Steps 302 and 303).
  • In the primary site 100A, a journal group is formed by the PVOL 625 and the journal volume area 627A that is assigned to the PVOL 625, while in the secondary site 100B, a journal group is formed by the SVOL 626 and the journal volume area 627B that is assigned to the SVOL 626. An aggregate of a plurality of volumes can be assigned to a journal volume when the journal group is formed.
  • The pair generation command also associates a journal group of the PVOL 625 with a journal group of the SVOL 626 to create a transfer group (Step 304). Journal volume switching information may be set when the journal group is set. The journal volume switching setting will be described in detail later.
  • It should be noted that, when a journal group is formed, assignment of data volume is not limited to a single data volume, but an aggregate of a plurality of data volumes may be assigned. Since data is updated in the aggregate of SVOLs in a similar way of updating data in the aggregate of the PVOLS, data consistency is maintained in the aggregate of the data volumes.
  • Next, after a transfer group is formed, journal processes are executed (Step 305). The journal processes imply journal acquisition, journal transfer, and journal reflection. The journal acquisition is started in the primary storage system 120, when the primary storage system receives from a use a command instructing acquisition of a journal (hereinafter referred to as the “journal acquisition start command”). The journal processes will be described in detail later.
  • On the other hand, data that had been stored in the PVOL 625 before the journal acquisition is started will not be transferred to the secondary storage system even when the journal transfer is started. It is necessary to independently copy such data (herein after referred to as the “initial data”) to the SVOL 626 from the PVOL 625. A process to copy the initial data is called “initial copying. In the embodiment, initial copying which transfers the initial data to the SVOL 626 from the PVOL 625 is executed (Step 306). The initial data is transferred from the first area of volumes up to the last area of volumes in the PVOL 625.
  • (III-2) Detailed Journal Processes
  • Next, journal processes will be described in detail with reference to FIG. 11.
  • FIG. 11 is a diagram showing journal process operations according to the first embodiment of the present invention.
  • The storage systems 120A and 120B execute the journal process management program 221 to control journal processes.
  • The primary storage system 120A executes the journal acquisition program 623 out of the journal acquisition/reflection program 223. The primary storage system 120A, by executing the journal acquisition program 623, stores a duplicated copy of data to be written to the PVOL 625 as journal data. In addition, the primary storage system 120A also stores meta-data in the journal volume area 627A as part of journals. The above-stated processes constitute the journal acquisition processes.
  • On the other hand, the secondary storage system 120B executes journal reflection processes by executing the journal reflection program 624 out of the journal acquisition/reflection program 223. The journal reflection program 624 recovers data based on journals stored in the journal volume area 627B and reflects data updated in the PVOL 625 in the SVOL 626.
  • FIG. 11 shows processes wherein the above-stated processes are executed with the system illustrated in FIG. 2.
  • Upon starting journal acquisition processes of the PVOL 625, the primary storage system 120A creates a journal according to writing (an arrow-headed line 601) from the primary host 110A to the PVOL 625, and stores the journal thus created in the journal volume area 627A (an arrow-headed line 602). Here, the journal acquisition program acquires information such as a latest journal sequence number and a journal volume ID for storage from journal group management information stored on the control memory 145 of the primary storage system 120A, determines the target for journal storage, and creates meta-data information.
  • The secondary storage system 120B executes the journal process management program 221, and acquires information related to journal creation status (for example, capacity of a journal in a journal volume, the oldest time of journals, etc.) (an arrow-headed line 603).
  • The secondary storage system 120B executes the journal process management program 221, and issues a request for journal transfer to the journal transfer program 222 of the secondary storage system 120B according to entry of instruction by a user via a GUI or a predetermined schedule (for example, at a time when a certain volume of journals is stored in a journal volume in the primary storage system 120A, at regular periods, etc.) (an arrow-headed line 604).
  • The request for journal transfer contains a journal to be copied (which may be a plurality of journals), a journal volume in which the above-stated journal is stored, information designating the storage system 120 (the primary storage system 120A here) which has the above-stated journal volume, and information designating a journal volume in which the copied journal is stored. Such information is created based on the information that the journal process management program 221 has acquired from the journal management information on the control memory 145.
  • The journal transfer program 222, upon receiving a request for journal transfer, issues a read command to the primary storage system 120A (an arrow-headed line 605). The primary storage system 120A, upon receiving the read command, transmits a journal designated by the read command to the secondary storage system 120B (an arrow-headed line 606).
  • An area of a journal volume, in which the journal that is transmitted to the primary storage system 120B is stored, of the primary storage system 120A is purged or cleared, enabling storage of a new journal. It should be noted that the purging is not needed to be executed immediately after the transmission. Purging may be executed periodically, or may be done according to a user's instruction.
  • The secondary storage system 120B, upon receiving a journal, stores the received journal in the journal volume area 627B that is designated by the request for journal transfer.
  • Thereafter, the journal process management program 221 of the secondary storage system 120B issues a request for journal reflection to the journal reflection program 624 of the secondary storage system 120B (an arrow-headed line 607). The journal reflection program 624, upon receiving the request for journal reflection, recovers data in the SVOL 626 based on the journal of the journal volume area 627B (an arrow-headed line 608). It should be noted that the area in which the journal used for recovery is purged, enabling storage of a new journal.
  • (III-3) Journal Volume Switching Processes
  • Next, journal volume switching processes will be described with reference to FIGS. 12 to 14.
  • FIG. 12 is a conceptual diagram explaining switching of a journal volume. FIG. 13 is a flow chart showing a switching process of a primary journal volume. FIG. 14 is a flow chart showing a switching process of a secondary journal volume.
  • As already stated in the above, with the present invention, switching of journal volume is executed to reduce system loads by avoiding that logical volumes used for journal storage, journal reflection and journal transfer become identical in the process of transferring the journals to the secondary site 100B from the primary site 100A.
  • Now, as shown in FIG. 12, it shall be assumed that a logical volume PA, a logical volume PB and a logical volume PC are available in the primary site 10A, wherein the logical volume PB is used for storing a journal, and the logical volume PA is used for transfer as the transfer source logical volume.
  • It shall also be assumed that, for the order of journals, those located at the upper part of a volume is older, and the last journal of the logical volume PA is continuously connected to the first journal of the logical volume PB.
  • Now, when transfer of journals in the logical volume PA is completed, the next step will be transfer of journals in the logical volume PB, and at this time, a logical volume for storing journals will be switched to the logical volume PC from the logical volume PB.
  • Further, it shall be assumed that a logical volume SA, a logical volume SB and a logical volume SC are available in the secondary site 110B, wherein the logical volume SC is used reflecting a journal, and the logical volume SA is used for transfer as the transfer target logical volume.
  • It shall also be assumed that, for the order of journals, those located at the upper part of a volume is older, and the last journal of the logical volume. SC is continuously connected to the first journal of the logical volume SA.
  • In such a case, when reflection of journals in the logical volume SC is completed, the next step will be reflection of journals in the logical volume SA, and at this time, the target logical volume for transferring journals will be switched to the logical volume SB from the logical volume SA.
  • In the above, an example wherein switching is carried out at such timing that all journals in a logical volume for journal transfer and a logical volume for journal reflection are transferred or reflected is shown. However, switching of journal volumes may be executed following a switching command that is entered by a user. Further, the switching may be executed periodically or at predetermined hours. Furthermore, the switching may be carried out only when predetermined conditions are satisfied via an interface of the host 110, the management terminal unit 130 or the maintenance terminal unit 122.
  • In addition, in the primary site 100A, the switching may be executed at such timing that accepts a command for requesting journal transfer as shown by the arrow-headed line 605 in FIG. 11. Alternatively, in the secondary site 100B, the switching may be executed at such timing of initiating journal transfer.
  • More specifically, in the primary site 100A, when there are a plurality of primary journal volumes, such switching of journal volume can be realized by controlling the balance between the storage-completed journal sequence number 911 and the transfer-completed journal sequence number 921 shown in FIG. 7, thus distinguishing a journal volume to be used for journal acquisition from a journal volume to be used for journal transfer.
  • Further, in the secondary site 100B, when there are a plurality of secondary journal volumes, it is possible to distinguish a journal volume to be used for journal reflection from a journal volume to be used for journal transfer by controlling the balance between the reflection-completed journal sequence number 1022 and the journal sequence number to be transferred 1012.
  • It should be noted that, in the primary site 100A, when a journal which is subjected to journal transfer (hereinafter referred to as a “non-transferred journal”) is not in a volume except a journal volume that is used for journal acquisition (more specifically, when the last journal sequence number in volume 932B of a journal volume for storage is a number that is obtained by adding 1 to the transfer completed journal sequence number 921), if switching of the journal volume for storage is not executed, then journal acquisition and journal transfer will be performed for one and the same journal volume.
  • Next, primary journal volume switching processes will be described according to the flow of a flow chart illustrated in FIG. 13.
  • When journal transfer is executed, a flag of journal volume switching judgment is checked (Step 1201).
  • If the switching judgment is not effective, then the journal transfer is executed (Step 1208). If the switching judgment is effective, a check is made as to whether any non-transferred journal exists in a journal volume except a journal volume for storage (Step 1202). If any non-transferred journal exists, the journal transfer of the journal volume is executed (Step 1208). If any non-transferred journal does not exist, a check is made as to whether a judgment based on non-transferred journal volume is effective and the judgment satisfies threshold conditions (Step 1203). If the judgment is effective and satisfies the conditions, then the journal volume for storage is switched to the subsequent journal volume (Step 1207), and journal transfer is executed (Step 1208). If the judgment of journal volume is ineffective or does not satisfy the conditions, a check is made as to whether a judgment based on time difference between the oldest update time of the non-transferred journal and present time is effective and the judgment satisfies the threshold conditions (Step 1204). If the judgment is effective and satisfies the conditions, then the journal volume for storage is switched to the subsequent journal volume (Step 1207), and journal transfer is executed (Step 1208). If the time difference judgment is ineffective or does not satisfy the conditions, the preset information is reflected (Step 1205), and journal transfer is executed by using a journal volume for storage. (Step 1208), or journal transfer is interrupted until the next request for journal transfer is issued (Step 1206). When the journal volume for storage is switched in Step 1207, the storage controller 140 of the primary storage system 120A re-writes the ID of a journal volume for storage of journal group management information stored in the control memory 145 to information indicating a new switching-destination journal volume.
  • Next, secondary journal volume switching processes will be described according to the flow of a flow chart illustrated in FIG. 14.
  • When journal reflection is executed, a flag of journal volume switching judgment is checked (Step 1301). If the switching judgment is not effective, then the journal reflection is executed (Step 1308) If the switching judgment is effective, a check is made as to whether any non-reflected journal exists in a journal volume except a journal volume for storage (Step 1302). If any non-reflected journal exists, the journal reflection of the journal volume is executed (Step 1308). If any non-reflected journal does not exist, a check is made as to whether a judgment based on non-reflected journal volume is effective and the judgment satisfies threshold conditions (Step 1303). If the judgment is effective and satisfies the conditions, then the transfer-destination journal volume is switched to the subsequent journal volume (Step 1307), and the journal reflection is executed (Step 1308). When the transfer-destination journal volume is switched in Step 1307, the storage controller 140 of the secondary storage system 120B re-writes the ID of a journal volume for storage of journal group management information stored in the control memory 145 to information indicating a new switching-destination journal volume. If the judgment of journal volume is ineffective or does not satisfy the conditions, a check is made as to whether a judgment based on time difference between the oldest update time of the non-reflected journal and present time is effective and the judgment satisfies the threshold conditions (Step 1304). If the judgment is effective and satisfies the conditions, then the transfer-destination journal volume is switched to the subsequent journal volume (Step 1307), and the journal reflection is executed (Step 1308). If the time difference judgment is ineffective or does not satisfy the conditions, the preset information is reflected (Step 1305), and journal reflection is executed by using-a journal volume for storage (Step 1305), or journal reflection is interrupted until the next request for journal reflection is issued (Step 1306).
  • Second Embodiment
  • Hereinafter, a second preferred embodiment according to the present invention will be described with reference to FIG. 15.
  • FIG. 15 is a diagram showing journal process operations according to the second embodiment of the present invention.
  • In the journal processes according to the first embodiment, the journal transfer process is performed such that the secondary storage system 120B issues a read command requesting the primary storage system 120A to execute journal transfer as shown in FIG. 11 (the arrow-headed line 605). In the second embodiment, journal transfer is executed in such a way as that the primary storage system 120A issues a write command to the secondary storage system 120B, not in such a way as that the primary storage system 120A waits for a read command issued by the secondary storage system 120B.
  • First, in the primary site 10A, journal acquisition for updating the PVOL data (an arrow-headed line 601) is carried out in the way similar to that of the first embodiment (an arrow-headed line 602). The journal process management program 221 of the primary storage system 120A issues a request for journal transfer to the journal transfer program 222 (an arrow-headed line 1404). The journal transfer request contains a journal volume in which a journal to be transmitted to the storage system 120B is stored, information designating the storage system 120B, information designating a journal volume which should store the above-stated journal in the storage system 120B, etc. Such information is acquired from journal group management information stored in the control memory 145.
  • The journal transfer program 222, upon receiving the request for journal transfer, transmits a journal designated by issuing a write command to the secondary storage system 120B to the secondary storage system 120B (an arrow-headed line 1406). The secondary storage system 120B stores the journal received as a write command from the primary storage device 120A in the area of the secondary journal volume designated by the command.
  • Thereafter, journal reflection (Step 608) in the secondary site 100B is carried out in the way similar to that of the first embodiment. In addition, journal volume switching in the second embodiment is carried out in the way similar to that of the first embodiment.
  • Third Embodiment
  • Next, a third preferred embodiment according to the present invention will be described with reference to FIG. 16.
  • FIG. 16 is a diagram showing journal process operations according to the third embodiment of the present invention.
  • The data processing system of the embodiment differs from that of the first preferred embodiment in, as shown in FIG. 16, that a journal process management program 1521 is not contained in the storage systems 120, but in the hosts 110. The journal process management programs 1521 execute communication with each other via a communication line that connects the primary host 110A and the secondary site 110B.
  • First, in the primary site 100A, journal acquisition for updating the PVOL data (the arrow-headed line 601) is carried out in the way similar to that of the first embodiment (the arrow-headed line 602).
  • The primary host 110A acquires information concerning journal creation status (e.g., capacity of a journal) from journal volume management information stored in the control memory 145 of the primary storage system 120A by executing the journal process management program 1521 and issuing a given command (hereinafter referred to as the journal creation status acquisition command”) (an arrow-headed line 1509).
  • The information concerning journal creation status acquired by the primary host 110A is notified to the secondary host 110B (an arrow-headed line 1503).
  • The secondary host 110B executes the journal process management program 1521 and issues a request for journal transfer, according to an entry designated by a user via a GUI or predetermined schedule (for example, when journals exceeding a given amount are stored in the primary storage system 120A, or at a regular period of time) to the primary storage system 120B (an arrow-headed line 1504).
  • The request for journal transfer contains a journal to be copied, a journal volume in which the journal is stored, information designating the storage system 120 which has the journal volume, and information designating a journal volume in which the copied journal is to be stored.
  • The secondary storage system 120B, upon receiving the request for journal transfer, issues a read command to the primary storage system 120A by executing the journal transfer program 222. The primary storage system 120A, upon receiving the read command, transmits the journal designated by the read command to the secondary storage system 120B (the arrow-headed line 606). The area in which the journal transmitted to the secondary storage system 120B is purged or cleared, thus enabling the use for storing a new journal.
  • The secondary storage system 120B, upon receiving the journal, stores the received journal in the journal volume area 627B that is designated by the request for journal transfer.
  • Thereafter, the secondary host 110B issues a request for journal reflection to the secondary storage system 120B (an arrow-headed line 1507).
  • The secondary storage system 120B, upon receiving the request for journal reflection, executes the journal reflection program 624 and recovers data from the journal volume area 627B to the SVOL 626 (an arrow-headed line 608). The area in which the reflection-completed journal is stored is purged, thus enabling the use for storing a new journal.
  • The journal volume switching in the embodiment is carried out in a way similar to the journal volume switching in the first embodiment.
  • Fourth Embodiment
  • Next, a fourth preferred according to the present invention will be described with reference to FIG. 17.
  • FIG. 17 is a diagram showing journal process operations according to the fourth embodiment of the present invention.
  • The data processing system of the embodiment differs from that of the first embodiment in the point that, in the journal transfer process as shown in FIG. 17, the primary storage system 120A does not wait for a read command from the secondary storage system 120B, but the system 120A issues a write command to write data to the secondary storage system 120B. In addition, the data processing system of the embodiment also differs from that of the first embodiment in the point that a journal process management program 1621 is executed not on the storage systems 120, but on the hosts 110. Further, the data processing system also differs from that of the first embodiment in the point that the secondary storage system 120B does not execute the journal reflection, but the secondary host 110B reads a journal to be used for recovery from the secondary journal volume area 627B and recovers data of the SVOL 626. In the embodiment, the journal reflection program is executed on the secondary host 110B.
  • With the embodiment, a general storage device that has no special functions can be used for the secondary storage system 120B, since the principal unit to execute journal transfer is the primary storage system 120A and journal reflection is executed by the secondary host 110B.
  • In the primary site 100A, journal acquisition (the arrow-headed line 602) for updating the PVOL data (the arrow-headed lien 601) is executed in a way similar to that of the first embodiment.
  • The primary host 110A acquires information concerning journal creation status (e.g., capacity of a journal) from journal group volume management information stored in the control memory 145 of the primary storage system 120A by executing the journal process management program 1621 and issuing a journal creation status acquisition command (an arrow-headed line 1609).
  • The information concerning journal creation status acquired by the primary host 110A is notified to the secondary host 110B (an arrow-headed line 1603).
  • The primary host 110A executes the journal process management program 1521 and issues a request for journal transfer, according to an entry designated by a user via a GUI or predetermined schedule (for example, when journals exceeding a given amount are stored in the primary storage system 120A, or at a regular period of time) to the primary storage system 120A (an arrow-headed line 1604).
  • The request for journal transfer contains a journal volume in which a journal to be transmitted to the secondary storage system 120B is included, information designating the storage system 120B, information designating the journal, etc.
  • The primary storage system 120A, upon receiving the request for journal transfer, transmits the designated journal to the secondary storage system 120B by issuing a write command to the secondary storage system 120B (an arrow-headed line 1606).
  • The secondary storage system 120B stores the journal received as a write command from the primary storage system 120A in the area of the secondary journal volume designated by the write command.
  • The secondary host 110B, by executing a journal reflection program 1624, reads a journal from the secondary journal volume area 627B, and recovers data in the SVOL 626 (an arrow-headed line 1608).
  • The secondary journal group is managed by the secondary host 110B so that the host 110B notifies information required for creating a request for journal transfer (information on journal volume for storage, etc.) of the primary host 110A. The area in which the reflection-completed journal is stored is purged, thus enabling the use for storing a new journal.
  • The journal volume switching in the embodiment is carried out in a way similar to the journal volume switching in the first embodiment.
  • [Features of the Data Processing System of the Present Invention in Terms of the Above Preferred Embodiments]
  • The above data processing system of the present invention is configured such that a storage system executes journal acquisition/reflection and transfer while a host or a storage system executes journal management and copy status management. With the configuration, actual data transfer for data duplication between the primary site and the secondary site is executed via a fiber-optic cable between the storage systems. Thus, it is possible to minimize traffics in a general communication line between hosts, and it is also possible to improve copying performance since data transfer can be performed in a high-speed line.
  • Further, the storage system has a function of writing a journal to another storage system by using a write command, and a host reads the journal for recovery. Thus, it is possible to realize data duplication without giving any special functions to the storage system in the secondary site.
  • Furthermore, a journal group has a plurality of journal volumes, journal volumes for storage are switched, journal acquisition/transfer operations are executed in the primary site and journal transfer/reflection operations in the secondary site for different journal volumes. Thus, it is possible to achieve load balancing on access to a journal volume. As a result, delays in volume reading and writing caused by load concentration on a volume can be reduced, thus enabling improved system as a whole.

Claims (15)

1. A data processing system, comprising:
a primary site which includes a first computer and a first storage system connected to said first computer; and
a secondary site which includes a second storage system connected to said second computer; wherein,
said first storage system and said second storage system are connected to each other via a communication line;
said first storage system records update history of data as a journal in a storage device, and transfers said journal to said second storage system via said communication line; and
said second storage system stores said transferred journal to a storage device.
2. A data processing system according to claim 1, wherein said second storage system executes data recovery based on said stored journal.
3. A data processing system according to claim 1, wherein said journal recorded in the storage device of said first storage system is stored in a plurality of logical volumes, and
while the journal is stored in a certain logical volume, a logical volume for storage is switched to another logical volume.
4. A data processing system according to claim 3, wherein said switching is made at such timing as designated by a user.
5. A data processing system according to claim 3, wherein said switching is executed at such timing that transfer of the logical volume in which the target journal for transfer to said secondary site is stored is completed.
6. A data processing system according to claim 1, wherein said transferred journal in said second storage system is stored in a plurality of logical volumes, and
while the journal is transferred to a certain logical volume, a transfer-target logical volume is switched to another logical volume.
7. A data processing system according to claim 6, wherein said switching is made at such timing as designated by a user.
8. A data processing system according to claim 6, wherein said second storage system recovers data based on said stored journal, and
said switching is made at such timing that all logical volumes which store a journal used for recovery are recovered.
9. A data processing system according to claim 1, wherein said second storage system acquires information related to a journal recorded in said first storage system, and
said second storage system issues a command requesting said first storage system to send said journal.
10. A data processing system according to claim 9, wherein said journal recorded in a storage device of said first storage system is stored in a plurality of logical volume,
a logical volume for storage is switched to another logical volume, while the journal is stored in a certain logical volume, and
said switching is made at such timing that a command for requesting dispatch of said journal is received from said second storage system.
11. A data processing system according to claim 9, wherein said transferred journal in said second storage system is stored in a plurality of logical volumes,
a transfer-target logical volume is switched to another logical volume, while the journal is transferred to a certain logical volume, and
said switching is made at such timing that said journal transfer is started at said first storage system.
12. A data processing system, comprising:
a primary site which includes a first computer and a first storage system connected to said first computer; and
a secondary site which includes a second computer and a second storage system connected to said second computer; wherein,
said first computer and said second computer are connected to each other via a first communication line,
said first storage system and said second are connected to each other via a second communication line,
said first storage system records data update history in a storage device as a journal,
said first computer acquires information related to said journal from said first storage system and transmits the information to said second storage system via said first communication line,
said first storage system transfers said journal to said second storage system via said second communication line, and
said second storage system stores the transferred journal in a storage device.
13. A data processing system according to claim 12, wherein said second storage system issues a command requesting said first storage system to send said journal.
14. A data processing system according to claim 12, wherein data recovery in said second storage system is executed by a recovery program to be executed on said second computer based on said transferred journal.
15. A data processing system, comprising:
a primary site which includes a first computer and a first storage system connected to said first computer; and
a secondary site which includes a second computer and a second storage system connected to said second computer; wherein,
said first storage system and said second storage system are connected to each other via a communication line,
said first storage system includes a first storage controller and a first storage device,
said first storage controller executes a journal acquisition program which records data update history in said first storage device as a journal, and a journal transfer program which transfers said journal to said storage system via said communication line,
said second storage system includes a second storage controller and a second storage device,
said second storage control system executes a journal reflection program which recovers data based on a journal and a journal transfer program which receives said transferred journal from said first storage system,
when said journal is being transferred from said first storage system to said second storage system,
said first storage controller, while said journal is being stored in a certain logical volume of said first storage system, switches a logical volume for storage to another logical volume of said first storage device, and
said second storage controller, while said journal is being transferred to a certain logical volume of said second storage device, switches a transfer-target logical volume to another logical volume of said second storage device.
US10/808,946 2004-01-30 2004-03-24 Data processing system Abandoned US20050188253A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/545,990 US7328373B2 (en) 2004-01-30 2006-10-10 Data processing system
US11/956,635 US7802137B2 (en) 2004-01-30 2007-12-14 Journaling system switching to another logical volume to store subsequently received update history

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004023090A JP4477370B2 (en) 2004-01-30 2004-01-30 Data processing system
JP2004-023090 2004-01-30

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/545,990 Continuation US7328373B2 (en) 2004-01-30 2006-10-10 Data processing system

Publications (1)

Publication Number Publication Date
US20050188253A1 true US20050188253A1 (en) 2005-08-25

Family

ID=34675462

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/808,946 Abandoned US20050188253A1 (en) 2004-01-30 2004-03-24 Data processing system
US11/545,990 Active US7328373B2 (en) 2004-01-30 2006-10-10 Data processing system
US11/956,635 Active 2025-02-15 US7802137B2 (en) 2004-01-30 2007-12-14 Journaling system switching to another logical volume to store subsequently received update history

Family Applications After (2)

Application Number Title Priority Date Filing Date
US11/545,990 Active US7328373B2 (en) 2004-01-30 2006-10-10 Data processing system
US11/956,635 Active 2025-02-15 US7802137B2 (en) 2004-01-30 2007-12-14 Journaling system switching to another logical volume to store subsequently received update history

Country Status (4)

Country Link
US (3) US20050188253A1 (en)
EP (1) EP1562118A3 (en)
JP (1) JP4477370B2 (en)
CN (1) CN1648867B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030014534A1 (en) * 2001-07-13 2003-01-16 Naoki Watanabe Initial copy for remote copy
US20060179343A1 (en) * 2005-02-08 2006-08-10 Hitachi, Ltd. Method and apparatus for replicating volumes between heterogenous storage systems
US20080301493A1 (en) * 2007-05-28 2008-12-04 Takashi Horiuchi Storage system and storage system management method
US20090132779A1 (en) * 2007-11-16 2009-05-21 Hitachi, Ltd. Storage system and remote copy control method
US20090158080A1 (en) * 2007-12-14 2009-06-18 Fujitsu Limited Storage device and data backup method
US20130132693A1 (en) * 2010-04-07 2013-05-23 Hitachi, Ltd. Asynchronous remote copy system and storage control method
US11132139B2 (en) * 2005-12-19 2021-09-28 Commvault Systems, Inc. Systems and methods for migrating components in a hierarchical storage network
US11200110B2 (en) 2018-01-11 2021-12-14 Commvault Systems, Inc. Remedial action based on maintaining process awareness in data storage management
US11301333B2 (en) 2015-06-26 2022-04-12 Commvault Systems, Inc. Incrementally accumulating in-process performance data and hierarchical reporting thereof for a data stream in a secondary copy operation
US11449253B2 (en) 2018-12-14 2022-09-20 Commvault Systems, Inc. Disk usage growth prediction system

Families Citing this family (112)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2003214624A1 (en) * 2002-04-25 2003-11-10 Kashya Israel Ltd. An apparatus for continuous compression of large volumes of data
US7343356B2 (en) 2004-04-30 2008-03-11 Commvault Systems, Inc. Systems and methods for storage modeling and costing
US8266406B2 (en) 2004-04-30 2012-09-11 Commvault Systems, Inc. System and method for allocation of organizational resources
US7321987B2 (en) * 2005-01-04 2008-01-22 International Business Machines Corporation Error monitoring of partitions in a computer system using partition status indicators
JP2006309638A (en) * 2005-05-02 2006-11-09 Hitachi Ltd Computer system, and host computer and storage device used for the computer system, and volume changeover method used for the computer system
JP4773788B2 (en) * 2005-09-29 2011-09-14 株式会社日立製作所 Remote copy control in storage system
CA2632935C (en) 2005-12-19 2014-02-04 Commvault Systems, Inc. Systems and methods for performing data replication
US7606844B2 (en) 2005-12-19 2009-10-20 Commvault Systems, Inc. System and method for performing replication copy storage operations
US8655850B2 (en) 2005-12-19 2014-02-18 Commvault Systems, Inc. Systems and methods for resynchronizing information
US8572330B2 (en) 2005-12-19 2013-10-29 Commvault Systems, Inc. Systems and methods for granular resource management in a storage network
US7651593B2 (en) 2005-12-19 2010-01-26 Commvault Systems, Inc. Systems and methods for performing data replication
US8060713B1 (en) 2005-12-21 2011-11-15 Emc (Benelux) B.V., S.A.R.L. Consolidating snapshots in a continuous data protection system using journaling
US7849361B2 (en) 2005-12-22 2010-12-07 Emc Corporation Methods and apparatus for multiple point in time data access
US7577867B2 (en) * 2006-02-17 2009-08-18 Emc Corporation Cross tagging to data for consistent recovery
US7809778B2 (en) * 2006-03-08 2010-10-05 Omneon Video Networks Idempotent journal mechanism for file system
US8726242B2 (en) 2006-07-27 2014-05-13 Commvault Systems, Inc. Systems and methods for continuous data replication
GB0616257D0 (en) 2006-08-16 2006-09-27 Ibm Storage management system for preserving consistency of remote copy data
GB0617342D0 (en) * 2006-09-02 2006-10-11 Ibm Consistent remote copy data storage system error management
US7627612B2 (en) 2006-09-28 2009-12-01 Emc Israel Development Center, Ltd. Methods and apparatus for optimal journaling for continuous data replication
US7627687B2 (en) 2006-09-28 2009-12-01 Emc Israel Development Center, Ltd. Methods and apparatus for managing data flow in a continuous data replication system having journaling
US20080147878A1 (en) * 2006-12-15 2008-06-19 Rajiv Kottomtharayil System and methods for granular resource management in a storage network
KR101442145B1 (en) * 2007-01-11 2014-09-23 삼성전자 주식회사 Apparatus and method for managing data
US7979742B2 (en) * 2007-07-19 2011-07-12 Hewlett-Packard Development Company, L.P. Recoverability of a dataset associated with a multi-tier storage system
US8024525B2 (en) * 2007-07-25 2011-09-20 Digi-Data Corporation Storage control unit with memory cache protection via recorded log
US8285953B2 (en) 2007-10-24 2012-10-09 Hitachi, Ltd. Storage system group
US9164941B2 (en) 2007-10-24 2015-10-20 Hitachi, Ltd. Storage system group
US7840536B1 (en) 2007-12-26 2010-11-23 Emc (Benelux) B.V., S.A.R.L. Methods and apparatus for dynamic journal expansion
US8041940B1 (en) 2007-12-26 2011-10-18 Emc Corporation Offloading encryption processing in a storage area network
US7860836B1 (en) 2007-12-26 2010-12-28 Emc (Benelux) B.V., S.A.R.L. Method and apparatus to recover data in a continuous data protection environment using a journal
US7958372B1 (en) 2007-12-26 2011-06-07 Emc (Benelux) B.V., S.A.R.L. Method and apparatus to convert a logical unit from a first encryption state to a second encryption state using a journal in a continuous data protection environment
US9501542B1 (en) 2008-03-11 2016-11-22 Emc Corporation Methods and apparatus for volume synchronization
US7719443B1 (en) 2008-06-27 2010-05-18 Emc Corporation Compressing data in a continuous data protection environment
US8108634B1 (en) 2008-06-27 2012-01-31 Emc B.V., S.A.R.L. Replicating a thin logical unit
JP5488952B2 (en) * 2008-09-04 2014-05-14 株式会社日立製作所 Computer system and data management method
US7882286B1 (en) 2008-09-26 2011-02-01 EMC (Benelux)B.V., S.A.R.L. Synchronizing volumes for replication
US8060714B1 (en) 2008-09-26 2011-11-15 Emc (Benelux) B.V., S.A.R.L. Initializing volumes in a replication system
US9495382B2 (en) 2008-12-10 2016-11-15 Commvault Systems, Inc. Systems and methods for performing discrete data replication
US8204859B2 (en) 2008-12-10 2012-06-19 Commvault Systems, Inc. Systems and methods for managing replicated database data
US8095828B1 (en) * 2009-08-31 2012-01-10 Symantec Corporation Using a data storage system for cluster I/O failure determination
US8289842B2 (en) * 2010-01-04 2012-10-16 International Business Machines Corporation Bridging infrastructure for message flows
US8504517B2 (en) 2010-03-29 2013-08-06 Commvault Systems, Inc. Systems and methods for selective data replication
US8504515B2 (en) 2010-03-30 2013-08-06 Commvault Systems, Inc. Stubbing systems and methods in a data replication environment
US8725698B2 (en) 2010-03-30 2014-05-13 Commvault Systems, Inc. Stub file prioritization in a data replication system
US8392680B1 (en) 2010-03-30 2013-03-05 Emc International Company Accessing a volume in a distributed environment
WO2011150391A1 (en) 2010-05-28 2011-12-01 Commvault Systems, Inc. Systems and methods for performing data replication
US8478955B1 (en) 2010-09-27 2013-07-02 Emc International Company Virtualized consistency group using more than one data protection appliance
US8433869B1 (en) 2010-09-27 2013-04-30 Emc International Company Virtualized consistency group using an enhanced splitter
US8694700B1 (en) 2010-09-29 2014-04-08 Emc Corporation Using I/O track information for continuous push with splitter for storage device
US8335771B1 (en) 2010-09-29 2012-12-18 Emc Corporation Storage array snapshots for logged access replication in a continuous data protection system
US8335761B1 (en) 2010-12-02 2012-12-18 Emc International Company Replicating in a multi-copy environment
JP5825655B2 (en) * 2010-12-09 2015-12-02 日本電気株式会社 Replication system
US9020895B1 (en) * 2010-12-27 2015-04-28 Netapp, Inc. Disaster recovery for virtual machines across primary and secondary sites
US8495178B1 (en) * 2011-04-01 2013-07-23 Symantec Corporation Dynamic bandwidth discovery and allocation to improve performance for backing up data
US8771324B2 (en) 2011-05-27 2014-07-08 Globus Medical, Inc. Securing fasteners
US8843446B2 (en) 2011-07-04 2014-09-23 Zerto Ltd. Methods and apparatus for time-based dynamically adjusted journaling
US9256605B1 (en) 2011-08-03 2016-02-09 Emc Corporation Reading and writing to an unexposed device
US8898112B1 (en) 2011-09-07 2014-11-25 Emc Corporation Write signature command
WO2013046253A1 (en) * 2011-09-27 2013-04-04 Hitachi, Ltd. Storage system and volume pair synchronization method
WO2013076872A1 (en) * 2011-11-25 2013-05-30 株式会社日立製作所 Computer system
US8645323B2 (en) 2012-04-10 2014-02-04 International Business Machines Corporation Large volume data replication using job replication
US9223659B1 (en) 2012-06-28 2015-12-29 Emc International Company Generating and accessing a virtual volume snapshot in a continuous data protection system
US10235145B1 (en) 2012-09-13 2019-03-19 Emc International Company Distributed scale-out replication
US9336094B1 (en) 2012-09-13 2016-05-10 Emc International Company Scaleout replication of an application
US10379988B2 (en) 2012-12-21 2019-08-13 Commvault Systems, Inc. Systems and methods for performance monitoring
US8996460B1 (en) 2013-03-14 2015-03-31 Emc Corporation Accessing an image in a continuous data protection using deduplication-based storage
US9383937B1 (en) 2013-03-14 2016-07-05 Emc Corporation Journal tiering in a continuous data protection system using deduplication-based storage
US9696939B1 (en) 2013-03-14 2017-07-04 EMC IP Holding Company LLC Replicating data using deduplication-based arrays using network-based replication
US9081842B1 (en) 2013-03-15 2015-07-14 Emc Corporation Synchronous and asymmetric asynchronous active-active-active data access
US9152339B1 (en) 2013-03-15 2015-10-06 Emc Corporation Synchronization of asymmetric active-active, asynchronously-protected storage
US9087112B1 (en) 2013-06-24 2015-07-21 Emc International Company Consistency across snapshot shipping and continuous replication
US9069709B1 (en) 2013-06-24 2015-06-30 Emc International Company Dynamic granularity in data replication
US9146878B1 (en) 2013-06-25 2015-09-29 Emc Corporation Storage recovery from total cache loss using journal-based replication
US9367260B1 (en) 2013-12-13 2016-06-14 Emc Corporation Dynamic replication system
US9405765B1 (en) 2013-12-17 2016-08-02 Emc Corporation Replication of virtual machines
US9158630B1 (en) 2013-12-19 2015-10-13 Emc Corporation Testing integrity of replicated storage
US9189339B1 (en) 2014-03-28 2015-11-17 Emc Corporation Replication of a virtual distributed volume with virtual machine granualarity
US10082980B1 (en) 2014-06-20 2018-09-25 EMC IP Holding Company LLC Migration of snapshot in replication system using a log
US9274718B1 (en) 2014-06-20 2016-03-01 Emc Corporation Migration in replication system
US9619543B1 (en) 2014-06-23 2017-04-11 EMC IP Holding Company LLC Replicating in virtual desktop infrastructure
US10324798B1 (en) 2014-09-25 2019-06-18 EMC IP Holding Company LLC Restoring active areas of a logical unit
US10101943B1 (en) 2014-09-25 2018-10-16 EMC IP Holding Company LLC Realigning data in replication system
US10437783B1 (en) 2014-09-25 2019-10-08 EMC IP Holding Company LLC Recover storage array using remote deduplication device
US9910621B1 (en) 2014-09-29 2018-03-06 EMC IP Holding Company LLC Backlogging I/O metadata utilizing counters to monitor write acknowledgements and no acknowledgements
US9529885B1 (en) 2014-09-29 2016-12-27 EMC IP Holding Company LLC Maintaining consistent point-in-time in asynchronous replication during virtual machine relocation
US9600377B1 (en) 2014-12-03 2017-03-21 EMC IP Holding Company LLC Providing data protection using point-in-time images from multiple types of storage devices
US10496487B1 (en) 2014-12-03 2019-12-03 EMC IP Holding Company LLC Storing snapshot changes with snapshots
US9405481B1 (en) 2014-12-17 2016-08-02 Emc Corporation Replicating using volume multiplexing with consistency group file
US10296422B1 (en) 2015-01-31 2019-05-21 Veritas Technologies Llc Low cost, heterogeneous method of transforming replicated data for consumption in the cloud
US9632881B1 (en) 2015-03-24 2017-04-25 EMC IP Holding Company LLC Replication of a virtual distributed volume
US9411535B1 (en) 2015-03-27 2016-08-09 Emc Corporation Accessing multiple virtual devices
US10296419B1 (en) 2015-03-27 2019-05-21 EMC IP Holding Company LLC Accessing a virtual device using a kernel
US9678680B1 (en) 2015-03-30 2017-06-13 EMC IP Holding Company LLC Forming a protection domain in a storage architecture
US10853181B1 (en) 2015-06-29 2020-12-01 EMC IP Holding Company LLC Backing up volumes using fragment files
US10248494B2 (en) 2015-10-29 2019-04-02 Commvault Systems, Inc. Monitoring, diagnosing, and repairing a management database in a data storage management system
CN106815124A (en) * 2015-12-01 2017-06-09 北京国双科技有限公司 Journal file treating method and apparatus
US9684576B1 (en) 2015-12-21 2017-06-20 EMC IP Holding Company LLC Replication using a virtual distributed volume
US10235196B1 (en) 2015-12-28 2019-03-19 EMC IP Holding Company LLC Virtual machine joining or separating
US10133874B1 (en) 2015-12-28 2018-11-20 EMC IP Holding Company LLC Performing snapshot replication on a storage system not configured to support snapshot replication
US10067837B1 (en) 2015-12-28 2018-09-04 EMC IP Holding Company LLC Continuous data protection with cloud resources
US10152267B1 (en) 2016-03-30 2018-12-11 Emc Corporation Replication data pull
US10579282B1 (en) 2016-03-30 2020-03-03 EMC IP Holding Company LLC Distributed copy in multi-copy replication where offset and size of I/O requests to replication site is half offset and size of I/O request to production volume
US10235087B1 (en) 2016-03-30 2019-03-19 EMC IP Holding Company LLC Distributing journal data over multiple journals
US10235060B1 (en) 2016-04-14 2019-03-19 EMC IP Holding Company, LLC Multilevel snapshot replication for hot and cold regions of a storage system
US10235091B1 (en) 2016-09-23 2019-03-19 EMC IP Holding Company LLC Full sweep disk synchronization in a storage system
US10210073B1 (en) 2016-09-23 2019-02-19 EMC IP Holding Company, LLC Real time debugging of production replicated data with data obfuscation in a storage system
US10235090B1 (en) 2016-09-23 2019-03-19 EMC IP Holding Company LLC Validating replication copy consistency using a hash function in a storage system
US10146961B1 (en) 2016-09-23 2018-12-04 EMC IP Holding Company LLC Encrypting replication journals in a storage system
US10019194B1 (en) 2016-09-23 2018-07-10 EMC IP Holding Company LLC Eventually consistent synchronous data replication in a storage system
US11042318B2 (en) 2019-07-29 2021-06-22 Commvault Systems, Inc. Block-level data replication
US11841855B2 (en) * 2020-10-28 2023-12-12 Open Text Corporation System and method for efficient processing and managing of reports data and metrics
US20220358018A1 (en) * 2021-05-05 2022-11-10 EMC IP Holding Company LLC Journal barrier consistency determination
US11809285B2 (en) 2022-02-09 2023-11-07 Commvault Systems, Inc. Protecting a management database of a data storage management system to meet a recovery point objective (RPO)

Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4244019A (en) * 1978-06-29 1981-01-06 Amdahl Corporation Data processing system including a program-executing secondary system controlling a program-executing primary system
US4894828A (en) * 1987-12-22 1990-01-16 Amdahl Corporation Multiple sup swap mechanism
US4959768A (en) * 1989-01-23 1990-09-25 Honeywell Inc. Apparatus for tracking predetermined data for updating a secondary data base
US5146561A (en) * 1988-06-02 1992-09-08 Sears Communications Network, Inc. Communication network data manager system
US5412801A (en) * 1990-01-17 1995-05-02 E-Net Gap recovery for off-site data storage and recovery systems
US5555371A (en) * 1992-12-17 1996-09-10 International Business Machines Corporation Data backup copying with delayed directory updating and reduced numbers of DASD accesses at a back up site using a log structured array data storage
US5627961A (en) * 1992-12-04 1997-05-06 International Business Machines Corporation Distributed data processing system
US5870537A (en) * 1996-03-13 1999-02-09 International Business Machines Corporation Concurrent switch to shadowed device for storage controller and device errors
US6052696A (en) * 1998-04-27 2000-04-18 International Business Machines Corporation Adaptive time-based journal bundling
US6055604A (en) * 1997-08-26 2000-04-25 Hewlett-Packard Company Forced transaction log posting using a least busy storage media without maintaining redundancy of the transaction log
US6148383A (en) * 1998-07-09 2000-11-14 International Business Machines Corporation Storage system employing universal timer for peer-to-peer asynchronous maintenance of consistent mirrored storage
US6182121B1 (en) * 1995-02-03 2001-01-30 Enfish, Inc. Method and apparatus for a physical storage architecture having an improved information storage and retrieval system for a shared file environment
US6234854B1 (en) * 1998-11-12 2001-05-22 Eric J. Rydzewski Marine drive assembly
US6298345B1 (en) * 1998-07-10 2001-10-02 International Business Machines Corporation Database journal mechanism and method that supports multiple simultaneous deposits
US6618818B1 (en) * 1998-03-30 2003-09-09 Legato Systems, Inc. Resource allocation throttling in remote data mirroring system
US20030172093A1 (en) * 2001-03-26 2003-09-11 Mitsugu Nagoya Server duplexing method and duplexed server system
US20040030696A1 (en) * 2002-03-12 2004-02-12 Ulrich Lechner Data processing unit
US6732124B1 (en) * 1999-03-30 2004-05-04 Fujitsu Limited Data processing system with mechanism for restoring file systems based on transaction logs
US20040122796A1 (en) * 2002-07-31 2004-06-24 Fujitsu Limited Information management system
US20040172509A1 (en) * 2003-02-27 2004-09-02 Hitachi, Ltd. Data processing system including storage systems
US20040267829A1 (en) * 2003-06-27 2004-12-30 Hitachi, Ltd. Storage system
US20050033828A1 (en) * 2003-08-04 2005-02-10 Naoki Watanabe Remote copy system
US20050038968A1 (en) * 2003-08-11 2005-02-17 Takashige Iwamura Multi-site remote-copy system
US20050055523A1 (en) * 2003-06-27 2005-03-10 Hitachi, Ltd. Data processing system
US20050060346A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Switching between containers
US20050114467A1 (en) * 2003-11-21 2005-05-26 Naoko Ikegaya Method of monitoring status information of remote storage and storage subsystem
US20050125465A1 (en) * 2003-12-03 2005-06-09 Hiroshi Arakawa Remote copy system
US20050125617A1 (en) * 2003-12-04 2005-06-09 Kenta Ninose Storage control apparatus and storage control method
US20050132155A1 (en) * 2003-12-15 2005-06-16 Naohisa Kasako Data processing system having a plurality of storage systems
US20050144380A1 (en) * 2003-12-25 2005-06-30 Hidenori Suzuki Disk array device and remote copying control method for disk array device
US20050172166A1 (en) * 2004-02-03 2005-08-04 Yoshiaki Eguchi Storage subsystem

Family Cites Families (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US695939A (en) * 1901-07-24 1902-03-25 Clarence S Lomax Method of making oxids of tin and lead.
JP2544449B2 (en) 1986-05-23 1996-10-16 株式会社日立製作所 Information processing system and method of controlling information processing system
US5170480A (en) 1989-09-25 1992-12-08 International Business Machines Corporation Concurrently applying redo records to backup database in a log sequence using single queue server per queue at a time
US5307481A (en) 1990-02-28 1994-04-26 Hitachi, Ltd. Highly reliable online system
US5155845A (en) 1990-06-15 1992-10-13 Storage Technology Corporation Data storage system for providing redundant copies of data on different disk drives
US5544347A (en) 1990-09-24 1996-08-06 Emc Corporation Data storage system controlled remote data mirroring with respectively maintained data indices
US5459857A (en) 1992-05-15 1995-10-17 Storage Technology Corporation Fault tolerant disk array data storage subsystem
US5978565A (en) 1993-07-20 1999-11-02 Vinca Corporation Method for rapid recovery from a network file server failure including method for operating co-standby servers
KR0128271B1 (en) 1994-02-22 1998-04-15 윌리암 티. 엘리스 Remote data duplexing
US5835953A (en) 1994-10-13 1998-11-10 Vinca Corporation Backup system that takes a snapshot of the locations in a mass storage device that has been identified for updating prior to updating
US5799323A (en) 1995-01-24 1998-08-25 Tandem Computers, Inc. Remote duplicate databased facility with triple contingency protection
US5682513A (en) 1995-03-31 1997-10-28 International Business Machines Corporation Cache queue entry linking for DASD record updates
US5799141A (en) 1995-06-09 1998-08-25 Qualix Group, Inc. Real-time data protection system and method
US5720029A (en) 1995-07-25 1998-02-17 International Business Machines Corporation Asynchronously shadowing record updates in a remote copy session using track arrays
US5680640A (en) 1995-09-01 1997-10-21 Emc Corporation System for migrating data by selecting a first or second transfer means based on the status of a data element map initialized to a predetermined state
US5819020A (en) 1995-10-16 1998-10-06 Network Specialists, Inc. Real time backup system
US6044444A (en) 1996-05-28 2000-03-28 Emc Corporation Remote data mirroring having preselection of automatic recovery or intervention required when a disruption is detected
US6092066A (en) 1996-05-31 2000-07-18 Emc Corporation Method and apparatus for independent operation of a remote data facility
US6101497A (en) 1996-05-31 2000-08-08 Emc Corporation Method and apparatus for independent and simultaneous access to a common data set
US6477627B1 (en) 1996-05-31 2002-11-05 Emc Corporation Method and apparatus for mirroring data in a remote data storage system
US5933653A (en) 1996-05-31 1999-08-03 Emc Corporation Method and apparatus for mirroring data in a remote data storage system
US5995980A (en) 1996-07-23 1999-11-30 Olson; Jack E. System and method for database update replication
JPH10133926A (en) * 1996-10-31 1998-05-22 Oki Electric Ind Co Ltd Mirror disk restoring method and restoring system
US6073209A (en) 1997-03-31 2000-06-06 Ark Research Corporation Data storage controller providing multiple hosts with access to multiple storage subsystems
US6016553A (en) * 1997-09-05 2000-01-18 Wild File, Inc. Method, software and apparatus for saving, using and recovering data
JP3414218B2 (en) 1997-09-12 2003-06-09 株式会社日立製作所 Storage controller
US6393462B1 (en) * 1997-11-13 2002-05-21 International Business Machines Corporation Method and apparatus for automatic downloading of URLs and internet addresses
US6052758A (en) 1997-12-22 2000-04-18 International Business Machines Corporation Interface error detection and isolation in a direct access storage device DASD system
US6157991A (en) 1998-04-01 2000-12-05 Emc Corporation Method and apparatus for asynchronously updating a mirror of a source device
JP3726484B2 (en) * 1998-04-10 2005-12-14 株式会社日立製作所 Storage subsystem
JP3849829B2 (en) * 1998-04-27 2006-11-22 株式会社デンソー Vehicle height sensor and vehicle headlamp optical axis adjusting device
US6178427B1 (en) 1998-05-07 2001-01-23 Platinum Technology Ip, Inc. Method of mirroring log datasets using both log file data and live log data including gaps between the two data logs
JP4689137B2 (en) 2001-08-08 2011-05-25 株式会社日立製作所 Remote copy control method and storage system
JP2000099277A (en) 1998-09-18 2000-04-07 Fujitsu Ltd Method for remote transfer between file units
JP2000181634A (en) 1998-12-18 2000-06-30 Nec Corp Mirroring device
US6209002B1 (en) 1999-02-17 2001-03-27 Emc Corporation Method and apparatus for cascading data through redundant data storage units
US6397307B2 (en) 1999-02-23 2002-05-28 Legato Systems, Inc. Method and system for mirroring and archiving mass storage
JP2000276304A (en) 1999-03-26 2000-10-06 Nec Corp Data shifting method and information processing system
US6662197B1 (en) 1999-06-25 2003-12-09 Emc Corporation Method and apparatus for monitoring update activity in a data storage facility
US6804676B1 (en) 1999-08-31 2004-10-12 International Business Machines Corporation System and method in a data processing system for generating compressed affinity records from data records
US6463501B1 (en) 1999-10-21 2002-10-08 International Business Machines Corporation Method, system and program for maintaining data consistency among updates across groups of storage areas using update times
US6338126B1 (en) 1999-12-06 2002-01-08 Legato Systems, Inc. Crash recovery without complete remirror
US6625623B1 (en) 1999-12-16 2003-09-23 Livevault Corporation Systems and methods for backing up data files
US6460055B1 (en) 1999-12-16 2002-10-01 Livevault Corporation Systems and methods for backing up data files
US6526418B1 (en) * 1999-12-16 2003-02-25 Livevault Corporation Systems and methods for backing up data files
US6487645B1 (en) 2000-03-06 2002-11-26 International Business Machines Corporation Data storage subsystem with fairness-driven update blocking
US6446176B1 (en) 2000-03-09 2002-09-03 Storage Technology Corporation Method and system for transferring data between primary storage and secondary storage using a bridge volume and an internal snapshot copy of the data being transferred
JP2001356945A (en) 2000-04-12 2001-12-26 Anetsukusu Syst Kk Data backup recovery system
US6622152B1 (en) 2000-05-09 2003-09-16 International Business Machines Corporation Remote log based replication solution
US7386610B1 (en) * 2000-09-18 2008-06-10 Hewlett-Packard Development Company, L.P. Internet protocol data mirroring
US6823336B1 (en) 2000-09-26 2004-11-23 Emc Corporation Data storage system and method for uninterrupted read-only access to a consistent dataset by one host processor concurrent with read-write access by another host processor
IL155217A0 (en) 2000-10-09 2003-11-23 Maximum Availability Ltd Method and apparatus for data processing
US6728736B2 (en) 2001-03-14 2004-04-27 Storage Technology Corporation System and method for synchronizing a data copy using an accumulation remote copy trio
EP1388085B1 (en) 2001-03-15 2006-11-29 The Board Of Governors For Higher Education State Of Rhode Island And Providence Plantations Remote online information back-up system
US20020143798A1 (en) 2001-04-02 2002-10-03 Akamai Technologies, Inc. Highly available distributed storage system for internet content with storage site redirection
US6496908B1 (en) 2001-05-18 2002-12-17 Emc Corporation Remote mirroring
US20030014523A1 (en) * 2001-07-13 2003-01-16 John Teloh Storage network data replicator
US6883122B2 (en) 2001-07-31 2005-04-19 Hewlett-Packard Development Company, L.P. Write pass error detection
US7136883B2 (en) * 2001-09-08 2006-11-14 Siemens Medial Solutions Health Services Corporation System for managing object storage and retrieval in partitioned storage media
TW535044B (en) * 2001-10-09 2003-06-01 Wistron Corp Fixed carrier for supporting storage device on computer casing
EP2503476A1 (en) 2001-11-01 2012-09-26 Verisign, Inc. Method and system for updating a remote database
US6981177B2 (en) * 2002-04-19 2005-12-27 Computer Associates Think, Inc. Method and system for disaster recovery
US6941322B2 (en) 2002-04-25 2005-09-06 International Business Machines Corporation Method for efficient recording and management of data changes to an object
US6968349B2 (en) 2002-05-16 2005-11-22 International Business Machines Corporation Apparatus and method for validating a database record before applying journal data
US20030220935A1 (en) 2002-05-21 2003-11-27 Vivian Stephen J. Method of logical database snapshot for log-based replication
US6978396B2 (en) 2002-05-30 2005-12-20 Solid Information Technology Oy Method and system for processing replicated transactions parallel in secondary server
JP2004013367A (en) * 2002-06-05 2004-01-15 Hitachi Ltd Data storage subsystem
US7076508B2 (en) 2002-08-12 2006-07-11 International Business Machines Corporation Method, system, and program for merging log entries from multiple recovery log files
US6959369B1 (en) 2003-03-06 2005-10-25 International Business Machines Corporation Method, system, and program for data backup
US7051176B2 (en) 2003-03-25 2006-05-23 Emc Corporation Reading data provided to a remote storage device
US6898685B2 (en) 2003-03-25 2005-05-24 Emc Corporation Ordering data writes from a local storage device to a remote storage device
US7380082B2 (en) 2003-03-25 2008-05-27 Emc Corporation Reading virtual ordered writes at local storage device
JP4374953B2 (en) * 2003-09-09 2009-12-02 株式会社日立製作所 Data processing system
US20050050115A1 (en) 2003-08-29 2005-03-03 Kekre Anand A. Method and system of providing cascaded replication
US7010721B2 (en) * 2003-09-29 2006-03-07 International Business Machines Corporation File system journal management
US7228396B2 (en) 2004-03-08 2007-06-05 Emc Corporation Switching between virtual ordered writes mode and synchronous or semi-synchronous RDF transfer mode

Patent Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4244019A (en) * 1978-06-29 1981-01-06 Amdahl Corporation Data processing system including a program-executing secondary system controlling a program-executing primary system
US4894828A (en) * 1987-12-22 1990-01-16 Amdahl Corporation Multiple sup swap mechanism
US5146561A (en) * 1988-06-02 1992-09-08 Sears Communications Network, Inc. Communication network data manager system
US4959768A (en) * 1989-01-23 1990-09-25 Honeywell Inc. Apparatus for tracking predetermined data for updating a secondary data base
US5412801A (en) * 1990-01-17 1995-05-02 E-Net Gap recovery for off-site data storage and recovery systems
US5627961A (en) * 1992-12-04 1997-05-06 International Business Machines Corporation Distributed data processing system
US5555371A (en) * 1992-12-17 1996-09-10 International Business Machines Corporation Data backup copying with delayed directory updating and reduced numbers of DASD accesses at a back up site using a log structured array data storage
US6182121B1 (en) * 1995-02-03 2001-01-30 Enfish, Inc. Method and apparatus for a physical storage architecture having an improved information storage and retrieval system for a shared file environment
US5870537A (en) * 1996-03-13 1999-02-09 International Business Machines Corporation Concurrent switch to shadowed device for storage controller and device errors
US6055604A (en) * 1997-08-26 2000-04-25 Hewlett-Packard Company Forced transaction log posting using a least busy storage media without maintaining redundancy of the transaction log
US6618818B1 (en) * 1998-03-30 2003-09-09 Legato Systems, Inc. Resource allocation throttling in remote data mirroring system
US6052696A (en) * 1998-04-27 2000-04-18 International Business Machines Corporation Adaptive time-based journal bundling
US6148383A (en) * 1998-07-09 2000-11-14 International Business Machines Corporation Storage system employing universal timer for peer-to-peer asynchronous maintenance of consistent mirrored storage
US6298345B1 (en) * 1998-07-10 2001-10-02 International Business Machines Corporation Database journal mechanism and method that supports multiple simultaneous deposits
US6234854B1 (en) * 1998-11-12 2001-05-22 Eric J. Rydzewski Marine drive assembly
US6732124B1 (en) * 1999-03-30 2004-05-04 Fujitsu Limited Data processing system with mechanism for restoring file systems based on transaction logs
US20030172093A1 (en) * 2001-03-26 2003-09-11 Mitsugu Nagoya Server duplexing method and duplexed server system
US20040030696A1 (en) * 2002-03-12 2004-02-12 Ulrich Lechner Data processing unit
US20040122796A1 (en) * 2002-07-31 2004-06-24 Fujitsu Limited Information management system
US20040172509A1 (en) * 2003-02-27 2004-09-02 Hitachi, Ltd. Data processing system including storage systems
US20050055523A1 (en) * 2003-06-27 2005-03-10 Hitachi, Ltd. Data processing system
US20040267829A1 (en) * 2003-06-27 2004-12-30 Hitachi, Ltd. Storage system
US20050033828A1 (en) * 2003-08-04 2005-02-10 Naoki Watanabe Remote copy system
US20050038968A1 (en) * 2003-08-11 2005-02-17 Takashige Iwamura Multi-site remote-copy system
US20050060346A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Switching between containers
US20050114467A1 (en) * 2003-11-21 2005-05-26 Naoko Ikegaya Method of monitoring status information of remote storage and storage subsystem
US20050125465A1 (en) * 2003-12-03 2005-06-09 Hiroshi Arakawa Remote copy system
US20050125617A1 (en) * 2003-12-04 2005-06-09 Kenta Ninose Storage control apparatus and storage control method
US20050132155A1 (en) * 2003-12-15 2005-06-16 Naohisa Kasako Data processing system having a plurality of storage systems
US20050144380A1 (en) * 2003-12-25 2005-06-30 Hidenori Suzuki Disk array device and remote copying control method for disk array device
US20050172166A1 (en) * 2004-02-03 2005-08-04 Yoshiaki Eguchi Storage subsystem

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7139826B2 (en) * 2001-07-13 2006-11-21 Hitachi, Ltd. Initial copy for remote copy
US20030014534A1 (en) * 2001-07-13 2003-01-16 Naoki Watanabe Initial copy for remote copy
US20060179343A1 (en) * 2005-02-08 2006-08-10 Hitachi, Ltd. Method and apparatus for replicating volumes between heterogenous storage systems
US7519851B2 (en) * 2005-02-08 2009-04-14 Hitachi, Ltd. Apparatus for replicating volumes between heterogenous storage systems
US11132139B2 (en) * 2005-12-19 2021-09-28 Commvault Systems, Inc. Systems and methods for migrating components in a hierarchical storage network
US7788527B2 (en) * 2007-05-28 2010-08-31 Hitachi, Ltd. Storage system and storage system management method
US20080301493A1 (en) * 2007-05-28 2008-12-04 Takashi Horiuchi Storage system and storage system management method
US8078581B2 (en) * 2007-11-16 2011-12-13 Hitachi, Ltd Storage system and remote copy control method
US20090132779A1 (en) * 2007-11-16 2009-05-21 Hitachi, Ltd. Storage system and remote copy control method
US20090158080A1 (en) * 2007-12-14 2009-06-18 Fujitsu Limited Storage device and data backup method
US20130132693A1 (en) * 2010-04-07 2013-05-23 Hitachi, Ltd. Asynchronous remote copy system and storage control method
US9880910B2 (en) * 2010-04-07 2018-01-30 Hitachi, Ltd. Asynchronous remote copy system and storage control method
US11301333B2 (en) 2015-06-26 2022-04-12 Commvault Systems, Inc. Incrementally accumulating in-process performance data and hierarchical reporting thereof for a data stream in a secondary copy operation
US11200110B2 (en) 2018-01-11 2021-12-14 Commvault Systems, Inc. Remedial action based on maintaining process awareness in data storage management
US11815993B2 (en) 2018-01-11 2023-11-14 Commvault Systems, Inc. Remedial action based on maintaining process awareness in data storage management
US11449253B2 (en) 2018-12-14 2022-09-20 Commvault Systems, Inc. Disk usage growth prediction system

Also Published As

Publication number Publication date
CN1648867A (en) 2005-08-03
EP1562118A3 (en) 2008-12-31
US20070033437A1 (en) 2007-02-08
EP1562118A2 (en) 2005-08-10
US20080104135A1 (en) 2008-05-01
US7802137B2 (en) 2010-09-21
JP2005216067A (en) 2005-08-11
JP4477370B2 (en) 2010-06-09
US7328373B2 (en) 2008-02-05
CN1648867B (en) 2013-04-24

Similar Documents

Publication Publication Date Title
US7328373B2 (en) Data processing system
JP4412989B2 (en) Data processing system having a plurality of storage systems
US7337286B1 (en) Storage control system for restoring a remote data copy
US7496718B2 (en) Data transfer and access control between disk array systems
US7089384B2 (en) Appliance for asynchronous data storage mirroring
JP4041656B2 (en) Storage system and data transmission / reception method in storage system
US8285824B2 (en) Storage system and data replication method that refuses one or more requests for changing the first logical configuration information until the first storage apparatus and second storage apparatus are synchronized
US7461224B2 (en) Remote copy system
US6345368B1 (en) Fault-tolerant access to storage arrays using active and quiescent storage controllers
US20080275926A1 (en) Storage system and method of copying data
US20050015657A1 (en) Data center system and method for controlling the same
US20030126388A1 (en) Method and apparatus for managing storage based replication
US7590809B2 (en) Remote copy system
US20070113034A1 (en) Storage remote copy system
JP2005301590A (en) Storage system and data copying method
JP2004334574A (en) Operation managing program and method of storage, and managing computer
US7194590B2 (en) Three data center adaptive remote copy
US7069400B2 (en) Data processing system
US8250240B2 (en) Message conversion method and message conversion system
US7437389B2 (en) Remote copy system
US8583884B2 (en) Computing system and backup method
US8032726B2 (en) Remote copy system
US8281089B2 (en) Storage system and its initial copy method

Legal Events

Date Code Title Description
AS Assignment

Owner name: HITACHI, LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KAWAMURA, SHUNJI;EGUCHI, YOSHIAKI;REEL/FRAME:015153/0775

Effective date: 20040304

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION