An embodiment of this invention is described below in detail with reference to the attached drawings.
In
The host system 2 is a computer having information processing resources such as a CPU (Central Processing Unit) 10 and local memory 11 and is, e.g., a personal computer, work station, or main frame. The host system 2 also has information input devices (not shown in the drawing) such as a keyboard, switches, pointing devices, and microphones as well as information output devices (not shown in the drawing) such as a monitor display and speakers.
The network 3 is, e.g., a SAN (Storage Area Network), a LAN (Local Area Network), the Internet, public or private line. Communication between the host system 2, primary-side storage apparatus 4 and secondary-side storage apparatus 5 via this network 3 is performed according to Fibre Channel Protocol if the network 3 is a SAN and performed according to TCP/IP (Transmission Control Protocol/Internet Protocol) protocols if the network 3 is a LAN.
The primary-side storage apparatus 4 is structured having a disk device unit 21 consisting of a plurality of disk devices 20 and a controller 22 that controls the respective disk devices 20.
Each disk device 20 is an expensive disk drive such as an FC (Fibre Channel) disk or an inexpensive disk drive such as a FATA (Fibre Attached Technology Adapted) disk, SATA (Serial AT Attachment) disk, or optical disk drive. Semiconductor memory, such as flash memory, may be used in place of the disk devices 20. One or more logical volumes (hereinafter called ‘logical volumes’) VOL are defined for a storage area provided by one or more disk devices 20. Data is read from or written in these logical volumes VOL by the host system 2 in units of blocks of a predetermined size.
The respective logical volumes VOL are each assigned unique identifiers (LUN: Logical Unit Numbers). In this embodiment, the input and output of data is performed by designating an address—a combination of an identifier and a unique number assigned to each block (LBA: Logical Block Address).
Examples of the attributes of the logical volumes VOL created in the primary-side storage apparatus 4 include primary-side volumes and journal volumes. The primary-side volumes are volumes the users read/write data from/to. The journal volumes are volumes for storing journal—update history information for the primary-side volumes—and consist of the data written in the primary-side volumes and management information such as the addresses of the sites in the primary-side volumes where the data is written, and the times the data was written.
The controller 22 is configured from a plurality of channel adapters 23, connecting unit 24, shared memory 25, cache memory 26, a plurality of disk adapters 27 and a management terminal 28.
As shown in
The connecting unit 24 is connected to the channel adapters 23, shared memory 25, cache memory 26, and disk adapters 27. Transmission of data and commands between the channel adapters 23, shared memory 25, cache memory 26 and disk adapters 27 is performed via this connecting unit 24. The connecting unit 24 is configured from a bus or a switch such as a ultrahigh-speed crossbar switch, which transmits data by high-speed switching.
The shared memory 25 is memory shared by the channel adapters 23 and disk adapters 27. As shown in
The cache memory 26 is also memory shared by the channel adapters 23 and disk adapters 27. It is mainly used for temporarily storing the data input to/output from the primary-side storage apparatus 4.
Each disk adapter 27 is configured as a micro computer system having a CPU and memory and serves as an interface for controlling protocols when communicating with the relevant disk device 20. These disk adapters 27 are connected to the corresponding disk devices 20 via, e.g., a Fibre Channel cable and transmit and receive data to and from them according to Fibre Channel Protocol.
The management terminal 28 is a computer for controlling the overall operations of the primary-side storage apparatus 4 and is configured from, e.g., a laptop personal computer. It is connected to the respective channel adapters 23 and disk adapters 27 via the LAN 29. It monitors the occurrence of failures in the primary-side storage apparatus 4 and, when a failure occurs, it performs processing to notify a system administrator of that fact.
The secondary-side storage apparatus 5 is structured the same way as the primary-side storage apparatus 4 and has: a disk device unit 41 consisting of a plurality of disk devices 40; and a controller 42 that controls the respective disk devices 40.
An explanation for the disk devices 40 is omitted because they have the same structure as the disk devices 20 in the primary-side storage apparatus 4. Just as the primary-side storage apparatus 4, one or more logical volumes VOL are defined for a storage area provided by the disk devices 40. Examples of the attributes of these logical volumes VOL include journal volumes, secondary-side volumes and difference volumes.
A journal volume is a volume for storing journal sent from the primary-side storage apparatus 4. A secondary-side volume is a backup volume for the data written in a primary-side volume, i.e., data written in a primary-side volume and included in journal sent from the primary-side storage apparatus 4 is copied to the secondary-side volume. The difference volume is a volume for storing the difference data for snapshots of a secondary-side volume, which are obtained at predetermined timings, and will be described later.
The controller 42 is configured from a plurality of channel adapters 43, connecting unit 44, shared memory 45, cache memory 46, a plurality of disk adapters 47, and management terminal 48. These channel adapters 43, the connecting unit 44, shared memory 45, cache memory 46, disk adapters 47 and management terminal 48 have the same functions as those in the primary-side storage apparatus 4, so their explanations will be omitted.
Incidentally, in the secondary-side storage apparatus 5, as shown in
The data management method for the storage system 1 will be explained.
In the storage system 1 according to this embodiment, the data written in a primary-side volume is sent to the secondary-side storage apparatus 5 in order and copied to a secondary-side volume, using the remote copy function of the primary-side storage apparatus 4 and secondary-side storage apparatus 5. Also, in the secondary-side storage apparatus 5, snapshots of the secondary-side volume are created at regular intervals or irregular intervals—in units of seconds or minutes.
When the secondary-side storage apparatus 5 receives, from the host system 2 and via the primary-side storage apparatus 4, a primary-side volume restoration request with a designated restoration point-in-time for the primary-side volume (hereinafter called ‘requested restoration point-in-time’), the secondary-side storage apparatus 5 restores the primary-side volume to its state as of the requested restoration point-in-time designated by the host system 2 using the snapshots of the secondary-side volume that have been created so far.
Actually, in this storage system 1, when a data write request and write target data are sent from the host system 2, the relevant channel adapter 23 (
Meanwhile, the relevant channel adapter 43 in the secondary-side storage apparatus 5 (hereinafter called ‘secondary-side channel adapter’) reads the journal stored in the primary-side journal volume out of synchronization with the host system 2's writing the data in the primary-side volume, and stores it in a journal volume provided in the secondary-side storage apparatus 5 (JNLVOL(S); hereinafter called ‘secondary-side journal volume’).
Also, the secondary-side channel adapter 43 copies the data included in the respective journal stored in the foregoing secondary-side journal volume to the corresponding addresses in a secondary-side volume (SVOL). Consequently, a copy of the primary-side volume is created in the secondary-side volume.
The secondary-side channel adapter 43 monitors the amount of journal written in the secondary-side journal volume and each time the number exceeds a predetermined threshold value, it creates a snapshot of the secondary-side volume. It also manages the creation times of the snapshots. Each time new data is written in the secondary-side volume after a snapshot of the secondary-side volume is created, the secondary-side channel adapter 43 stores the data that had been written in the secondary-side volume before the new data was written (i.e., data at the time of snapshot creation) in the difference volume (DVOL) as difference data. Accordingly, the snapshots created by the secondary-side channel adapter 43 are stored in the secondary-side volume and difference volume.
After that, when a data restore request is sent from the host system 2 via the primary-side storage apparatus 4, the secondary-side channel adapter 43 searches for, based on the creation times of the respective snapshots, the snapshot that was created before and closest to the designated requested restoration point-in-time (hereinafter called ‘most recent snapshot’). The secondary-side channel adapter 43 then restores the primary-side volume (PVOL′) to its state as of the designated requested restoration point-in-time using this most recent snapshot and the journal sent from the primary-side storage apparatus 4 during the time between the creation of the most recent snapshot and the designated requested restoration point-in-time.
Incidentally, the remote copy has two types—synchronous and asynchronous. In synchronous remote copy, when data is written in a primary-side volume by the host system 2, this data is immediately transferred to the secondary-side storage apparatus 5 and copied to a secondary-side volume, and when this copy processing is complete, the primary-side storage apparatus 4 reports completion of data writing to the host system 2. In asynchronous remote copy, when the host system 2 writes data in a primary-side volume, the primary-side storage apparatus 4 reports completion of data writing to the host system 2 and, later, at an appropriate time, the secondary-side storage apparatus 5 reads the data from the primary-side volume and writes it in a secondary-side volume. In the storage system 1 according to this embodiment, it is assumed that asynchronous type remote copy has been adopted in the primary-side storage apparatus 4 and secondary-side storage apparatus 5.
The sequence number field 36A stores the sequence numbers of the respective pieces of journal the secondary-side storage apparatus 5 received, in order. These sequence numbers are serial numbers, each given to journal every time the primary-side channel adapter 23 in the primary-side storage apparatus 4 creates it. Each time the channel adapter 23 in the secondary-side storage apparatus 5 receives journal sent from the primary-side storage apparatus 4, it reads the sequence number stored in the journal and stores it in the sequence number field 36A.
The time stamp field 36B stores the journal creation times, which are stored in the journal as time stamps. Accordingly, in the example of
Of these fields, the volume number field 37A stores the identification numbers (e.g., LUNs) of the respective secondary-side volumes in the secondary-side storage apparatus 5 that are registered in the first snapshot management table 37. The snapshot number field 37B stores the identification numbers of the respective snapshots (hereinafter called ‘snapshot numbers’) created for these secondary-side volumes. The snapshot creation time field 37C stores the creation times of the corresponding snapshots. The journal sequence at the time when the corresponding snapshots were created.
For example, in the example shown in
The block address field 38A stores the block addresses of the secondary-side volumes. For example, LBAs can be used as the block addresses.
The snapshot management fields 38B are provided with the same number as the snapshots that can be stored in the secondary-side storage apparatus 5, each snapshot management field consisting of a volume field 38C and block field 38D.
In each volume field 38C, ‘0’ is entered when a relevant snapshot is created and, after that, when the data in the corresponding block in the relevant primary side volume is updated and the data before the update is saved in the difference volume, ‘1’ is entered (i.e., ‘0’ is updated to ‘1’).
In each block field 38D, ‘0’ is entered when a relevant snapshot is created and, after that, when the data in the corresponding block in the relevant primary-side volume is updated and the data before the update is saved in the difference volume, the address of the block in the difference volume where the data is saved is stored.
In the example shown in
Also, for the snapshot with the snapshot number ‘A2’, the data stored in the block with the block address ‘m-1’ in the secondary-side volume has not been updated after the creation of the snapshot (the value in the volume field 38C is ‘0’) and that the data at the creation time of the snapshot still remains in the block with the block address ‘m-1’ in the secondary-side volume.
Accordingly, in the example shown in
More Specifically, when the secondary-side channel adapter CPU 30 reads journal from a primary-side volume in the primary-side storage apparatus 4, it starts the snapshot creation processing, where it first stores the journal in a journal volume (SP1).
The secondary-side channel adapter CPU 30 then judges whether the amount of data written in the journal volume since the initial state, where no journal has been accumulated in the journal volume or since the creation of the last snapshot, is below a reference value (e.g., within 10% of the capacity of the journal volume) (SP2).
If the judgment is negative, the secondary-side channel adapter CPU 30 terminates the snapshot creation processing. Meanwhile, if the judgment is positive, the secondary-side channel adapter CPU 30 creates a snapshot; registers the creation time of the snapshot as well as the sequence number of the latest journal at this moment in the snapshot management table 36 (SP3); and terminates the snapshot creation processing.
Where snapshots are created in order in accordance with the amount of journal written in journal volumes as described above, because the capacity of the difference volume is limited, it is impossible to maintain all the created snapshots forever.
In the storage system 1 according to this embodiment, the shared memory 45 in the secondary-side storage apparatus 5 has a snapshot creation point counter 39 (
In the storage system 1, each time a snapshot is created in the secondary-side storage apparatus 5, the snapshot is assigned an area—AR0, AR1 or AR2—in the difference volume that corresponds to the current count value of the snapshot creation point counter 39 and, after that, the difference data for that snapshot is stored in the area AR0, AR1 or AR2 in the difference volume that is assigned to the snapshot.
Also, in the storage system 1, when the count value of the snapshot creation point counter 39 reaches the maximum snapshot number, the count value is reset to ‘0’ and, after that, each time a snapshot is assigned an area AR0, AR1 or AR2 in the difference volume, the count value increases by one.
Thus, in the storage system 1, once the number of snapshots reaches the maximum snapshot number, each time a snapshot is created, the oldest snapshot is disposed of, allowing continued creation of snapshots while using the areas AR0 to AR2 in the difference volume cyclically.
Incidentally, just as the difference volume, the capacity of the journal volume is also limited; so the obtained journal cannot be maintained forever.
In the storage system 1, when the oldest snapshot is disposed of as mentioned above, the journal that have been obtained during the time between the acquisition of the oldest snapshot and that of the next oldest snapshot are disposed of by being overwritten with new journal. In this case, once the oldest snapshot is disposed of, restoration of the volume based on that disposed-of snapshot is impossible and so there is no problem with disposing of the journal obtained during the time between the acquisition of the disposed-of oldest snapshot and that of the next snapshot.
Accordingly, in the storage system 1, when a snapshot is disposed of, unnecessary journal are also disposed of, and the journal volume can be used efficiently.
In other words, when the secondary-side channel adapter CPU 30 proceeds to step SP3 of the snapshot creation processing, it starts the snapshot disposal processing, where it first creates a snapshot of the current primary volume PVOL (SP10).
Subsequently, the secondary-side channel adapter CPU 30 increases the count value of the snapshot creation point counter 39 by one (SP11) and judges whether the count value of the counter 39 has reached the maximum snapshot number (SP12).
If the judgment is negative, the secondary-side channel adapter CPU 30 terminates the snapshot disposal and creation processing. Meanwhile, if the judgment is positive, it resets the count value of the snapshot creation point counter 39 to ‘0’ (SP13) and terminates the snapshot creation and disposal processing.
As a result of the foregoing snapshot creation and disposal processing, if the maximum snapshot number is set to three, for example, the count value of the snapshot creation point counter 39 is ‘0’ in the initial state where the first snapshot is created, so the first snapshot is assigned the area AR0 in the difference volume, which is associated with the count value ‘0’ of the snapshot creation point counter 39. Also, the count value of the counter 39 increases by one as shown in
After that, when the count value of the snapshot creation point counter 39 is ‘2,’ when another snapshot is created, the snapshot is assigned the area AR2 in the difference volume associated with the maximum snapshot number ‘3’ and then the count value of the counter 39 is reset to ‘0’ as shown in
Then, when still another snapshot is created, as shown in
In other words, when the secondary-side channel adapter CPU 30 receives, from the host system 2, a primary-side volume restoration request with a designated requested restoration point-in-time, it starts the first volume restore processing shown in
Subsequently, the secondary-side channel adapter CPU 30 judges whether there is any snapshot whose creation time has not been read from the first snapshot management table 37, among the snapshots included in the data-reading target information areas in the first snapshot management table 37 (SP21).
If the judgment is positive, the secondary-side channel adapter CPU 30 selects one snapshot whose creation time has not been read, from among the snapshots included in the data-reading target information areas; and reads that snapshot's creation time from the first snapshot management table 37 (SP22).
After that, the secondary-side channel adapter CPU 30 judges whether the creation time is earlier than the requested restoration point-in-time designated by the host system 2 (SP23). If the judgment is negative, the secondary-side channel adapter CPU 30 returns to step SP21.
Meanwhile, if the judgment is positive, the secondary-side channel adapter CPU 30 judges whether the local memory 31 (
If the judgment is negative, the secondary-side channel adapter CPU 30 sets the snapshot number of the current target snapshot as the snapshot number (Ax) of the most recent snapshot and stores it in the local memory 31 (SP25).
Also, the secondary-side channel adapter CPU 30 reads the creation time of the current target snapshot from the first snapshot management table 37; and sets it as the creation time of the most recent snapshot (hereinafter called ‘most recent snapshot creation time (TAx)) and stores it in the local memory 31 (SP26). Then, the secondary-side channel adapter 30 (43→30) returns to step SP21.
Meanwhile, if the judgment in step S24 is positive, the secondary-side channel adapter CPU 30 judges whether the snapshot creation time read from the first snapshot management table 37 in step S22 is later than the most recent snapshot creation time stored in the local memory 31 at that time (SP27).
If the judgment is negative, the secondary-side channel adapter CPU 30 returns to step SP21. However, if the judgment is positive, it updates the most recent snapshot creation time (TAx) stored in the local memory 31 to the snapshot creation time read from the first snapshot management table 37 in step SP22 (SP28).
The secondary-side channel adapter CPU 30 then returns to step SP21 and repeats the same steps (SP21 to SP28) while changing the target snapshot in order. By repeating these steps, the snapshot number and creation time for the truly most-recent snapshot (most recent snapshot creation time) created before and closest to the requested restoration point-in-time, from among the snapshots registered in the first snapshot management table 37, can be stored in the local memory 31.
After that, when the secondary-side channel adapter CPU 30 performs the same steps (SP21 to SP28) for all the snapshots registered in the first snapshot management table 37 and the judgment in step SP21 is negative, it judges whether the snapshot number of the most recent snapshot is stored in the local memory 31 (SP29).
If the judgment is negative, it means that no recent snapshot was detected. This happens, e.g., when the host system 2 makes a volume restoration request but no snapshot has been formed yet. Here, the secondary-side channel adapter CPU 30 transmits a command suitable for this situation to the host system 2 so that an error message indicating that the restoration of the target volume to its state as of the requested restoration point-in-time is impossible is displayed on the display of the host system 2 (SP30) and terminates the first volume restore processing.
Meanwhile, if the judgment in step SP29 is positive, it means that the most recent snapshot was detected. Here, the secondary-side channel adapter CPU 30 restores the primary-side volume to its state as of the requested restoration point-in-time using the most recent snapshot (SP31) and terminates the first volume restore processing. Incidentally, the restored data in the primary-side volume as of the requested restoration point-in-time is presented to the host system 2 via the primary-side storage apparatus 4.
In other words, when the secondary-side channel adapter CPU 30 proceeds to step SP31 in the first volume restore processing (
The secondary-side channel adapter CPU 30 then stores, as shown in
The secondary-side channel adapter CPU 10 then accesses the site of the journal sequence number registered in step SP41 in the restored volume management table 32 in the journal management table 36 (SP42) and reads the time stamp of the journal assigned that journal sequence number from the journal management table 36 (SP43).
Subsequently, the secondary-side channel adapter CPU 30 judges whether the creation time of the current target journal (hereinafter called ‘target journal’) shown by the obtained time stamp is earlier than the requested restoration point-in-time designated by the host system 2 (SP44).
If the judgment is positive, the secondary-side channel adapter CPU 30 overwrites the most recent snapshot with the data contained in the target journal and written in the primary-side volume by the host system 2 (SP45), switches the target journal from the current target journal to the journal with the next journal sequence number (SP46), and returns to step SP43.
The secondary-side channel adapter CPU 30 then repeats the same steps (SP43 to SP46) while changing the target journal to the journal having the next journal sequence number. Accordingly, the pieces of data written in the primary-side volume by the host system 2 and included in the journal created before the requested restoration point-in-time designated by the host system 2 are written over the most recent snapshot in order.
When the secondary-side channel adapter CPU 30 finishes overwriting the most recent snapshot with all the pieces of data contained in the journal created before the requested restoration point-in-time designated by the host system 2 and when the judgment in step SP44 is positive, it terminates the second volume restore processing and returns to the first volume restore processing.
As described in relation to
The storage system 1 according to this embodiment has an allowed restoration time range display function that shows, if requested by a user, the current allowed restoration time range for each primary-side volume.
More specifically, in the storage system 1, when the user inputs a command to display the allowed restoration time range for each volume as shown in
Having received this allowed restoration time range display request, the CPU 30 in the secondary-side channel adapter 43 in the secondary-side storage apparatus 5 reads the creation times for all the snapshots for each primary-side volume from the first snapshot management table 37 (SP51) and informs the host system 2 of the creation times as all-snapshot creation time information via the primary-side storage apparatus 4 (SP52).
Having received the all-snapshot creation time information, the CPU 10 in the host system 2 displays the creation times of all the snapshots for each primary-side volume obtained from the all-snapshot creation time information, on an information output device such as a monitor display (not shown in the drawing) as a list 50 in the format shown in
Here, in the example shown in
The user selects via the host system 2 a desired snapshot creation time, from among the creation times of the snapshots for the target primary-side volume listed in the snapshot creation time list 50, as a requested restoration point-in-time; or the user can designate, for each primary-side volume, a desired point-in-time, from within the time range between the oldest snapshot creation in the snapshot creation time list and the present time (or the creation time for the most recent snapshot), as the requested restoration point-in-time. Here, the host system 2 generates a volume restoration request having the selected or designated point-in-time as the requested restoration point-in-time, and sends this volume restoration request to the secondary-side storage apparatus 5 via the primary-side storage apparatus 4 (SP54).
Then, when the secondary-side storage apparatus 5 receives the foregoing volume restoration request, it performs the first and second volume restore processing described above in relation to
Accordingly, in the storage system 1, based on the all-snapshot creation time information displayed on the information output device of the host system 2, users can know the allowed restoration time range for each primary-side volume and request restoration of a primary-side volume while designating a time within the time range.
As described above, with the storage system 1 according to this embodiment, the primary-side storage apparatus 4 creates journal—update history information for a primary-side volume—and sends it to the secondary-side storage apparatus 5. Also, in the storage system 1, the secondary-side storage apparatus 5 copies the data written in the primary-side volume and included in the journal sent from the primary-side storage apparatus 4 to secondary-side volumes; creates a snapshot of the secondary-side volume according to the amount of journal written in the secondary-side journal volume; and, after that, restores the primary-side volume to its state as of the designated point-in-time using the stored journal and snapshots, when requested to do so by the host system 2.
Accordingly, in the secondary-side storage apparatus 5 in the storage system 1, because the reference value for the amount of journal written in the secondary-side journal volume is set so that a snapshot is created in units of seconds or minutes, it is possible to shorten the intervals between recovery-allowing points-in-time for the primary volume, and consequently, the time required for executing the primary-side volume restore processing can be reduced. Moreover, in the storage system 1, because the primary-side volume restore processing is performed in the secondary-side storage apparatus 5, any adverse effect this volume restore processing may exert on the input and output of data in the primary-side storage apparatus 4 can be effectively prevented. Therefore, with the storage system 1, it is possible to shorten intervals between restoration points-in-time and to realize data management enabling data restore processing requiring a short period of time.
Incidentally, the foregoing embodiment was explained for the case where this invention is applied in the storage system configured as shown in
Also, the foregoing embodiment was explained for the case where, in the secondary-side storage apparatus 5, a snapshot of a secondary-side volume is created according to the amount of journal written in the secondary-side journal volume. However, without limitation to that case, a snapshot of the secondary-side volume may be created regularly, at particular time intervals.
Moreover, the foregoing embodiment was explained for the case where the snapshot creation time list 50 in the format shown in
Furthermore, the foregoing embodiment was explained for the case where the primary-side channel adapter 23 serves as a journal creation and transmission unit that creates journal—update history information for a primary-side volume—and transmits it to the secondary-side storage apparatus. However, without being limited to that case, a unit that serves the same purpose may be provided separately from the primary-side channel adapter 23.
Likewise, the foregoing embodiment was explained for the case where, in the secondary-side storage apparatus 5, the secondary-side channel adapter 43 serves as: a data copy unit that copies the data included in journal sent from the primary-side storage apparatus 4 and written in a primary-side volume in a secondary-side volume to a secondary-side volume; a snapshot creation unit that creates a snapshot of the secondary-side volume at irregular intervals; a volume restoration unit that restores the primary-side volume to its state as of the designated point-in-time, when requested to do so by the host system 2, using the journal stored in the secondary-side journal volume and the snapshots stored in the difference volume and secondary-side volume; a snapshot management unit that manages the creation times of the currently-stored snapshots; and a snapshot creation time notification unit that informs the host system 2 of the creation times of the respective snapshots. However, without being limited to that case, a unit that serves the same purpose may be provided separately from the secondary-side channel adapter 43.
Also, the foregoing embodiment was explained for the case where the secondary-side storage apparatus 5 includes both: secondary-side volumes, a difference volume, and shared memory 45 (the second snapshot management table 38) serving as snapshot storage units that store the respective snapshots created by the secondary-side channel adapter 43; and the secondary-side journal volume serving as a journal storage unit that stores the respective journal sent from the primary-side storage apparatus 4. However, without being limited to that case, the secondary-side journal volume may be provided in an external storage apparatus provided separately from the secondary-side storage apparatus 5 so that, when performing the volume restore processing, the secondary-side storage apparatus 5 reads a required journal from the external storage apparatus.
Furthermore, the foregoing embodiment was explained for the case where, in response to a volume restoration request from the host system 2, the secondary-side storage apparatus 5 restores the primary-side volume to its state as of the designated point-in-time. However, without being limited to that case, the storage system 1 may be configured so that the secondary-side storage apparatus 5 restores the primary-side volume to its state as of the designated point-in-time in response to a volume restoration request from external equipment (e.g., a management device on the system administrator side connected to the network 3) other than the host system 2.
Number | Date | Country | Kind |
---|---|---|---|
2006-109366 | Apr 2006 | JP | national |