WO2014087465A1 - Storage device and storage device migration method - Google Patents

Storage device and storage device migration method Download PDF

Info

Publication number
WO2014087465A1
WO2014087465A1 PCT/JP2012/081262 JP2012081262W WO2014087465A1 WO 2014087465 A1 WO2014087465 A1 WO 2014087465A1 JP 2012081262 W JP2012081262 W JP 2012081262W WO 2014087465 A1 WO2014087465 A1 WO 2014087465A1
Authority
WO
WIPO (PCT)
Prior art keywords
pdkc
identification information
sdkc
write request
storage device
Prior art date
Application number
PCT/JP2012/081262
Other languages
French (fr)
Japanese (ja)
Inventor
太貴 河野
繁雄 本間
国彦 梨本
鈴木 亨
智大 川口
秀雄 斎藤
Original Assignee
株式会社日立製作所
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 株式会社日立製作所 filed Critical 株式会社日立製作所
Priority to PCT/JP2012/081262 priority Critical patent/WO2014087465A1/en
Publication of WO2014087465A1 publication Critical patent/WO2014087465A1/en
Priority to US14/453,823 priority patent/US8904133B1/en
Priority to US14/543,932 priority patent/US9152337B2/en
Priority to US14/870,885 priority patent/US9846619B2/en
Priority to US15/828,732 priority patent/US10394662B2/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0626Reducing size or complexity of storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • G06F3/0647Migration mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0662Virtualisation aspects
    • G06F3/0665Virtualisation aspects at area level, e.g. provisioning of virtual or logical volumes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]

Definitions

  • the present invention relates to a technique for migrating a volume of a primary or secondary storage device to another storage device in a remote copy system having a primary storage device and a secondary storage device.
  • a remote copy system having a primary storage device (PDKC) and a secondary storage device (SDKC) for copying data from a primary logical volume (PVOL) of PDKC to a secondary logical volume (SVOL) of SDKC is known.
  • Remote copy includes synchronous remote copy that writes data to the SVOL in synchronization with the writing of data to the PVOL, and asynchronous remote copy that writes data to the SVOL asynchronously with writing of data to the PVOL.
  • Patent Document 1 discloses a technique related to synchronous remote copy, which is a technique for migrating a PVOL to another storage apparatus.
  • the PVOL migration situation is that the old model storage device that manages the synchronous remote copy PVOL currently in operation is the migration source, and the newly installed storage device is the migration destination. It is conceivable to migrate PVOL.
  • the migration source PDKC it is necessary for the migration source PDKC to have a function for migrating the PVOL, but the migration source PDKC does not always have such a function in advance.
  • the above problem may also exist in the case where the SVOL is migrated from the migration source SDKC to the migration destination SDKC.
  • the migration destination PDKC connected to the migration source PDKC that provides the first PVOL that forms a pair with the SVOL of the SDKC manages the second PVOL and the virtual primary logical volume (PVVOL) in which the first PVOL is virtualized using the first identification information, And a control device that performs copying of data from the PVVOL to the second PVOL.
  • the control device receives the first write request designating the first identification information before the copying is completed, the control device transmits the write data according to the first write request to the migration source PDKC.
  • control device changes the identification information of the second PVOL to the first identification information, and when receiving the second write request designating the first identification information, the control device changes the write data according to the second write request, Write to the second PVOL and transfer to SDKC.
  • the migration source PDKC can be migrated to the migration destination PDKC while continuing the synchronous remote copy without adding a special function to the migration source PDKC.
  • FIG. 1 is a diagram illustrating an example of an overview of the first embodiment.
  • FIG. 2 is a diagram illustrating a configuration example of the computer system according to the first embodiment.
  • FIG. 3 is a diagram illustrating an example of a state of the computer system before the start of migration.
  • FIG. 4 is a diagram for explaining the introduction of MD-DKC into the computer system.
  • FIG. 5 is a diagram for explaining port virtualization in MD-DKC.
  • FIG. 6 is a diagram for explaining generation of VVOL in MD-DKC.
  • FIG. 7 is a diagram for explaining VVOL virtualization in MD-DKC.
  • FIG. 8 is a diagram for explaining the addition of a path to the MD-DKC in the host.
  • FIG. 1 is a diagram illustrating an example of an overview of the first embodiment.
  • FIG. 2 is a diagram illustrating a configuration example of the computer system according to the first embodiment.
  • FIG. 3 is a diagram illustrating an example of a state of the computer system before the
  • FIG. 9 is a diagram for explaining the deletion of the path to the MS-DKC in the host.
  • FIG. 10 is a diagram for explaining reading of pair information from the MS-DKC.
  • FIG. 11 is a diagram for explaining addition of an RC path.
  • FIG. 12 is a diagram for explaining the RC path viewed from the MS-DKC.
  • FIG. 13 is a diagram for explaining deletion of an RC path between MS and DKC.
  • FIG. 14 is a first diagram illustrating data migration of the MS-VOL according to the first embodiment.
  • FIG. 15 is a second diagram illustrating data migration of the MS-VOL according to the first embodiment.
  • FIG. 16 is a third diagram for explaining data migration of the MS-VOL according to the first embodiment.
  • FIG. 17 is a diagram for explaining stop of remote copy between MS and DKC.
  • FIG. 18 is a diagram illustrating an example of the state of the computer system after completion of migration.
  • FIG. 19 is a first flowchart of write processing according to the first embodiment.
  • FIG. 20 is a second flowchart of the write process according to the first embodiment.
  • FIG. 21 is a third flowchart of the write process according to the first embodiment.
  • FIG. 22 is a diagram illustrating addition of an RC path according to the second embodiment.
  • FIG. 23 is a diagram for explaining data migration of the MS-VOL according to the second embodiment.
  • FIG. 24 is a diagram illustrating addition of an RC path according to the third embodiment.
  • FIG. 25 is a diagram for explaining data migration of the MS-VOL according to the third embodiment.
  • the PDEV is an abbreviation for a physical storage device (typically a nonvolatile storage device).
  • the PDEV includes, for example, a storage medium (typically a non-volatile storage medium) and a controller that controls data input / output (I / O) for the storage medium.
  • the nonvolatile storage medium may be a hard disk group (one or more hard disks) or an NVM group (one or more nonvolatile semiconductor memories (NVM)). That is, the PDEV may be, for example, an HDD (Hard Disk Drive) or an NVM device such as a flash memory (FM) device (for example, SSD (Solid State Device)).
  • HDD Hard Disk Drive
  • FM flash memory
  • the NVM may be, for example, FM or phase change memory.
  • the FM may include a plurality of blocks (physical blocks), and each block may include a plurality of pages (physical pages).
  • NVM typically FM
  • data is written in units of pages. If data in a page is not erased, data cannot be written in the page, and data is erased in units of blocks (for example, NAND) Type FM).
  • VOL is an abbreviation for logical volume and is a logical storage device. The VOL may be a substantial VOL (RVOL) or a virtual VOL (VVOL).
  • the VOL is an online VOL provided to an external device (for example, a host computer) connected to the DKC having the VOL, and an offline VOL not provided to the external device (not recognized by the external device).
  • an external device for example, a host computer
  • VOL is a physical storage resource (for example, RAID (Redundant Array of Independent (or Inexpensive) Disks) configured by a plurality of non-volatile physical storage devices (PDEVs)) included in the storage apparatus having the RVOL.
  • PDEVs non-volatile physical storage devices
  • VVOL is, for example, an externally connected VOL (EVOL) that is a VOL based on storage resources (for example, a logical volume) of an external storage device connected to the storage device having the VVOL and is in accordance with the storage virtualization technology.
  • VOL VOL
  • the TPVOL is typically an online VOL.
  • a real page is allocated from the pool to the TPVOL.
  • a “pool” is a storage resource composed of a plurality of real pages (substantial storage areas).
  • the pool is composed of a plurality of pool VOLs, for example, and each pool VOL is divided into two or more real pages.
  • the “pool VOL” is a VOL that is a component of the pool.
  • the pool VOL may be an RVOL or an EVOL.
  • the pool VOL is typically an offline VOL.
  • PVOL is an abbreviation for the primary logical volume, and is a word representing the copy-source VOL.
  • SVOL is an abbreviation for a secondary logical volume, and is a word representing a copy-destination VOL.
  • a pair of PVOL and SVOL is typically a VOL pair. Data is copied from PVOL to SVOL.
  • DKC is a word representing a storage device.
  • the DKC has a VOL and a controller that controls data I / O to the VOL.
  • the DKC may include one or a plurality of PDEVs (for example, one or RAID group), and the VOL included in the DKC may be an RVOL or a VVOL.
  • PDKC is an abbreviation for primary DKC, and is a DKC having a PVOL.
  • SDKC is an abbreviation for secondary DKC, and is an abbreviation for DKC having SVOL.
  • the remote copy system typically has a PDKC and an SDKC, and the PVOL and SVOL constituting the VOL pair are present in different DKCs.
  • MS is an abbreviation for migration source.
  • MS-PDKC means the source PDKC.
  • MD is an abbreviation for migration destination.
  • MD-PDKC means a migration destination PDKC.
  • various types of information may be described using the expression “aaa table”, but the various types of information may be expressed using a data structure other than a table.
  • the “aaa table” can be referred to as “aaa information” to indicate that the various types of information do not depend on the data structure.
  • a processor or the like actually executes the program or software.
  • FIG. 1 is a diagram illustrating an example of an outline of the first embodiment.
  • This computer system is a computer system for transferring PVOL 105 and SVOL 108 to MD-PVOL 107 and MD-SVOL 110 while maintaining a remote copy.
  • the computer system has one or more hosts (host computers) 200 and a remote copy system.
  • the remote copy system has a plurality of DKCs (storage devices) 100.
  • the remote copy system includes an MS-PDKC 100A that manages the PVOL 105 that is the MS (migration source), an MS-SDKC 100B that manages the SVOL 108 that is the copy destination VOL of the PVOL 105, and an MD (migration destination) of the PVOL 105.
  • the MD-PDKC 100C that manages the MD-PVOL 107 that is the MD
  • the MD-SDKC 100D that manages the MD-SVOL 110 that is the MD of the SVOL 108 are included.
  • MS-PDKC 100A and MS-SDKC 100B are connected via a communication network 60.
  • the MD-PDKC 100C and the MD-SDKC 100D are connected via a communication network 60.
  • the PVOL 105 and SVOL 108 of the MS-DKC group 30 including the MS-PDKC 100A and the MS-SDKC 100B are transferred to the MD-DKC group 40 including the MD-PDKC 100C and the MD-SDKC 100D.
  • the MS-PDKC 100A and the MD-PDKC 100C are installed, for example, in the same local site 10 and are connected so as to communicate with each other.
  • the MD-PDKC 100C virtualizes the communication interface device (port) so that the MS-PDKC 100A can be seen as the MS-SDKC 100B.
  • the MS-SDKC 100B and the MD-SDKC 100D are installed at a remote site 20 which is a place distant from the local site 10, and are connected so as to be communicable with each other.
  • the MD-SDKC 100D virtualizes the communication interface device (port) with respect to the MS-SDKC 100B so that it can be seen as the MS-PDKC 100A.
  • MD-PDKC 100C manages PVVOL 106 obtained by virtualizing externally connected PVOL 105 based on storage virtualization technology.
  • the host 200 and the MD-PDKC 100C are connected via the communication network 50.
  • the host 200 recognizes a path that can access the PVVOL 106 of the MD-PDKC 100C.
  • the MD-SDKC 100D manages the SVVOL 109 obtained by virtualizing the externally connected SVOL 108 based on the storage virtualization technology.
  • the MD-PDKC 100C executes a PVOL migration process for migrating (for example, copying) the data of the PVOL 105 of the MS-PDKC 100A to the MD-PVOL 107 (FIG. 1 (7)).
  • An SVOL migration process (FIG. 1 (8)) for migrating the data of the SVOL 108 of the MS-SDKC 100B to the MD-SVOL 110 is executed.
  • the host 200 can write (write) to the PVOL 105 in parallel with the PVOL migration processing and the SVOL migration processing. Specifically, when writing to the PVOL 105 of the MS-PDKC 100A (during host I / O), the host 200 transmits a write request for the PVVOL 106 to the MD-PDKC 100C ((1) in FIG. 1).
  • the MD-PDKC 100C When the MD-PDKC 100C receives a write request for the PVVOL 106 from the host 200, the MD-PDKC 100C transfers the write request to the MS-PDKC 100A ((2) in FIG. 1).
  • MS-PDKC 100A executes a write process to PVOL 105 in accordance with the received write request and also executes a remote copy corresponding to the write request.
  • the MS-PDKC 100A is connected to the MS-SDKC 100B via the communication network 60 (FIG. 1 (3)) and the MD-PDKC 100C as a path for remotely copying the PVOL 105 to the SVOL 108. It is recognized that there is a path (FIG. 1 (4)).
  • a write request related to remote copy is transmitted using any of these paths.
  • the path to be used is selected according to, for example, a round robin method.
  • the MS-SDKC 100B writes the write target data (may be described as “WR data” in the figure) to the SVOL 108 according to the write request. .
  • the MD-PDKC 100C transmits the write request transmitted from the MS-PDKC 100A to the MD-SDKC 100D (FIG. 1 (5)).
  • the MD-SDKC 100D recognizes that it is a write request to the SVVOL 109, and transmits the write request to the MS-SDKC 100B (FIG. 1 (6)).
  • the MS-SDKC 100B When the MS-SDKC 100B receives this write request, it writes the write target data to the SVOL 108 in accordance with the write request. Accordingly, remote copy can be executed from the MS-PDKC 100A to the SVOL 108 of the MS-SDKC 100B via the MD-PDKC 100C.
  • the MD-PDKC 100C when all the data of the PVOL 105 of the MS-PDKC 100A is transferred to the MD-PVOL 107 of the MD-PDKC 100C, the MD-PDKC 100C is set to handle the access to the PVVOL 106 as the access to the MD-PVOL 107. To do. Thereafter, when the host 200 accesses the PVVOL 106, the MD-PDKC 100C executes the process as an access to the MD-PVOL 107. Specifically, when a write request is received from the host 200 for the PVVOL 106 before setting, the MD-PDKC 100C executes remote copy to the MD-SDKC 100D without transferring the write request to the MS-PDKC 100A. After that, the write target data is stored in the MD-PVOL 107.
  • FIG. 2 is a diagram illustrating a configuration example of the computer system according to the first embodiment.
  • the computer system has one or more hosts 200 and a plurality of DKCs 100.
  • the host 200 is a general computer and includes a processor, a cache, a storage device, and the like.
  • the host 200 issues an access request for the VOL managed by the DKC 100 to the DKC 100.
  • the host 200 has one or more ports 201.
  • the port 201 is an example of a communication interface device, and is an interface for connecting to a network.
  • identification information for example, WWN (World Wide Name) etc.
  • the host 200 associates the identification information (for example, device number) of the VOL to be accessed with the identification information (port information) of the port 101 of the DKC 100 that is accessed when accessing the VOL. Is managing.
  • the MS-PDKC 100A that manages the PVOL 105 that is the MS (migration source), the MS-SDKC 100B that manages the SVOL 108 that is the copy destination VOL of the PVOL 105, and the MD (migration destination) of the PVOL 105
  • An MD-PDKC 100C that manages the MD-PVOL 107 and an MD-SDKC 100D that manages the MD-SVOL 110 that is the MD of the SVOL 108 are included.
  • MS-PDKC 100A and MS-SDKC 100B are connected via a communication network 60.
  • the MD-PDKC 100C and the MD-SDKC 100D are connected via a communication network 60.
  • the PVOL 105 and SVOL 108 of the MS-DKC group 30 including the MS-PDKC 100A and the MS-SDKC 100B are transferred to the MD-DKC group 40 including the MD-PDKC 100C and the MD-SDKC 100D.
  • MS-PDKC 100A and the MD-PDKC 100C are installed, for example, in the same local site 10 and are connected so as to communicate with each other. Further, the MS-SDKC 100B and the MD-SDKC 100D are installed at a remote site 20 which is a place distant from the local site 10 and are communicably connected to each other.
  • the DKC 100 includes, for example, a plurality of ports 101, one or more MPPKs (microprocessor packages) 102, one or more CMPKs (cache memory packages) 103, an internal network 104, and a PDEV that constitutes one or more VOLs.
  • a VOL is composed of one or more PDEVs.
  • the port 101, the MPPK102, the CMPK103, and the PDEV configuring the VOL are connected via the internal network 104 so as to be able to communicate with each other.
  • the MS-PDKC 100A manages the PVOL 105.
  • the MS-SDKC 100B manages the SVOL 108.
  • the MD-PDKC 100C manages the PVVOL 106 and the MD-PVOL 107.
  • the MD-SDKC 100D manages the SVVOL 109 and the MD-SVOL 110.
  • the port 101 is an example of a communication interface device, and is an interface for connecting to a network.
  • Identification information for example, WWN (World Wide Name), etc.
  • WWN World Wide Name
  • Virtually arbitrary identification information can be assigned to the port 101.
  • the MS-PDKC 100A has a port 101 for connecting to the host 200, a port 101 for connecting to the MD-PDKC 100C, and a port 101 for connecting to the MS-SDKC 100B.
  • the MD-PDKC 100C has a port 101 for connecting to the host 200, a port 101 for connecting to the MS-PDKC 100A, and a port 101 for connecting to the MD-SDKC 100D.
  • the MS-SDKC 100B has a port 101 for connecting to the host 200, a port 101 for connecting to the MS-PDKC 100A, and a port 101 for connecting to the MD-SDKC 100D.
  • the MD-SDKC 100D has a port 101 for connecting to the host 200, a port 101 for connecting to the MD-PDKC 100C, and a port 101 for connecting to the MS-SDKC 100B.
  • the MPPK102 is a device having one or a plurality of processors.
  • the processor executes various processes according to the program.
  • the MPPK 102 may have a memory that stores programs to be executed by the processor and data to be used.
  • the MPPK 102 of the MD-PDKC 100C and MD-SDKC 100D has a program for realizing a new function in this embodiment described later.
  • the MPPK 102 of the MS-PDKC 100A and the MS-SDKC 100B only needs to have an existing program.
  • the CMPK 103 includes one or more cache memories (CMs).
  • CMs are volatile memory and / or nonvolatile memory.
  • One or more CMs have a storage area (hereinafter referred to as a shared area) for storing information used by the processor of the MPPK 102 in addition to a storage area (hereinafter referred to as a cache area) for temporarily storing data input to and output from the PDEV. You may have.
  • FIG. 3 is a diagram showing an example of the state of the computer system before the start of migration.
  • the copy source is described as “CS” and the copy destination is described as “CD”.
  • the computer system before the start of migration has a host 200, an MS-PDKC 100A, and an MS-SDKC 100B.
  • the MS-PDKC 100A has ports 101 with preset port information “1A”, “1B”, and “1C” (hereinafter referred to as ports 1A, 1B, and 1C, respectively. Shown by method.)
  • the MS-SDKC 100B has ports 2A, 2B, and 2C.
  • the MS-PDKC 100A is connected to the host 200 via the port 1B. Further, the port 1A of the MS-PDKC 100A and the port 2A of the MS-SDKC 100B are connected.
  • the MS-PDKC 100A manages the PVOL 105 whose device information is “0101”.
  • the MS-SDKC 100B manages the SVOL 108 whose device information that is the copy destination of the PVOL 105 is “0201”.
  • remote copy for copying the PVOL 105 to the SVOL 108 is performed.
  • the remote copy is a synchronous remote copy.
  • the MPPKs 102 of the MS-PDKC 100A and the MS-SDKC 100B each store a remote copy table (RC table) 120.
  • RC table remote copy table
  • the RC table 120 includes an entry having fields of a number (#) 121, copy source port information 122, copy source device information 123, copy destination port information 124, and copy destination device information 125 for each remote copy. Store.
  • the number 121 stores a remote copy number for identifying a remote copy.
  • the copy source port information 122 stores identification information (port information) for identifying the port of the copy source DKC 100.
  • the copy source device information 123 stores identification information (device information) for identifying a device that is a copy source (here, PVOL 105).
  • the copy destination port information 124 stores identification information (port information) for identifying the copy destination DKC 100 port.
  • the copy destination device information 125 stores identification information (device information) for identifying a device that is a copy destination (here, the SVOL 108).
  • a write request for writing the write target data corresponding to the write request is sent from the port 1A to the MS-SDKC 100B.
  • the write target data is copied to the SVOL of the MS-SDKC 100B.
  • FIG. 4 is a diagram for explaining the introduction of MD-DKC into the computer system.
  • the MD-PDKC 100C (DKC 100C) to which the administrator migrates the PVOL 105 is placed in the local site 10 to which the MS-PDKC 100A belongs and the SVOL 108 is migrated to the computer system shown in FIG. ) Is arranged at, for example, the remote site 20 to which the MS-SDKC 100B belongs.
  • the MD-PDKC 100C has a port 3A, a port 3B, and a port 3C.
  • the MD-SDKC 100D has a port 4A and a port 4B.
  • the administrator connects the port 3B of the MD-PDKC 100C and the host 200 port 201 via the network 50. Further, the port 3C of the MD-PDKC 100C and the port 1C of the MS-PDKC 100A are connected via a cable or a network. Further, the port 3A of the MD-PDKC 100C and the port 4A of the MD-SDKC 100D are connected via the network 60. Further, the port 4C of the MD-SDKC 100D is connected to the port 2C of the MS-SDKC 100B via a cable or a network.
  • FIG. 5 is a diagram for explaining port virtualization in MD-DKC.
  • identification information (port information such as WWN) that can uniquely identify the port 101 is set in advance.
  • the preset port information is referred to as actual port information.
  • virtual port information virtual port information
  • VP information virtual port information
  • RP information actual port information
  • the MPPK 102 of the MD-PDKC 100C and MD-SDKC 100D stores a port virtual information management table (PV table) 130 for managing the virtual port information of the port 101. ing.
  • PV table port virtual information management table
  • the port virtual information management table 130 stores an entry having fields of item number 131, actual port information 132, and virtual port information 133 for each port.
  • Entry number 131 stores the entry number.
  • the actual port information 132 stores actual port information of the port corresponding to the entry.
  • the virtual port information 133 stores virtual port information assigned to the port corresponding to the entry.
  • the actual port information of the port 2C of the MS-SDKC 100B is allocated as the virtual port information of the port 3C of the MD-PDKC 100C, and the virtual port of the port 3A is allocated.
  • actual port information of the port 1C of the MS-PDKC 100A is assigned.
  • the actual port information “1C” of the port 1C of the MS-PDKC 100A is assigned as the virtual port information of the port 4C of the MD-SDKC 100D
  • the actual port information of the port 2C of the MS-SDKC 100B is allocated as the virtual port information of the port 4A.
  • Port information “2C” is assigned.
  • the actual port information “2C” of the port 2C of the MS-SDKC 100B is stored in the virtual port information 133 of the entry corresponding to the port 3C of the MD-PDKC 100C in the port virtual information management table 130 of the MD-PDKC 100C. Then, the actual port information “1C” of the port 1C of the MS-PDKC 100A is stored in the virtual port information 133 of the entry corresponding to the port 3A. Further, the actual port information “2C” of the MS-SDKC 100B is stored in the virtual port information 133 of the entry corresponding to the port 4A of the MD-SDKC 100D in the port virtual information management table 130 of the MD-SDKC 100D, and corresponds to the port 4C. The actual port information “1C” of the MS-PDKC 100A is stored in the virtual port information 133 of the entry to be entered.
  • the administrator can connect via the SVP (Service Processor) connected to the MD-PDKC 100C or the MD-SDKC 100D, or via a network. It may be set using a terminal such as a management device, or may be set by the MPPK 102 processor of the MD-PDKC 100C and MD-SDKC 100D collecting and determining various information. Note that an administrator may use a terminal such as SVP to operate, set, etc., with “administrator” as the subject.
  • SVP Service Processor
  • the MS-PDKC 100A When the MD-PDKC 100C uses the virtual port information assigned as described above for communication with the MS-PDKC 100A, the MS-PDKC 100A recognizes the MD-PDKC 100C as the MS-SDKC 100B. Further, when the MD-SDKC 100D uses the virtual port information assigned as described above for communication with the MS-SDKC 100B, the MS-SDKC 100B recognizes the MD-SDKC 100D as the MS-PDKC 100A. Therefore, in MS-PDKC 100A and MS-SDKC 100B, it is not necessary to grasp MD-PDKC 100C and MD-SDKC 100D, and it is not necessary to add a new function to MS-PDKC 100A and MS-SDKC 100B.
  • FIG. 6 is a diagram for explaining generation of VVOL in MD-DKC.
  • the administrator After the computer system is brought into the state shown in FIG. 5, the administrator generates a VVOL 106 based on the MS-PVOL 105 in the MD-PDKC 100C, and generates a VVOL 109 based on the MS-SVOL 108 in the MD-SDKC 100D.
  • the function of generating the VVOL based on the RVOL of the MS-PDKC 100A (MS-SDKC 100B) in the MD-PDKC 100C (MD-SDKC 100D) can be realized by using a storage virtualization technology.
  • unique device information (actual device information) is set in each of the VVOL 106 and the VVOL 109. In this embodiment, “0301” is set as device information in the VVOL 106, and “0401” is set as device information in the VVOL 109.
  • FIG. 7 is a diagram illustrating VVOL virtualization in MD-DKC.
  • the VVOL 106 and the VVOL 109 can set virtual device information as their device information, and can be used as devices corresponding to the virtual device information.
  • the MD-PDKC 100C and the MD-SDKC 100D store a device virtual information management table (DV table) 140 in the memory of each MPPK 102 in order to manage virtual device information about the VVOL.
  • DV table device virtual information management table
  • the device virtual information management table 140 stores an entry including a number (#) 141, actual device information (RD information) 142, virtual device information (VD information) 143, and a type 144 field for each device.
  • the number 141 stores a number corresponding to the entry.
  • the actual device information 142 stores actual device information of the device corresponding to the entry.
  • the virtual device information 143 stores virtual device information set for the device corresponding to the entry.
  • the type 144 stores the type of device corresponding to the entry. In this embodiment, when the device corresponding to the entry is a VVOL, “virtual” is stored in the type 144.
  • the actual device information “0101” of the PVOL 105 of the MS-PDKC 100A is set as the virtual device information of the VVOL 106 generated in the MD-PDKC 100C.
  • the actual device information “0201” of the SVOL 108 of the MS-SDKC 100B is set as the virtual device information of the VVOL 109 generated in the SDKC 100D.
  • the MD-PDKC 100C adds an entry to the device virtual information management table 140, stores the actual device information “0301” of the virtual device 106 in the actual device information 142, and the PVOL 105
  • the actual device information “0101” is stored in the virtual device information 143
  • “virtual” is stored in the type 144.
  • the MD-SDKC 100D adds an entry to the device virtual information management table 140, stores the actual device information “0401” of the virtual device 109 in the actual device information 142, and the actual device information of the SVOL 108.
  • the device information “0201” is stored in the virtual device information 143, and “virtual” is stored in the type 144.
  • the device information of the VVOL 106 can be handled as the same as the actual device information “0101” of the PVOL 105, an access request to the PVOL 105 can be handled as an access request to the VVOL 106.
  • the device information of the VVOL 109 can be handled as the same as the actual device information “0201” of the SVOL 108, an access request for the SVOL 108 can be handled as an access request for the VVOL 109.
  • FIG. 8 is a diagram illustrating the addition of a path to the MD-DKC in the host.
  • the administrator adds a path (access path) for accessing the device (VOL) of the device information “0101” in the host 200.
  • a path from the port 201 of the host 200 to the port 3B of the MD-PDKC 100C is added as a path for accessing the device having the device information “0101”.
  • the host 200 newly adds a path (first path) via the port 1B of the MS-PDKC 100A as an access path for accessing the device (originally PVOL 105) of the device information “0101”. It is recognized that there is a path (second path) via the port 3B of the added MD-PDKC 100C.
  • the host 200 selects and uses either the first path or the second path according to, for example, the round robin method. It will be.
  • the MS-PDKC 100A accepts the write request via the port 1B. .
  • the MS-PDKC 100A saves the write target data corresponding to the write request in the CM, and sends a write request for remote copy of the write target data to the device information “0201” of the port 2A according to the contents of the RC table 120. Send to SDKC100B.
  • the MS-SDKC 100B receives the write request via the port 2A, writes the write target data corresponding to the write request to the device having the device information “0201”, that is, the SVOL 108, and returns a response to the MS-PDKC 100A.
  • the MS-PDKC 100A stores the write target data saved in the CM in the device having the device information “0101”, that is, the PVOL 105, and returns the response to the host 200.
  • the MD-PDKC 100C accepts the write request via the port 3B.
  • the MD-PDKC 100C transfers a write request for the device information “0101” to the MS-PDKC 100A by a switching operation.
  • the MS-PDKC 100A saves the write target data corresponding to the write request in the CM, and sends a write request for remote copy of the write target data to the device information “0201” of the port 2A according to the contents of the RC table 120. Send to SDKC100B.
  • the MS-SDKC 100B receives the write request via the port 2A, writes the write target data corresponding to the write request to the device having the device information “0201”, that is, the SVOL 108, and returns a response to the MS-PDKC 100A.
  • the MS-PDKC 100A Upon receiving a normal response from the MS-SDKC 100B, the MS-PDKC 100A stores the write target data saved in the CM in the device having the device information “0101”, that is, the PVOL, and returns the response to the MD-PDKC 100C.
  • the MD-PDKC 100C returns a response to the write request to the host 200.
  • the write target data corresponding to the write request can be appropriately stored in the PVOL 105 and the SVOL 108 regardless of which path the write request from the host 200 takes.
  • FIG. 9 is a diagram for explaining the deletion of the path to the MS-DKC in the host.
  • the administrator deletes the path through the port 1B of the MS-PDKC 100A that accesses the device of the device information “0101” in the host 200.
  • access requests to the PVOL 105 can be aggregated and transmitted on the path via the port 3B of the MD-PDKC 100C. That is, the MD-PDKC 100C can acquire all access requests to the PVOL 105.
  • FIG. 10 is a diagram for explaining reading of pair information from the MS-DKC.
  • the MD-PDKC 100C and the MD-SDKC 100D extract the entry information (copy pair information) of the RC table 120 from the MS-PDKC 100A and the MS-SDKC 100B, respectively. Register in the RC table 120.
  • the MD-PDKC 100C and the MD-SDKC 100D store the device information “0101” of the PVOL 105 in the copy source device information 123 and the device information “0201 of the SVOL 106 in the copy destination device information 125 in the respective RC tables 120. Is stored.
  • FIG. 11 is a diagram for explaining the addition of the RC path.
  • the administrator adds a new remote copy path (RC path) via the MD-PDKC 100C and the MD-SDKC 100D.
  • RC path remote copy path
  • the MD-PDKC 100C stores the primary remote copy management table (PRC management table) 150 in the MPPK 102
  • the MD-SDKC 100D stores the secondary remote copy management table (SRC management table). ) 160 is stored in the MPPK102.
  • the PRC management table 150 includes fields of number (#) 151, migration source primary port (MS-PP) information 152, reception source virtual port (RS-VP) information 153, and PVOL device information 154 for each remote copy.
  • the number 151 stores the number for the remote copy.
  • the MS-PP information 152 stores port information of the port of the MS-PDKC 100A to which a remote copy write request is transmitted.
  • the transfer data receiving source virtualization port information 153 stores the virtualization port information of the port of the MD-PDKC 100C from which a remote copy write request is received.
  • the PVOL device information 154 stores PVOL device information related to remote copy. If there is no RC path via MD-PDKC 100C and MD-SDKC 100D for remote copy, MS-PP information 152, transfer data receiver virtualization port information 153, and PVOL device information 154 include: For example, “-” is stored.
  • the SRC management table 160 includes fields of number (#) 161, transmission source virtual port (TS-VP) information 162, migration source secondary port (MS-SP) information 163, and SVOL device information 164 for each remote copy.
  • the number 161 stores the number for the remote copy.
  • the source virtualization port information 162 stores the virtualization port information of the MD-SDKC 100D port that transmits a remote copy write request.
  • the MS-SP information 163 stores port information of the port of the MS-SDKC 100B to which a remote copy write request is transmitted.
  • the SVOL device information 164 stores SVOL device information related to remote copy.
  • the MD-SDKC 100D transmits a path addition request for adding a remote copy path from the MD-SDKC 100D to the MS-SDKC 100B to the MS-SDKC 100B (FIG. 11 (1)).
  • the path addition request includes contents in which the virtual port information “1C” of the port 4C of the MD-SDKC 100D is the copy source and the port 2C of the MS-SDKC 100B is the copy destination.
  • the MS-SDKC 100B receives the path addition request, the virtual port of the port 4C of the MD-SDKC 100D is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B.
  • the device information “0101” of the PVOL 105 is stored in the copy source device information 123
  • the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124
  • the copy SVOL device information “0201” is stored in the destination device information 125.
  • the MD-SDKC 100D sets the virtual port information “1C” of the port 4C of the MD-SDKC 100D to the transfer data transmission source virtualization port information 162 for the entry corresponding to the added RC copy number in the SRC management table 160.
  • the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the MS-SP information 163, and the device information “0201” of the SVOL 108 is stored in the SVOL device information 164.
  • the MD-PDKC 100C forms a remote path between the MD-PDKC 100C and the MD-SDKC 100 (FIG. 11 (2)). Specifically, the MD-PDKC 100C stores the port information “1C” of the port 1C of the MS-PDKC 100A in the MS-PP information 152 of the entry corresponding to the RC copy number formed in the PRC management table 150, and the transfer data
  • the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the reception source virtual port information 153, and the device information “0101” of the PVOL 105 is stored in the PVOL device information 154.
  • the MD-SDKC 100D Upon receiving an instruction from the MD-PDKC 100C, the MD-SDKC 100D virtualizes the port 3A of the MD-PDKC 100C in the copy source port information 122 for the entry corresponding to the copy path formed in the RC table 120 of the MD-SDKC 100D.
  • the port information “1C” is stored, and the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored in the copy destination port information 124.
  • the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-PDKC 100C to the MD-PDKC 100C (FIG. 11 (3)).
  • the MD-PDKC 100C Upon receiving the path addition request, the MD-PDKC 100C stores the virtual port information “1A” of the port 3A of the MD-PDKC 100C in the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120. In the copy destination port information 124, the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored.
  • the path from the MS-PDKC 100A to the MS-SDKC 100B without passing through the MD-DKC, and the MS from the MS-PDKC 100A to the MD-PDKC 100C and the MD-SDKC 100D via MS -The path to the SDKC 100B is managed.
  • the processing has been described in the order of (1), (2), and (3) in FIG. 11, but is not limited to this, and (1), (2), and (3) are not limited thereto.
  • the processes may be performed in parallel. In short, it is only necessary that the process (3) is not performed before the processes (1) and (2). This is because the remote copy write request is issued from the MS-PDKC 100A to the MD-PDKC 100C when the process (3) is executed first and the remote path to the MS-SDKC 100B is not completed. Is to prevent.
  • FIG. 12 is a diagram for explaining the RC path as seen from the MS-DKC.
  • each path is port information of the MS-PDKC 100A and the MS-SDKC 100B. Therefore, as shown in FIG. 12, it is recognized that there are simply two remote paths between each other. Therefore, in MS-PDKC100A and MS-SDKC100B, the presence of MD-PDKC100C and MD-SDKC100D cannot be recognized. In other words, it is not necessary to recognize the presence of MD-PDKC100C and MD-SDKC100D.
  • FIG. 13 is a diagram for explaining the deletion of the RC path between MS and DKC.
  • the administrator deletes the access path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-PDKC 100C and the MD-SDKC 100D. That is, the administrator copies the copy source port information 122 of the entry corresponding to the access path from the MS-PDKC 100A to the MS-SDKC 100B in the RC table 120 of the MS-PDKC 100A and the MS-SDKC 100B without going through the MD-PDKC 100C and the MD-SDKC 100D.
  • "-" Is set in the copy source device information 123, the copy destination port information 124, and the copy destination device information 125.
  • remote copy write requests from the PVOL 105 to the SVOL 108 can be aggregated and transmitted from the MS-PDKC 100A to the MS-SDKC 100B via the MD-PDKC 100C and MD-SDKC 100D. That is, the MD-PDKC 100C can obtain all remote copy write requests from the PVOL 105 to the SVOL 108.
  • FIG. 14 is a first diagram illustrating MS-VOL data migration according to the first embodiment.
  • the PVOL 105 of the MS-PDKC 100A is transferred to the MD-PVOL 107 of the MD-PDKC 100C, and the SVOL 108 of the MS-SDKC 100B is changed to the MD-SDKC 100D.
  • Data migration processing for migrating to the MD-SVOL 110 is started.
  • the MD-PDKC 100C sequentially migrates from the data in the top area of the VVOL 106 based on the MS-PVOL 105 to the PVOL 107, and the MD-SDKC 100D sequentially performs the SVOL 110 from the data in the top area of the VVOL 109 based on the MS-SVOL 108. Make the transition to
  • the MD-PDKC 100C transfers the write request to the MS-PDKC 100A.
  • the MS-PDKC 100A transmits a remote copy write request through the RC path shown in FIG.
  • the write to the PVOL 105 can be appropriately reflected in the SVOL 108.
  • the remote copy write request received from the MS-PDKC 100A is a write for an area that has already been copied from the PVOL 105 to the MD-PVOL 107
  • the MD-PDKC 100C reads the MD-PDKC 100C in that area of the MD-PVOL 107.
  • write target data On the other hand, write target data.
  • the MD-SDKC 100D applies the write request to the MD-SVOL 110 to that area. Write the data to be written. As a result, it is possible to appropriately reflect the write for the copied data in the MD-VOL.
  • FIG. 15 is a second diagram illustrating data migration of the MS-VOL according to the first embodiment.
  • FIG. 15 shows data migration processing when data migration from the SVOL 108 to the MD-SVOL 110 is completed in the data migration processing shown in FIG.
  • the MD-SDKC 100D replaces the device information of the MD-SVOL 110 and the VVOL 109 to make the SVOL using the MD-SVOL 110.
  • the MD-SDKC 100D writes the write target data corresponding to the write request to the MD-SVOL 110, and also remotely transmits to the MS-SVOL 108. Send a copy write request.
  • the MS-SDKC 100B writes the write target data to the SVOL.
  • the write target data is also written to the SVOL 108. If the migration of the PVOL 105 is not completed, the state of the SVOL 108 is made the same as that of the PVOL 105, and the PVOL 105 is appropriately restored based on the SVOL 108 when a failure occurs. This is to make it possible.
  • FIG. 16 is a third diagram for explaining data migration of the MS-VOL according to the first embodiment.
  • FIG. 16 shows the data migration process immediately after the data migration from the PVOL 105 to the MD-PVOL 107 is completed in the data migration process shown in FIG.
  • the MD-PDKC 100C replaces the device information of the MD-PVOL 107 and the VVOL 106 to make the PVOL that uses the MD-PVOL 107.
  • the host 200 can appropriately access the MD-PVOL 107 without any particular attention thereafter.
  • the MD-PDKC 100C saves the write target data in the CM without transferring the write request to the MS-PDKC 100A.
  • the MD-PDKC 100C transmits a remote copy write request to the MD-SDKC 100D.
  • the MD-SDKC 100D When the MD-SDKC 100D receives a remote copy write request from the MD-PDKC 100C, it writes the write target data corresponding to the write request to the MD-SVOL 110, and also sends a remote copy write request to the MS-SVOL 108. Send.
  • the MS-SDKC 100B When receiving the write request, the MS-SDKC 100B writes the write target data to the SVOL. Here, the write target data is also written to the SVOL 108. If the migration of the PVOL 105 is not completed, the state of the SVOL 108 is made the same as that of the PVOL 105, and the PVOL 105 is appropriately restored based on the SVOL 108 when a failure occurs. This is to make it possible.
  • the MD-SDKC 100D When the MD-SDKC 100D receives a write request response from the MS-SDKC 100B, it returns a write request response to the MD-PDKC 100C.
  • the MD-PDKC 100C receives a response indicating normal termination as a response to the write request from the MD-SDKC 100D, the MD-PDKC 100C writes the write target data saved in the CM to the corresponding area of the MD-PVOL 107 and sends it to the host 200. And return a write request response.
  • FIG. 17 is a diagram for explaining the stop of remote copy between MS and DKC.
  • the MD-PDKC 100C and the MD-SDKC 100D stop the remote copy between the MS and DKC. Specifically, the MD-PDKC 100C sets “ ⁇ ” in the MS-PP information 152, the transfer data receiving source virtualization port information 153, and the PVOL device information 154 of the entry regarding the migrated PVOL 105 in the PRC management table 150. This deletes the setting for transferring the remote copy. Further, the MD-SDKC 100D sets “ ⁇ ” in the transfer data transmission source virtualization port information 162, the MS-SP information 163, and the SVOL device information 164 of the entry related to the migrated SVOL 108 in the SRC management table 160, Delete the settings for transferring a remote copy.
  • the MD-SDKC 100D when the MD-SDKC 100D receives a remote copy write request from the MD-PDKC 100C, the MD-SDKC 100D does not transmit a remote copy write request to the MS-SVOL 108.
  • FIG. 18 is a diagram showing an example of the state of the computer system after completion of the migration.
  • the administrator can remove the MS-PDKC 100A and the MS-SDKC 100B from the computer system as shown in FIG. 17.
  • the MD-PDKC 100C and the MD-SDKC 100D execute processes according to the common flowcharts shown in FIGS. 19 to 21, so that the MD-PDKC 100C is necessary for the MD-PDKC in FIGS.
  • the processing is executed, and the MD-SDKC 100D executes processing necessary for the MD-SDKC in FIGS.
  • the same program may be executed by the MD-PDKC 100C and the MD-SDKC 100D.
  • the MD-PDKC 100C and the MD-SDKC 100D may execute the processing, and therefore, the main body that executes the processing will be described as the DKC 100.
  • FIG. 19 is a first flowchart of the write process according to the first embodiment.
  • FIG. 20 is a second flowchart of the write process according to the first embodiment.
  • FIG. 21 is a third flowchart of the write process according to the first embodiment.
  • the flowchart of FIGS. 19 and 20 is connected to the portion of the terminal 1 indicated by the pentagon in the drawing, and the flowchart of FIGS. 20 and 21 is connected to the portion of the terminal 2 indicated by the pentagon in the drawing. Has been.
  • the DKC 100 (specifically, the processor of the MPPK 102 of the DKC 100) receives a write request including the write target data (write target data) (step S11), the write request corresponds to the host I / O from the host 200. It is determined whether the request is a write request to be made or a write request corresponding to remote copy (step S12).
  • step S12 remote copy
  • the DKC 100 advances the process to step S26 in FIG.
  • step S12 host I / O
  • RVOL RVOL
  • step S13: Y if the target of the write request is RVOL (step S13: Y), for example, it indicates that the write request to the MD-PVOL 107 has been completed after the migration of the PVOL 105, so the DKC 100 performs the processing. Proceed to step S14.
  • the target of the write request is not RVOL (step S13: N)
  • the DKC 100 indicates that the migration of the PVOL 105 has not been completed, so the process proceeds to step S21.
  • step S14 the DKC 100 saves and stores the write target data in the CM of the CMPK 103.
  • the DKC 100 transmits write target data to the SVOL (step S15).
  • the SVOL is the MD-SVOL 110 that has been migrated from the MS-SDKC 100B to the MD-SDKC 100D.
  • the DKC 100 waits for a response from the SVOL, that is, a response from the MD-SDKC 100D (step S16), and determines whether or not there is a Good response from the SVOL indicating that storage of the write target data has been completed (step S17). ).
  • the DKC 100 reflects the write target data saved in the CM of the CMPK 103 in the MD-PVOL 107 (step S18), and the host that made the write request In step 200, the normal end is returned as a response to the write request, and the write process ends.
  • the DKC 100 returns an abnormal end as a response to the write request to the host 200 that has made the write request (step S20), and ends the write process.
  • step S21 the DKC 100 transfers a write request including the write target data to the MS-PDKC 100A.
  • step S22 the DKC 100 waits for a response from the MS-PDKC 100A (step S22), and determines whether there is a Good response from the MS-PDKC 100A indicating that the storage of the write target data has been completed (step S23). As a result, if there is a Good response (step S23: Y), normal termination is returned as a response to the write request to the host 200 that has made the write request, and the write processing is terminated.
  • step S23: N the DKC 100 returns an abnormal end as a response to the write request to the host 200 that has made the write request (step S25), and ends the write process.
  • step S26 of FIG. 20 the DKC 100 determines whether or not the write request target is RVOL.
  • step S26: Y when the target of the write request is RVOL (step S26: Y), this indicates that the DKC 100 is the MD-SDKC 100D and the data transfer from the SVOL 108 to the MD-SVOL 110 has been completed.
  • the DKC 100 advances the process to step S27.
  • RVOL when there is an RVOL, it can be determined that the MD-SDKC 100D is used because the write request corresponding to the remote copy is not sent to the MD-PDKC 100C having the RVOL.
  • step S26: N when the target of the write request is not RVOL (step S26: N), the DKC 100 advances the process to step S35 in FIG.
  • step S27 the DKC 100 saves and stores the write target data in the CM of the CMPK 103.
  • the DKC 100 determines whether or not there is an entry indicating a link with the MS-SDKC 100B in the SRC management table 160 (step S28).
  • an entry indicating a link with the MS-SDKC 100B is secured in the SRC management table 160 until the migration of the PVOL 105 is completed. This is to maintain the SVOL 108 of the MS-SDKC 100B in a usable state for restoration until the migration of the PVOL 105 is completed.
  • step S28: N when there is no entry indicating the link with the MS-SDKC 100B in the SRC management table 160 (step S28: N), the DKC 100 advances the process to step S32.
  • step S28 if there is an entry indicating the link with the MS-SDKC 100B in the SRC management table 160 (step S28: Y), it is necessary to reflect the write target data in the SDKC 108, so the DKC 100
  • the write target data is transferred (step S29), a response from the SVOL 108, that is, a response from the MS-SDKC 100B is waited (step S30), and whether or not there is a Good response from the SVOL 108 indicating that the storage of the write target data has been completed. Is determined (step S31).
  • step S31: Y when there is a Good response (step S31: Y), it means that the write target data is reflected in the SVOL 108, and thus the DKC 100 advances the process to step S32 while there is no Good response.
  • Step S31: N the process proceeds to Step S34.
  • step S32 the DKC 100 reflects the write target data saved in the CM of the CMPK 103 on the MD-SVOL 110.
  • step S33 the DKC 100 returns a normal end as a response to the write request to the DKC 100 that has made the write request (step S33), and ends the write process.
  • step S34 the DKC 100 returns an abnormal end as a response to the write request to the DKC 100 that has made the write request, and ends the write process.
  • step S35 of FIG. 21 the DKC 100 determines whether the write target data corresponding to the write request is data for the PVOL 105.
  • step S35: Y when the write target data of the write request is data for the PVOL 105 (step S35: Y), it indicates that it is necessary to write to the SVOL. Therefore, the DKC 100 advances the process to step S36. If the write target data of the write request is not data for the PVOL 105 (step S35: N), the process proceeds to step S41.
  • step S36 the DKC 100 transmits the write target data to the SVOL.
  • the SVOL is the MD-SVOL 110 or SVVOL 109 that has been migrated from the MS-SDKC 100B to the MD-SDKC 100D.
  • the DKC 100 waits for a response from the SVOL, that is, a response from the MD-SDKC 100D (step S37), and determines whether or not there is a Good response from the SVOL indicating that storage of the write target data has been completed (step S38). ). As a result, if there is a Good response (step S38: Y), the DKC 100 returns a normal end as a response to the write request to the MS-PDKC 100A that has made the write request (step S39), and the process proceeds to step S46. Proceed to
  • step S38 N
  • the DKC 100 returns an abnormal end as a response to the write request to the MS-PDKC 100A00A that has made the write request (step S40), and the write processing ends. .
  • step S41 the DKC 100 transfers a write request including write target data to the MS-SDKC 100B.
  • step S42 the DKC 100 waits for a response from the MS-SDKC 100B (step S42), and determines whether there is a Good response from the MS-SDKC 100B indicating that the storage of the write target data has been completed (step S43).
  • step S43 the DKC 100 returns a normal end as a response to the write request to the MD-PDKC 100C that has made the write request (step S41), and the process proceeds to step S46.
  • step S43 N
  • the DKC 100 returns an abnormal end as a response to the write request to the MD-PDKC 100C that has made the write request (step S45), and ends the write process. .
  • step S46 the DKC 100 is in the process of migrating the data of the PVOL 105 (or SVOL 108) to the MD-PVOL 107 (or MD-SVOL 110) (during data migration), and the write destination of the write target data is the PVOL 105 (or SVOL 108). ) MD-PVOL 107 (or MD-SVOL 110) is determined whether or not the area has been copied.
  • step S46 when data is being migrated and the write destination of the write target data is an area that has been copied to the MD-PVOL 107 (MD-SVOL 110) of the PVOL 105 (or SVOL 108) (step S46: Y), the DKC 100 The write target data is reflected in the corresponding area of the MD-PVOL 107 (MD-SVOL 110) (step S47), and the process ends.
  • step S47 when a write occurs in the copied area of the MD-PVOL 107 or MD-SVOL 110, it can be appropriately reflected at this point.
  • step S46: N the DKC 100 performs processing. finish.
  • the PVOL 105 of the MS-PDKC 100A is migrated and the SVOL 108 of the MS-SDKC 100B is not migrated.
  • FIG. 22 is a diagram illustrating addition of an RC path according to the second embodiment.
  • FIG. 22 is a diagram corresponding to the addition point of the RC path illustrated in FIG. 11 according to the first embodiment.
  • the MD-SDKC 100D does not exist, and the port 3A of the MD-PDKC 100C is connected to the port 2C of the MS-SDKC 100B.
  • the administrator adds a new remote copy path (RC path, RC path) via MD-PDKC 100C. .
  • MD-PDKC 100C transmits to MS-SDKC 100B a path addition request for forming a remote copy path from MD-PDKC 100C to MS-SDKC 100B (FIG. 22 (1)).
  • the path addition request includes contents in which the virtual port information “1C” of the port 3A of the MD-PDKC 100C is the copy source and the port 2C of the MS-SDKC 100B is the copy destination.
  • the MS-SDKC 100B receives the path addition request, the virtualization of the port 3A of the MD-PDKC 100C is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B.
  • the port information (“1C”) is stored, the device information “0101” of the PVOL 105 is stored in the copy source device information 123, the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124, The SVOL device information “0201” is stored in the copy destination device information 124.
  • the MD-PDKC 100C stores the port information “1C” of the port 1C of the MS-SDKC 100B in the MS-PP information 151 for the entry corresponding to the RC copy number formed in the PRC management table 150, and receives the transfer data receiving source.
  • the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the virtual port information 153, and the device information “0101” of the PVOL 105 is stored in the PVOL device information 154.
  • the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-PDKC 100C (FIG. 22 (2)).
  • the MD-PDKC 100C Upon receiving the path addition request, the MD-PDKC 100C stores the virtual port information “1C” of the port 3A of the MD-PDKC 100C in the copy source port information 122 of the entry corresponding to the RC path to be added in the RC table 120. In the copy destination port information 124, the virtual port information “2C” of the port 2C of the MS-SDKC 100B is stored.
  • the path for remote copying from the PVOL 105 to the SVOL 108 is the path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-PDKC 100C, and the path from the MS-PDKC 100A to the MS-SDKC 100B through the MD-PDKC 100C. Paths will be managed.
  • FIG. 23 is a diagram for explaining data migration of MS-VOL according to the second embodiment.
  • the MD-PDKC 100C sequentially migrates data from the top area of the VVOL 106 based on the MS-PVOL 105 to the PVOL 107.
  • the MD-PDKC 100C transfers the write request to the MS-PDKC 100A.
  • the MS-PDKC 100A transmits a remote copy write request to the MD-PDKC 100C.
  • the MD-PDKC 100C transmits a remote copy write request to the MS-SDKC 100B.
  • the MS-SDKC 100B stores the write target data in the SVOL 108 in accordance with the write request. As a result, the write to the PVOL 105 can be appropriately reflected in the SVOL 108.
  • the remote copy write request received from the MS-PDKC 100A is a write request for an area that has already been copied from the PVOL 105 to the MD-PVOL 107
  • the MD-PDKC 100C indicates that area of the MD-PVOL 107. Write target data to. As a result, the write to the migrated area can be appropriately reflected in the MD-PVOL 107.
  • Example 3 the SVOL 108 of the MS-SDKC 100B is migrated and the PVOL 105 of the MS-PDKC 100A is not migrated.
  • FIG. 24 is a diagram illustrating addition of an RC path according to the third embodiment.
  • FIG. 24 is a diagram corresponding to the addition point of the RC path illustrated in FIG. 11 according to the first embodiment.
  • the administrator adds a new remote copy path (RC path, RC path) via MD-SDKC 100D. .
  • the MD-SDKC 100D transmits a path addition request for adding a remote copy path from the MD-SDKC 100D to the MS-SDKC 100B to the MS-SDKC 100B (FIG. 24 (1)).
  • the path addition request includes contents in which the virtual port information “1C” of the port 4C of the MD-SDKC 100D is the copy source and the port 2C of the MS-SDKC 100B is the copy destination.
  • the MS-SDKC 100B receives the path addition request, the virtual port of the port 4C of the MD-SDKC 100D is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B.
  • the device information “0101” of the PVOL 105 is stored in the copy source device information 123
  • the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124
  • the copy SVOL device information “0201” is stored in the destination device information 124.
  • the MD-SDKC 100D sets the virtual port information “1C” of the port 4C of the MD-SDKC 100D to the transfer data transmission source virtualization port information 162 for the entry corresponding to the added RC copy number in the SRC management table 160.
  • the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the MS-SP information 163, and the device information “0201” of the SVOL 108 is stored in the SVOL device information 164.
  • the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-SDKC 100D (FIG. 24 (2)).
  • the MD-SDKC 100D Upon receiving the path addition request, the MD-SDKC 100D stores the virtual port information “1C” of the port 4C of the MD-SDKC 100D in the copy source port information 122 of the entry corresponding to the RC path to be added in the RC table 120.
  • the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124.
  • the remote copy path from the PVOL 105 to the SVOL 108 is the path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-SDKC 100D, and the path from the MS-PDKC 100A to the MS-SDKC 100B through the MD-SDKC 100D. Paths will be managed.
  • FIG. 25 is a diagram for explaining data migration of MS-VOL according to the third embodiment.
  • the MD-SDKC 100D sequentially migrates data from the top area of the VVOL 109 based on the MS-SVOL 108 to the SVOL 110.
  • the MS-PDKC 100A transmits a remote copy write request to the MD-SDKC 100D.
  • the MD-SDKC 100D transmits a remote copy write request to the MS-SDKC 100B.
  • the MS-SDKC 100B stores the write target data in the SVOL 108 in accordance with the write request.
  • the write to the PVOL 105 can be appropriately reflected in the SVOL 108.
  • the remote copy write request received from the MS-PDKC 100A is a write request for an area that has already been copied from the SVOL 108 to the MD-SVOL 110
  • the MD-SDKC 100D determines that area of the MD-SVOL 110. Write target data to.
  • the write to the migrated area can be appropriately reflected in the MD-SVOL 110.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A migration destination primary storage device (MD-PDKC) is connected to a migration source primary storage device (MS-PDKC) that provides a first primary logical volume (a first PVOL) that forms a pair with a secondary logical volume (SVOL) of a secondary storage device (SDKC). The migration destination primary storage device has a second PVOL and, by means of first identification information, manages a virtual primary logical volume (PVVOL) that virtualizes the first PVOL, and copies data from the PVVOL to the second PVOL. When a first write request specifying the first identification information is received prior to the completion of the aforementioned copying, the MD-PDKC transmits the write data subject to the first write request to the MS-PDKC. When copying is completed the MD-PDKC changes the identification information for the second PVOL to the first identification information, and when a second write request specifying the first identification information is received, the MD-PDKC writes the write data subject to the second write request to the second PVOL, and transfers this data to the SDKC.

Description

ストレージ装置及びストレージ装置移行方法Storage device and storage device migration method
 本発明は、プライマリのストレージ装置とセカンダリのストレージ装置とを有するリモートコピーシステムにおいてプライマリ又はセカンダリのストレージ装置のボリュームを別のストレージ装置に移行する技術に関する。 The present invention relates to a technique for migrating a volume of a primary or secondary storage device to another storage device in a remote copy system having a primary storage device and a secondary storage device.
 プライマリストレージ装置(PDKC)とセカンダリストレージ装置(SDKC)とを有しPDKCのプライマリ論理ボリューム(PVOL)からSDKCのセカンダリ論理ボリューム(SVOL)にデータをコピーするリモートコピーシステムが知られている。リモートコピーとしては、PVOLへのデータの書込みに同期してそのデータをSVOLに書き込む同期リモートコピーと、PVOLへのデータの書込みと非同期でそのデータをSVOLに書き込む非同期リモートコピーとがある。 A remote copy system having a primary storage device (PDKC) and a secondary storage device (SDKC) for copying data from a primary logical volume (PVOL) of PDKC to a secondary logical volume (SVOL) of SDKC is known. Remote copy includes synchronous remote copy that writes data to the SVOL in synchronization with the writing of data to the PVOL, and asynchronous remote copy that writes data to the SVOL asynchronously with writing of data to the PVOL.
 例えば、特許文献1は、同期リモートコピーに関する技術であって、PVOLを別のストレージ装置に移行するための技術を開示している。 For example, Patent Document 1 discloses a technique related to synchronous remote copy, which is a technique for migrating a PVOL to another storage apparatus.
特開2005-182222号公報JP 2005-182222 A
 特許文献1による技術では、リモートコピーシステムに仮想管理ネットワークを設置し、移行元のPDKCがPVOLを移行させるための機能を備える必要がある。 In the technology according to Patent Document 1, it is necessary to install a virtual management network in the remote copy system and to have a function for the migration source PDKC to migrate the PVOL.
 ここで、PVOLを移行させる状況としては、現在運用されている同期リモートコピーのPVOLを管理している古い機種のストレージ装置を移行元とし、新たに設置された新しい機種のストレージ装置を移行先として、PVOLを移行することが考えられる。このような状況においては、特許文献1による技術では、移行元のPDKCがPVOLを移行させるための機能を備える必要があるが、移行元のPDKCが予めこのような機能を持っているとは限らず、移行元のPDKCに、この機能を備えさせる必要があり、手間がかかる。また、そもそも移行元のPDKCに、必要な機能を備えることが不可能である場合もある。 Here, the PVOL migration situation is that the old model storage device that manages the synchronous remote copy PVOL currently in operation is the migration source, and the newly installed storage device is the migration destination. It is conceivable to migrate PVOL. In such a situation, in the technique according to Patent Document 1, it is necessary for the migration source PDKC to have a function for migrating the PVOL, but the migration source PDKC does not always have such a function in advance. First, it is necessary to provide the migration source PDKC with this function, which is troublesome. In some cases, it may be impossible to provide the necessary functions in the source PDKC.
 以上の問題は、移行元のSDKCから移行先のSDKCにSVOLを移行するケースについても存在し得る。 The above problem may also exist in the case where the SVOL is migrated from the migration source SDKC to the migration destination SDKC.
 SDKCのSVOLとペアを形成する第1PVOLを提供する移行元PDKCに接続する移行先PDKCが、第2PVOLと、第1PVOLを仮想化した仮想プライマリ論理ボリューム(PVVOL)を第1識別情報により管理し、PVVOLから第2PVOLへのデータのコピーを実行する制御デバイスとを有する。制御デバイスは、上記コピーが完了する前、第1識別情報を指定した第1ライト要求を受信した場合に、第1ライト要求に従うライトデータを移行元PDKCに送信する。コピーが完了した後、制御デバイスは、第2PVOLの識別情報を第1識別情報に変更し、第1識別情報を指定した第2ライト要求を受信した場合に、第2ライト要求に従うライトデータを、第2PVOLにライトし、SDKCに転送する。 The migration destination PDKC connected to the migration source PDKC that provides the first PVOL that forms a pair with the SVOL of the SDKC manages the second PVOL and the virtual primary logical volume (PVVOL) in which the first PVOL is virtualized using the first identification information, And a control device that performs copying of data from the PVVOL to the second PVOL. When the control device receives the first write request designating the first identification information before the copying is completed, the control device transmits the write data according to the first write request to the migration source PDKC. After the copy is completed, the control device changes the identification information of the second PVOL to the first identification information, and when receiving the second write request designating the first identification information, the control device changes the write data according to the second write request, Write to the second PVOL and transfer to SDKC.
 本発明によると、移行元PDKCに特別な機能を追加しないで、同期リモートコピーを継続しつつ移行元PDKCを移行先PDKCに移行することができる。 According to the present invention, the migration source PDKC can be migrated to the migration destination PDKC while continuing the synchronous remote copy without adding a special function to the migration source PDKC.
図1は、実施例1の概要の一例を示す図である。FIG. 1 is a diagram illustrating an example of an overview of the first embodiment. 図2は、実施例1に係る計算機システムの構成例を示す図である。FIG. 2 is a diagram illustrating a configuration example of the computer system according to the first embodiment. 図3は、移行開始前の計算機システムの状態の一例を示す図である。FIG. 3 is a diagram illustrating an example of a state of the computer system before the start of migration. 図4は、計算機システムへのMD-DKCの導入を説明する図である。FIG. 4 is a diagram for explaining the introduction of MD-DKC into the computer system. 図5は、MD-DKCにおける、ポートの仮想化、を説明する図である。FIG. 5 is a diagram for explaining port virtualization in MD-DKC. 図6は、MD-DKCにおける、VVOLの生成、を説明する図である。FIG. 6 is a diagram for explaining generation of VVOL in MD-DKC. 図7は、MD-DKCにおける、VVOLの仮想化、を説明する図である。FIG. 7 is a diagram for explaining VVOL virtualization in MD-DKC. 図8は、ホストにおける、MD-DKCへのパスの追加、を説明する図である。FIG. 8 is a diagram for explaining the addition of a path to the MD-DKC in the host. 図9は、ホストにおける、MS-DKCへのパスの削除、を説明する図である。FIG. 9 is a diagram for explaining the deletion of the path to the MS-DKC in the host. 図10は、MS-DKCからのペア情報の読出しを説明する図である。FIG. 10 is a diagram for explaining reading of pair information from the MS-DKC. 図11は、RCパスの追加を説明する図である。FIG. 11 is a diagram for explaining addition of an RC path. 図12は、MS-DKCから見たRCパスを説明する図である。FIG. 12 is a diagram for explaining the RC path viewed from the MS-DKC. 図13は、MS-DKC間のRCパスの削除を説明する図である。FIG. 13 is a diagram for explaining deletion of an RC path between MS and DKC. 図14は、実施例1に係るMS-VOLのデータ移行を説明する第1の図である。FIG. 14 is a first diagram illustrating data migration of the MS-VOL according to the first embodiment. 図15は、実施例1に係るMS-VOLのデータ移行を説明する第2の図である。FIG. 15 is a second diagram illustrating data migration of the MS-VOL according to the first embodiment. 図16は、実施例1に係るMS-VOLのデータ移行を説明する第3の図である。FIG. 16 is a third diagram for explaining data migration of the MS-VOL according to the first embodiment. 図17は、MS-DKC間のリモートコピーの停止を説明する図である。FIG. 17 is a diagram for explaining stop of remote copy between MS and DKC. 図18は、移行完了後の計算機システムの状態の一例を示す図である。FIG. 18 is a diagram illustrating an example of the state of the computer system after completion of migration. 図19は、実施例1に係るライト処理の第1のフローチャートである。FIG. 19 is a first flowchart of write processing according to the first embodiment. 図20は、実施例1に係るライト処理の第2のフローチャートである。FIG. 20 is a second flowchart of the write process according to the first embodiment. 図21は、実施例1に係るライト処理の第3のフローチャートである。FIG. 21 is a third flowchart of the write process according to the first embodiment. 図22は、実施例2に係るRCパスの追加を説明する図である。FIG. 22 is a diagram illustrating addition of an RC path according to the second embodiment. 図23は、実施例2に係るMS-VOLのデータ移行を説明する図である。FIG. 23 is a diagram for explaining data migration of the MS-VOL according to the second embodiment. 図24は、実施例3に係るRCパスの追加を説明する図である。FIG. 24 is a diagram illustrating addition of an RC path according to the third embodiment. 図25は、実施例3に係るMS-VOLのデータ移行を説明する図である。FIG. 25 is a diagram for explaining data migration of the MS-VOL according to the third embodiment.
 以下、幾つかの実施例を説明する。 Hereinafter, some examples will be described.
 以下、本明細書において、下記の通りに用語を使用することとする。
(*)「PDEV」は、物理的な記憶デバイス(典型的には不揮発の記憶デバイス)の略である。PDEVは、例えば、記憶媒体(典型的には不揮発の記憶媒体)と、それに対するデータのI/O(Input/Output)を制御するコントローラとを有する。不揮発の記憶媒体は、ハードディスク群(1以上のハードディスク)でも、NVM群(1以上の不揮発半導体メモリ(NVM))でも良い。つまり、PDEVは、例えば、HDD(Hard Disk Drive)でも良いし、フラッシュメモリ(FM)デバイス(例えばSSD(Solid State Device))のようなNVMデバイスでも良い。NVMは、例えば、FM或いは相変化メモリで良い。FMは、例えば、複数のブロック(物理ブロック)を有し、各ブロックが、複数のページ(物理ページ)を有して良い。NVM(典型的にはFM)は、ページ単位でデータが書き込まれ、ページ内のデータを消去しないとそのページにデータを書き込むことができず、ブロック単位でデータを消去するタイプのNVM(例えばNAND型のFM)で良い。
(*)「VOL」は、論理ボリュームの略であり、論理的な記憶デバイスである。VOLは、実体的なVOL(RVOL)であっても良いし、仮想的なVOL(VVOL)であっても良い。また、VOLは、そのVOLを有するDKCに接続されている外部の装置(例えばホスト計算機)に提供されるオンラインVOLと、外部の装置には提供されない(外部の装置からは認識されない)オフラインVOLとがあって良い。「RVOL」は、そのRVOLを有するストレージ装置が有する物理的な記憶資源(例えば、複数のPDEV(不揮発性の物理的な記憶デバイス)で構成されたRAID(Redundant Array of Independent (or Inexpensive) Disks)グループ)に基づくVOLである。「VVOL」としては、例えば、そのVVOLを有するストレージ装置に接続されている外部のストレージ装置の記憶資源(例えば論理ボリューム)に基づいておりストレージ仮想化技術に従うVOLである外部接続VOL(EVOL)と、複数の仮想ページ(仮想的な記憶領域)で構成されており容量仮想化技術(典型的にはThin Provisioning)に従うVOL(TPVOL)とがあって良い。TPVOLは、典型的にはオンラインVOLである。TPVOLには、プールから実ページが割り当てられる。「プール」は、複数の実ページ(実体的な記憶領域)で構成された記憶資源である。プールは、例えば、複数のプールVOLで構成されており、各プールVOLが、2以上の実ページに分割されている。「プールVOL」は、プールの構成要素となるVOLである。プールVOLは、RVOLであっても良いしEVOLであっても良い。プールVOLは、典型的にはオフラインVOLである。
(*)「PVOL」は、プライマリの論理ボリュームの略であり、コピー元のVOLを表す単語である。「SVOL」は、セカンダリの論理ボリュームの略であり、コピー先のVOLを表す単語である。PVOLとSVOLとのペアが、典型的にVOLペアである。PVOLからSVOLへデータがコピーされる。
(*)「DKC」は、ストレージ装置を表す単語である。DKCは、VOLと、VOLに対するデータのI/Oを制御するコントローラとを有する。DKCは、1又は複数のPDEV(例えば1又はRAIDグループ)を有して良く、DKCが有するVOLは、RVOLであってもVVOLであっても良い。
(*)「PDKC」は、プライマリのDKCの略であり、PVOLを有するDKCである。「SDKC」は、セカンダリのDKCの略であり、SVOLを有するDKCの略である。リモートコピーシステムは、典型的には、PDKCとSDKCとを有し、VOLペアを構成するPVOLとSVOLが異なるDKCに存在する。
(*)「MS」は、移行元の略である。例えば、「MS-PDKC」は、移行元のPDKCを意味する。
(*)「MD」は、移行先の略である。例えば、「MD-PDKC」は、移行先のPDKCを意味する。
Hereinafter, in this specification, terms will be used as follows.
(*) “PDEV” is an abbreviation for a physical storage device (typically a nonvolatile storage device). The PDEV includes, for example, a storage medium (typically a non-volatile storage medium) and a controller that controls data input / output (I / O) for the storage medium. The nonvolatile storage medium may be a hard disk group (one or more hard disks) or an NVM group (one or more nonvolatile semiconductor memories (NVM)). That is, the PDEV may be, for example, an HDD (Hard Disk Drive) or an NVM device such as a flash memory (FM) device (for example, SSD (Solid State Device)). The NVM may be, for example, FM or phase change memory. For example, the FM may include a plurality of blocks (physical blocks), and each block may include a plurality of pages (physical pages). In NVM (typically FM), data is written in units of pages. If data in a page is not erased, data cannot be written in the page, and data is erased in units of blocks (for example, NAND) Type FM).
(*) “VOL” is an abbreviation for logical volume and is a logical storage device. The VOL may be a substantial VOL (RVOL) or a virtual VOL (VVOL). The VOL is an online VOL provided to an external device (for example, a host computer) connected to the DKC having the VOL, and an offline VOL not provided to the external device (not recognized by the external device). There is good. “RVOL” is a physical storage resource (for example, RAID (Redundant Array of Independent (or Inexpensive) Disks) configured by a plurality of non-volatile physical storage devices (PDEVs)) included in the storage apparatus having the RVOL. VOL based on (Group). “VVOL” is, for example, an externally connected VOL (EVOL) that is a VOL based on storage resources (for example, a logical volume) of an external storage device connected to the storage device having the VVOL and is in accordance with the storage virtualization technology. There may be a VOL (TPVOL) configured with a plurality of virtual pages (virtual storage areas) and following a capacity virtualization technology (typically Thin Provisioning). The TPVOL is typically an online VOL. A real page is allocated from the pool to the TPVOL. A “pool” is a storage resource composed of a plurality of real pages (substantial storage areas). The pool is composed of a plurality of pool VOLs, for example, and each pool VOL is divided into two or more real pages. The “pool VOL” is a VOL that is a component of the pool. The pool VOL may be an RVOL or an EVOL. The pool VOL is typically an offline VOL.
(*) “PVOL” is an abbreviation for the primary logical volume, and is a word representing the copy-source VOL. “SVOL” is an abbreviation for a secondary logical volume, and is a word representing a copy-destination VOL. A pair of PVOL and SVOL is typically a VOL pair. Data is copied from PVOL to SVOL.
(*) “DKC” is a word representing a storage device. The DKC has a VOL and a controller that controls data I / O to the VOL. The DKC may include one or a plurality of PDEVs (for example, one or RAID group), and the VOL included in the DKC may be an RVOL or a VVOL.
(*) “PDKC” is an abbreviation for primary DKC, and is a DKC having a PVOL. “SDKC” is an abbreviation for secondary DKC, and is an abbreviation for DKC having SVOL. The remote copy system typically has a PDKC and an SDKC, and the PVOL and SVOL constituting the VOL pair are present in different DKCs.
(*) “MS” is an abbreviation for migration source. For example, “MS-PDKC” means the source PDKC.
(*) “MD” is an abbreviation for migration destination. For example, “MD-PDKC” means a migration destination PDKC.
 なお、以下の説明では「aaaテーブル」の表現にて各種情報を説明することがあるが、各種情報は、テーブル以外のデータ構造で表現されていてもよい。各種情報は、データ構造に依存しないことを示すために「aaaテーブル」を「aaa情報」と呼ぶことができる。また、プログラムやソフトウェアを主語にして説明する場合には、実際には、プロセッサ等がそのプログラムやソフトウェアを実行しているものと解する。 In the following description, various types of information may be described using the expression “aaa table”, but the various types of information may be expressed using a data structure other than a table. The “aaa table” can be referred to as “aaa information” to indicate that the various types of information do not depend on the data structure. Further, when a program or software is used as a subject, it is understood that a processor or the like actually executes the program or software.
 図1は、実施例1の概要の一例を示す図である。 FIG. 1 is a diagram illustrating an example of an outline of the first embodiment.
 この計算機システムは、PVOL105及びSVOL108を、MD-PVOL107及びMD-SVOL110に、リモートコピーを維持しつつ移行するための計算機システムである。 This computer system is a computer system for transferring PVOL 105 and SVOL 108 to MD-PVOL 107 and MD-SVOL 110 while maintaining a remote copy.
 計算機システムは、1以上のホスト(ホストコンピュータ)200と、リモートコピーシステムとを有する。リモートコピーシステムは、複数のDKC(ストレージ装置)100を有する。本実施例では、リモートコピーシステムは、MS(移行元)となるPVOL105を管理するMS-PDKC100Aと、PVOL105のコピー先のVOLであるSVOL108を管理するMS-SDKC100Bと、PVOL105のMD(移行先)となるMD-PVOL107を管理するMD-PDKC100Cと、SVOL108のMDとなるMD-SVOL110を管理するMD-SDKC100Dとを含む。 The computer system has one or more hosts (host computers) 200 and a remote copy system. The remote copy system has a plurality of DKCs (storage devices) 100. In this embodiment, the remote copy system includes an MS-PDKC 100A that manages the PVOL 105 that is the MS (migration source), an MS-SDKC 100B that manages the SVOL 108 that is the copy destination VOL of the PVOL 105, and an MD (migration destination) of the PVOL 105. The MD-PDKC 100C that manages the MD-PVOL 107 that is the MD and the MD-SDKC 100D that manages the MD-SVOL 110 that is the MD of the SVOL 108 are included.
 MS-PDKC100Aと、MS-SDKC100Bとは、通信ネットワーク60を介して接続されている。また、MD-PDKC100Cと、MD-SDKC100Dとは、通信ネットワーク60を介して接続されている。本実施例では、MS-PDKC100A及びMS-SDKC100Bを含むMS-DKC群30のPVOL105及びSVOL108を、MD-PDKC100C及びMD-SDKC100Dを含むMD-DKC群40に移行する。 MS-PDKC 100A and MS-SDKC 100B are connected via a communication network 60. The MD-PDKC 100C and the MD-SDKC 100D are connected via a communication network 60. In this embodiment, the PVOL 105 and SVOL 108 of the MS-DKC group 30 including the MS-PDKC 100A and the MS-SDKC 100B are transferred to the MD-DKC group 40 including the MD-PDKC 100C and the MD-SDKC 100D.
 更に、MS-PDKC100Aと、MD-PDKC100Cとは、例えば、同じローカルサイト10に設置され、互いに通信可能に接続されている。本実施例では、MD-PDKC100Cは、MS-PDKC100Aに対して、自身がMS-SDKC100Bと見えるように通信インターフェースデバイス(ポート)を仮想化している。また、MS-SDKC100Bと、MD-SDKC100Dとは、ローカルサイト10とは離れた場所であるリモートサイト20に設置され、互いに通信可能に接続されている。本実施例では、MD-SDKC100Dは、MS-SDKC100Bに対して、自身がMS-PDKC100Aと見えるように通信インターフェースデバイス(ポート)を仮想化している。 Furthermore, the MS-PDKC 100A and the MD-PDKC 100C are installed, for example, in the same local site 10 and are connected so as to communicate with each other. In this embodiment, the MD-PDKC 100C virtualizes the communication interface device (port) so that the MS-PDKC 100A can be seen as the MS-SDKC 100B. Further, the MS-SDKC 100B and the MD-SDKC 100D are installed at a remote site 20 which is a place distant from the local site 10, and are connected so as to be communicable with each other. In this embodiment, the MD-SDKC 100D virtualizes the communication interface device (port) with respect to the MS-SDKC 100B so that it can be seen as the MS-PDKC 100A.
 MD-PDKC100Cは、外部接続されているPVOL105をストレージ仮想化技術に基づいて、仮想化させたPVVOL106を管理している。ホスト200とMD-PDKC100Cとは、通信ネットワーク50を介して接続されている。ホスト200は、MD-PDKC100CのPVVOL106をアクセス可能なパスを認識している。MD-SDKC100Dは、外部接続されているSVOL108をストレージ仮想化技術に基づいて、仮想化させたSVVOL109を管理している。 MD-PDKC 100C manages PVVOL 106 obtained by virtualizing externally connected PVOL 105 based on storage virtualization technology. The host 200 and the MD-PDKC 100C are connected via the communication network 50. The host 200 recognizes a path that can access the PVVOL 106 of the MD-PDKC 100C. The MD-SDKC 100D manages the SVVOL 109 obtained by virtualizing the externally connected SVOL 108 based on the storage virtualization technology.
 この計算機システムにおいては、MD-PDKC100Cが、MS-PDKC100AのPVOL105のデータをMD-PVOL107へ移行(例えば、コピー)するPVOL移行処理を実行する(図1(7))とともに、MD-SDKC100Dが、MS-SDKC100BのSVOL108のデータをMD-SVOL110へ移行するSVOL移行処理(図1(8))を実行する。 In this computer system, the MD-PDKC 100C executes a PVOL migration process for migrating (for example, copying) the data of the PVOL 105 of the MS-PDKC 100A to the MD-PVOL 107 (FIG. 1 (7)). An SVOL migration process (FIG. 1 (8)) for migrating the data of the SVOL 108 of the MS-SDKC 100B to the MD-SVOL 110 is executed.
 計算機システムでは、このPVOL移行処理と、SVOL移行処理とに並行して、ホスト200によるPVOL105への書込み(ライト)を可能としている。具体的には、ホスト200は、MS-PDKC100AのPVOL105にライトする際(ホストI/O時)には、PVVOL106に対するライト要求をMD-PDKC100Cに送信する(図1の(1))。 In the computer system, the host 200 can write (write) to the PVOL 105 in parallel with the PVOL migration processing and the SVOL migration processing. Specifically, when writing to the PVOL 105 of the MS-PDKC 100A (during host I / O), the host 200 transmits a write request for the PVVOL 106 to the MD-PDKC 100C ((1) in FIG. 1).
 MD-PDKC100Cは、ホスト200からのPVVOL106に対するライト要求を受け取ると、そのライト要求をMS-PDKC100Aに転送する(図1の(2))。 When the MD-PDKC 100C receives a write request for the PVVOL 106 from the host 200, the MD-PDKC 100C transfers the write request to the MS-PDKC 100A ((2) in FIG. 1).
 MS-PDKC100Aは、受信したライト要求に従って、PVOL105へのライト処理を実行するとともに、ライト要求に対応するリモートコピーを実行する。本実施例では、MS-PDKC100Aは、PVOL105をSVOL108にリモートコピーするパスとして、通信ネットワーク60を介してMS-SDKC100Bに接続されているパス(図1(3))と、MD-PDKC100Cに接続されているパス(図1(4))とがあることを認識している。 MS-PDKC 100A executes a write process to PVOL 105 in accordance with the received write request and also executes a remote copy corresponding to the write request. In this embodiment, the MS-PDKC 100A is connected to the MS-SDKC 100B via the communication network 60 (FIG. 1 (3)) and the MD-PDKC 100C as a path for remotely copying the PVOL 105 to the SVOL 108. It is recognized that there is a path (FIG. 1 (4)).
 したがって、リモートコピー時には、これらパスのいずれかを用いてリモートコピーに係るライト要求を送信することとなる。利用するパスは、例えば、ラウンドロビン方式に従って選択される。 Therefore, at the time of remote copy, a write request related to remote copy is transmitted using any of these paths. The path to be used is selected according to, for example, a round robin method.
 例えば、図1(3)に示すパスにより、ライト要求が送信されると、MS-SDKC100Bは、ライト要求に従って、SVOL108にライト対象データ(図では「WRデータ」と記載することがある)を書き込む。 For example, when a write request is transmitted through the path shown in FIG. 1 (3), the MS-SDKC 100B writes the write target data (may be described as “WR data” in the figure) to the SVOL 108 according to the write request. .
 一方、図1(4)に示すパスにより、ライト要求が送信されると、MD-PDKC100Cは、MS-PDKC100Aから送信されたライト要求を、MD-SDKC100Dに送信する(図1(5))。MD-SDKC100Dは、このライト要求を受信すると、SVVOL109へのライト要求であることを認識し、MS-SDKC100Bに対して、ライト要求を送信する(図1(6))。 On the other hand, when a write request is transmitted through the path shown in FIG. 1 (4), the MD-PDKC 100C transmits the write request transmitted from the MS-PDKC 100A to the MD-SDKC 100D (FIG. 1 (5)). Upon receiving this write request, the MD-SDKC 100D recognizes that it is a write request to the SVVOL 109, and transmits the write request to the MS-SDKC 100B (FIG. 1 (6)).
 MS-SDKC100Bは、このライト要求を受信すると、ライト要求に従って、SVOL108にライト対象データを書き込む。したがって、MS-PDKC100AからMD-PDKC100Cを経由して、MS-SDKC100BのSVOL108に対してリモートコピーを実行することができる。 When the MS-SDKC 100B receives this write request, it writes the write target data to the SVOL 108 in accordance with the write request. Accordingly, remote copy can be executed from the MS-PDKC 100A to the SVOL 108 of the MS-SDKC 100B via the MD-PDKC 100C.
 本実施例では、MS-PDKC100AのPVOL105の全てのデータを、MD-PDKC100CのMD-PVOL107に移行した場合には、MD-PDKC100Cは、PVVOL106に対するアクセスを、MD-PVOL107に対するアクセスとして取り扱うように設定する。この後、ホスト200からPVVOL106に対するアクセスが来た場合には、MD-PDKC100Cは、MD-PVOL107へのアクセスとして処理を実行する。具体的には、MD-PDKC100Cは、ホスト200から設定前のPVVOL106に対するライト要求が来た場合には、ライト要求をMS-PDKC100Aに転送せずに、MD-SDKC100Dに対してリモートコピーを実行し(図1の(5))、その後、MD-PVOL107にライト対象データを格納する。 In this embodiment, when all the data of the PVOL 105 of the MS-PDKC 100A is transferred to the MD-PVOL 107 of the MD-PDKC 100C, the MD-PDKC 100C is set to handle the access to the PVVOL 106 as the access to the MD-PVOL 107. To do. Thereafter, when the host 200 accesses the PVVOL 106, the MD-PDKC 100C executes the process as an access to the MD-PVOL 107. Specifically, when a write request is received from the host 200 for the PVVOL 106 before setting, the MD-PDKC 100C executes remote copy to the MD-SDKC 100D without transferring the write request to the MS-PDKC 100A. After that, the write target data is stored in the MD-PVOL 107.
 このように、本実施例によると、リモートコピーを継続しつつ、PVOL105のデータをMD-PDKC100CのMD-PVOL107に移行することができ、その後において、MD-PVOL107のリモートコピーを適切に実行することができる。 As described above, according to the present embodiment, it is possible to transfer the data of the PVOL 105 to the MD-PVOL 107 of the MD-PDKC 100C while continuing the remote copy, and thereafter appropriately execute the remote copy of the MD-PVOL 107. Can do.
 以下、図面を参照して、本実施例に係る計算機システムを詳細に説明する。 Hereinafter, the computer system according to the present embodiment will be described in detail with reference to the drawings.
 図2は、実施例1に係る計算機システムの構成例を示す図である。 FIG. 2 is a diagram illustrating a configuration example of the computer system according to the first embodiment.
 計算機システムは、1以上のホスト200と、複数のDKC100とを有する。 The computer system has one or more hosts 200 and a plurality of DKCs 100.
 ホスト200は、一般的なコンピュータであり、プロセッサ、キャッシュ、記憶デバイス等を有する。ホスト200は、DKC100に対して、DKC100で管理されているVOLに対するアクセス要求を発行する。ホスト200は、1以上のポート201を有する。ポート201は、通信インターフェースデバイスの一例であり、ネットワークに接続するためのインターフェースである。ポート201には、ユニークにポートを特定することのできる識別情報(例えば、WWN(World Wide Name)等)が設定される。ホスト200は、アクセス対象のVOLの識別情報(例えば、デバイス番号)と、当該VOLに対するアクセスを行う際にアクセスするDKC100のポート101の識別情報(ポート情報)とを対応付けたDKC100に対するパスの情報を管理している。 The host 200 is a general computer and includes a processor, a cache, a storage device, and the like. The host 200 issues an access request for the VOL managed by the DKC 100 to the DKC 100. The host 200 has one or more ports 201. The port 201 is an example of a communication interface device, and is an interface for connecting to a network. In the port 201, identification information (for example, WWN (World Wide Name) etc.) that can uniquely identify the port is set. The host 200 associates the identification information (for example, device number) of the VOL to be accessed with the identification information (port information) of the port 101 of the DKC 100 that is accessed when accessing the VOL. Is managing.
 DKC100として、本実施例では、MS(移行元)となるPVOL105を管理するMS-PDKC100Aと、PVOL105のコピー先のVOLであるSVOL108を管理するMS-SDKC100Bと、PVOL105のMD(移行先)となるMD-PVOL107を管理するMD-PDKC100Cと、SVOL108のMDとなるMD-SVOL110を管理するMD-SDKC100Dとを含む。 As the DKC 100, in this embodiment, the MS-PDKC 100A that manages the PVOL 105 that is the MS (migration source), the MS-SDKC 100B that manages the SVOL 108 that is the copy destination VOL of the PVOL 105, and the MD (migration destination) of the PVOL 105 An MD-PDKC 100C that manages the MD-PVOL 107 and an MD-SDKC 100D that manages the MD-SVOL 110 that is the MD of the SVOL 108 are included.
 MS-PDKC100Aと、MS-SDKC100Bとは、通信ネットワーク60を介して接続されている。また、MD-PDKC100Cと、MD-SDKC100Dとは、通信ネットワーク60を介して接続されている。本実施例では、MS-PDKC100A及びMS-SDKC100Bを含むMS-DKC群30のPVOL105及びSVOL108を、MD-PDKC100C及びMD-SDKC100Dを含むMD-DKC群40に移行する。 MS-PDKC 100A and MS-SDKC 100B are connected via a communication network 60. The MD-PDKC 100C and the MD-SDKC 100D are connected via a communication network 60. In this embodiment, the PVOL 105 and SVOL 108 of the MS-DKC group 30 including the MS-PDKC 100A and the MS-SDKC 100B are transferred to the MD-DKC group 40 including the MD-PDKC 100C and the MD-SDKC 100D.
 また、MS-PDKC100Aと、MD-PDKC100Cとは、例えば、同じローカルサイト10に設置され、お互いに通信可能に接続されている。また、MS-SDKC100Bと、MD-SDKC100Dとは、ローカルサイト10とは離れた場所であるリモートサイト20に設置され、お互いに通信可能に接続されている。 Also, the MS-PDKC 100A and the MD-PDKC 100C are installed, for example, in the same local site 10 and are connected so as to communicate with each other. Further, the MS-SDKC 100B and the MD-SDKC 100D are installed at a remote site 20 which is a place distant from the local site 10 and are communicably connected to each other.
 DKC100は、例えば、複数のポート101と、1以上のMPPK(マイクロプロセッサパッケージ)102と、1以上のCMPK(キャッシュメモリパッケージ)103と、内部ネットワーク104と、1以上のVOLを構成するPDEVとを備える。VOLは、1以上のPDEVによって構成される。ポート101、MPPK102、CMPK103及びVOLを構成するPDEVは、内部ネットワーク104を介して通信可能に接続される。 The DKC 100 includes, for example, a plurality of ports 101, one or more MPPKs (microprocessor packages) 102, one or more CMPKs (cache memory packages) 103, an internal network 104, and a PDEV that constitutes one or more VOLs. Prepare. A VOL is composed of one or more PDEVs. The port 101, the MPPK102, the CMPK103, and the PDEV configuring the VOL are connected via the internal network 104 so as to be able to communicate with each other.
 例えば、DKC100が管理するVOLとしては、MS-PDKC100Aは、PVOL105を管理する。MS-SDKC100Bは、SVOL108を管理する。MD-PDKC100Cは、PVVOL106と、MD-PVOL107とを管理する。MD-SDKC100Dは、SVVOL109と、MD-SVOL110とを管理する。 For example, as a VOL managed by the DKC 100, the MS-PDKC 100A manages the PVOL 105. The MS-SDKC 100B manages the SVOL 108. The MD-PDKC 100C manages the PVVOL 106 and the MD-PVOL 107. The MD-SDKC 100D manages the SVVOL 109 and the MD-SVOL 110.
 ポート101は、通信インターフェースデバイスの一例であり、ネットワークに接続するためのインターフェースである。ポート101には、ユニークにポートを特定することのできる識別情報(例えば、WWN(World Wide Name)等)が設定される。このポート101に対して、仮想的に任意の識別情報を割り当てることもできる。 The port 101 is an example of a communication interface device, and is an interface for connecting to a network. Identification information (for example, WWN (World Wide Name), etc.) that can uniquely identify the port is set in the port 101. Virtually arbitrary identification information can be assigned to the port 101.
 本実施例では、例えば、MS-PDKC100Aは、ホスト200に接続するためのポート101と、MD-PDKC100Cに接続するためのポート101と、MS-SDKC100Bに接続するためのポート101とを有する。 In this embodiment, for example, the MS-PDKC 100A has a port 101 for connecting to the host 200, a port 101 for connecting to the MD-PDKC 100C, and a port 101 for connecting to the MS-SDKC 100B.
 MD-PDKC100Cは、ホスト200に接続するためのポート101と、MS-PDKC100Aに接続するためのポート101と、MD-SDKC100Dに接続するためのポート101とを有する。 The MD-PDKC 100C has a port 101 for connecting to the host 200, a port 101 for connecting to the MS-PDKC 100A, and a port 101 for connecting to the MD-SDKC 100D.
 MS-SDKC100Bは、ホスト200に接続するためのポート101と、MS-PDKC100Aに接続するためのポート101と、MD-SDKC100Dに接続するためのポート101とを有する。 The MS-SDKC 100B has a port 101 for connecting to the host 200, a port 101 for connecting to the MS-PDKC 100A, and a port 101 for connecting to the MD-SDKC 100D.
 MD-SDKC100Dは、ホスト200に接続するためのポート101と、MD-PDKC100Cに接続するためのポート101と、MS-SDKC100Bに接続するためのポート101とを有する。 The MD-SDKC 100D has a port 101 for connecting to the host 200, a port 101 for connecting to the MD-PDKC 100C, and a port 101 for connecting to the MS-SDKC 100B.
 MPPK102は、一又は複数のプロセッサを有するデバイスである。プロセッサは、プログラムに従って各種処理を実行する。MPPK102は、プロセッサが実行するプログラムや、使用するデータを記憶するメモリを有していてもよい。本実施例においては、MD-PDKC100C及びMD-SDKC100DのMPPK102は、後述する本実施例において新規な機能を実現するためのプログラムを有している。なお、MS-PDKC100A及びMS-SDKC100BのMPPK102は、既存のプログラムを有していればよい。 The MPPK102 is a device having one or a plurality of processors. The processor executes various processes according to the program. The MPPK 102 may have a memory that stores programs to be executed by the processor and data to be used. In this embodiment, the MPPK 102 of the MD-PDKC 100C and MD-SDKC 100D has a program for realizing a new function in this embodiment described later. The MPPK 102 of the MS-PDKC 100A and the MS-SDKC 100B only needs to have an existing program.
 CMPK103は、1以上のキャッシュメモリ(CM)を含む。1以上のCMは、揮発性メモリ及び/又は不揮発性メモリである。1以上のCMは、PDEVに入出力されるデータを一時的に記憶する記憶領域(以下、キャッシュ領域)の他に、MPPK102のプロセッサが使用する情報を記憶する記憶領域(以下、共有領域)を有してよい。 The CMPK 103 includes one or more cache memories (CMs). One or more CMs are volatile memory and / or nonvolatile memory. One or more CMs have a storage area (hereinafter referred to as a shared area) for storing information used by the processor of the MPPK 102 in addition to a storage area (hereinafter referred to as a cache area) for temporarily storing data input to and output from the PDEV. You may have.
 図3は、移行開始前の計算機システムの状態の一例を示す図である。なお、図では、コピー元を「CS」と記載し、コピー先を「CD」と記載している。 FIG. 3 is a diagram showing an example of the state of the computer system before the start of migration. In the figure, the copy source is described as “CS” and the copy destination is described as “CD”.
 移行開始前の計算機システムは、ホスト200と、MS-PDKC100Aと、MS-SDKC100Bとを有する。 The computer system before the start of migration has a host 200, an MS-PDKC 100A, and an MS-SDKC 100B.
 MS-PDKC100Aは、予め設定されているポート情報が「1A」、「1B」、「1C」のポート101(以下、それぞれ、ポート1A、1B、1Cという。なお、他のポートについても同様な表現方法によりに示す。)を有する。MS-SDKC100Bは、ポート2A、2B、2Cを有する。MS-PDKC100Aは、ポート1Bを介して、ホスト200と接続されている。また、MS-PDKC100Aのポート1Aと、MS-SDKC100Bのポート2Aとが接続されている。 The MS-PDKC 100A has ports 101 with preset port information “1A”, “1B”, and “1C” (hereinafter referred to as ports 1A, 1B, and 1C, respectively. Shown by method.) The MS-SDKC 100B has ports 2A, 2B, and 2C. The MS-PDKC 100A is connected to the host 200 via the port 1B. Further, the port 1A of the MS-PDKC 100A and the port 2A of the MS-SDKC 100B are connected.
 MS-PDKC100Aは、デバイス情報が「0101」のPVOL105を管理している。MS-SDKC100Bは、PVOL105のコピー先であるデバイス情報が「0201」のSVOL108を管理している。計算機システムにおいては、PVOL105をSVOL108にコピーするリモートコピーが行われる。なお、リモートコピーは、同期リモートコピーである。 The MS-PDKC 100A manages the PVOL 105 whose device information is “0101”. The MS-SDKC 100B manages the SVOL 108 whose device information that is the copy destination of the PVOL 105 is “0201”. In the computer system, remote copy for copying the PVOL 105 to the SVOL 108 is performed. The remote copy is a synchronous remote copy.
 MS-PDKC100A及びMS-SDKC100BのMPPK102は、それぞれリモートコピーテーブル(RCテーブル)120を記憶している。 The MPPKs 102 of the MS-PDKC 100A and the MS-SDKC 100B each store a remote copy table (RC table) 120.
 RCテーブル120は、リモートコピー毎に、番号(#)121と、コピー元ポート情報122と、コピー元デバイス情報123と、コピー先ポート情報124と、コピー先デバイス情報125とのフィールドを有するエントリを格納する。 The RC table 120 includes an entry having fields of a number (#) 121, copy source port information 122, copy source device information 123, copy destination port information 124, and copy destination device information 125 for each remote copy. Store.
 番号121には、リモートコピーを識別するリモートコピー番号が格納される。コピー元ポート情報122には、コピー元のDKC100のポートを識別する識別情報(ポート情報)が格納される。コピー元デバイス情報123には、コピー元となるデバイス(ここでは、PVOL105)を識別する識別情報(デバイス情報)が格納される。コピー先ポート情報124には、コピー先のDKC100のポートを識別する識別情報(ポート情報)が格納される。コピー先デバイス情報125には、コピー先となるデバイス(ここでは、SVOL108)を識別する識別情報(デバイス情報)が格納される。 The number 121 stores a remote copy number for identifying a remote copy. The copy source port information 122 stores identification information (port information) for identifying the port of the copy source DKC 100. The copy source device information 123 stores identification information (device information) for identifying a device that is a copy source (here, PVOL 105). The copy destination port information 124 stores identification information (port information) for identifying the copy destination DKC 100 port. The copy destination device information 125 stores identification information (device information) for identifying a device that is a copy destination (here, the SVOL 108).
 図3に示すRCテーブル120には、ポート1Aのデバイス0101をコピー元とし、ポート2Aのデバイス0201をコピー先とするリモートコピーが格納されている。 3 stores a remote copy in which the device 0101 of the port 1A is the copy source and the device 0201 of the port 2A is the copy destination.
 したがって、移行開始前の計算機システムにおいては、MS-PDKC100Aがホスト200からのPVOL105に対するライト要求を受信すると、ライト要求に対応するライト対象データをライトするためのライト要求を、ポート1AからMS-SDKC100Bのポート2Aに対して送信することにより、MS-SDKC100BのSVOL108に対してライト対象データをコピーする。 Accordingly, in the computer system before the start of migration, when the MS-PDKC 100A receives a write request for the PVOL 105 from the host 200, a write request for writing the write target data corresponding to the write request is sent from the port 1A to the MS-SDKC 100B. By transmitting to the port 2A, the write target data is copied to the SVOL of the MS-SDKC 100B.
 図4は、計算機システムへのMD-DKCの導入を説明する図である。 FIG. 4 is a diagram for explaining the introduction of MD-DKC into the computer system.
 図3に示す計算機システムに対して、例えば、管理者がPVOL105を移行させるMD-PDKC100C(DKC100C)を、例えば、MS-PDKC100Aが属するローカルサイト10に配置し、SVOL108を移行させるMD-SDKC100D(DKC100D)を、例えば、MS-SDKC100Bが属するリモートサイト20に配置する。MD-PDKC100Cは、ポート3A、ポート3B、及びポート3Cを有する。MD-SDKC100Dは、ポート4A及びポート4Bを有する。 For example, the MD-PDKC 100C (DKC 100C) to which the administrator migrates the PVOL 105 is placed in the local site 10 to which the MS-PDKC 100A belongs and the SVOL 108 is migrated to the computer system shown in FIG. ) Is arranged at, for example, the remote site 20 to which the MS-SDKC 100B belongs. The MD-PDKC 100C has a port 3A, a port 3B, and a port 3C. The MD-SDKC 100D has a port 4A and a port 4B.
 そして、管理者がMD-PDKC100Cのポート3Bと、ホスト200ポート201とをネットワーク50を介して接続する。また、MD-PDKC100Cのポート3Cと、MS-PDKC100Aのポート1Cとをケーブル又はネットワークを介して接続する。また、MD-PDKC100Cのポート3Aと、MD-SDKC100Dのポート4Aとをネットワーク60を介して接続する。また、MD-SDKC100Dのポート4Cと、MS-SDKC100Bのポート2Cとをケーブル又はネットワークを介して接続する。 Then, the administrator connects the port 3B of the MD-PDKC 100C and the host 200 port 201 via the network 50. Further, the port 3C of the MD-PDKC 100C and the port 1C of the MS-PDKC 100A are connected via a cable or a network. Further, the port 3A of the MD-PDKC 100C and the port 4A of the MD-SDKC 100D are connected via the network 60. Further, the port 4C of the MD-SDKC 100D is connected to the port 2C of the MS-SDKC 100B via a cable or a network.
 図5は、MD-DKCにおけるポートの仮想化を説明する図である。 FIG. 5 is a diagram for explaining port virtualization in MD-DKC.
 MD-PDKC100C及びMD-SDKC100Dの各ポート101に対しては、予めユニークにポート101を特定することのできる識別情報(ポート情報、例えば、WWN等)が設定されている。ここで、予め設定されているポート情報を実際のポート情報ということとする。本実施例では、MD-PDKC100C及びMD-SDKC100Dにおいては、各ポート101に対して、実際のポート情報(RP情報)と異なる仮想的なポート情報(仮想化ポート情報)(VP情報)を割り当てることができ、その仮想化ポート情報を用いて通信を行うことができるようになっている。このような仮想化ポート情報を管理するために、MD-PDKC100C及びMD-SDKC100DのMPPK102には、ポート101の仮想化ポート情報を管理するためのポート仮想情報管理テーブル(PVテーブル)130が記憶されている。 For each port 101 of the MD-PDKC 100C and the MD-SDKC 100D, identification information (port information such as WWN) that can uniquely identify the port 101 is set in advance. Here, the preset port information is referred to as actual port information. In this embodiment, in MD-PDKC 100C and MD-SDKC 100D, virtual port information (virtual port information) (VP information) different from actual port information (RP information) is assigned to each port 101. It is possible to communicate using the virtual port information. In order to manage such virtual port information, the MPPK 102 of the MD-PDKC 100C and MD-SDKC 100D stores a port virtual information management table (PV table) 130 for managing the virtual port information of the port 101. ing.
 ポート仮想情報管理テーブル130は、ポート毎に、項番131、実際のポート情報132、仮想化ポート情報133とのフィールドを有するエントリを格納する。 The port virtual information management table 130 stores an entry having fields of item number 131, actual port information 132, and virtual port information 133 for each port.
 項番131には、エントリの番号が格納される。実際のポート情報132には、エントリに対応するポートの実際のポート情報が格納される。仮想化ポート情報133には、エントリに対応するポートに割り当てられた仮想化ポート情報が格納される。 Entry number 131 stores the entry number. The actual port information 132 stores actual port information of the port corresponding to the entry. The virtual port information 133 stores virtual port information assigned to the port corresponding to the entry.
 本実施例では、計算機システムを図4に示す状態とした後に、MD-PDKC100Cのポート3Cの仮想化ポート情報として、MS-SDKC100Bのポート2Cの実際のポート情報を割り当て、ポート3Aの仮想化ポート情報として、MS-PDKC100Aのポート1Cの実際のポート情報を割り当てる。また、MD-SDKC100Dのポート4Cの仮想化ポート情報として、MS-PDKC100Aのポート1Cの実際のポート情報「1C」を割り当て、ポート4Aの仮想化ポート情報として、MS-SDKC100Bのポート2Cの実際のポート情報「2C」を割り当てる。具体的には、MD-PDKC100Cのポート仮想情報管理テーブル130のMD-PDKC100Cのポート3Cに対応するエントリの仮想化ポート情報133に、MS-SDKC100Bのポート2Cの実際のポート情報「2C」を格納し、ポート3Aに対応するエントリの仮想化ポート情報133に、MS-PDKC100Aのポート1Cの実際のポート情報「1C」を格納する。また、MD-SDKC100Dのポート仮想情報管理テーブル130のMD-SDKC100Dのポート4Aに対応するエントリの仮想化ポート情報133に、MS-SDKC100Bの実際のポート情報「2C」を格納し、ポート4Cに対応するエントリの仮想化ポート情報133に、MS-PDKC100Aの実際のポート情報「1C」を格納する。 In this embodiment, after the computer system is brought into the state shown in FIG. 4, the actual port information of the port 2C of the MS-SDKC 100B is allocated as the virtual port information of the port 3C of the MD-PDKC 100C, and the virtual port of the port 3A is allocated. As information, actual port information of the port 1C of the MS-PDKC 100A is assigned. Further, the actual port information “1C” of the port 1C of the MS-PDKC 100A is assigned as the virtual port information of the port 4C of the MD-SDKC 100D, and the actual port information of the port 2C of the MS-SDKC 100B is allocated as the virtual port information of the port 4A. Port information “2C” is assigned. Specifically, the actual port information “2C” of the port 2C of the MS-SDKC 100B is stored in the virtual port information 133 of the entry corresponding to the port 3C of the MD-PDKC 100C in the port virtual information management table 130 of the MD-PDKC 100C. Then, the actual port information “1C” of the port 1C of the MS-PDKC 100A is stored in the virtual port information 133 of the entry corresponding to the port 3A. Further, the actual port information “2C” of the MS-SDKC 100B is stored in the virtual port information 133 of the entry corresponding to the port 4A of the MD-SDKC 100D in the port virtual information management table 130 of the MD-SDKC 100D, and corresponds to the port 4C. The actual port information “1C” of the MS-PDKC 100A is stored in the virtual port information 133 of the entry to be entered.
 MD-PDKC100C及びMD-SDKC100Dのポート仮想情報管理テーブル130をこのように設定する方法としては、管理者がMD-PDKC100C又はMD-SDKC100Dに接続されたSVP(Service Processor)や、ネットワークを介して接続された管理装置等の端末を利用して設定するようにしてもよく、MD-PDKC100C及びMD-SDKC100DのMPPK102のプロセッサが、各種情報を収集して判断することにより設定してもよい。なお、管理者がSVP等の端末を利用して操作、設定等することについて、「管理者」を主語として説明する場合がある。 In order to set the port virtual information management table 130 of the MD-PDKC 100C and MD-SDKC 100D in this way, the administrator can connect via the SVP (Service Processor) connected to the MD-PDKC 100C or the MD-SDKC 100D, or via a network. It may be set using a terminal such as a management device, or may be set by the MPPK 102 processor of the MD-PDKC 100C and MD-SDKC 100D collecting and determining various information. Note that an administrator may use a terminal such as SVP to operate, set, etc., with “administrator” as the subject.
 MD-PDKC100Cが、上記したように割り当てられた仮想化ポート情報をMS-PDKC100Aとの通信に用いることにより、MS-PDKC100Aは、MD-PDKC100CをMS-SDKC100Bと認識することとなる。また、MD-SDKC100Dが、上記したように割り当てられた仮想化ポート情報をMS-SDKC100Bとの通信に用いることにより、MS-SDKC100Bは、MD-SDKC100DをMS-PDKC100Aと認識することとなる。したがって、MS-PDKC100A及びMS-SDKC100Bにおいては、MD-PDKC100C及びMD-SDKC100Dを把握する必要がなく、MS-PDKC100A及びMS-SDKC100Bに新たな機能を追加する必要がない。 When the MD-PDKC 100C uses the virtual port information assigned as described above for communication with the MS-PDKC 100A, the MS-PDKC 100A recognizes the MD-PDKC 100C as the MS-SDKC 100B. Further, when the MD-SDKC 100D uses the virtual port information assigned as described above for communication with the MS-SDKC 100B, the MS-SDKC 100B recognizes the MD-SDKC 100D as the MS-PDKC 100A. Therefore, in MS-PDKC 100A and MS-SDKC 100B, it is not necessary to grasp MD-PDKC 100C and MD-SDKC 100D, and it is not necessary to add a new function to MS-PDKC 100A and MS-SDKC 100B.
 図6は、MD-DKCにおけるVVOLの生成を説明する図である。 FIG. 6 is a diagram for explaining generation of VVOL in MD-DKC.
 計算機システムを図5に示す状態とした後に、管理者は、MD-PDKC100Cに、MS-PVOL105に基づくVVOL106を生成し、MD-SDKC100Dにおいて、MS-SVOL108に基づくVVOL109を生成する。なお、MD-PDKC100C(MD-SDKC100D)にMS-PDKC100A(MS-SDKC100B)のRVOLに基づくVVOLを生成する機能は、ストレージ仮想化技術を用いることにより実現できる。ここで、VVOL106及びVVOL109には、それぞれに固有のデバイス情報(実際のデバイス情報)が設定される。本実施例では、VVOL106には、デバイス情報として「0301」が設定され、VVOL109には、デバイス情報として「0401」が設定される。 After the computer system is brought into the state shown in FIG. 5, the administrator generates a VVOL 106 based on the MS-PVOL 105 in the MD-PDKC 100C, and generates a VVOL 109 based on the MS-SVOL 108 in the MD-SDKC 100D. Note that the function of generating the VVOL based on the RVOL of the MS-PDKC 100A (MS-SDKC 100B) in the MD-PDKC 100C (MD-SDKC 100D) can be realized by using a storage virtualization technology. Here, unique device information (actual device information) is set in each of the VVOL 106 and the VVOL 109. In this embodiment, “0301” is set as device information in the VVOL 106, and “0401” is set as device information in the VVOL 109.
 図7は、MD-DKCにおけるVVOLの仮想化を説明する図である。 FIG. 7 is a diagram illustrating VVOL virtualization in MD-DKC.
 VVOL106、及びVVOL109は、それぞれのデバイス情報として、仮想のデバイス情報を設定することができ、これにより、仮想のデバイス情報に対応するデバイスとして利用できるようになっている。MD-PDKC100C及びMD-SDKC100Dは、VVOLについての仮想のデバイス情報を管理するためデバイス仮想情報管理テーブル(DVテーブル)140をそれぞれのMPPK102のメモリに格納している。 The VVOL 106 and the VVOL 109 can set virtual device information as their device information, and can be used as devices corresponding to the virtual device information. The MD-PDKC 100C and the MD-SDKC 100D store a device virtual information management table (DV table) 140 in the memory of each MPPK 102 in order to manage virtual device information about the VVOL.
 デバイス仮想情報管理テーブル140は、デバイス毎に、番号(#)141、実際のデバイス情報(RD情報)142、仮想のデバイス情報(VD情報)143、及び種類144のフィールドを含むエントリを格納する。 The device virtual information management table 140 stores an entry including a number (#) 141, actual device information (RD information) 142, virtual device information (VD information) 143, and a type 144 field for each device.
 番号141には、エントリに対応する番号が格納される。実際のデバイス情報142には、エントリに対応するデバイスの実際のデバイス情報が格納される。仮想のデバイス情報143には、エントリに対応するデバイスに設定された仮想のデバイス情報が格納される。種類144には、エントリに対応するデバイスの種類が格納される。本実施例では、エントリに対応するデバイスがVVOLである場合には、種類144には、「仮想」が格納される。 The number 141 stores a number corresponding to the entry. The actual device information 142 stores actual device information of the device corresponding to the entry. The virtual device information 143 stores virtual device information set for the device corresponding to the entry. The type 144 stores the type of device corresponding to the entry. In this embodiment, when the device corresponding to the entry is a VVOL, “virtual” is stored in the type 144.
 本実施例では、計算機システムを図6に示す状態とした後に、MD-PDKC100Cに生成されたVVOL106の仮想のデバイス情報として、MS-PDKC100AのPVOL105の実際のデバイス情報「0101」が設定され、MD-SDKC100Dに生成されたVVOL109の仮想のデバイス情報として、MS-SDKC100BのSVOL108の実際のデバイス情報「0201」が設定される。具体的には、管理装置からの指示により、MD-PDKC100Cがデバイス仮想情報管理テーブル140にエントリを追加し、仮想デバイス106の実際のデバイス情報「0301」を実際のデバイス情報142に格納し、PVOL105の実際のデバイス情報「0101」を仮想のデバイス情報143に格納し、種類144に「仮想」を格納する。また、管理装置からの指示により、MD-SDKC100Dがデバイス仮想情報管理テーブル140にエントリを追加し、仮想デバイス109の実際のデバイス情報「0401」を実際のデバイス情報142に格納し、SVOL108の実際のデバイス情報「0201」を仮想のデバイス情報143に格納し、種類144に「仮想」を格納する。 In the present embodiment, after the computer system is set to the state shown in FIG. 6, the actual device information “0101” of the PVOL 105 of the MS-PDKC 100A is set as the virtual device information of the VVOL 106 generated in the MD-PDKC 100C. The actual device information “0201” of the SVOL 108 of the MS-SDKC 100B is set as the virtual device information of the VVOL 109 generated in the SDKC 100D. Specifically, in accordance with an instruction from the management apparatus, the MD-PDKC 100C adds an entry to the device virtual information management table 140, stores the actual device information “0301” of the virtual device 106 in the actual device information 142, and the PVOL 105 The actual device information “0101” is stored in the virtual device information 143, and “virtual” is stored in the type 144. Further, in response to an instruction from the management apparatus, the MD-SDKC 100D adds an entry to the device virtual information management table 140, stores the actual device information “0401” of the virtual device 109 in the actual device information 142, and the actual device information of the SVOL 108. The device information “0201” is stored in the virtual device information 143, and “virtual” is stored in the type 144.
 これにより、VVOL106のデバイス情報をPVOL105の実際のデバイス情報「0101」と同じものとして取り扱うことができるようになるので、PVOL105に対するアクセス要求を、VVOL106に対するアクセス要求として取り扱うことができる。また、VVOL109のデバイス情報をSVOL108の実際のデバイス情報「0201」と同じものとして取り扱うことができるようになるので、SVOL108に対するアクセス要求を、VVOL109に対するアクセス要求として取り扱うことができる。 Thus, since the device information of the VVOL 106 can be handled as the same as the actual device information “0101” of the PVOL 105, an access request to the PVOL 105 can be handled as an access request to the VVOL 106. Further, since the device information of the VVOL 109 can be handled as the same as the actual device information “0201” of the SVOL 108, an access request for the SVOL 108 can be handled as an access request for the VVOL 109.
 図8は、ホストにおけるMD-DKCへのパスの追加を説明する図である。 FIG. 8 is a diagram illustrating the addition of a path to the MD-DKC in the host.
 計算機システムを図7に示す状態とした後に、管理者は、ホスト200におけるデバイス情報「0101」のデバイス(VOL)へアクセスするパス(アクセスパス)を追加する。具体的には、ホスト200のポート201からMD-PDKC100Cのポート3Bへのパスをデバイス情報「0101」のデバイスへアクセスするパスとして追加する。これにより、ホスト200は、デバイス情報「0101」のデバイス(本来的には、PVOL105)に対してアクセスするアクセスパスとして、MS-PDKC100Aのポート1Bを介するパス(第1のパス)と、新たに追加されたMD-PDKC100Cのポート3Bを介するパス(第2のパス)とがあるものと認識する。ここで、ホスト200においては、デバイス情報「0101」のデバイスにアクセスする際には、第1のパスと、第2のパスのいずれかのパスを、例えば、ラウンドロビン方式に従って選択して利用することとなる。 After the computer system is brought into the state shown in FIG. 7, the administrator adds a path (access path) for accessing the device (VOL) of the device information “0101” in the host 200. Specifically, a path from the port 201 of the host 200 to the port 3B of the MD-PDKC 100C is added as a path for accessing the device having the device information “0101”. As a result, the host 200 newly adds a path (first path) via the port 1B of the MS-PDKC 100A as an access path for accessing the device (originally PVOL 105) of the device information “0101”. It is recognized that there is a path (second path) via the port 3B of the added MD-PDKC 100C. Here, in accessing the device having the device information “0101”, the host 200 selects and uses either the first path or the second path according to, for example, the round robin method. It will be.
 図8に示す状態の計算機システムでは、ホスト200がデバイス情報「0101」に対するライト要求を、第1のパスを選択して送信する場合には、MS-PDKC100Aがポート1Bを介してライト要求を受け付ける。MS-PDKC100Aは、ライト要求に対応するライト対象データをCMに退避し、RCテーブル120の内容に従って、ポート2Aのデバイス情報「0201」に対して、ライト対象データをリモートコピーするライト要求をMS-SDKC100Bに送信する。これにより、MS-SDKC100Bでは、ポート2Aを介してライト要求を受信し、ライト要求に対応するライト対象データをデバイス情報「0201」のデバイス、すなわち、SVOL108に書き込み、MS-PDKC100Aに応答を返す。MS-PDKC100Aは、MS-SDKC100Bから正常である応答を受け取ると、CMに退避したライト対象データをデバイス情報「0101」のデバイス、すなわち、PVOL105に格納し、応答をホスト200に返す。 In the computer system in the state shown in FIG. 8, when the host 200 selects and transmits the write request for the device information “0101”, the MS-PDKC 100A accepts the write request via the port 1B. . The MS-PDKC 100A saves the write target data corresponding to the write request in the CM, and sends a write request for remote copy of the write target data to the device information “0201” of the port 2A according to the contents of the RC table 120. Send to SDKC100B. As a result, the MS-SDKC 100B receives the write request via the port 2A, writes the write target data corresponding to the write request to the device having the device information “0201”, that is, the SVOL 108, and returns a response to the MS-PDKC 100A. When receiving a normal response from the MS-SDKC 100B, the MS-PDKC 100A stores the write target data saved in the CM in the device having the device information “0101”, that is, the PVOL 105, and returns the response to the host 200.
 一方、ホスト200がデバイス情報「0101」のデバイスに対するライト要求を、第2のパスを選択して送信する場合には、MD-PDKC100Cがポート3Bを介してライト要求を受け付ける。MD-PDKC100Cは、デバイス情報「0101」に対するライト要求を、MS-PDKC100Aに、スイッチング動作により転送する。MS-PDKC100Aは、ライト要求に対応するライト対象データをCMに退避し、RCテーブル120の内容に従って、ポート2Aのデバイス情報「0201」に対して、ライト対象データをリモートコピーするライト要求をMS-SDKC100Bに送信する。これにより、MS-SDKC100Bでは、ポート2Aを介してライト要求を受信し、ライト要求に対応するライト対象データをデバイス情報「0201」のデバイス、すなわち、SVOL108に書き込み、MS-PDKC100Aに応答を返す。MS-PDKC100Aは、MS-SDKC100Bから正常である応答を受け取ると、CMに退避したライト対象データをデバイス情報「0101」のデバイス、すなわち、PVOLに格納し、応答をMD-PDKC100Cに返す。MD-PDKC100Cは、ライト要求に対する応答をホスト200へと返す。 On the other hand, when the host 200 selects and transmits the write request for the device having the device information “0101” by selecting the second path, the MD-PDKC 100C accepts the write request via the port 3B. The MD-PDKC 100C transfers a write request for the device information “0101” to the MS-PDKC 100A by a switching operation. The MS-PDKC 100A saves the write target data corresponding to the write request in the CM, and sends a write request for remote copy of the write target data to the device information “0201” of the port 2A according to the contents of the RC table 120. Send to SDKC100B. As a result, the MS-SDKC 100B receives the write request via the port 2A, writes the write target data corresponding to the write request to the device having the device information “0201”, that is, the SVOL 108, and returns a response to the MS-PDKC 100A. Upon receiving a normal response from the MS-SDKC 100B, the MS-PDKC 100A stores the write target data saved in the CM in the device having the device information “0101”, that is, the PVOL, and returns the response to the MD-PDKC 100C. The MD-PDKC 100C returns a response to the write request to the host 200.
 このようにして、ホスト200からのライト要求がいずれのパスを経由しても、ライト要求に対応するライト対象データを、PVOL105及びSVOL108に適切に格納することができる。 In this way, the write target data corresponding to the write request can be appropriately stored in the PVOL 105 and the SVOL 108 regardless of which path the write request from the host 200 takes.
 図9は、ホストにおけるMS-DKCへのパスの削除を説明する図である。 FIG. 9 is a diagram for explaining the deletion of the path to the MS-DKC in the host.
 計算機システムを図8に示す状態とした後に、管理者は、ホスト200におけるデバイス情報「0101」のデバイスに対してアクセスする、MS-PDKC100Aのポート1Bを介するパスを削除する。これにより、PVOL105に対するアクセス要求を、MD-PDKC100Cのポート3Bを介するパスに集約して送信することができる。すなわち、PVOL105に対するアクセス要求を、MD-PDKC100Cがすべて取得することができる。 After the computer system is brought into the state shown in FIG. 8, the administrator deletes the path through the port 1B of the MS-PDKC 100A that accesses the device of the device information “0101” in the host 200. As a result, access requests to the PVOL 105 can be aggregated and transmitted on the path via the port 3B of the MD-PDKC 100C. That is, the MD-PDKC 100C can acquire all access requests to the PVOL 105.
 図10は、MS-DKCからのペア情報の読出しを説明する図である。 FIG. 10 is a diagram for explaining reading of pair information from the MS-DKC.
 計算機システムを図9に示す状態とした後に、MD-PDKC100C及びMD-SDKC100Dは、それぞれMS-PDKC100A及びMS-SDKC100BからRCテーブル120のエントリの情報(コピーペアの情報)を吸い出し、それぞれのMPPK102のRCテーブル120に登録する。ここで、MD-PDKC100C及びMD-SDKC100Dは、それぞれのRCテーブル120において、コピー元デバイス情報123に、PVOL105のデバイス情報「0101」を格納し、コピー先デバイス情報125に、SVOL106のデバイス情報「0201」を格納する。 After the computer system is brought into the state shown in FIG. 9, the MD-PDKC 100C and the MD-SDKC 100D extract the entry information (copy pair information) of the RC table 120 from the MS-PDKC 100A and the MS-SDKC 100B, respectively. Register in the RC table 120. Here, the MD-PDKC 100C and the MD-SDKC 100D store the device information “0101” of the PVOL 105 in the copy source device information 123 and the device information “0201 of the SVOL 106 in the copy destination device information 125 in the respective RC tables 120. Is stored.
 図11は、RCパスの追加を説明する図である。 FIG. 11 is a diagram for explaining the addition of the RC path.
 計算機システムを図10に示す状態とした後に、管理者は、MD-PDKC100C及びMD-SDKC100Dを経由する新たなリモートコピーのパス(RCパス)を追加する。 After the computer system is brought into the state shown in FIG. 10, the administrator adds a new remote copy path (RC path) via the MD-PDKC 100C and the MD-SDKC 100D.
 ここで、新たなRCパスを管理するために、MD-PDKC100Cは、プライマリのリモートコピー管理テーブル(PRC管理テーブル)150をMPPK102に格納し、MD-SDKC100Dは、セカンダリリモートコピー管理テーブル(SRC管理テーブル)160をMPPK102に格納する。 Here, in order to manage a new RC path, the MD-PDKC 100C stores the primary remote copy management table (PRC management table) 150 in the MPPK 102, and the MD-SDKC 100D stores the secondary remote copy management table (SRC management table). ) 160 is stored in the MPPK102.
 PRC管理テーブル150は、リモートコピー毎に、番号(#)151、移行元プライマリポート(MS-PP)情報152、受信元仮想ポート(RS-VP)情報153、及びPVOLデバイス情報154のフィールドを含むエントリを格納する。番号151には、リモートコピーに対する番号が格納される。MS-PP情報152には、リモートコピーのライト要求が送信されるMS-PDKC100Aのポートのポート情報が格納される。転送データ受信元仮想化ポート情報153には、リモートコピーのライト要求が受信されるMD-PDKC100Cのポートの仮想化ポート情報が格納される。PVOLデバイス情報154には、リモートコピーに係るPVOLのデバイス情報が格納される。なお、リモートコピーに対して、MD-PDKC100C及びMD-SDKC100Dを経由するRCパスがない場合には、MS-PP情報152、転送データ受信元仮想化ポート情報153、及びPVOLデバイス情報154には、例えば「-」が格納される。 The PRC management table 150 includes fields of number (#) 151, migration source primary port (MS-PP) information 152, reception source virtual port (RS-VP) information 153, and PVOL device information 154 for each remote copy. Store the entry. The number 151 stores the number for the remote copy. The MS-PP information 152 stores port information of the port of the MS-PDKC 100A to which a remote copy write request is transmitted. The transfer data receiving source virtualization port information 153 stores the virtualization port information of the port of the MD-PDKC 100C from which a remote copy write request is received. The PVOL device information 154 stores PVOL device information related to remote copy. If there is no RC path via MD-PDKC 100C and MD-SDKC 100D for remote copy, MS-PP information 152, transfer data receiver virtualization port information 153, and PVOL device information 154 include: For example, “-” is stored.
 SRC管理テーブル160は、リモートコピー毎に、番号(#)161、送信元仮想ポート(TS-VP)情報162、移行元セカンダリポート(MS-SP)情報163、及びSVOLデバイス情報164のフィールドを含むエントリを格納する。番号161には、リモートコピーに対する番号が格納される。送信元仮想化ポート情報162には、リモートコピーのライト要求を送信するMD-SDKC100Dのポートの仮想化ポート情報が格納される。MS-SP情報163には、リモートコピーのライト要求が送信されるMS-SDKC100Bのポートのポート情報が格納される。SVOLデバイス情報164には、リモートコピーに係るSVOLのデバイス情報が格納される。 The SRC management table 160 includes fields of number (#) 161, transmission source virtual port (TS-VP) information 162, migration source secondary port (MS-SP) information 163, and SVOL device information 164 for each remote copy. Store the entry. The number 161 stores the number for the remote copy. The source virtualization port information 162 stores the virtualization port information of the MD-SDKC 100D port that transmits a remote copy write request. The MS-SP information 163 stores port information of the port of the MS-SDKC 100B to which a remote copy write request is transmitted. The SVOL device information 164 stores SVOL device information related to remote copy.
 次に、MD-PDKC100C及びMD-SDKC100Dを経由する新たなRCパスの追加処理を詳細に説明する。 Next, a process for adding a new RC path via the MD-PDKC 100C and the MD-SDKC 100D will be described in detail.
 MD-SDKC100Dは、MS-SDKC100Bに、MD-SDKC100DからMS-SDKC100Bへのリモートコピーのパスを追加するパス追加要求を送信する(図11(1))。パス追加要求には、MD-SDKC100Dのポート4Cの仮想化ポート情報「1C」をコピー元とし、MS-SDKC100Bのポート2Cをコピー先とする内容が含まれている。MS-SDKC100Bは、パス追加要求を受信すると、MS-SDKC100BのRCテーブル120の空いているエントリ(ここでは、2番目のエントリ)のコピー元ポート情報122にMD-SDKC100Dのポート4Cの仮想化ポート情報(「1C」)を格納し、コピー元デバイス情報123にPVOL105のデバイス情報「0101」を格納し、コピー先ポート情報124にMS-SDKC100Bのポート2Cのポート情報「2C」を格納し、コピー先デバイス情報125にSVOLのデバイス情報「0201」を格納する。また、MD-SDKC100Dは、SRC管理テーブル160の追加したRCコピーの番号に対応するエントリについて、転送データ送信元仮想化ポート情報162に、MD-SDKC100Dのポート4Cの仮想化ポート情報「1C」を格納し、MS-SP情報163にMS-SDKC100Bのポート2Cのポート情報「2C」を格納し、SVOLデバイス情報164に、SVOL108のデバイス情報「0201」を格納する。 The MD-SDKC 100D transmits a path addition request for adding a remote copy path from the MD-SDKC 100D to the MS-SDKC 100B to the MS-SDKC 100B (FIG. 11 (1)). The path addition request includes contents in which the virtual port information “1C” of the port 4C of the MD-SDKC 100D is the copy source and the port 2C of the MS-SDKC 100B is the copy destination. When the MS-SDKC 100B receives the path addition request, the virtual port of the port 4C of the MD-SDKC 100D is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B. Information (“1C”), the device information “0101” of the PVOL 105 is stored in the copy source device information 123, the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124, and the copy SVOL device information “0201” is stored in the destination device information 125. Further, the MD-SDKC 100D sets the virtual port information “1C” of the port 4C of the MD-SDKC 100D to the transfer data transmission source virtualization port information 162 for the entry corresponding to the added RC copy number in the SRC management table 160. The port information “2C” of the port 2C of the MS-SDKC 100B is stored in the MS-SP information 163, and the device information “0201” of the SVOL 108 is stored in the SVOL device information 164.
 次に、MD-PDKC100Cは、MD-PDKC100C及びMD-SDKC100の間のリモートパスを形成する(図11(2))。具体的には、MD-PDKC100Cは、PRC管理テーブル150の形成するRCコピーの番号に対応するエントリのMS-PP情報152にMS-PDKC100Aのポート1Cのポート情報「1C」を格納し、転送データ受信元仮想化ポート情報153に、MD-PDKC100Cのポート3Cの仮想化ポート情報「2C」を格納し、PVOLデバイス情報154に、PVOL105のデバイス情報「0101」を格納する。また、MD-PDKC100Cからの指示を受けてMD-SDKC100Dは、MD-SDKC100DのRCテーブル120の形成するコピーパスに対応するエントリについて、コピー元ポート情報122に、MD-PDKC100Cのポート3Aの仮想化ポート情報「1C」を格納し、コピー先ポート情報124にMD-SDKC100Dのポート4Aの仮想化ポート情報「2C」を格納する。 Next, the MD-PDKC 100C forms a remote path between the MD-PDKC 100C and the MD-SDKC 100 (FIG. 11 (2)). Specifically, the MD-PDKC 100C stores the port information “1C” of the port 1C of the MS-PDKC 100A in the MS-PP information 152 of the entry corresponding to the RC copy number formed in the PRC management table 150, and the transfer data The virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the reception source virtual port information 153, and the device information “0101” of the PVOL 105 is stored in the PVOL device information 154. Upon receiving an instruction from the MD-PDKC 100C, the MD-SDKC 100D virtualizes the port 3A of the MD-PDKC 100C in the copy source port information 122 for the entry corresponding to the copy path formed in the RC table 120 of the MD-SDKC 100D. The port information “1C” is stored, and the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored in the copy destination port information 124.
 次に、管理者の指示により、MS-PDKC100Aは、MS-PDKC100AのRCテーブル120の追加するコピーパスに対応するエントリのコピー元ポート情報122に、MS-PDKC100Aのポート1Cのポート情報「1C」を格納し、コピー先ポート情報124に、MD-PDKC100Cのポート3Cの仮想化ポート情報「2C」を格納する。また、MS-PDKC100Aは、MS-PDKC100AからMD-PDKC100Cへリモートコピーのパスを追加するパス追加要求をMD-PDKC100Cに送信する(図11(3))。パス追加要求を受信すると、MD-PDKC100Cは、RCテーブル120の追加するコピーパスに対応するエントリのコピー元ポート情報122に、MD-PDKC100Cのポート3Aの仮想化ポート情報「1A」を格納し、コピー先ポート情報124に、MD-SDKC100Dのポート4Aの仮想化ポート情報「2C」を格納する。 Next, according to an instruction from the administrator, the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-PDKC 100C to the MD-PDKC 100C (FIG. 11 (3)). Upon receiving the path addition request, the MD-PDKC 100C stores the virtual port information “1A” of the port 3A of the MD-PDKC 100C in the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120. In the copy destination port information 124, the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored.
 この処理により、PVOL105からSVOL108にリモートコピーするパスとして、MS-PDKC100AからMD-DKCを経由せずにMS-SDKC100Bに至るパスと、MS-PDKC100AからMD-PDKC100C及びMD-SDKC100Dを経由してMS-SDKC100Bに至るパスとが管理されることとなる。なお、上記説明では、図11の(1)、(2)、(3)の順番で処理を行うように説明したが、これに限られず、(1)、(2)、及び(3)を並行して処理してもよく、要は、(3)の処理が(1)及び(2)の処理よりも先に実行されないようにすればよい。これは、(3)の処理が先に実行されてしまい、MS-SDKC100Bに至るリモートパスが完成されていない場合に、リモートコピーのライト要求がMS-PDKC100AからMD-PDKC100Cに発行されてしまうことを防ぐためである。 As a result of this processing, as a path for remote copying from the PVOL 105 to the SVOL 108, the path from the MS-PDKC 100A to the MS-SDKC 100B without passing through the MD-DKC, and the MS from the MS-PDKC 100A to the MD-PDKC 100C and the MD-SDKC 100D via MS -The path to the SDKC 100B is managed. In the above description, the processing has been described in the order of (1), (2), and (3) in FIG. 11, but is not limited to this, and (1), (2), and (3) are not limited thereto. The processes may be performed in parallel. In short, it is only necessary that the process (3) is not performed before the processes (1) and (2). This is because the remote copy write request is issued from the MS-PDKC 100A to the MD-PDKC 100C when the process (3) is executed first and the remote path to the MS-SDKC 100B is not completed. Is to prevent.
 図12は、MS-DKCから見たRCパスを説明する図である。 FIG. 12 is a diagram for explaining the RC path as seen from the MS-DKC.
 計算機システムでは、図11に示すように、2つのRCパスが管理されることとなるが、MS-PDKC100A及びMS-SDKC100Bにおいては、各パスがMS-PDKC100A及びMS-SDKC100Bのポートのポート情報でのみ設定されているので、図12に示すように、お互いの間に単純にリモートパスが2つあると認識することとなる。したがって、MS-PDKC100A及びMS-SDKC100Bにおいては、MD-PDKC100C及びMD-SDKC100Dの存在を認識できないが、換言すると、MD-PDKC100C及びMD-SDKC100Dの存在を認識する必要がない。 In the computer system, two RC paths are managed as shown in FIG. 11. In the MS-PDKC 100A and the MS-SDKC 100B, each path is port information of the MS-PDKC 100A and the MS-SDKC 100B. Therefore, as shown in FIG. 12, it is recognized that there are simply two remote paths between each other. Therefore, in MS-PDKC100A and MS-SDKC100B, the presence of MD-PDKC100C and MD-SDKC100D cannot be recognized. In other words, it is not necessary to recognize the presence of MD-PDKC100C and MD-SDKC100D.
 図13は、MS-DKC間のRCパスの削除を説明する図である。 FIG. 13 is a diagram for explaining the deletion of the RC path between MS and DKC.
 計算機システムを図11に示す状態とした後に、管理者は、MS-PDKC100AからMD-PDKC100C及びMD-SDKC100Dを経由しないでMS-SDKC100Bに至るアクセスパスを削除する。すなわち、管理者は、MS-PDKC100A及びMS-SDKC100BのRCテーブル120のMS-PDKC100AからMD-PDKC100C及びMD-SDKC100Dを経由しないでMS-SDKC100Bに至るアクセスパスに対応するエントリのコピー元ポート情報122、コピー元デバイス情報123、コピー先ポート情報124、及びコピー先デバイス情報125に「-」を設定する。これにより、PVOL105からSVOL108へのリモートコピーのライト要求を、MS-PDKC100AからMD-PDKC100C及びMD-SDKC100Dを経由してMS-SDKC100Bに至るアクセスパスに集約して送信することができる。すなわち、PVOL105からSVOL108へのリモートコピーのライト要求を、MD-PDKC100Cがすべて取得することができる。 After the computer system is brought into the state shown in FIG. 11, the administrator deletes the access path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-PDKC 100C and the MD-SDKC 100D. That is, the administrator copies the copy source port information 122 of the entry corresponding to the access path from the MS-PDKC 100A to the MS-SDKC 100B in the RC table 120 of the MS-PDKC 100A and the MS-SDKC 100B without going through the MD-PDKC 100C and the MD-SDKC 100D. "-" Is set in the copy source device information 123, the copy destination port information 124, and the copy destination device information 125. Accordingly, remote copy write requests from the PVOL 105 to the SVOL 108 can be aggregated and transmitted from the MS-PDKC 100A to the MS-SDKC 100B via the MD-PDKC 100C and MD-SDKC 100D. That is, the MD-PDKC 100C can obtain all remote copy write requests from the PVOL 105 to the SVOL 108.
 図14は、実施例1に係るMS-VOLのデータ移行を説明する第1の図である。 FIG. 14 is a first diagram illustrating MS-VOL data migration according to the first embodiment.
 例えば、計算機システムを図13に示す状態にした後において、図14に示すように、MS-PDKC100AのPVOL105をMD-PDKC100CのMD-PVOL107に移行するとともに、MS-SDKC100BのSVOL108をMD-SDKC100DのMD-SVOL110に移行するデータ移行処理が開始される。 For example, after the computer system is changed to the state shown in FIG. 13, as shown in FIG. 14, the PVOL 105 of the MS-PDKC 100A is transferred to the MD-PVOL 107 of the MD-PDKC 100C, and the SVOL 108 of the MS-SDKC 100B is changed to the MD-SDKC 100D. Data migration processing for migrating to the MD-SVOL 110 is started.
 データ移行処理においては、MD-PDKC100Cは、MS-PVOL105に基づくVVOL106の先頭の領域のデータから順次PVOL107に移行し、MD-SDKC100Dは、MS-SVOL108に基づくVVOL109の先頭の領域のデータから順次SVOL110に移行を行う。 In the data migration processing, the MD-PDKC 100C sequentially migrates from the data in the top area of the VVOL 106 based on the MS-PVOL 105 to the PVOL 107, and the MD-SDKC 100D sequentially performs the SVOL 110 from the data in the top area of the VVOL 109 based on the MS-SVOL 108. Make the transition to
 このデータ移行処理の途中において、ホスト200からMD-PDKC100Cにライト要求があった場合には、MD-PDKC100Cは、ライト要求をMS-PDKC100Aに転送する。MS-PDKC100Aでは、図13に示すRCパスにより、リモートコピーのライト要求を送信する。これにより、PVOL105に対するライトをSVOL108に適切に反映させることができる。ここで、MD-PDKC100Cは、MS-PDKC100Aから受け取ったリモートコピーのライト要求が、PVOL105からMD-PVOL107に既にコピー済みの領域を対象とするライトである場合には、MD-PVOL107のその領域に対してライト対象データをライトする。また、MD-SDKC100Dは、MD-PDKC100Cから受け取ったリモートコピーのライト要求が、SVOL105からMD-SVOL110に既にコピー済みの領域を対象とするライトである場合には、MD-SVOL110のその領域に対してライト対象データをライトする。これにより、コピー済みに対するライトを適切にMD-VOLに反映させることができる。 In the middle of this data migration processing, if there is a write request from the host 200 to the MD-PDKC 100C, the MD-PDKC 100C transfers the write request to the MS-PDKC 100A. The MS-PDKC 100A transmits a remote copy write request through the RC path shown in FIG. As a result, the write to the PVOL 105 can be appropriately reflected in the SVOL 108. Here, when the remote copy write request received from the MS-PDKC 100A is a write for an area that has already been copied from the PVOL 105 to the MD-PVOL 107, the MD-PDKC 100C reads the MD-PDKC 100C in that area of the MD-PVOL 107. On the other hand, write target data. In addition, when the remote copy write request received from the MD-PDKC 100C is a write for an area that has already been copied from the SVOL 105 to the MD-SVOL 110, the MD-SDKC 100D applies the write request to the MD-SVOL 110 to that area. Write the data to be written. As a result, it is possible to appropriately reflect the write for the copied data in the MD-VOL.
 図15は、実施例1に係るMS-VOLのデータ移行を説明する第2の図である。 FIG. 15 is a second diagram illustrating data migration of the MS-VOL according to the first embodiment.
 図15は、図14に示すデータ移行処理において、SVOL108からMD-SVOL110へのデータ移行が終了した場合におけるデータ移行処理を示している。 FIG. 15 shows data migration processing when data migration from the SVOL 108 to the MD-SVOL 110 is completed in the data migration processing shown in FIG.
 SVOL108からMD-SVOL110へのデータ移行が終了した場合には、MD-SDKC100Dは、MD-SVOL110と、VVOL109のデバイス情報を入れ替えることにより、MD-SVOL110を利用するSVOLとする。 When the data migration from the SVOL 108 to the MD-SVOL 110 is completed, the MD-SDKC 100D replaces the device information of the MD-SVOL 110 and the VVOL 109 to make the SVOL using the MD-SVOL 110.
 この後、MD-SDKC100Dは、MD-PDKC100Cからリモートコピーのライト要求を受け取ると、MD-SVOL110に対して、ライト要求に対応するライト対象データをライトするとともに、MS-SVOL108に対しても、リモートコピーのライト要求を送信する。MS-SDKC100Bは、ライト要求を受信すると、ライト対象データをSVOL108にライトする。ここで、SVOL108にもライト対象データをライトするのは、PVOL105の移行が完了していない場合においては、SVOL108の状態をPVOL105と同じ状態にし、障害発生時に、SVOL108に基づいてPVOL105を適切に復旧できるようにするためである。 Thereafter, upon receiving a remote copy write request from the MD-PDKC 100C, the MD-SDKC 100D writes the write target data corresponding to the write request to the MD-SVOL 110, and also remotely transmits to the MS-SVOL 108. Send a copy write request. When receiving the write request, the MS-SDKC 100B writes the write target data to the SVOL. Here, the write target data is also written to the SVOL 108. If the migration of the PVOL 105 is not completed, the state of the SVOL 108 is made the same as that of the PVOL 105, and the PVOL 105 is appropriately restored based on the SVOL 108 when a failure occurs. This is to make it possible.
 図16は、実施例1に係るMS-VOLのデータ移行を説明する第3の図である。 FIG. 16 is a third diagram for explaining data migration of the MS-VOL according to the first embodiment.
 図16は、図15に示すデータ移行処理において、PVOL105からMD-PVOL107へのデータ移行が完了した直後におけるデータ移行処理を示している。 FIG. 16 shows the data migration process immediately after the data migration from the PVOL 105 to the MD-PVOL 107 is completed in the data migration process shown in FIG.
 PVOL105からMD-PVOL107へのデータ移行が完了した場合には、MD-PDKC100Cは、MD-PVOL107と、VVOL106のデバイス情報を入れ替えることにより、MD-PVOL107を利用するPVOLとする。これにより、ホスト200は、以降において特に意識することなく、MD-PVOL107に適切にアクセスすることができる。 When the data migration from the PVOL 105 to the MD-PVOL 107 is completed, the MD-PDKC 100C replaces the device information of the MD-PVOL 107 and the VVOL 106 to make the PVOL that uses the MD-PVOL 107. As a result, the host 200 can appropriately access the MD-PVOL 107 without any particular attention thereafter.
 この後、ホスト200からMD-PDKC100Cにライト要求があった場合には、MD-PDKC100Cは、ライト要求をMS-PDKC100Aに転送することなく、ライト対象データをCMに退避する。次いで、MD-PDKC100Cは、リモートコピーのライト要求をMD-SDKC100Dに送信する。 Thereafter, when there is a write request from the host 200 to the MD-PDKC 100C, the MD-PDKC 100C saves the write target data in the CM without transferring the write request to the MS-PDKC 100A. Next, the MD-PDKC 100C transmits a remote copy write request to the MD-SDKC 100D.
 MD-SDKC100Dは、MD-PDKC100Cからリモートコピーのライト要求を受け取ると、MD-SVOL110に対して、ライト要求に対応するライト対象データをライトし、MS-SVOL108に対しても、リモートコピーのライト要求を送信する。MS-SDKC100Bは、ライト要求を受信すると、ライト対象データをSVOL108にライトする。ここで、SVOL108にもライト対象データをライトするのは、PVOL105の移行が完了していない場合においては、SVOL108の状態をPVOL105と同じ状態にし、障害発生時に、SVOL108に基づいてPVOL105を適切に復旧できるようにするためである。 When the MD-SDKC 100D receives a remote copy write request from the MD-PDKC 100C, it writes the write target data corresponding to the write request to the MD-SVOL 110, and also sends a remote copy write request to the MS-SVOL 108. Send. When receiving the write request, the MS-SDKC 100B writes the write target data to the SVOL. Here, the write target data is also written to the SVOL 108. If the migration of the PVOL 105 is not completed, the state of the SVOL 108 is made the same as that of the PVOL 105, and the PVOL 105 is appropriately restored based on the SVOL 108 when a failure occurs. This is to make it possible.
 MD-SDKC100Dは、MS-SDKC100Bからライト要求の応答を受信すると、ライト要求の応答をMD-PDKC100Cに返す。MD-PDKC100Cは、MD-SDKC100Dからライト要求の応答として正常終了であるとの応答を受信すると、CMに退避していたライト対象データをMD-PVOL107の対応する領域にライトし、ホスト200に対してライト要求の応答を返す。 When the MD-SDKC 100D receives a write request response from the MS-SDKC 100B, it returns a write request response to the MD-PDKC 100C. When the MD-PDKC 100C receives a response indicating normal termination as a response to the write request from the MD-SDKC 100D, the MD-PDKC 100C writes the write target data saved in the CM to the corresponding area of the MD-PVOL 107 and sends it to the host 200. And return a write request response.
 図17は、MS-DKC間のリモートコピーの停止を説明する図である。 FIG. 17 is a diagram for explaining the stop of remote copy between MS and DKC.
 図16に示す状態になった以降において、MD-PDKC100C及びMD-SDKC100Dは、MS-DKC間のリモートコピーを停止する。具体的には、MD-PDKC100Cは、PRC管理テーブル150の移行済みのPVOL105に関するエントリのMS-PP情報152、転送データ受信元仮想化ポート情報153、及びPVOLデバイス情報154に「-」を設定することにより、リモートコピーを転送する設定を削除する。また、MD-SDKC100Dは、SRC管理テーブル160の移行済みのSVOL108に関するエントリの転送データ送信元仮想化ポート情報162、MS-SP情報163、及びSVOLデバイス情報164に「-」を設定することにより、リモートコピーを転送する設定を削除する。 After the state shown in FIG. 16 is reached, the MD-PDKC 100C and the MD-SDKC 100D stop the remote copy between the MS and DKC. Specifically, the MD-PDKC 100C sets “−” in the MS-PP information 152, the transfer data receiving source virtualization port information 153, and the PVOL device information 154 of the entry regarding the migrated PVOL 105 in the PRC management table 150. This deletes the setting for transferring the remote copy. Further, the MD-SDKC 100D sets “−” in the transfer data transmission source virtualization port information 162, the MS-SP information 163, and the SVOL device information 164 of the entry related to the migrated SVOL 108 in the SRC management table 160, Delete the settings for transferring a remote copy.
 これにより、MD-SDKC100Dは、MD-PDKC100Cからリモートコピーのライト要求を受け取った場合に、MS-SVOL108に対してリモートコピーのライト要求を送信しないようになる。 Thus, when the MD-SDKC 100D receives a remote copy write request from the MD-PDKC 100C, the MD-SDKC 100D does not transmit a remote copy write request to the MS-SVOL 108.
 図18は、移行完了後の計算機システムの状態の一例を示す図である。 FIG. 18 is a diagram showing an example of the state of the computer system after completion of the migration.
 計算機システムが、図17に示す状態になった以降において、管理者は、図18に示すように、MS-PDKC100A及びMS-SDKC100Bを、計算機システムから撤去することができる。 After the computer system reaches the state shown in FIG. 17, the administrator can remove the MS-PDKC 100A and the MS-SDKC 100B from the computer system as shown in FIG.
 以下、本実施例で行われる処理を説明する。 Hereinafter, processing performed in this embodiment will be described.
 本実施例においては、MD-PDKC100C及びMD-SDKC100Dは、図19乃至図21に示す共通なフローチャートに従って処理を実行することにより、MD-PDKC100Cは、図14乃至図16におけるMD-PDKCに必要な処理を実行し、MD-SDKC100Dは、図14乃至図16におけるMD-SDKCに必要な処理を実行している。この場合には、MD-PDKC100C及びMD-SDKC100Dに同一のプログラムを実行させるようにすれば良い。ここで、図19乃至図21については、MD-PDKC100Cが実行する場合も、MD-SDKC100Dが実行する場合もあるので、ここでは、処理を実行する主体をDKC100として説明する。 In this embodiment, the MD-PDKC 100C and the MD-SDKC 100D execute processes according to the common flowcharts shown in FIGS. 19 to 21, so that the MD-PDKC 100C is necessary for the MD-PDKC in FIGS. The processing is executed, and the MD-SDKC 100D executes processing necessary for the MD-SDKC in FIGS. In this case, the same program may be executed by the MD-PDKC 100C and the MD-SDKC 100D. Here, in FIG. 19 to FIG. 21, the MD-PDKC 100C and the MD-SDKC 100D may execute the processing, and therefore, the main body that executes the processing will be described as the DKC 100.
 図19は、実施例1に係るライト処理の第1のフローチャートである。図20は、実施例1に係るライト処理の第2のフローチャートである。図21は、実施例1に係るライト処理の第3のフローチャートである。ここで、図19及び図20のフローチャートとは、図中の五角形で示す端子1の部分が接続されており、図20及び図21のフローチャートは、図中の五角形で示す端子2の部分が接続されている。 FIG. 19 is a first flowchart of the write process according to the first embodiment. FIG. 20 is a second flowchart of the write process according to the first embodiment. FIG. 21 is a third flowchart of the write process according to the first embodiment. Here, the flowchart of FIGS. 19 and 20 is connected to the portion of the terminal 1 indicated by the pentagon in the drawing, and the flowchart of FIGS. 20 and 21 is connected to the portion of the terminal 2 indicated by the pentagon in the drawing. Has been.
 DKC100(具体的には、DKC100のMPPK102のプロセッサ)は、ライト対象のデータ(ライト対象データ)を含むライト要求を受信すると(ステップS11)、当該ライト要求がホスト200からのホストI/Oに対応するライト要求であるか、又はリモートコピーに対応するライト要求であるかを判定する(ステップS12)。 When the DKC 100 (specifically, the processor of the MPPK 102 of the DKC 100) receives a write request including the write target data (write target data) (step S11), the write request corresponds to the host I / O from the host 200. It is determined whether the request is a write request to be made or a write request corresponding to remote copy (step S12).
 この結果、ライト要求がリモートコピーに対応するライト要求である場合(ステップS12:リモートコピー)には、DKC100は、処理を図20のステップS26に進める。 As a result, when the write request is a write request corresponding to remote copy (step S12: remote copy), the DKC 100 advances the process to step S26 in FIG.
 一方、ライト要求がホストI/Oに対応するライト要求である場合(ステップS12:ホストI/O)には、このDKC100がMD-PDKC100Cであることを意味しているので、DKC100は、ライト要求の対象がRVOLであるか否かを判定する(ステップS13)。 On the other hand, if the write request is a write request corresponding to the host I / O (step S12: host I / O), this means that the DKC 100 is the MD-PDKC 100C. It is determined whether or not the target of RVOL is RVOL (step S13).
 この結果、ライト要求の対象がRVOLである場合(ステップS13:Y)には、例えば、PVOL105の移行を終えて、MD-PVOL107に対するライト要求であることを示しているので、DKC100は、処理をステップS14に進める。一方、ライト要求の対象がRVOLでない場合(ステップS13:N)には、DKC100は、PVOL105の移行を終えていないことを示しているので、処理をステップS21に進める。 As a result, if the target of the write request is RVOL (step S13: Y), for example, it indicates that the write request to the MD-PVOL 107 has been completed after the migration of the PVOL 105, so the DKC 100 performs the processing. Proceed to step S14. On the other hand, when the target of the write request is not RVOL (step S13: N), the DKC 100 indicates that the migration of the PVOL 105 has not been completed, so the process proceeds to step S21.
 ステップS14では、DKC100は、ライト対象データをCMPK103のCMに退避格納する。次いで、DKC100は、SVOLに対してライト対象データを送信する(ステップS15)。本実施例では、SVOLとしては、MD-SDKC100DにMS-SDKC100Bから移行されたMD-SVOL110である。 In step S14, the DKC 100 saves and stores the write target data in the CM of the CMPK 103. Next, the DKC 100 transmits write target data to the SVOL (step S15). In this embodiment, the SVOL is the MD-SVOL 110 that has been migrated from the MS-SDKC 100B to the MD-SDKC 100D.
 次いで、DKC100は、SVOLからの応答、すなわち、MD-SDKC100Dからの応答を待ち(ステップS16)、SVOLからライト対象データの格納が完了したことを示すGood応答があったか否かを判定する(ステップS17)。この結果、Good応答があった場合(ステップS17:Y)には、DKC100は、CMPK103のCMに退避していたライト対象データをMD-PVOL107に反映させ(ステップS18)、ライト要求を行ったホスト200に、ライト要求の応答として正常終了を返却し、ライト処理を終了する。一方、Good応答がなかった場合(ステップS17:N)には、DKC100は、ライト要求を行ったホスト200に、ライト要求の応答として異常終了を返却し(ステップS20)、ライト処理を終了する。 Next, the DKC 100 waits for a response from the SVOL, that is, a response from the MD-SDKC 100D (step S16), and determines whether or not there is a Good response from the SVOL indicating that storage of the write target data has been completed (step S17). ). As a result, when there is a Good response (step S17: Y), the DKC 100 reflects the write target data saved in the CM of the CMPK 103 in the MD-PVOL 107 (step S18), and the host that made the write request In step 200, the normal end is returned as a response to the write request, and the write process ends. On the other hand, when there is no Good response (step S17: N), the DKC 100 returns an abnormal end as a response to the write request to the host 200 that has made the write request (step S20), and ends the write process.
 ステップS21では、DKC100は、ライト対象データを含むライト要求をMS-PDKC100Aに転送する。次いで、DKC100は、MS-PDKC100Aからの応答を待ち(ステップS22)、MS-PDKC100Aからライト対象データの格納が完了したことを示すGood応答があったか否かを判定する(ステップS23)。この結果、Good応答があった場合(ステップS23:Y)には、ライト要求を行ったホスト200に、ライト要求の応答として正常終了を返却し、ライト処理を終了する。これにより、ホスト200がMD-PDKC100Cに対してPVOL105へのライト要求を行った場合であっても、MS-PDKC100AでPVOL105へのライト対象データの格納を正常終了したことを適切にホスト200に応答することができる。一方、Good応答がなかった場合(ステップS23:N)には、DKC100は、ライト要求を行ったホスト200に、ライト要求の応答として異常終了を返却し(ステップS25)、ライト処理を終了する。 In step S21, the DKC 100 transfers a write request including the write target data to the MS-PDKC 100A. Next, the DKC 100 waits for a response from the MS-PDKC 100A (step S22), and determines whether there is a Good response from the MS-PDKC 100A indicating that the storage of the write target data has been completed (step S23). As a result, if there is a Good response (step S23: Y), normal termination is returned as a response to the write request to the host 200 that has made the write request, and the write processing is terminated. As a result, even when the host 200 makes a write request to the PVOL 105 to the MD-PDKC 100C, the MS 200 properly responds to the host 200 that the MS-PDKC 100A has successfully stored the write target data in the PVOL 105. can do. On the other hand, when there is no Good response (step S23: N), the DKC 100 returns an abnormal end as a response to the write request to the host 200 that has made the write request (step S25), and ends the write process.
 図20のステップS26では、DKC100は、ライト要求の対象がRVOLであるか否かを判定する。 In step S26 of FIG. 20, the DKC 100 determines whether or not the write request target is RVOL.
 この結果、ライト要求の対象がRVOLである場合(ステップS26:Y)には、このDKC100がMD-SDKC100Dであり、SVOL108からMD-SVOL110へのデータの移行を終えたことを示しているので、DKC100は、処理をステップS27に進める。このように、RVOLがある場合に、MD-SDKC100Dであると判定できるのは、RVOLがあるMD-PDKC100Cに対しては、リモートコピーに対応するライト要求は、送られてこないからである。一方、ライト要求の対象がRVOLでない場合(ステップS26:N)には、DKC100は、処理を図21のステップS35に進める。 As a result, when the target of the write request is RVOL (step S26: Y), this indicates that the DKC 100 is the MD-SDKC 100D and the data transfer from the SVOL 108 to the MD-SVOL 110 has been completed. The DKC 100 advances the process to step S27. Thus, when there is an RVOL, it can be determined that the MD-SDKC 100D is used because the write request corresponding to the remote copy is not sent to the MD-PDKC 100C having the RVOL. On the other hand, when the target of the write request is not RVOL (step S26: N), the DKC 100 advances the process to step S35 in FIG.
 ステップS27では、DKC100は、ライト対象データをCMPK103のCMに退避格納する。次いで、DKC100は、SRC管理テーブル160にMS-SDKC100Bとのリンクを示すエントリがあるか否かを判定する(ステップS28)。ここで、本実施例では、PVOL105の移行が完了するまでの間は、SRC管理テーブル160にMS-SDKC100Bとのリンクを示すエントリが確保されている。これは、PVOL105の移行が完了するまで、MS-SDKC100BのSVOL108をリストアに利用可能な状態に維持するためである。 In step S27, the DKC 100 saves and stores the write target data in the CM of the CMPK 103. Next, the DKC 100 determines whether or not there is an entry indicating a link with the MS-SDKC 100B in the SRC management table 160 (step S28). Here, in this embodiment, an entry indicating a link with the MS-SDKC 100B is secured in the SRC management table 160 until the migration of the PVOL 105 is completed. This is to maintain the SVOL 108 of the MS-SDKC 100B in a usable state for restoration until the migration of the PVOL 105 is completed.
 この結果、SRC管理テーブル160にMS-SDKC100Bとのリンクを示すエントリがない場合(ステップS28:N)には、DKC100は処理をステップS32に進める。 As a result, when there is no entry indicating the link with the MS-SDKC 100B in the SRC management table 160 (step S28: N), the DKC 100 advances the process to step S32.
 一方、SRC管理テーブル160にMS-SDKC100Bとのリンクを示すエントリがある場合(ステップS28:Y)には、SDKC108にライト対象データを反映させておく必要があるので、DKC100は、SVOL108に対してライト対象データを転送し(ステップS29)、SVOL108からの応答、すなわち、MS-SDKC100Bからの応答を待ち(ステップS30)、SVOL108からライト対象データの格納が完了したことを示すGood応答があったか否かを判定する(ステップS31)。この結果、Good応答があった場合(ステップS31:Y)には、SVOL108にライト対象データを反映させたことを意味するので、DKC100は、処理をステップS32に進める一方、Good応答がなかった場合(ステップS31:N)には、処理をステップS34に進める。 On the other hand, if there is an entry indicating the link with the MS-SDKC 100B in the SRC management table 160 (step S28: Y), it is necessary to reflect the write target data in the SDKC 108, so the DKC 100 The write target data is transferred (step S29), a response from the SVOL 108, that is, a response from the MS-SDKC 100B is waited (step S30), and whether or not there is a Good response from the SVOL 108 indicating that the storage of the write target data has been completed. Is determined (step S31). As a result, when there is a Good response (step S31: Y), it means that the write target data is reflected in the SVOL 108, and thus the DKC 100 advances the process to step S32 while there is no Good response. In (Step S31: N), the process proceeds to Step S34.
 ステップS32では、DKC100は、CMPK103のCMに退避していたライト対象データをMD-SVOL110に反映させる。次いで、DKC100は、ライト要求を行ったDKC100に、ライト要求の応答として正常終了を返却し(ステップS33)、ライト処理を終了する。 In step S32, the DKC 100 reflects the write target data saved in the CM of the CMPK 103 on the MD-SVOL 110. Next, the DKC 100 returns a normal end as a response to the write request to the DKC 100 that has made the write request (step S33), and ends the write process.
 ステップS34では、DKC100は、ライト要求を行ったDKC100に、ライト要求の応答として異常終了を返却し、ライト処理を終了する。 In step S34, the DKC 100 returns an abnormal end as a response to the write request to the DKC 100 that has made the write request, and ends the write process.
 図21のステップS35では、DKC100は、ライト要求に対応するライト対象データがPVOL105に対するデータであるか否かを判定する。 21. In step S35 of FIG. 21, the DKC 100 determines whether the write target data corresponding to the write request is data for the PVOL 105.
 この結果、ライト要求のライト対象データがPVOL105に対するデータである場合(ステップS35:Y)には、SVOLへのライトする必要があることを示しているので、DKC100は、処理をステップS36に進める一方、ライト要求のライト対象データがPVOL105に対するデータでない場合(ステップS35:N)には、処理をステップS41に進める。 As a result, when the write target data of the write request is data for the PVOL 105 (step S35: Y), it indicates that it is necessary to write to the SVOL. Therefore, the DKC 100 advances the process to step S36. If the write target data of the write request is not data for the PVOL 105 (step S35: N), the process proceeds to step S41.
 ステップS36では、DKC100は、SVOLに対してライト対象データを送信する。本実施例では、SVOLとしては、MD-SDKC100DにMS-SDKC100Bから移行されたMD-SVOL110、又はSVVOL109である。 In step S36, the DKC 100 transmits the write target data to the SVOL. In this embodiment, the SVOL is the MD-SVOL 110 or SVVOL 109 that has been migrated from the MS-SDKC 100B to the MD-SDKC 100D.
 次いで、DKC100は、SVOLからの応答、すなわち、MD-SDKC100Dからの応答を待ち(ステップS37)、SVOLからライト対象データの格納が完了したことを示すGood応答があったか否かを判定する(ステップS38)。この結果、Good応答があった場合(ステップS38:Y)には、DKC100は、ライト要求を行ったMS-PDKC100Aに、ライト要求の応答として正常終了を返却し(ステップS39)、処理をステップS46に進める。 Next, the DKC 100 waits for a response from the SVOL, that is, a response from the MD-SDKC 100D (step S37), and determines whether or not there is a Good response from the SVOL indicating that storage of the write target data has been completed (step S38). ). As a result, if there is a Good response (step S38: Y), the DKC 100 returns a normal end as a response to the write request to the MS-PDKC 100A that has made the write request (step S39), and the process proceeds to step S46. Proceed to
 一方、Good応答がなかった場合(ステップS38:N)には、DKC100は、ライト要求を行ったMS-PDKC100A00Aに、ライト要求の応答として異常終了を返却し(ステップS40)、ライト処理を終了する。 On the other hand, if there is no Good response (step S38: N), the DKC 100 returns an abnormal end as a response to the write request to the MS-PDKC 100A00A that has made the write request (step S40), and the write processing ends. .
 一方、S41では、DKC100は、MS-SDKC100Bに対してライト対象データを含むライト要求を転送する。次いで、DKC100は、MS-SDKC100Bからの応答を待ち(ステップS42)、MS-SDKC100Bからライト対象データの格納が完了したことを示すGood応答があったか否かを判定する(ステップS43)。この結果、Good応答があった場合(ステップS43:Y)には、DKC100は、ライト要求を行ったMD-PDKC100Cに、ライト要求の応答として正常終了を返却し(ステップS41)、処理をステップS46に進める。一方、Good応答がなかった場合(ステップS43:N)には、DKC100は、ライト要求を行ったMD-PDKC100Cに、ライト要求の応答として異常終了を返却し(ステップS45)、ライト処理を終了する。 On the other hand, in S41, the DKC 100 transfers a write request including write target data to the MS-SDKC 100B. Next, the DKC 100 waits for a response from the MS-SDKC 100B (step S42), and determines whether there is a Good response from the MS-SDKC 100B indicating that the storage of the write target data has been completed (step S43). As a result, if there is a Good response (step S43: Y), the DKC 100 returns a normal end as a response to the write request to the MD-PDKC 100C that has made the write request (step S41), and the process proceeds to step S46. Proceed to On the other hand, if there is no Good response (step S43: N), the DKC 100 returns an abnormal end as a response to the write request to the MD-PDKC 100C that has made the write request (step S45), and ends the write process. .
 ステップS46では、DKC100は、PVOL105(又はSVOL108)のデータをMD-PVOL107(又はMD-SVOL110)へ移行している途中(データ移行中)であり、且つライト対象データのライト先がPVOL105(又はSVOL108)のMD-PVOL107(又はMD-SVOL110)にコピー済みのエリアであるか否かを判定する。 In step S46, the DKC 100 is in the process of migrating the data of the PVOL 105 (or SVOL 108) to the MD-PVOL 107 (or MD-SVOL 110) (during data migration), and the write destination of the write target data is the PVOL 105 (or SVOL 108). ) MD-PVOL 107 (or MD-SVOL 110) is determined whether or not the area has been copied.
 この結果、データ移行中であり、且つライト対象データのライト先がPVOL105(又はSVOL108)のMD-PVOL107(MD-SVOL110)にコピー済みのエリアである場合(ステップS46:Y)には、DKC100は、ライト対象データを、MD-PVOL107(MD-SVOL110)の対応するエリアに反映させ(ステップS47)、処理を終了する。これにより、MD-PVOL107又はMD-SVOL110のコピー済みのエリアに対してライトが発生した場合には、この時点で適切に反映させることができる。一方、データ移行中でない、又はライト対象データのライト先がPVOL105(又はSVOL108)のMD-PVOL107(MD-SVOL110)にコピー済みのエリアでない場合(ステップS46:N)には、DKC100は、処理を終了する。 As a result, when data is being migrated and the write destination of the write target data is an area that has been copied to the MD-PVOL 107 (MD-SVOL 110) of the PVOL 105 (or SVOL 108) (step S46: Y), the DKC 100 The write target data is reflected in the corresponding area of the MD-PVOL 107 (MD-SVOL 110) (step S47), and the process ends. As a result, when a write occurs in the copied area of the MD-PVOL 107 or MD-SVOL 110, it can be appropriately reflected at this point. On the other hand, if data is not being migrated, or the write destination of the write target data is not an area that has already been copied to the MD-PVOL 107 (MD-SVOL 110) of the PVOL 105 (or SVOL 108) (step S46: N), the DKC 100 performs processing. finish.
 次に、実施例2に係る計算機システムを説明する。ここで、実施例1との相違点を主に説明し、実施例1との共通点については説明を省略或いは簡略する(以下の実施例3についても同様である)。 Next, a computer system according to the second embodiment will be described. Here, the difference from the first embodiment will be mainly described, and the description of the common points with the first embodiment will be omitted or simplified (the same applies to the following third embodiment).
 実施例2は、MS-PDKC100AのPVOL105を移行し、MS-SDKC100BのSVOL108を移行しないようにしたものである。 In the second embodiment, the PVOL 105 of the MS-PDKC 100A is migrated and the SVOL 108 of the MS-SDKC 100B is not migrated.
 図22は、実施例2に係るRCパスの追加を説明する図である。図22は、実施例1に係る図11に示すRCパスの追加の時点に対応する図である。 FIG. 22 is a diagram illustrating addition of an RC path according to the second embodiment. FIG. 22 is a diagram corresponding to the addition point of the RC path illustrated in FIG. 11 according to the first embodiment.
 実施例2に係る計算機システムは、図22に示すように、MD-SDKC100Dが存在せず、MD-PDKC100Cのポート3Aは、MS-SDKC100Bのポート2Cと接続されている。 In the computer system according to the second embodiment, as shown in FIG. 22, the MD-SDKC 100D does not exist, and the port 3A of the MD-PDKC 100C is connected to the port 2C of the MS-SDKC 100B.
 計算機システムを図10に示すような状態(ただし、MD-SDKC100Dは存在しない)とした後に、管理者は、MD-PDKC100Cを経由する新たなリモートコピーのパス(RCパス、RCパス)を追加する。 After the computer system is in the state shown in FIG. 10 (however, MD-SDKC 100D does not exist), the administrator adds a new remote copy path (RC path, RC path) via MD-PDKC 100C. .
 MD-PDKC100C及びMD-SDKC100Dを経由する新たなRCパスの追加処理を詳細に説明する。 A process for adding a new RC path via the MD-PDKC 100C and the MD-SDKC 100D will be described in detail.
 MD-PDKC100Cは、MS-SDKC100Bに、MD-PDKC100CからMS-SDKC100Bへのリモートコピーのパスを形成するパス追加要求を送信する(図22(1))。パス追加要求には、MD-PDKC100Cのポート3Aの仮想化ポート情報「1C」をコピー元とし、MS-SDKC100Bのポート2Cをコピー先とする内容が含まれている。MS-SDKC100Bは、パス追加要求を受信すると、MS-SDKC100BのRCテーブル120の空いているエントリ(ここでは、2番目のエントリ)のコピー元のポート情報122にMD-PDKC100Cのポート3Aの仮想化ポート情報(「1C」)を格納し、コピー元デバイス情報123にPVOL105のデバイス情報「0101」を格納し、コピー先ポート情報124にMS-SDKC100Bのポート2Cのポート情報「2C」を格納し、コピー先デバイス情報124にSVOLのデバイス情報「0201」を格納する。また、MD-PDKC100Cは、PRC管理テーブル150の形成したRCコピーの番号に対応するエントリについて、MS-PP情報151にMS-SDKC100Bのポート1Cのポート情報「1C」を格納し、転送データ受信元仮想化ポート情報153に、MD-PDKC100Cのポート3Cの仮想化ポート情報「2C」を格納し、PVOLデバイス情報154に、PVOL105のデバイス情報「0101」を格納する。 MD-PDKC 100C transmits to MS-SDKC 100B a path addition request for forming a remote copy path from MD-PDKC 100C to MS-SDKC 100B (FIG. 22 (1)). The path addition request includes contents in which the virtual port information “1C” of the port 3A of the MD-PDKC 100C is the copy source and the port 2C of the MS-SDKC 100B is the copy destination. When the MS-SDKC 100B receives the path addition request, the virtualization of the port 3A of the MD-PDKC 100C is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B. The port information (“1C”) is stored, the device information “0101” of the PVOL 105 is stored in the copy source device information 123, the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124, The SVOL device information “0201” is stored in the copy destination device information 124. The MD-PDKC 100C stores the port information “1C” of the port 1C of the MS-SDKC 100B in the MS-PP information 151 for the entry corresponding to the RC copy number formed in the PRC management table 150, and receives the transfer data receiving source. The virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the virtual port information 153, and the device information “0101” of the PVOL 105 is stored in the PVOL device information 154.
 次に、管理者の指示により、MS-PDKC100Aは、MS-PDKC100AのRCテーブル120の追加するコピーパスに対応するエントリのコピー元のポート情報122に、MS-PDKC100Aのポート1Cのポート情報「1C」を格納し、コピー先のポート情報124に、MD-PDKC100Cのポート3Cの仮想化ポート情報「2C」を格納する。また、MS-PDKC100Aは、MS-PDKC100AからMD-PDKC100Cへリモートコピーのパスを追加するパス追加要求を送信する(図22(2))。パス追加要求を受信すると、MD-PDKC100Cは、RCテーブル120の追加するRCパスに対応するエントリのコピー元ポート情報122に、MD-PDKC100Cのポート3Aの仮想化ポート情報「1C」を格納し、コピー先ポート情報124に、MS-SDKC100Bのポート2Cの仮想化ポート情報「2C」を格納する。 Next, according to an instruction from the administrator, the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 3C of the MD-PDKC 100C is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-PDKC 100C (FIG. 22 (2)). Upon receiving the path addition request, the MD-PDKC 100C stores the virtual port information “1C” of the port 3A of the MD-PDKC 100C in the copy source port information 122 of the entry corresponding to the RC path to be added in the RC table 120. In the copy destination port information 124, the virtual port information “2C” of the port 2C of the MS-SDKC 100B is stored.
 この処理により、PVOL105からSVOL108にリモートコピーするパスとして、MS-PDKC100AからMD-PDKC100Cを経由せずにMS-SDKC100Bに至るパスと、MS-PDKC100AからMD-PDKC100Cを経由してMS-SDKC100Bに至るパスとが管理されることとなる。 As a result of this processing, the path for remote copying from the PVOL 105 to the SVOL 108 is the path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-PDKC 100C, and the path from the MS-PDKC 100A to the MS-SDKC 100B through the MD-PDKC 100C. Paths will be managed.
 図23は、実施例2に係るMS-VOLのデータ移行を説明する図である。 FIG. 23 is a diagram for explaining data migration of MS-VOL according to the second embodiment.
 例えば、計算機システムを図22に示す状態にした後において、図23に示すように、MS-PDKC100AのPVOL105をMD-PDKC100CのMD-PVOL107に移行するデータ移行処理が開始される。 For example, after the computer system is brought into the state shown in FIG. 22, data migration processing for migrating the PVOL 105 of the MS-PDKC 100A to the MD-PVOL 107 of the MD-PDKC 100C is started as shown in FIG.
 データ移行処理においては、MD-PDKC100Cは、MS-PVOL105に基づくVVOL106の先頭の領域のデータから順次PVOL107に移行を行う。 In the data migration process, the MD-PDKC 100C sequentially migrates data from the top area of the VVOL 106 based on the MS-PVOL 105 to the PVOL 107.
 このデータ移行処理の途中において、ホスト200からMD-PDKC100Cにライト要求があった場合には、MD-PDKC100Cは、ライト要求をMS-PDKC100Aに転送する。MS-PDKC100Aは、リモートコピーのライト要求をMD-PDKC100Cに送信する。MD-PDKC100Cは、リモートコピーのライト要求をMS-SDKC100Bに送信する。MS-SDKC100Bでは、ライト要求に従って、SVOL108にライト対象データを格納する。これにより、PVOL105に対するライトをSVOL108に適切に反映させることができる。ここで、MD-PDKC100Cは、MS-PDKC100Aから受け取ったリモートコピーのライト要求が、PVOL105からMD-PVOL107に既にコピー済みの領域を対象とするライト要求である場合には、MD-PVOL107のその領域に対してライト対象データをライトする。これにより、移行済みの領域に対するライトを、MD-PVOL107に適切に反映させることができる。 In the middle of this data migration processing, if there is a write request from the host 200 to the MD-PDKC 100C, the MD-PDKC 100C transfers the write request to the MS-PDKC 100A. The MS-PDKC 100A transmits a remote copy write request to the MD-PDKC 100C. The MD-PDKC 100C transmits a remote copy write request to the MS-SDKC 100B. The MS-SDKC 100B stores the write target data in the SVOL 108 in accordance with the write request. As a result, the write to the PVOL 105 can be appropriately reflected in the SVOL 108. Here, if the remote copy write request received from the MS-PDKC 100A is a write request for an area that has already been copied from the PVOL 105 to the MD-PVOL 107, the MD-PDKC 100C indicates that area of the MD-PVOL 107. Write target data to. As a result, the write to the migrated area can be appropriately reflected in the MD-PVOL 107.
 次に、実施例3に係る計算機システムを説明する。 Next, a computer system according to the third embodiment will be described.
 実施例3は、MS-SDKC100BのSVOL108を移行し、MS-PDKC100AのPVOL105を移行しないようにしたものである。 In Example 3, the SVOL 108 of the MS-SDKC 100B is migrated and the PVOL 105 of the MS-PDKC 100A is not migrated.
 図24は、実施例3に係るRCパスの追加を説明する図である。図24は、実施例1に係る図11に示すRCパスの追加の時点に対応する図である。 FIG. 24 is a diagram illustrating addition of an RC path according to the third embodiment. FIG. 24 is a diagram corresponding to the addition point of the RC path illustrated in FIG. 11 according to the first embodiment.
 計算機システムを図10に示すような状態(ただし、MD-PDKC100Cは存在しない)とした後に、管理者は、MD-SDKC100Dを経由する新たなリモートコピーのパス(RCパス、RCパス)を追加する。 After the computer system is in the state shown in FIG. 10 (however, MD-PDKC 100C does not exist), the administrator adds a new remote copy path (RC path, RC path) via MD-SDKC 100D. .
 次に、MD-SDKC100Dを経由する新たなRCパスの追加処理を詳細に説明する。 Next, a process for adding a new RC path via the MD-SDKC 100D will be described in detail.
 MD-SDKC100Dは、MS-SDKC100Bに、MD-SDKC100DからMS-SDKC100Bへのリモートコピーのパスを追加するパス追加要求を送信する(図24(1))。パス追加要求には、MD-SDKC100Dのポート4Cの仮想化ポート情報「1C」をコピー元とし、MS-SDKC100Bのポート2Cをコピー先とする内容が含まれている。MS-SDKC100Bは、パス追加要求を受信すると、MS-SDKC100BのRCテーブル120の空いているエントリ(ここでは、2番目のエントリ)のコピー元ポート情報122にMD-SDKC100Dのポート4Cの仮想化ポート情報(「1C」)を格納し、コピー元デバイス情報123にPVOL105のデバイス情報「0101」を格納し、コピー先ポート情報124にMS-SDKC100Bのポート2Cのポート情報「2C」を格納し、コピー先デバイス情報124にSVOLのデバイス情報「0201」を格納する。また、MD-SDKC100Dは、SRC管理テーブル160の追加したRCコピーの番号に対応するエントリについて、転送データ送信元仮想化ポート情報162に、MD-SDKC100Dのポート4Cの仮想化ポート情報「1C」を格納し、MS-SP情報163にMS-SDKC100Bのポート2Cのポート情報「2C」を格納し、SVOLデバイス情報164に、SVOL108のデバイス情報「0201」を格納する。 The MD-SDKC 100D transmits a path addition request for adding a remote copy path from the MD-SDKC 100D to the MS-SDKC 100B to the MS-SDKC 100B (FIG. 24 (1)). The path addition request includes contents in which the virtual port information “1C” of the port 4C of the MD-SDKC 100D is the copy source and the port 2C of the MS-SDKC 100B is the copy destination. When the MS-SDKC 100B receives the path addition request, the virtual port of the port 4C of the MD-SDKC 100D is added to the copy source port information 122 of the vacant entry (here, the second entry) in the RC table 120 of the MS-SDKC 100B. Information (“1C”), the device information “0101” of the PVOL 105 is stored in the copy source device information 123, the port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124, and the copy SVOL device information “0201” is stored in the destination device information 124. Further, the MD-SDKC 100D sets the virtual port information “1C” of the port 4C of the MD-SDKC 100D to the transfer data transmission source virtualization port information 162 for the entry corresponding to the added RC copy number in the SRC management table 160. The port information “2C” of the port 2C of the MS-SDKC 100B is stored in the MS-SP information 163, and the device information “0201” of the SVOL 108 is stored in the SVOL device information 164.
 次に、管理者の指示により、MS-PDKC100Aは、MS-PDKC100AのRCテーブル120の追加するコピーパスに対応するエントリのコピー元ポート情報122に、MS-PDKC100Aのポート1Cのポート情報「1C」を格納し、コピー先ポート情報124に、MD-SDKC100Dのポート4Aの仮想化ポート情報「2C」を格納する。また、MS-PDKC100Aは、MS-PDKC100AからMD-SDKC100Dへのリモートコピーのパスを追加するパス追加要求を送信する(図24(2))。パス追加要求を受信すると、MD-SDKC100Dは、RCテーブル120の追加するRCパスに対応するエントリのコピー元ポート情報122に、MD-SDKC100Dのポート4Cの仮想化ポート情報「1C」を格納し、コピー先ポート情報124に、MS-SDKC100Bのポート2Cのポート情報「2C」を格納する。 Next, according to an instruction from the administrator, the MS-PDKC 100A adds the port information “1C” of the port 1C of the MS-PDKC 100A to the copy source port information 122 of the entry corresponding to the copy path to be added in the RC table 120 of the MS-PDKC 100A. And the virtual port information “2C” of the port 4A of the MD-SDKC 100D is stored in the copy destination port information 124. Further, the MS-PDKC 100A transmits a path addition request for adding a remote copy path from the MS-PDKC 100A to the MD-SDKC 100D (FIG. 24 (2)). Upon receiving the path addition request, the MD-SDKC 100D stores the virtual port information “1C” of the port 4C of the MD-SDKC 100D in the copy source port information 122 of the entry corresponding to the RC path to be added in the RC table 120. The port information “2C” of the port 2C of the MS-SDKC 100B is stored in the copy destination port information 124.
 この処理により、PVOL105からSVOL108にリモートコピーするパスとして、MS-PDKC100AからMD-SDKC100Dを経由せずにMS-SDKC100Bに至るパスと、MS-PDKC100AからMD-SDKC100Dを経由してMS-SDKC100Bに至るパスとが管理されることとなる。 As a result of this process, the remote copy path from the PVOL 105 to the SVOL 108 is the path from the MS-PDKC 100A to the MS-SDKC 100B without going through the MD-SDKC 100D, and the path from the MS-PDKC 100A to the MS-SDKC 100B through the MD-SDKC 100D. Paths will be managed.
 図25は、実施例3に係るMS-VOLのデータ移行を説明する図である。 FIG. 25 is a diagram for explaining data migration of MS-VOL according to the third embodiment.
 例えば、計算機システムを図24に示す状態にした後において、図25に示すように、MS-SDKC100BのSVOL108をMD-SDKC100DのMD-SVOL110に移行するデータ移行処理が開始される。 For example, after the computer system is brought into the state shown in FIG. 24, data migration processing for migrating the SVOL 108 of the MS-SDKC 100B to the MD-SVOL 110 of the MD-SDKC 100D is started as shown in FIG.
 データ移行処理においては、MD-SDKC100Dは、MS-SVOL108に基づくVVOL109の先頭の領域のデータから順次SVOL110に移行を行う。 In the data migration process, the MD-SDKC 100D sequentially migrates data from the top area of the VVOL 109 based on the MS-SVOL 108 to the SVOL 110.
 このデータ移行処理の途中において、ホスト200からMS-PDKC100Aにライト要求があった場合には、MS-PDKC100Aは、リモートコピーのライト要求をMD-SDKC100Dに送信する。MD-SDKC100Dは、リモートコピーのライト要求をMS-SDKC100Bに送信する。MS-SDKC100Bでは、ライト要求に従って、SVOL108にライト対象データを格納する。これにより、PVOL105に対するライトをSVOL108に適切に反映させることができる。ここで、MD-SDKC100Dは、MS-PDKC100Aから受け取ったリモートコピーのライト要求が、SVOL108からMD-SVOL110に既にコピー済みの領域を対象とするライト要求である場合には、MD-SVOL110のその領域に対してライト対象データをライトする。これにより、移行済みの領域に対するライトを、MD-SVOL110に適切に反映させることができる。 If there is a write request from the host 200 to the MS-PDKC 100A during the data migration process, the MS-PDKC 100A transmits a remote copy write request to the MD-SDKC 100D. The MD-SDKC 100D transmits a remote copy write request to the MS-SDKC 100B. The MS-SDKC 100B stores the write target data in the SVOL 108 in accordance with the write request. As a result, the write to the PVOL 105 can be appropriately reflected in the SVOL 108. Here, if the remote copy write request received from the MS-PDKC 100A is a write request for an area that has already been copied from the SVOL 108 to the MD-SVOL 110, the MD-SDKC 100D determines that area of the MD-SVOL 110. Write target data to. As a result, the write to the migrated area can be appropriately reflected in the MD-SVOL 110.
 以上、幾つかの実施例を説明したが、本発明は、これらの実施例に限定されるものでなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。 As mentioned above, although several examples were described, it cannot be overemphasized that this invention can be variously changed in the range which is not limited to these Examples and does not deviate from the summary.
 100A…MS-PDKC、 100B…MS-SDKC、 100C…MD-PDKC、 100D…MD-SDKC、 101…ポート、 102…MPPK、 105…PVOL、 108…SVOL、 200…ホスト 100A ... MS-PDKC, 100B ... MS-SDKC, 100C ... MD-PDKC, 100D ... MD-SDKC, 101 ... Port, 102 ... MPPK, 105 ... PVOL, 108 ... SVOL, 200 ... Host

Claims (14)

  1.  セカンダリストレージ装置のセカンダリ論理ボリュームとペアを形成する第1プライマリ論理ボリュームを提供する移行元プライマリストレージ装置に接続する移行先プライマリストレージ装置であって、
     第2プライマリ論理ボリュームと、
     前記第1プライマリ論理ボリュームを仮想化した仮想プライマリ論理ボリュームを第1識別情報により管理し、前記仮想プライマリボリュームから前記第2プライマリ論理ボリュームへのデータのコピーを実行する、制御デバイスと、
    を有し、
     前記制御デバイスは、
     前記コピーが完了する前、前記第1識別情報を指定した第1ライト要求を受信した場合に、前記第1ライト要求に従うライトデータを前記移行元プライマリストレージ装置に送信し、
     前記コピーが完了した後、前記第2プライマリ論理ボリュームの識別情報を前記第1識別情報に変更し、前記第1識別情報を指定した第2ライト要求を受信した場合に、前記第2ライト要求に従うライトデータを、前記第2プライマリ論理ボリュームにライトし、前記セカンダリストレージ装置に転送する、
    ことを特徴とする移行先プライマリストレージ装置。
    A migration destination primary storage device connected to a migration source primary storage device that provides a first primary logical volume that forms a pair with a secondary logical volume of a secondary storage device;
    A second primary logical volume;
    A control device that manages a virtual primary logical volume obtained by virtualizing the first primary logical volume based on first identification information, and executes copying of data from the virtual primary volume to the second primary logical volume;
    Have
    The control device is
    When the first write request designating the first identification information is received before the copying is completed, the write data according to the first write request is transmitted to the migration source primary storage device,
    After the copying is completed, the identification information of the second primary logical volume is changed to the first identification information, and when the second write request designating the first identification information is received, the second write request is followed. Write data to the second primary logical volume and transfer it to the secondary storage device;
    A migration destination primary storage device.
  2.  前記制御デバイスは、前記コピーが完了する前、前記第2プライマリ論理ボリュームを第2識別情報により管理し、
     前記制御デバイスは、前記第2プライマリ論理ボリュームの識別情報を前記第1識別情報に変更する際、前記仮想プライマリ論理ボリュームの識別情報を前記第2識別情報に変更する、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    The control device manages the second primary logical volume with second identification information before the copying is completed,
    The control device changes the identification information of the virtual primary logical volume to the second identification information when changing the identification information of the second primary logical volume to the first identification information.
    The migration destination primary storage apparatus according to claim 1.
  3.  前記制御デバイスは、前記コピーが完了する前、前記移行元プライマリストレージ装置から前記セカンダリ論理ボリュームの第3識別情報を指定した第3ライト要求を受信した場合に、前記第3ライト要求に従うライトデータを前記セカンダリストレージ装置に転送する、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    When the control device receives a third write request designating the third identification information of the secondary logical volume from the migration source primary storage apparatus before the copy is completed, the control device receives the write data according to the third write request. Transfer to the secondary storage device,
    The migration destination primary storage apparatus according to claim 1.
  4.  さらに、複数の通信ポートを有し、
     前記制御デバイスは、前記複数の通信ポートのうち前記移行元プライマリストレージ装置と接続される通信ポートの識別情報を、前記セカンダリストレージ装置の通信ポートの識別情報に仮想化する、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    Furthermore, it has a plurality of communication ports,
    The control device virtualizes identification information of a communication port connected to the migration source primary storage apparatus among the plurality of communication ports into identification information of a communication port of the secondary storage apparatus;
    The migration destination primary storage apparatus according to claim 1.
  5.  さらに、複数の通信ポートを有し、
     前記制御デバイスは、前記複数の通信ポートのうち前記セカンダリストレージ装置と接続される通信ポートの識別情報を、前記移行元プライマリストレージ装置の通信ポートの識別情報に仮想化する、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    Furthermore, it has a plurality of communication ports,
    The control device virtualizes identification information of a communication port connected to the secondary storage apparatus among the plurality of communication ports into identification information of a communication port of the migration source primary storage apparatus;
    The migration destination primary storage apparatus according to claim 1.
  6.  前記制御デバイスは、前記コピー中において、前記移行元プライマリストレージ装置から受信した第4ライト要求のライト先が、前記第2プライマリ論理ボリュームにおけるコピー済領域であれば、前記第4ライト要求に従うライト対象データを、前記コピー済領域に書き込む、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    When the write destination of the fourth write request received from the migration source primary storage apparatus is the copied area in the second primary logical volume during the copying, the control device writes the data to be written according to the fourth write request Write data to the copied area;
    The migration destination primary storage apparatus according to claim 1.
  7.  前記制御デバイスは、前記セカンダリストレージ装置から完了通知を受信した後、前記第2のライト要求に対して完了通知を前記ホストに送信する、
    ことを特徴とする請求項1に記載の移行先プライマリストレージ装置。
    The control device transmits a completion notification to the host in response to the second write request after receiving the completion notification from the secondary storage device.
    The migration destination primary storage apparatus according to claim 1.
  8.  セカンダリストレージ装置のセカンダリ論理ボリュームとペアを形成する第1プライマリ論理ボリュームを提供する移行元プライマリストレージ装置を移行先プライマリストレージ装置に移行する方法であって、
     前記移行先プライマリストレージ装置が、前記第1プライマリ論理ボリュームを仮想化した仮想プライマリ論理ボリュームを第1識別情報により管理し、前記仮想プライマリボリュームから前記移行先プライマリストレージ装置が有する第2プライマリ論理ボリュームへのデータのコピーを実行し、
     前記移行先プライマリストレージ装置が、前記コピーが完了する前、前記第1識別情報を指定した第1ライト要求を受信した場合に、前記第1ライト要求に従うライトデータを前記移行元プライマリストレージ装置に送信し、
     前記コピーが完了した後、前記移行先プライマリストレージ装置が、前記第2プライマリ論理ボリュームの識別情報を前記第1識別情報に変更し、前記第1識別情報を指定した第2ライト要求を受信した場合に、前記第2ライト要求に従うライトデータを、前記第2プライマリ論理ボリュームにライトし、前記セカンダリストレージ装置に転送する、
    ことを特徴とする方法。
    A method of migrating a migration source primary storage device that provides a first primary logical volume that forms a pair with a secondary logical volume of a secondary storage device to a migration destination primary storage device,
    The migration destination primary storage device manages a virtual primary logical volume obtained by virtualizing the first primary logical volume based on first identification information, and changes from the virtual primary volume to the second primary logical volume of the migration destination primary storage device. Copy data for
    When the migration destination primary storage device receives the first write request designating the first identification information before the copying is completed, the write data according to the first write request is transmitted to the migration source primary storage device. And
    When the migration destination primary storage apparatus changes the identification information of the second primary logical volume to the first identification information after receiving the second write request designating the first identification information after the copy is completed In addition, write data according to the second write request is written to the second primary logical volume and transferred to the secondary storage device.
    A method characterized by that.
  9.  前記移行先プライマリストレージ装置が、前記コピーが完了する前、前記第2プライマリ論理ボリュームを第2識別情報により管理し、
     前記移行先プライマリストレージ装置が、前記第2プライマリ論理ボリュームの識別情報を前記第1識別情報に変更する際、前記仮想プライマリ論理ボリュームの識別情報を前記第2識別情報に変更する、
    ことを特徴とする請求項8に記載の方法。
    The migration destination primary storage device manages the second primary logical volume with second identification information before the copying is completed,
    When the migration destination primary storage device changes the identification information of the second primary logical volume to the first identification information, the identification information of the virtual primary logical volume is changed to the second identification information;
    The method according to claim 8, wherein:
  10.  前記移行先プライマリストレージ装置が、前記コピーが完了する前、前記移行元プライマリストレージ装置から前記セカンダリ論理ボリュームの第3識別情報を指定した第3ライト要求を受信した場合に、前記第3ライト要求に従うライトデータを前記セカンダリストレージ装置に転送する、
    ことを特徴とする請求項8に記載の方法。
    When the migration destination primary storage apparatus receives a third write request designating the third identification information of the secondary logical volume from the migration source primary storage apparatus before the copying is completed, the migration destination primary storage apparatus follows the third write request. Transferring write data to the secondary storage device;
    The method according to claim 8, wherein:
  11.  前記移行先プライマリストレージ装置が、前記移行先プライマリストレージ装置が有する複数の通信ポートのうち前記移行元プライマリストレージ装置と接続される通信ポートの識別情報を、前記セカンダリストレージ装置の通信ポートの識別情報に仮想化する、
    ことを特徴とする請求項8に記載の方法。
    The migration destination primary storage apparatus uses the identification information of the communication port connected to the migration source primary storage apparatus among the plurality of communication ports of the migration destination primary storage apparatus as the identification information of the communication port of the secondary storage apparatus. Virtualize,
    The method according to claim 8, wherein:
  12.  前記移行先プライマリストレージ装置が、前記移行先プライマリストレージ装置が有する複数の通信ポートのうち前記セカンダリストレージ装置と接続される通信ポートの識別情報を、前記移行元プライマリストレージ装置の通信ポートの識別情報に仮想化する、
    ことを特徴とする請求項8に記載の方法。
    The migration destination primary storage device uses the identification information of the communication port connected to the secondary storage device among the plurality of communication ports of the migration destination primary storage device as the communication port identification information of the migration source primary storage device. Virtualize,
    The method according to claim 8, wherein:
  13.  前記移行先プライマリストレージ装置が、前記コピー中において、前記移行元プライマリストレージ装置から受信した第4ライト要求のライト先が、前記第2プライマリ論理ボリュームにおけるコピー済領域であれば、前記第4ライト要求に従うライト対象データを、前記コピー済領域に書き込む、
    ことを特徴とする請求項8に記載の方法。
    If the write destination of the fourth write request received from the migration source primary storage apparatus is the copied area in the second primary logical volume during the copying, the fourth write request Write the target data to be written to the copied area,
    The method according to claim 8, wherein:
  14.  前記移行先プライマリストレージ装置が、前記セカンダリストレージ装置から完了通知を受信した後、前記第2のライト要求に対して完了通知を前記ホストに送信する、
    ことを特徴とする請求項8に記載の方法。
    The migration destination primary storage device receives a completion notification from the secondary storage device, and then sends a completion notification to the host in response to the second write request.
    The method according to claim 8, wherein:
PCT/JP2012/081262 2012-12-03 2012-12-03 Storage device and storage device migration method WO2014087465A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
PCT/JP2012/081262 WO2014087465A1 (en) 2012-12-03 2012-12-03 Storage device and storage device migration method
US14/453,823 US8904133B1 (en) 2012-12-03 2014-08-07 Storage apparatus and storage apparatus migration method
US14/543,932 US9152337B2 (en) 2012-12-03 2014-11-18 Storage apparatus and storage apparatus migration method
US14/870,885 US9846619B2 (en) 2012-12-03 2015-09-30 Storage apparatus and storage apparatus migration method
US15/828,732 US10394662B2 (en) 2012-12-03 2017-12-01 Storage apparatus and storage apparatus migration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/081262 WO2014087465A1 (en) 2012-12-03 2012-12-03 Storage device and storage device migration method

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
PCT/JP2014/061245 Continuation-In-Part WO2015162684A1 (en) 2012-12-03 2014-04-22 Data migration method of storage system
PCT/JP2014/061245 Continuation WO2015162684A1 (en) 2012-12-03 2014-04-22 Data migration method of storage system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/453,823 Continuation-In-Part US8904133B1 (en) 2012-12-03 2014-08-07 Storage apparatus and storage apparatus migration method

Publications (1)

Publication Number Publication Date
WO2014087465A1 true WO2014087465A1 (en) 2014-06-12

Family

ID=50882918

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/081262 WO2014087465A1 (en) 2012-12-03 2012-12-03 Storage device and storage device migration method

Country Status (1)

Country Link
WO (1) WO2014087465A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015198390A1 (en) * 2014-06-24 2015-12-30 株式会社日立製作所 Storage system
JP2016009216A (en) * 2014-06-20 2016-01-18 富士通株式会社 Redundant system and redundancy method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006113895A (en) * 2004-10-15 2006-04-27 Hitachi Ltd Storage device installation method, program, and management computer
JP2007115221A (en) * 2005-09-20 2007-05-10 Hitachi Ltd Volume transfer method and storage network system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006113895A (en) * 2004-10-15 2006-04-27 Hitachi Ltd Storage device installation method, program, and management computer
JP2007115221A (en) * 2005-09-20 2007-05-10 Hitachi Ltd Volume transfer method and storage network system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016009216A (en) * 2014-06-20 2016-01-18 富士通株式会社 Redundant system and redundancy method
WO2015198390A1 (en) * 2014-06-24 2015-12-30 株式会社日立製作所 Storage system

Similar Documents

Publication Publication Date Title
US10394662B2 (en) Storage apparatus and storage apparatus migration method
US8886906B2 (en) System for data migration using a migration policy involving access frequency and virtual logical volumes
US9003145B2 (en) Management server and data migration method
CN101571815B (en) Information system and i/o processing method
JP4990322B2 (en) Data movement management device and information processing system
US20150324126A1 (en) Storage system with virtual volume having data arranged astride storage devices, and volume management method
US8639898B2 (en) Storage apparatus and data copy method
JP5718533B1 (en) Storage system data migration method
US9262087B2 (en) Non-disruptive configuration of a virtualization controller in a data storage system
US20170017433A1 (en) Storage system, storage device, and data transfer method
US9875059B2 (en) Storage system
US10761767B2 (en) Computer system and method for controlling storage apparatus that has replication direction from first logical device (in first storage) to second logical device (in second storage) and from said second logical device to third logical device (in said second storage), wherein said replication direction is reversed when second computer takes over for first computer
US9213497B2 (en) Storage apparatus and storage apparatus migration method
WO2014087465A1 (en) Storage device and storage device migration method
JP6000391B2 (en) Storage system data migration method
JP6343716B2 (en) Computer system and storage control method
US20210373781A1 (en) Snapshot metadata management

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12889579

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12889579

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP