WO2016056050A1 - Computer system and system for managing same - Google Patents

Computer system and system for managing same Download PDF

Info

Publication number
WO2016056050A1
WO2016056050A1 PCT/JP2014/076698 JP2014076698W WO2016056050A1 WO 2016056050 A1 WO2016056050 A1 WO 2016056050A1 JP 2014076698 W JP2014076698 W JP 2014076698W WO 2016056050 A1 WO2016056050 A1 WO 2016056050A1
Authority
WO
WIPO (PCT)
Prior art keywords
storage
lpar
port
host
access control
Prior art date
Application number
PCT/JP2014/076698
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/JP2014/076698 priority Critical patent/WO2016056050A1/en
Publication of WO2016056050A1 publication Critical patent/WO2016056050A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices

Definitions

  • the present invention relates to control of access to a logical volume.
  • LUN Logical Unit Number
  • I / O Input / Output
  • the LUN masking function is generally used as a technique for limiting access to the LUN to a specific host computer. This is realized by creating an access control list for the LUN for each port of the storage apparatus.
  • the LUN access control list includes the WWN (World Wide Name) of the physical port of FC-HBA (Fibre Channel-Host Bus Adapter) that is allowed to access the LUN in the storage.
  • LPAR Logical Partition
  • OS Operating System
  • the hypervisor As a method for realizing an I / O request from an LPAR (virtual computer such as a virtual host), the hypervisor once accepts an I / O request issued from an OS (hereinafter referred to as a guest OS) on the LPAR, A method of re-execution via the OS on which the visor is operating or another OS dedicated to proxy execution (hereinafter referred to as I / O emulation method), and direct physical I / O device from the guest OS On the other hand, there is a method for requesting I / O execution (hereinafter referred to as an I / O pass-through method).
  • Patent Document 1 Regarding the LPAR live migration process in the I / O pass-through method, in Patent Document 1, the WWN of the HBA assigned to the migration target LPAR is taken over by the migration destination LPAR. As a result, access to the LUN from the migration destination LPAR can be continued without updating the LUN access control list in the storage apparatus.
  • Patent Document 1 it is assumed that the HBA and the FC (Fibre Channel) port of the storage device are connected via an FC switch. For this reason, the storage ports that receive I / O requests issued from the LPAR are the same before and after the LPAR migration due to the function of the FC switch.
  • An access control list for a LUN is applied in units of storage ports (for example, an access control list is assigned to a storage port). As described above, a storage port that receives an I / O request specifying the same LUN is LPAR migration. Therefore, the same LUN can be accessed from the LPAR even after LPAR migration.
  • the storage port of the storage device and the physical port of the host computer are directly connected to each other by an FC cable or a PCIe (Peripheral Component Interconnect Express) bus (in other words, the storage port and the physical port correspond 1: 1) Storage port that receives an I / O request issued from the LPAR before and after the LPAR migration.
  • FC cable or a PCIe Peripheral Component Interconnect Express
  • the computer system has a plurality of host computers each having at least one physical host port, and a storage system that is one or a plurality of storage devices each having a plurality of storage ports.
  • the physical host port and the storage port are connected in a 1: 1 relationship.
  • Each of at least two of the plurality of host computers can construct an LPAR having a virtual host port.
  • the storage system has a first access control list indicating a first LPAR that is permitted to access the first logical volume used by the first LPAR, and at least two storages of the plurality of storage ports that the storage system has Applies to each of the ports.
  • the storage system can apply the access control list to the storage port in response to an instruction from the management system of the computer system.
  • the migration destination LPAR can access the same logical volume even if the LPAR migration is executed without changing the setting of the storage system.
  • 1 shows a physical configuration of a computer system according to a first embodiment.
  • the structural example of a host computer is shown.
  • 2 shows a configuration example of a storage apparatus.
  • the structural example of a management server is shown.
  • a connection configuration example of a plurality of host computers and a storage apparatus is shown.
  • 2 shows a configuration example of an I / O port management table possessed by a host computer.
  • 2 shows a configuration example of an LPAR management table held by a host computer.
  • An example of the configuration of the LPAR management table of another host computer is shown.
  • 2 shows an example of the configuration of a port management table that a storage apparatus has.
  • surface which a storage apparatus has is shown.
  • FIG. 2 shows an example of the configuration of a RAID group management table that a storage apparatus has.
  • the structural example of the volume management table which a storage apparatus has is shown.
  • surface which a storage apparatus has is shown.
  • surface which a storage apparatus has is shown.
  • surface which a management server has is shown.
  • surface which a management server has is shown.
  • the structural example of the host-storage path management table which a management server has is shown. It is a part of flowchart of the LPAR creation process which the apparatus management module of a management server implements.
  • 10 shows a configuration example of a resource group management table that a management server according to a second embodiment has. The difference from the LPAR creation processing according to the first embodiment in the LPAR creation processing according to the second embodiment will be described. 10 shows a configuration example of an LPAR operation schedule management table possessed by a host computer according to a third embodiment.
  • FIG. 10 schematically shows LPAR scheduling processing (including creation and deletion of a host group) according to a third embodiment.
  • aaa table and “aaa list”, but these may be expressed in other than data structures such as tables and lists. Therefore, “aaa table”, “aaa list”, and the like can be referred to as “aaa information” to indicate that they do not depend on the data structure.
  • names and reference signs are used (for example, the host computer 10000), and when explaining the same kind of elements separately, they are assigned to the elements.
  • the identification information may be used (for example, HOST1).
  • the process may be described with “program” as the subject, but the program performs the process defined by being executed by the processor using the memory and the communication port (communication control device). Therefore, the description of the processing may be a description of processing with the processor as the subject. Further, the processing disclosed with the program as the subject may be processing performed by a device (for example, a management system or a storage device) having a processor that executes the program. Further, part or all of the program may be realized by dedicated hardware. Various programs may be installed in each computer by a program distribution server or a storage medium.
  • FIG. 1 shows a physical configuration of a computer system according to the first embodiment.
  • the computer system has a storage device 20000 and a plurality of host computers 10000.
  • a storage device 20000 and a plurality of host computers 10000 are connected to each other by a PCIe bus 46000.
  • a plurality of host computers 10000 are mounted on the server chassis 15000.
  • a storage server 20000 and a plurality of host computers 10000 are connected to a management server 30000 via a management network 45000.
  • a management client 35000 of the management server 30000 and a service processor (SVP) 16000 mounted on the server chassis 15000 are also connected to the management network 45000.
  • the management network 45000 is a communication network such as a LAN (Local Area Network).
  • the host computer 10000 receives, for example, a file I / O request from a client computer (not shown) and accesses the storage device 20000 based on the request (transmits an I / O request to the storage device 20000).
  • a built-in network (for example, LAN) 47000 exists inside the server chassis 15000.
  • the service processor 16000 is an example of a controller, and manages each host computer 10000 via the internal network 47000.
  • the service processor 16000 may issue a failover instruction to at least one of the LPAR migration source and migration destination host computers 10000.
  • the failover instruction is an instruction for migrating the LPAR from the migration source host computer to the migration destination host computer.
  • the service processor 16000 is connected to the maintenance port 16100 inside the server chassis 15000 via a circuit such as an internal bus. By directly connecting a maintenance terminal to the maintenance port 16100, the administrator can operate the service processor 16000 without going through the management network 45000.
  • the management server 30000 is an example of a management system, and manages the computer system via the management network 45000.
  • the management server 30000 can also issue a failover instruction to at least one of the LPAR migration source and migration destination host computers 10000.
  • each host computer 10000 can receive a failover instruction from at least one of the service processor 16000 and the management server 30000.
  • the service processor 16000 can detect a predetermined event in the server chassis 15000 and automatically perform a failover without an instruction from the management server 30000.
  • Failover can also be performed in response to a manual operation by the operator (administrator) of the management client 35000.
  • the management client 35000 is a computer that communicates with the GUI display processing module 32300 of the management server 30000 via the management network 45000 and displays various information on the WEB browser.
  • the administrator manages devices in the computer system by referring to information displayed on the WEB browser on the management client.
  • the management server 30000 and the management client 35000 may be configured by one server.
  • FIG. 2 shows a configuration example of the host computer 10000.
  • the host computer 10000 includes a management port 11100 connected to the management network 45000, a port 11000 connected to the internal network 47000, one or more I / O ports 14000 connected to the storage device 20000 via the PCIe bus, A memory 13000 and a processor 12000 are included, and these are connected to each other via a circuit such as an internal bus.
  • the processor 12000 may be composed of one or more processors.
  • the memory 13000 may be configured with one or more memories and may include a storage device such as an auxiliary storage device.
  • the memory 13000 stores an operating system 13100, an LPAR management program 13200, an I / O port management table 13300, an LPAR management table 13400, and an LPAR operation schedule management table 13500.
  • the LPAR management program 13200 logically divides physical resources (computer resources) such as the processor 12000 and the memory 13000 provided from the operating system 13100 to create an LPAR.
  • the LPAR can also be called a management computer.
  • the LPAR created by the LPAR management program 13200 recognizes a logical volume on the storage apparatus 20000 connected to the host computer 10000 as a storage area via the PCIe bus 46000.
  • the LPAR management program 13200 is described as existing in the memory 13000. However, the LPAR management program does not exist and the storage area provided by the operating system 13100 is used, and the I / O is stored in the storage area. A business application that performs O may exist instead. That is, there may be a host computer 10000 that cannot construct (execute) an LPAR.
  • the LPAR management program 13200 is described as existing in the memory 13000, but a virtualization control program exists instead of the LPAR management program, and the virtualization control program includes the processor 12000 and the memory 13000. It may take the form of providing virtual hardware to a virtual machine by abstracting and standardizing physical resources. In that case, the LPAR in the following description corresponds to a virtual machine, and the virtualization control program corresponds to an LPAR management program.
  • FIG. 3 shows a configuration example of the storage apparatus 20000.
  • the storage device 20000 is an example of a storage system, and a plurality of storage ports 21000 for connecting to the host computer 10000 via the PCIe bus 46000 and a management port 21100 for connecting to the management server 30000 via the management network 45000.
  • a memory 23000 for storing programs and management information, a RAID (RAID (Redundant Arrays of Inexpensive (or Independent) Disks)) group 24010 for storing data, and the data and management memory in the memory
  • a controller 25000 for controlling management information, which are connected to each other via a circuit such as an internal bus, etc.
  • the memory 23000 may be composed of one or more memories, and the auxiliary storage device. Memory like A device may be included.
  • the memory 23000 includes a disk management program 23100, a port management table 23200, a host group management table 23300, a RAID group management table 23400, a volume management table 23500, a host group-volume related management table 23600, and a table size upper limit.
  • the management table 23700 is stored.
  • the disk management program 23100 communicates with the management server 30000 via the management port 21100, and with respect to the management server 30000, the port management table 23200, the host group management table 23300, the RAID group management table 23400, and the volume management table 23500. And the information included in at least one of the host group-volume related management table 23600 and the table size upper limit management table 23700 is provided to the storage apparatus 20000.
  • the RAID group 24010 includes a plurality of nonvolatile storage devices 24220. Instead of the RAID group 24010, one non-volatile storage device 24220 may be employed.
  • a logical volume 24110 is provided based on one or more nonvolatile storage devices 24220 such as a RAID group 24010.
  • the at least one logical volume 24110 may be a virtual logical volume such as a virtual volume according to Thin Provisioning.
  • the controller 25000 includes a processor that controls the storage device 20000 and a cache memory that temporarily stores data exchanged with the host computer 10000. Each controller 25000 is interposed between the storage port 21000 and the RAID group 24010, and exchanges data between them.
  • the storage system 20000 receives an access request (indicating an I / O request) specifying the logical volume 24110 provided to the host computer 10000 and receives the logical volume 24110 (for example, the storage device that is the basis of the logical volume 24110) 3 and the above-described storage device that provides the storage area, configurations other than those described in FIG. 3 and the above description may be used.
  • the storage controller and the storage device that provides the storage area are in separate housings. It may be stored in the body.
  • the memory 23000 and the controller 25000 may be storage controllers.
  • the storage apparatus may be referred to as a storage system.
  • the storage system may be a plurality of storage devices.
  • FIG. 4 shows a configuration example of the management server 30000.
  • the management server 30000 is an example of a management system, and a management port 31000 for connecting to the management network 45000, a processor 31100, a storage resource 33000, and an output device 31200 such as a display device for outputting processing results to be described later. And an input device 31300 such as a keyboard for an administrator to input instructions, which are connected to each other via a circuit such as an internal bus.
  • the storage resource 33000 may be one or more memories (for example, a semiconductor memory) or a mixture of non-volatile storage devices.
  • the management program 32000 is stored in the storage resource 33000.
  • the management program 32000 includes a device management module 32100, a device communication module 32200, and a GUI display processing module 32300.
  • Each module is provided as a program module of the storage resource 33000, but may be provided as a hardware module. Further, the management program 32000 may not be configured by modules as long as the processing of each module can be realized. In other words, the description of each module in the following description may be replaced with the description related to the management program 32000.
  • the storage resource 33000 further stores a device management table 33200, a host-storage path management table 33300, and a configuration table 93400.
  • Configuration information is stored in the configuration table 93400.
  • each item of the I / O port management table 13300 collected from each host computer 10000 managed by the device communication module 32200, each item of the LPAR management table 13400, and the LPAR operation schedule management table 13500 ,
  • Each item of the port management table 23200 collected from each managed storage, each item of the host group management table 23300, each item of the RAID group management table 23400, and each item of the volume management table 23500
  • each item of the host group-volume relation management table 23600 and each item of the table size upper limit management table 23700 are examples of the configuration information.
  • the configuration table 93400 may not store all the tables of the management target device or all the items in the table.
  • the data representation format and data structure of each item stored in the configuration table 93400 may not be the same as that of the management target device.
  • the management program 32000 may receive the items in the data structure or data representation format of the management target device.
  • the device communication module 32200 periodically or repeatedly accesses the managed device under management, and acquires configuration information of each component in the managed device. It should be noted that when the execution instruction is repeatedly issued, it is not necessarily strictly every fixed period, and it is only necessary to repeat it. Further, the device communication module 32200 instructs the managed device under management to change the configuration in response to a request from the administrator. After instructing the management target device to change the configuration, the configuration information of each component in the management target device is reacquired, and the configuration information stored in the configuration table 93400 is kept up-to-date.
  • the GUI display processing module 32300 displays the acquired configuration management information via the output device 31200 in response to a request from the administrator via the input device 31300.
  • the input device and the output device may be separate devices, or one or more integrated devices.
  • the management server has, for example, a display, a keyboard, a pointer device, and the like as input / output devices, but may be other devices. Further, a serial interface or an Ethernet interface is used as an alternative to the input / output device, and a display computer (for example, a management client 35000) having a display, a keyboard, or a pointer device is connected to the interface, and the display information is connected to the display computer.
  • the input and display on the input / output device may be substituted by transmitting or receiving input information from the display computer to display on the display computer or accepting input.
  • a set of one or more computers that manage a computer system (information processing system) and display display information can be referred to as a “management system”.
  • a management computer that displays display information on a display device or a remote display computer can be called a management system, and a combination of a management computer and a display computer (for example, the management client 35000 in FIG. 1) can also be called a management system. it can.
  • a plurality of computers may realize processing equivalent to that of the management computer.
  • a plurality of computers are referred to as a management system. be able to.
  • FIG. 5 shows a connection configuration example of a plurality of host computers 10000 and a storage apparatus 20000.
  • PORT11 to PORT16 (multiple I / O ports 14000) of HOST1 to HOST3 are connected to PORT1 to PORT6 (multiple storage ports 21000) of storage device (SYS1) 20000 via PCIe bus 46000, respectively.
  • the host computer and storage I / O ports are connected by the PCIe bus, but the host computer and storage I / O ports need only be connected one-to-one. It may be connected by other means such as a cable.
  • the number of PCIe buses connecting the I / O ports of the host computer and the storage device is not necessarily one per I / O port, and a plurality of I / O ports may be shared by one PCIe bus.
  • VOL1 is an example of the first logical volume
  • the access control list 21050 is an example of the first access control list
  • each of the PORT11 to PORT16 is an example of the I / O port (physical host port) 14000.
  • Each of PORT1 to PORT6 is an example of a storage storage port 21000
  • LPAR1 is an example of a first LPAR.
  • LPAR1 has a virtual host port
  • VWWN1 is assigned to the virtual host port.
  • VWWN is the WWN (World Wide Name) of the virtual host port.
  • the storage system displays an access control list 21050 describing VWWN1 of LPAR1 that is permitted to access VOL1 used by LPAR1. Applies to each of the two storage ports.
  • the at least two storage ports are a PORT1 connected to the PORT11 of the HOST1 that executes the LPAR1, and a storage port connected to a physical host port of another host computer capable of executing the LPAR that can be a migration destination of the LPAR1.
  • the access control list 21050 is applied to all storage ports other than PORT 1 in addition to PORT 1.
  • LPAR1 can be migrated to either HOST2 or HOST3.
  • HOST2 or HOST3 is a host computer that cannot construct (execute) an LPAR, it may not be applied to the access control list 21050 for a storage port connected to the physical host port of the host computer. This is because such a host computer cannot be a migration destination of LPAR.
  • LPAR1 in the environment where the host I / O port (host computer I / O port) and the storage I / O port (storage device I / O port) are directly connected, there is no change in the storage device settings. Even if LPAR1 is migrated to either HOST2 or HOST3, LPAR1 can access VOL1 from the migration destination HOST2 or HOST3.
  • FIG. 6 shows a configuration example of the I / O port management table 13300 that the host computer 10000 has.
  • the I / O port management table 13300 includes a field 13310 for registering a device ID (host computer identifier), a field 13320 for registering an ID (I / O port identifier in the host computer), and an I / O port WWN. And a field 13340 for registering the type of I / O port.
  • HOST 1 has PORT 11
  • PORT 11 has a WWN “11: 00: 00: 00: 00: 00: 01”
  • PORT 11 is an I / O port for PCIe. is there.
  • FIG. 7A shows a configuration example of the LPAR management table 13400.
  • FIG. 7A shows a configuration example of the LPAR management table 13400 of HOST 1 (FIG. 7B will be described later).
  • the number of processors is expressed as “NP”
  • the memory size is expressed as “MS”
  • whether migration is possible is expressed as “Flag”.
  • the LPAR management table 13400 includes a field 13410 for registering a device ID (host computer identifier), a field 13420 for registering an ID (identifier of LPAR in the host computer), and the number of processors (number of processors assigned to the LPAR).
  • a field 13440 for registering the memory size (the size of the memory allocated to the LPAR), a field 13450 for registering the virtual WWN (virtual WWN of the virtual host port of the LPAR), and the physical port ID
  • a field 13460 for registering (the ID of the physical host port assigned to the LPAR)
  • a field 13470 for registering the state (whether or not the LPAR is activated on the host computer), and other hosts of the LPAR
  • a field 13480 for registering the migration flag for According to FIG.
  • LPAR1 is a virtual WWN “12: 00: 00: 00: 00: 01” Have virtual host ports.
  • FIG. 8 shows a configuration example of the port management table 23200 that the storage apparatus 20000 has.
  • the port management table 23200 includes a field 23210 for registering a device ID (storage device identifier), a field 23420 for registering an ID (I / O port identifier in the storage device), and a WWN (I / O in the storage device).
  • PORT1 on the storage device (SYS1) has a WWN of “21: 00: 00: 00: 00: 00: 01”, and PORT1 is an I / O port for PCIe. .
  • FIG. 9 shows a configuration example of the host group management table 23300 that the storage apparatus 20000 has.
  • the host group management table 23300 includes a field 23310 for registering a device ID (storage device identifier), a field 23320 for registering an ID (host group identifier), and a port ID (storage I / O associated with the host group).
  • One record of the host group management table 23300 is an example of an access control list. According to FIG. 9, the virtual WWN “12: 00: 00: 00: 00: 01” is associated with the host group (HG1) in the storage device (SYS1), and the access applied to PORT1. The control list has a virtual WWN “12: 00: 00: 00: 00: 01” as the WWN of the virtual host port of the LPAR to which access is permitted.
  • FIG. 10 shows a configuration example of the RAID group management table 23400 that the storage device 20000 has.
  • the RAID group management table 23400 includes a field 23410 for registering a device ID (storage device identifier), a field 23420 for registering an ID (RAID group identifier), and a field 23430 for registering a RAID level (RAID group RAID level). And a field 23440 for registering a PDEV ID (identifier of each nonvolatile storage device constituting a RAID group) and a field 23450 for registering a capacity (capacity of a RAID group).
  • the RAID group (RG1) on the storage device (SYS1) has a RAID level of RAID1 and a capacity of 100 GB.
  • FIG. 11 shows a configuration example of the volume management table 23500 that the storage device 20000 has.
  • the volume management table 23500 includes a field 23510 for registering an apparatus ID (storage apparatus identifier), a field 23520 for registering ID (logical volume identifier), a field 23530 for registering capacity (logical volume capacity), and a RAID.
  • VOL1 of the storage device (SYS1) has a capacity of 20 GB, is based on the RAID group (RG1), and is assigned to LPAR1 of HOST1.
  • FIG. 12 shows a configuration example of the host group-volume related management table 23600 that the storage device 20000 has.
  • the host group-volume relation management table 23600 includes a field 23610 for registering a device ID (storage device identifier), a field 23620 for registering a volume ID (logical volume identifier), and a host group ID (associated with a logical volume). And a field 23630 for registering a host group identifier).
  • the host group (HG1) in the storage apparatus (SYS1) is associated with VOL1.
  • FIG. 13 shows a configuration example of the table size upper limit management table 23700 that the storage apparatus 20000 has.
  • the table size upper limit management table 23700 includes a field 23710 for registering a device ID (storage device identifier), a field 23720 for registering a table name (management table name in the storage device), and a record upper limit number (defined in the management table). And a field 23730 for registering the maximum number of possible records).
  • 256 records can be registered per storage I / O port in the host group management table 23300. That is, the number of access control lists applicable to one storage I / O port is 256.
  • FIG. 14A shows a configuration example of the device management table 33200 that the management server 30000 has.
  • the volume management table 23500 includes a field 33210 for registering a device ID (host computer or storage device identifier), a field 33220 for registering a type (whether the device is a host computer or a storage device), and a management IP address ( A field 33230 for registering the IP address of the apparatus, and a field 33240 for registering the host virtualization mode (whether the LPAR management program is installed in the host computer and the LPAR can be constructed in the host computer).
  • the IP address of HOST1 is “192.168.11.13”
  • the LPAR management program is installed in HOST1.
  • 14B is also a device management table, but FIG. 14B will be described later.
  • FIG. 15 shows a configuration example of the host-storage path management table 33300 that the management server 30000 has.
  • the host-storage path management table 33300 includes a field 33310 for registering a path ID (path identifier such as a PCIe bus that directly connects the host I / O port and the storage I / O port), and a storage ID (storage device identifier).
  • a path PATH 1 that directly connects the PORT 11 of the HOST 1 to the PORT 1 of the storage apparatus (SYS 1).
  • the host-storage path management table 33300 In the host-storage path management table 33300, only paths in which a host I / O port and a storage I / O port are directly connected by a PCIe bus or the like are registered. The I / O port connected to the FC switch is not registered in this table.
  • the host-storage path management table 33300 can be constructed on the management server 30000 by an administrator input through the input device 34100 of the management server 30000 or by the management server 30000 obtaining from the storage apparatus 20000.
  • FIGS. 16A and 16B are flowcharts of the LPAR creation process performed by the device management module 32100 of the management server 30000.
  • the device management module 32100 receives the ID of the host computer in which the LPAR is defined, the number of processors to be allocated to the LPAR to be defined (created), and the memory from the administrator.
  • the size is designated (step 61010).
  • the device management module 32100 receives the designation of the host I / O port ID assigned to the LPAR from the administrator through the GUI provided by the GUI display processing module 32300 (step 61020). By assigning a host I / O port to an LPAR, a virtual host port (virtual WWN) is assigned.
  • the device management module 32100 refers to the device management table 33200, identifies the IP address of the host computer specified in Step 61010, and sends the specified IP address to the LPAR management program 13200 on that host.
  • LPAR creation instruction is transmitted (step 61030).
  • the LPAR creation instruction is an instruction to create an LPAR, and includes, for example, the number of processors to be allocated to the LPAR, a memory size, and a host I / O port ID. If the instruction destination host does not have the number of processors and memory size included in the instruction, or if there is no LPAR construction function (that is, the host virtualization mode corresponding to the destination host is “No”). In the case of a host), the LPAR management program 13200 may return an error message to the device management module 32100.
  • the LPAR management program 13200 When the LPAR management program 13200 has successfully created the LPAR in response to the LPAR creation instruction, the LPAR management program 13200 updates the LPAR management table 13400. As a result, a record corresponding to the created LPAR is added to the LPAR management table 13400 (a virtual WWN or the like of the created LPAR is registered in the LPAR management table 13400).
  • the device management module 32100 receives a notification of the virtual WWN assigned to the created LPAR from the LPAR management program 13200 (step 61040).
  • the device management module 32100 refers to the host-storage path management table 33300, the host ID column matches the host ID specified in step 61010, and the port ID is the host specified in step 61020. A record matching the I / O port ID is searched (step 61050).
  • the LPAR creation process ends.
  • the host I / O port may be connected to the SAN.
  • the administrator can separately create a law and a group in normal SAN operation.
  • the device management module 32100 refers to the host-storage path management table 33300 and stores the storage I / O directly connected to the host I / O port specified in step 61020.
  • the ID of the O port and the ID of the storage having the storage I / O port are specified (step 61070). That is, the storage I / O port specified in step 61070 is a storage I / O port directly connected to the host I / O port of the host having the created LPAR.
  • the device management module 32100 refers to the host-storage path management table 33300 and the device management table 33200, and the storage I / O directly connected to the host I / O port of the host whose host virtualization mode is “Yes”.
  • a port is identified (step 61080).
  • the storage I / O port specified in step 61080 is a storage I / O port directly connected to the host I / O port of the host that can be the migration destination of the created LPAR.
  • the device management module 32100 refers to the device management table 33200 and identifies the IP address of the storage device identified in step 61070. Then, the device management module 32100 refers to the table size upper limit management table 23700 from the storage device identified in step 61070 (using the identified IP address), and identifies the record upper limit number for the host group management table 23300. (Step 61090).
  • the device management module 32100 records, for each storage I / O port specified in steps 61070 and 61080, the number of host groups, in other words, a record having the ID of the storage I / O port (record in the host group management table 23300). Is identified (step 61100). In other words, in this 61100, the storage I / O port directly connected to the host I / O port of the host having the created LPAR and the host I / O port of the host that can be the migration destination of the created LPAR are directly connected. The number of applied access control lists is specified for each storage I / O port.
  • the device management module 32100 determines, for each storage I / O port specified in steps 61070 and 61080, whether the number of records (number of host groups) specified in step 61100 has reached the upper limit number of records specified in step 61090. (Step 61110).
  • the device management module 32100 instructs the host LPAR management program 13200 to set the migration permission of the LPAR created in step 61030 to “permitted” (step 61120).
  • the LPAR management program 13200 updates the LPAR management table 13400 in accordance with an instruction from the device management module 32100. In other words, the LPAR management program 13200 sets “permitted” in the LPAR management table 13400 as to whether migration of the LPAR created in Step 61030 is possible.
  • the device management module 32100 has a target storage I / O port (a storage I / O port in which the number of host groups has not reached the upper limit number of records) among the storage I / O ports specified in steps 61070 and 61080.
  • the disk management program 23100 of the storage apparatus is instructed to create a host group in which the virtual WWN identified in Step 61040 is set as the connection permission WWN in the target storage I / O port (Step 61130).
  • the device management module 32100 instructs the storage device to apply the access control list describing the virtual WWN specified in step 61040 to the storage I / O port specified in step 61080.
  • the disk management program 23100 updates the host group management table 23300 in accordance with instructions from the device management module 32100.
  • the disk management program 23100 registers the virtual WWN identified in step 61040 as the connection permission WWN corresponding to the target storage I / O port in the host group management table 23300. As a result, an access control list is newly added for all target storage I / O ports.
  • the device management module 32100 determines that the host LPAR management program 13200 An instruction is given to set whether or not migration of the LPAR created in step 61030 is possible (step 61140).
  • the LPAR management program 13200 updates the LPAR management table 13400 in accordance with an instruction from the device management module 32100. In other words, the LPAR management program 13200 sets “No” for the migration possibility of the LPAR created in Step 61030 in the LPAR management table 13400.
  • the maximum number of LPARs to be migrated is determined by the upper limit number of records in the host group management table 23300.
  • the maximum number of LPARs to be migrated can be limited to a number corresponding to the record upper limit number (access control list upper limit number per storage I / O port) of the host group management table 23300.
  • the device management module 32100 notifies the administrator that the LPAR cannot be subject to failover through the GUI provided by the GUI display processing module 32300.
  • the storage I / O port specified in step 61070 storage I / O port directly connected to the host I / O port of the host having the created LPAR
  • step 61040 storage I / O port specified in step 61070 (storage I / O port directly connected to the host I / O port of the host having the created LPAR) is processed by the processing as in step 61130 to perform step 61040.
  • a host group (access control list) in which the virtual WWN specified in step 1 is used as a connection permission WWN is added (step 61150). If the number of host groups has reached the maximum number of records for the storage I / O port identified in step 61070 (storage I / O port directly connected to the host I / O port of the host having the created LPAR), Processing may end in error.
  • the device management module 32100 allocates the logical volume on the storage identified in step 61070 to the LPAR created in step 61030 from the administrator through the GUI provided by the GUI display processing module 32300.
  • the logical volume ID is designated (step 61160).
  • the device management module 32100 instructs the disk management program 23100 on the storage identified in step 61070 to associate the host group defined in step 61130 or step 61150 with the logical volume specified by the administrator in step 61160.
  • the disk management program 23100 updates the host group-volume related management table 23600 (adds a record including the ID of the host group and the ID of the logical volume) according to the instruction from the device management module 32100, and The volume allocation destination host and the LPAR ID are registered in the record of the volume in the volume management table 23500.
  • the above is the LPAR creation processing performed by the device management module 32100.
  • FIG. 17 is a flowchart of the LPAR migration process.
  • the device management module 32100 receives, from the administrator, the specification of the migration target LPAR ID, the host ID where the LPAR exists, and the migration destination host ID through the GUI provided by the GUI display processing module 32300 ( Step 62010).
  • the device management module 32100 refers to the LPAR management table 13400 and confirms whether or not the LPAR migration specified in Step 62010 is possible (Step 62020). If the LPAR migration availability is “NO”, the process ends.
  • the device management module 32100 refers to the device management table 33200, and sets the host for each of the LPAR migration destination and migration source specified in step 62010. Specify the management IP address. After that, the device management module 32100 instructs the LPAR management program 13200 of the host for LPAR migration for each of the migration destination and the migration source (step 62040).
  • the migration source LPAR management program 13200 deletes the LPAR record from the LPAR management table 13400 of the migration source host (step 62050).
  • the migration destination LPAR management program 13200 adds the migrated LPAR record to the LPAR management table 13400 of the migration destination host.
  • the virtual WWN of the migration target LPAR is taken over from the migration source to the migration destination (step 62060).
  • LPAR management table possessed by HOST1 the host group management table 23300 and the host group-volume related management table 23600 possessed by SYS1 (storage device) are blank in the initial state. Further, it is assumed that the device management table 33200 has the contents shown in FIG. 14A.
  • the device management module 32100 receives the specification of the host ID of the LPAR creation destination, the number of processors to be assigned to the LPAR “2”, and the memory size “4 GB” from the administrator through the GUI.
  • the device management module 32100 receives a specification of the ID “PORT11” of the host I / O port for creating the virtual HBA to be allocated to the LPAR from the administrator through the GUI.
  • the device management module 32100 refers to the device management table 33200 and identifies the management IP address of the host designated by the administrator.
  • the management IP address of the HOST1 is “192.168.11.21”.
  • the LPAR management program on the host is instructed to create an LPAR.
  • HOST1 LPAR management program
  • the HOST 1 notifies the device management module 32100 of the virtual WWN “12: 00: 00: 00: 00: 01” assigned to the LPAR.
  • the device management module 32100 refers to the host-storage path management table 33300 and searches for a record in which the host ID column is “HOST1” and the port ID is “PORT11”. According to FIG. 15, the device management module 32100 identifies the ID “SYS1” of the storage directly connected to the PORT 11 from the host-storage path management table 33300.
  • the device management module 32100 refers to the host-storage path management table 33300 and the device management table 33200, and is directly connected to the host whose host virtualization mode is “Yes” among the storage I / O ports of the SYS1.
  • the storage I / O ports PORT1, PORT2, PORT3, and PORT4 are specified.
  • PORT 1 is a storage I / O port directly connected to PORT 11.
  • the device management module 32100 refers to the device management table 33200 (FIG. 14A) and identifies the management IP address “192.168.11.21” of SYS1. Then, the device management module 32100 specifies the number of records “256” in the host group management table 23300 from the table size upper limit management table 23700 (FIG. 13), and sets the host for each of PORT1, PORT2, PORT3, and PORT4. It is determined whether the number of groups has reached 256.
  • the device management module 32100 instructs HOST1 (LPAR management program) to set whether or not migration of LPAR1 is possible.
  • HOST1 LPAR management program
  • the device management module 32100 connects the virtual WWN “12: 00: 00: 00: 00: 00: 01” to each of PORT1, PORT2, PORT3, and PORT4 with respect to SYS1 (disk management program).
  • SYS1 disk management program
  • the SYS1 (disk management program) updates the host group management table 23300 in accordance with an instruction from the device management module 32100. Specifically, HG1, HG2, HG3, and HG4 are created, and records in the first to fourth lines of the host group management table 23300 (FIG. 9) are added.
  • the device management module 32100 sets “No” to whether or not LPAR1 migration is possible for HOST1 (LPAR management program). Instruct them to do so.
  • the device management module 32100 creates a host group with the virtual WWN “12: 00: 00: 00: 00: 01” as the connection permission WWN in PORT 1 for SYS1 (disk management program). Instruct them to do so.
  • the SYS1 (disk management program) updates the host group management table 23300 in accordance with an instruction from the device management module 32100. Specifically, HG1 is created and a record in the first line of the host group management table 23300 (FIG. 9) is added.
  • the device management module 32100 receives the designation of the logical volume ID “VOL1” assigned to the LPAR1 of the HOST1 from the administrator through the GUI.
  • the device management module 32100 instructs SYS1 (disk management program) to associate each of HG1, HG2, HG3, and HG4 with VOL1.
  • the SYS1 (disk management program) updates the host group-volume related management table 23600 (FIG. 12) in accordance with an instruction from the device management module 32100. Specifically, records from the first line to the fourth line in the table 23600 of FIG. 12 are added.
  • the device management module 32100 receives the ID “LPAR1” of the LPAR to be migrated, the ID “HOST1” of the host in which LPAR1 exists, and the migration destination host from the administrator through the GUI.
  • the migration instruction including the ID “HOST2” is received.
  • the device management module 32100 refers to the LPAR management table 13400 and confirms whether or not migration of LPAR1 designated by the administrator is possible. According to FIG. 7A, whether or not migration of LPAR1 is “permitted”, the device management module 32100 refers to the device management table 33200 (FIG. 14A), and the management IP addresses “192.168.11. 21 ”and“ 192.168.11.22 ”are specified.
  • the device management module 32100 instructs the LPAR management program of each of the HOST1 and HOST2 to perform LPAR migration.
  • HOST1 LPAR management program
  • HOST2 LPAR management program
  • the virtual WWN of LPAR1 is taken over from HOST1 to HOST2.
  • the host I / O port that issues the I / O request changes from the PORT 11 to the PORT 13, and accordingly the storage I / O that receives the I / O request
  • the O port changes from PORT1 to PORT3.
  • the host group HG3 (access control list) associated with the virtual WWN “12: 00: 00: 00: 00: 01” is already applied to the PORT3, the LPAR1 to the VOL1 Access is possible, and there is no need to reconfigure the host group for the storage device.
  • the access control list (host group) describing the created virtual WWN of the LPAR is applied to all storage I / O ports corresponding to the host virtual mode “Yes”.
  • a host group may be applied only to a storage I / O port directly connected to a host I / O port of a host computer that executes LPAR.
  • Example 2 will be described. At that time, differences from the first embodiment will be mainly described, and description of common points with the first embodiment will be omitted or simplified.
  • the device management module 32100 of the management server 30000 performs another LPAR creation process.
  • the computer system it is conceivable to distribute a plurality of host computers 10000 connected to one storage apparatus 20000 to a plurality of different users (for example, customers or departments).
  • a group in which host computers distributed to specific users are registered is referred to as a “resource group” (or tenant).
  • tenant a group in which host computers distributed to specific users are registered.
  • the migration target LPAR selects a host computer belonging to a resource group different from the resource group to which the LPAR belongs as a migration destination.
  • FIG. 18 shows a configuration example of the resource group management table 33400 that the management server 30000 has.
  • the resource group management table 33400 has a field 33410 for registering a group ID (resource group identifier) and a field 33420 for registering a resource ID (identifier of a host computer belonging to the resource group). According to FIG. 18, HOST1 and HOST2 belong to the resource group (GR1).
  • FIG. 19 illustrates a difference between the LPAR creation process according to the first embodiment and the LPAR creation process according to the first embodiment.
  • the device management module 32100 refers to the host-storage path management table 33300 and the resource group management table 33400, and among the storage I / O ports specified in step 61080, the same resource as the host specified in step 61010 A storage I / O port directly connected to a host belonging to the group is specified.
  • the device management module 32100 specifies the number of host groups for each storage I / O port specified in steps 61070 and 61085.
  • the device management module 32100 determines, for each storage I / O port specified in steps 61070 and 61085, whether the record number (host group number) specified in step 61100 has reached the record upper limit number specified in step 61090. Judge whether or not.
  • the device management module 32100 selects a target storage I / O port (a storage I / O port in which the number of host groups has not reached the record upper limit number) among the storage I / O ports specified in steps 61070 and 61085.
  • the disk management program 23100 of the storage apparatus having the storage apparatus is instructed to create a host group in which the virtual WWN specified in step 61040 is set as the connection permission WWN in the target storage I / O port.
  • LPAR management table possessed by HOST1 the host group management table 23300 and the host group-volume related management table 23600 possessed by SYS1 (storage device) are blank in the initial state. Further, it is assumed that the device management table 33200 has the contents shown in FIG. 14B.
  • step 61080 The processing up to step 61080 is the same as in the first embodiment.
  • the device management module 32100 refers to the host-storage path management table 33300 and the resource group management table 33400, and belongs to the same resource group as the HOST1 among the storage I / O ports PORT1 to PORT4 identified in step 61080. PORT1 to PORT4 directly connected to HOST2 are specified.
  • step 61090 Processing after step 61090 is the same as that in the first embodiment.
  • the storage I / O in which the application destination of the access control list in which the created LPAR virtual WWN is described is directly connected to the host computer belonging to the same resource group as the host computer in which the LPAR is created. Limited to ports. Thereby, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
  • Example 3 will be described. At that time, the differences from the first and second embodiments will be mainly described, and the description of the common points with the first and second embodiments will be omitted or simplified.
  • the device management module 32100 of the management server 30000 performs LPAR scheduling processing.
  • effective utilization of computer resources is performed by executing different tasks according to time zones on the same computer resources.
  • the host group definition application of the access control list
  • the logical volume assigned to the LPAR is not required for the logical volume assigned to the LPAR.
  • host group creation and deletion processing is performed in the LPAR scheduling processing in the management server 30000.
  • FIG. 20 shows a configuration example of the LPAR operation schedule management table 13500 of the host computer 10000.
  • the LPAR operation schedule management table 13500 includes a field 13510 for registering a device ID (host computer identifier), a field 13520 for registering an ID (LPAR identifier), and a field 13530 for registering an activation time (LPAR activation time). And a field 13540 for registering stop time (stop time of LPAR).
  • LPAR1 of HOST1 is scheduled to start at “09:00:00” and stop at “19: 00: 00: 00”.
  • FIG. 21 schematically illustrates LPAR scheduling processing (including creation and deletion of host groups) according to the third embodiment.
  • the LPAR management table of HOST 1 has the contents of FIG. 7A
  • the host group management table 23300 of SYS 1 has the contents of FIG. 9
  • the volume management table 23500 has the contents of FIG.
  • the relation management table 23600 has the contents shown in FIG.
  • the device management module 32100 periodically refers to the LPAR operation schedule management table 13500 and checks whether there is an LPAR that has reached the start time or end time.
  • the current time is 19: 00: 0, referring to the LPAR operation schedule management table 13500 shown in FIG. 20, LPAR1 is the stop time and LPAR2 is the start time.
  • the device management module 32100 first deletes the host group (access control list in which the virtual WWN of LPAR1 is described) associated with the virtual WWN of LPAR1 at the stop time.
  • the host groups including the virtual WWN “12: 00: 00: 00: 00: 01” possessed by LPAR1 are HG1, HG2, HG3, and HG4. Therefore, the device management module 32100 deletes records related to the host groups HG1, HG2, HG3, and HG4 from the host group management table 23300 and the host-storage path management table 33300.
  • the device management module 32100 creates a host group associated with the virtual WWN of LPAR2 that has become the start time.
  • the logical volume assigned to LPAR1 of HOST1 is VOL2. Therefore, the device management module 32100 creates a host group on SYS1 in accordance with the procedure after step 61040 of the LPAR creation processing shown in FIGS. 16A and 16B, and associates the created host group with VOL2 (HG5, FIG. 21). HG6, HG7, HG8).
  • the access control list is applied only to the operating LPAR. Therefore, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
  • the LPAR start time can be read as fillover start, and the LPAR stop time can be read as failover completion.
  • the device management module 32100 synchronizes with the start of LPAR failover, and transfers the virtual LPAR to be migrated to the storage I / O port directly connected to the host I / O port of the failover destination host computer.
  • the host group associated with the WWN is applied and the failover of the LPAR is completed, the host associated with the virtual WWN of the LPAR from the storage I / O port directly connected to the host I / O port of the failover source host computer Cancel the group.
  • the access control list is applied only to the LPAR that is actually migrated. Thereby, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
  • 10000 host computer
  • 20000 storage device
  • 30000 management server
  • 46000 PCIe bus

Abstract

 In the present invention, a computer system has a plurality of host computers, each having at least one physical host port, and a storage system that is one or a plurality of storage devices, each having a plurality of storage ports. The physical host ports and the storage ports are connected in a one-to-one relation. Each of at least two host computers among the plurality of host computers can construct a Logical PARtition (LPAR) having a virtual host port. The storage system applies a first access control list indicating a first LPAR, for which access to a first logical volume used by the first LPAR is allowed, to each of at least two storage ports among the plurality of storage ports that the storage system has.

Description

計算機システム及びそれの管理システムComputer system and its management system
 本発明は、論理ボリュームへのアクセスの制御に関する。 The present invention relates to control of access to a logical volume.
 ストレージネットワークにおいては、LUN(Logical Unit Number)へのアクセスを特定のホストコンピュータに限定することが望ましい。なぜなら、ホストコンピュータ上のソフトウェア(オペレーティングシステムを含む)が本来アクセス(I/O(Input/Output))してはいけないLUN(論理ボリューム)に誤ってアクセスした場合、LUN上のデータが誤って更新されてしまう場合があるからである。 In a storage network, it is desirable to limit access to LUN (Logical Unit Number) to specific host computers. This is because if the software (including the operating system) on the host computer erroneously accesses a LUN (logical volume) that should not be accessed (I / O (Input / Output)), the data on the LUN is updated incorrectly. It is because it may be done.
 そこで、LUNへのアクセスを特定のホストコンピュータに限定する技術として、LUNマスキング機能が一般的に用いられている。これは、ストレージ装置が有するポート毎に、LUNに対するアクセス制御リストを作成することで実現される。LUNのアクセス制御リストには、ストレージ内でLUNへのアクセスを許可されたFC-HBA(Fibre Channel‐Host Bus Adapter)の物理ポートが持つWWN(World Wide Name)が含まれる。 Therefore, the LUN masking function is generally used as a technique for limiting access to the LUN to a specific host computer. This is realized by creating an access control list for the LUN for each port of the storage apparatus. The LUN access control list includes the WWN (World Wide Name) of the physical port of FC-HBA (Fibre Channel-Host Bus Adapter) that is allowed to access the LUN in the storage.
 一方、1つの物理ホスト上に、複数の論理区画(以降、LPAR(Logical PARtition)と記す)を構築し、各LPARをそれぞれ個別の仮想的なホストと見なし、その上でOS(オペレーティングシステム)を動作させることが可能な仮想計算機システムが実用化されている。これにより、1つの物理ホストを複数の独立したホストとして動作させることが可能となる。 On the other hand, a plurality of logical partitions (hereinafter referred to as LPAR (Logical Partition)) are constructed on one physical host, each LPAR is regarded as an individual virtual host, and an OS (Operating System) is executed on that. Virtual computer systems that can be operated have been put into practical use. Thereby, one physical host can be operated as a plurality of independent hosts.
 LPAR(仮想ホストのような仮想計算機)からのI/O要求を実現する方式として、LPAR上のOS(以降、ゲストOSと記す)から発行されるI/O要求をハイパーバイザが一旦受け付け、ハイパーバイザが動作しているOS又は別の代理実行専用に設けられたOSを経由して再度実行し直す方式(以降、I/Oエミュレーション方式と記す)と、ゲストOSから直接物理I/Oデバイスに対しI/O実行を要求する方式(以降、I/Oパススルー方式と記す)とがある。 As a method for realizing an I / O request from an LPAR (virtual computer such as a virtual host), the hypervisor once accepts an I / O request issued from an OS (hereinafter referred to as a guest OS) on the LPAR, A method of re-execution via the OS on which the visor is operating or another OS dedicated to proxy execution (hereinafter referred to as I / O emulation method), and direct physical I / O device from the guest OS On the other hand, there is a method for requesting I / O execution (hereinafter referred to as an I / O pass-through method).
 I/Oパススルー方式でのLPARのライブマイグレーション処理に関して、特許文献1では、マイグレーション対象のLPARに割り当てられているHBAのWWNが、マイグレーション先のLPARに引き継がれる。これにより、ストレージ装置内のLUNのアクセス制御リストを更新することなく、マイグレーション先のLPARからLUNへのアクセスを継続できる。 Regarding the LPAR live migration process in the I / O pass-through method, in Patent Document 1, the WWN of the HBA assigned to the migration target LPAR is taken over by the migration destination LPAR. As a result, access to the LUN from the migration destination LPAR can be continued without updating the LUN access control list in the storage apparatus.
特開2014-041395号公報Japanese Patent Laid-Open No. 2014-041395
 特許文献1では、HBAとストレージ装置のFC(Fibre Channel)ポートが、FCスイッチを介して接続されていることが前提となっている。このため、FCスイッチの機能により、LPARマイグレーションの前後で、そのLPARから発行されたI/O要求を受けるストレージポートは同じである。LUNについてのアクセス制御リストは、ストレージポート単位で適用される(例えばストレージポートにアクセス制御リストが割り当てられる)が、上記のように、同一LUNを指定したI/O要求を受けるストレージポートはLPARマイグレーションの前後で同じなので、LPARマイグレーション後もLPARから同一LUNへのアクセスが可能である。 In Patent Document 1, it is assumed that the HBA and the FC (Fibre Channel) port of the storage device are connected via an FC switch. For this reason, the storage ports that receive I / O requests issued from the LPAR are the same before and after the LPAR migration due to the function of the FC switch. An access control list for a LUN is applied in units of storage ports (for example, an access control list is assigned to a storage port). As described above, a storage port that receives an I / O request specifying the same LUN is LPAR migration. Therefore, the same LUN can be accessed from the LPAR even after LPAR migration.
 一方、ストレージ装置のストレージポートとホストコンピュータの物理ポートがFCケーブル又はPCIe(Peripheral Component Interconnect Express)バス等により相互に直結されている場合(言い換えれば、ストレージポートと物理ポートが1:1で対応している場合)、LPARのマイグレーション前後で、そのLPARから発行されたI/O要求を受けるストレージポートは異なる。LPARマイグレーション後のLPARからI/O要求を受けるストレージポートには、そのLPARからそのLUNへのアクセスを許可するアクセス制御リストが適用されていない。そのため、そのLPARからそのLUNへのアクセスが不能である。 On the other hand, if the storage port of the storage device and the physical port of the host computer are directly connected to each other by an FC cable or a PCIe (Peripheral Component Interconnect Express) bus (in other words, the storage port and the physical port correspond 1: 1) Storage port that receives an I / O request issued from the LPAR before and after the LPAR migration. An access control list that permits access from the LPAR to the LUN is not applied to a storage port that receives an I / O request from the LPAR after LPAR migration. Therefore, access from the LPAR to the LUN is impossible.
 計算機システムが、各々が少なくとも1つの物理ホストポートを有する複数のホストコンピュータと、各々が複数のストレージポートを有する1又は複数のストレージ装置であるストレージシステムとを有する。物理ホストポートとストレージポートとが、1:1の関係で接続されている。複数のホストコンピュータのうちの少なくとも2つのホストコンピュータの各々が、仮想ホストポートを有するLPARを構築することができる。ストレージシステムが、第1のLPARが用いる第1の論理ボリュームに対するアクセスが許可される第1のLPARを示す第1のアクセス制御リストを、ストレージシステムが有する複数のストレージポートのうちの少なくとも2つのストレージポートの各々に適用する。ストレージシステムは、計算機システムの管理システムからの指示に応答してアクセス制御リストをストレージポートに適用することができる。 The computer system has a plurality of host computers each having at least one physical host port, and a storage system that is one or a plurality of storage devices each having a plurality of storage ports. The physical host port and the storage port are connected in a 1: 1 relationship. Each of at least two of the plurality of host computers can construct an LPAR having a virtual host port. The storage system has a first access control list indicating a first LPAR that is permitted to access the first logical volume used by the first LPAR, and at least two storages of the plurality of storage ports that the storage system has Applies to each of the ports. The storage system can apply the access control list to the storage port in response to an instruction from the management system of the computer system.
 物理ホストポートとストレージポートが直結された環境において、ストレージシステムの設定の変更無しにLPARマイグレーションを実行してもマイグレーション先のLPARが同一の論理ボリュームにアクセスできる。 In an environment where the physical host port and storage port are directly connected, the migration destination LPAR can access the same logical volume even if the LPAR migration is executed without changing the setting of the storage system.
実施例1に係る計算機システムの物理的構成を示す。1 shows a physical configuration of a computer system according to a first embodiment. ホストコンピュータの構成例を示す。The structural example of a host computer is shown. ストレージ装置の構成例を示す。2 shows a configuration example of a storage apparatus. 管理サーバの構成例を示す。The structural example of a management server is shown. 複数のホストコンピュータとストレージ装置の接続構成例を示す。A connection configuration example of a plurality of host computers and a storage apparatus is shown. ホストコンピュータが有するI/Oポート管理表の構成例を示す。2 shows a configuration example of an I / O port management table possessed by a host computer. ホストコンピュータが有するLPAR管理表の構成例を示す。2 shows a configuration example of an LPAR management table held by a host computer. 別のホストコンピュータが有するLPAR管理表の構成例を示すAn example of the configuration of the LPAR management table of another host computer is shown. ストレージ装置が有するポート管理表の構成例を示す。2 shows an example of the configuration of a port management table that a storage apparatus has. ストレージ装置が有するホストグループ管理表の構成例を示す。The structural example of the host group management table | surface which a storage apparatus has is shown. ストレージ装置が有するRAIDグループ管理表の構成例を示す。2 shows an example of the configuration of a RAID group management table that a storage apparatus has. ストレージ装置が有するボリューム管理表の構成例を示す。The structural example of the volume management table which a storage apparatus has is shown. ストレージ装置が有するホストグループ-ボリューム関連管理表の構成例を示す。The structural example of the host group-volume related management table | surface which a storage apparatus has is shown. ストレージ装置が有するテーブルサイズ上限管理表の構成例を示す。The structural example of the table size upper limit management table | surface which a storage apparatus has is shown. 管理サーバが有する装置管理表の構成例を示す。The structural example of the apparatus management table | surface which a management server has is shown. 管理サーバが有する装置管理表の構成例を示す。The structural example of the apparatus management table | surface which a management server has is shown. 管理サーバが有するホスト-ストレージパス管理表の構成例を示す。The structural example of the host-storage path management table which a management server has is shown. 管理サーバの装置管理モジュールが実施するLPAR作成処理のフローチャートの一部である。It is a part of flowchart of the LPAR creation process which the apparatus management module of a management server implements. 管理サーバの装置管理モジュールが実施するLPAR作成処理のフローチャートの残りである。It is the remainder of the flowchart of the LPAR creation process performed by the device management module of the management server. LPARマイグレーション処理のフローチャートである。It is a flowchart of a LPAR migration process. 実施例2に係る管理サーバが有するリソースグループ管理表の構成例を示す。10 shows a configuration example of a resource group management table that a management server according to a second embodiment has. 実施例2に係るLPAR作成処理のうちの実施例1に係るLPAR作成処理との相違点を示す。The difference from the LPAR creation processing according to the first embodiment in the LPAR creation processing according to the second embodiment will be described. 実施例3に係るホストコンピュータが有するLPAR稼動スケジュール管理表の構成例を示す。10 shows a configuration example of an LPAR operation schedule management table possessed by a host computer according to a third embodiment.
実施例3に係るLPARスケジューリング処理(ホストグループの作成及び削除を含む)を模式的に示す。10 schematically shows LPAR scheduling processing (including creation and deletion of a host group) according to a third embodiment.
 以下、図面を参照して、実施例を説明する。 Hereinafter, embodiments will be described with reference to the drawings.
 なお、以下の説明で、は「aaa表」、及び「aaaリスト」等の表現にて実施例の情報を説明するが、これらは表及びリスト等のデータ構造以外で表現されていてもよい。そのため、データ構造に依存しないことを示すために、「aaa表」及び「aaaリスト」等を「aaa情報」と呼ぶことができる。 In the following description, the information of the embodiment will be described using expressions such as “aaa table” and “aaa list”, but these may be expressed in other than data structures such as tables and lists. Therefore, “aaa table”, “aaa list”, and the like can be referred to as “aaa information” to indicate that they do not depend on the data structure.
 また、以下の説明では、各情報の要素の識別情報の一例として、「名前」及び「ID」の少なくとも1つを用いるが、これらについては互いに置換が可能である。 Also, in the following description, at least one of “name” and “ID” is used as an example of identification information of each information element, and these can be replaced with each other.
 また、以下の説明では、同種の要素を区別しないで説明する場合には名称及び参照符号を使用し(例えばホストコンピュータ10000)、同種の要素を区別して説明する場合にはその要素に割り振られた識別情報を使用する(例えばHOST1)を使用することがある。 Further, in the following description, when explaining without distinguishing the same type of elements, names and reference signs are used (for example, the host computer 10000), and when explaining the same kind of elements separately, they are assigned to the elements. The identification information may be used (for example, HOST1).
 また、以下の説明では、「プログラム」を主語として処理の説明を行う場合があるが、プログラムはプロセッサによって実行されることで定められた処理をメモリ及び通信ポート(通信制御装置)を用いながら行うため、当該処理の説明は、プロセッサを主語とした処理の説明としてもよい。また、プログラムを主語として開示された処理は、そのプログラムを実行するプロセッサを有する装置(例えば、管理システム又はストレージ装置)が行う処理としてもよい。また、プログラムの一部または全ては専用ハードウェアによって実現されてもよい。また、各種プログラムはプログラム配布サーバや記憶メディアによって各計算機にインストールされてもよい。 In the following description, the process may be described with “program” as the subject, but the program performs the process defined by being executed by the processor using the memory and the communication port (communication control device). Therefore, the description of the processing may be a description of processing with the processor as the subject. Further, the processing disclosed with the program as the subject may be processing performed by a device (for example, a management system or a storage device) having a processor that executes the program. Further, part or all of the program may be realized by dedicated hardware. Various programs may be installed in each computer by a program distribution server or a storage medium.
 図1は、実施例1に係る計算機システムの物理的構成を示す。 FIG. 1 shows a physical configuration of a computer system according to the first embodiment.
 計算機システムは、ストレージ装置20000と、複数のホストコンピュータ10000とを有する。ストレージ装置20000と複数のホストコンピュータ10000がPCIeバス46000で互いに接続されている。複数のホストコンピュータ10000が、サーバシャーシ15000に搭載されている。ストレージ装置20000及び複数のホストコンピュータ10000が管理ネットワーク45000を介して管理サーバ30000が接続されている。管理ネットワーク45000に、管理サーバ30000の管理クライアント35000と、サーバシャーシ15000に搭載のサービスプロセッサ(SVP)16000も接続されている。管理ネットワーク45000は、LAN(Local Area Network)のような通信ネットワークである。 The computer system has a storage device 20000 and a plurality of host computers 10000. A storage device 20000 and a plurality of host computers 10000 are connected to each other by a PCIe bus 46000. A plurality of host computers 10000 are mounted on the server chassis 15000. A storage server 20000 and a plurality of host computers 10000 are connected to a management server 30000 via a management network 45000. A management client 35000 of the management server 30000 and a service processor (SVP) 16000 mounted on the server chassis 15000 are also connected to the management network 45000. The management network 45000 is a communication network such as a LAN (Local Area Network).
 ホストコンピュータ10000は、例えば、図示しないクライアントコンピュータからファイルのI/O要求を受信し、それに基づいてストレージ装置20000へのアクセスを行う(ストレージ装置20000にI/O要求を送信する)。サーバシャーシ15000の内部には、内蔵ネットワーク(例えばLAN)47000が存在する。また、サービスプロセッサ16000は、コントローラの一例であり、内部ネットワーク47000を介して、各ホストコンピュータ10000を管理する。サービスプロセッサ16000が、LPARのマイグレーション元及びマイグレーション先のホストコンピュータ10000の少なくとも一方にフェイルオーバ指示を出してよい。フェイルオーバ指示は、マイグレーション元のホストコンピュータからLPARをマイグレーション先のホストコンピュータにマイグレーションする指示であり、例えば、フェイルオーバ(マイグレーション)対象のLPARのIDと、フェイルオーバ元のホストコンピュータのIDと、マイグレーション先のホストコンピュータのIDとを含んでよい。サービスプロセッサ16000は、サーバシャーシ15000内部の保守ポート16100と内部バス等の回路を介して相互に接続されている。保守ポート16100に保守用端末を直接接続することで、管理者は管理ネットワーク45000を介することなくサービスプロセッサ16000を操作することができる。 The host computer 10000 receives, for example, a file I / O request from a client computer (not shown) and accesses the storage device 20000 based on the request (transmits an I / O request to the storage device 20000). A built-in network (for example, LAN) 47000 exists inside the server chassis 15000. The service processor 16000 is an example of a controller, and manages each host computer 10000 via the internal network 47000. The service processor 16000 may issue a failover instruction to at least one of the LPAR migration source and migration destination host computers 10000. The failover instruction is an instruction for migrating the LPAR from the migration source host computer to the migration destination host computer. For example, the failover (migration) target LPAR ID, the failover source host computer ID, and the migration destination host And a computer ID. The service processor 16000 is connected to the maintenance port 16100 inside the server chassis 15000 via a circuit such as an internal bus. By directly connecting a maintenance terminal to the maintenance port 16100, the administrator can operate the service processor 16000 without going through the management network 45000.
 管理サーバ30000は、管理システムの一例であり、管理ネットワーク45000を介して、計算機システムを管理する。管理サーバ30000も、LPARのマイグレーション元及びマイグレーション先のホストコンピュータ10000の少なくとも一方にフェイルオーバ指示を出すことができる。言い換えれば、各ホストコンピュータ10000が、サービスプロセッサ16000及び管理サーバ30000の少なくとも一方からフェイルオーバ指示を受けることができる。これにより、サーバシャーシ15000内で、サービスプロセッサ16000が所定のイベントを検出して管理サーバ30000からの指示無しに自動的にフェイルオーバを行うこともできるし、管理サーバ30000からの指示を受けて(例えば、管理クライアント35000の操作者(管理者)によるマニュアル操作に応答して)フェイルオーバを行うこともできる。 The management server 30000 is an example of a management system, and manages the computer system via the management network 45000. The management server 30000 can also issue a failover instruction to at least one of the LPAR migration source and migration destination host computers 10000. In other words, each host computer 10000 can receive a failover instruction from at least one of the service processor 16000 and the management server 30000. As a result, the service processor 16000 can detect a predetermined event in the server chassis 15000 and automatically perform a failover without an instruction from the management server 30000. In response to an instruction from the management server 30000 (for example, Failover can also be performed in response to a manual operation by the operator (administrator) of the management client 35000.
 管理クライアント35000は、管理ネットワーク45000を介して、管理サーバ30000のGUI表示処理モジュール32300と通信し、WEBブラウザ上に各種情報を表示する計算機である。管理者は管理クライアント上のWEBブラウザに表示された情報を参照することで、計算機システム内の装置を管理する。ただし、管理サーバ30000と、管理クライアント35000は1台のサーバから構成されていてもよい。 The management client 35000 is a computer that communicates with the GUI display processing module 32300 of the management server 30000 via the management network 45000 and displays various information on the WEB browser. The administrator manages devices in the computer system by referring to information displayed on the WEB browser on the management client. However, the management server 30000 and the management client 35000 may be configured by one server.
 図2は、ホストコンピュータ10000の構成例を示す。 FIG. 2 shows a configuration example of the host computer 10000.
 ホストコンピュータ10000は、管理ネットワーク45000に接続される管理ポート11100と、内部ネットワーク47000に接続されるポート11000と、PCIeバスを介してストレージ装置20000に接続される1以上のI/Oポート14000と、メモリ13000と、プロセッサ12000とを有し、これらが内部バス等の回路を介して相互に接続される。プロセッサ12000は、1以上のプロセッサで構成されてよい。メモリ13000は、1以上のメモリで構成されてよく、また、補助記憶デバイスのような記憶デバイスを含んでよい。 The host computer 10000 includes a management port 11100 connected to the management network 45000, a port 11000 connected to the internal network 47000, one or more I / O ports 14000 connected to the storage device 20000 via the PCIe bus, A memory 13000 and a processor 12000 are included, and these are connected to each other via a circuit such as an internal bus. The processor 12000 may be composed of one or more processors. The memory 13000 may be configured with one or more memories and may include a storage device such as an auxiliary storage device.
 メモリ13000には、オペレーティングシステム13100と、LPAR管理プログラム13200と、I/Oポート管理表13300と、LPAR管理表13400と、LPAR稼動スケジュール管理表13500と、が格納される。 The memory 13000 stores an operating system 13100, an LPAR management program 13200, an I / O port management table 13300, an LPAR management table 13400, and an LPAR operation schedule management table 13500.
 LPAR管理プログラム13200は、オペレーティングシステム13100から提供されたプロセッサ12000及びメモリ13000のような物理資源(コンピュータリソース)を論理的に分割し、LPARを作成する。LPARは、管理計算機と呼ぶこともできる。LPAR管理プログラム13200が作成したLPARは、PCIeバス46000を介して、ホストコンピュータ10000に接続されたストレージ装置20000上の論理ボリュームを、記憶領域として認識する。 The LPAR management program 13200 logically divides physical resources (computer resources) such as the processor 12000 and the memory 13000 provided from the operating system 13100 to create an LPAR. The LPAR can also be called a management computer. The LPAR created by the LPAR management program 13200 recognizes a logical volume on the storage apparatus 20000 connected to the host computer 10000 as a storage area via the PCIe bus 46000.
 なお、図2では、LPAR管理プログラム13200がメモリ13000に存在するものとして記載したが、LPAR管理プログラムが存在せず、オペレーティングシステム13100から提供された記憶領域を使用し、当該記憶領域に対しI/Oを行う業務アプリケーションが代わりに存在しても良い。つまり、LPARを構築できない(実行できない)ホストコンピュータ10000が存在し得る。 In FIG. 2, the LPAR management program 13200 is described as existing in the memory 13000. However, the LPAR management program does not exist and the storage area provided by the operating system 13100 is used, and the I / O is stored in the storage area. A business application that performs O may exist instead. That is, there may be a host computer 10000 that cannot construct (execute) an LPAR.
 また、図2では、LPAR管理プログラム13200がメモリ13000に存在するものとして記載したが、LPAR管理プログラムの代わりに仮想化制御プログラムが存在し、仮想化制御プログラムが、プロセッサ12000及びメモリ13000のような物理資源を抽象化及び標準化して、仮想マシンに仮想的なハードウェアを提供する形態をとってもよい。その場合、以下の説明におけるLPARが仮想マシンに、仮想化制御プログラムがLPAR管理プログラムに相当する。 In FIG. 2, the LPAR management program 13200 is described as existing in the memory 13000, but a virtualization control program exists instead of the LPAR management program, and the virtualization control program includes the processor 12000 and the memory 13000. It may take the form of providing virtual hardware to a virtual machine by abstracting and standardizing physical resources. In that case, the LPAR in the following description corresponds to a virtual machine, and the virtualization control program corresponds to an LPAR management program.
 図3は、ストレージ装置20000の構成例を示す。 FIG. 3 shows a configuration example of the storage apparatus 20000.
 ストレージ装置20000は、ストレージシステムの一例であり、PCIeバス46000を介してホストコンピュータ10000に接続するための複数のストレージポート21000と、管理ネットワーク45000を介して管理サーバ30000に接続するための管理ポート21100と、プログラムや管理情報を格納するためのメモリ23000と、データを格納するためのRAID(RAID(Redundant Arrays of Inexpensive (or Independent) Disks、)グループ24010と、それらに接続されデータや管理メモリ内の管理情報を制御するためのコントローラ25000とを有し、それらが内部バス等の回路を介して相互に接続される。メモリ23000は、1以上のメモリで構成されてよく、また、補助記憶デバイスのような記憶デバイスを含んでよい。 The storage device 20000 is an example of a storage system, and a plurality of storage ports 21000 for connecting to the host computer 10000 via the PCIe bus 46000 and a management port 21100 for connecting to the management server 30000 via the management network 45000. And a memory 23000 for storing programs and management information, a RAID (RAID (Redundant Arrays of Inexpensive (or Independent) Disks)) group 24010 for storing data, and the data and management memory in the memory And a controller 25000 for controlling management information, which are connected to each other via a circuit such as an internal bus, etc. The memory 23000 may be composed of one or more memories, and the auxiliary storage device. Memory like A device may be included.
 メモリ23000には、ディスク管理プログラム23100と、ポート管理表23200と、ホストグループ管理表23300と、RAIDグループ管理表23400と、ボリューム管理表23500と、ホストグループ-ボリューム関連管理表23600と、テーブルサイズ上限管理表23700と、が格納される。ディスク管理プログラム23100は、管理ポート21100を経由して管理サーバ30000と通信し、管理サーバ30000に対し、ポート管理表23200と、ホストグループ管理表23300と、RAIDグループ管理表23400と、ボリューム管理表23500と、ホストグループ-ボリューム関連管理表23600と、テーブルサイズ上限管理表23700とのうちの少なくとも1つの表が有する情報を、ストレージ装置20000に提供する。 The memory 23000 includes a disk management program 23100, a port management table 23200, a host group management table 23300, a RAID group management table 23400, a volume management table 23500, a host group-volume related management table 23600, and a table size upper limit. The management table 23700 is stored. The disk management program 23100 communicates with the management server 30000 via the management port 21100, and with respect to the management server 30000, the port management table 23200, the host group management table 23300, the RAID group management table 23400, and the volume management table 23500. And the information included in at least one of the host group-volume related management table 23600 and the table size upper limit management table 23700 is provided to the storage apparatus 20000.
 RAIDグループ24010は、複数の不揮発記憶デバイス24220によって構成されている。RAIDグループ24010に代えて1つの不揮発記憶デバイス24220が採用されてもよい。RAIDグループ24010のような1以上の不揮発記憶デバイス24220を基に論理ボリューム24110が提供される。少なくとも1つの論理ボリューム24110は、Thin Provisioningに従う仮想ボリュームのような仮想的な論理ボリュームでもよい。 The RAID group 24010 includes a plurality of nonvolatile storage devices 24220. Instead of the RAID group 24010, one non-volatile storage device 24220 may be employed. A logical volume 24110 is provided based on one or more nonvolatile storage devices 24220 such as a RAID group 24010. The at least one logical volume 24110 may be a virtual logical volume such as a virtual volume according to Thin Provisioning.
 コントローラ25000は、その内部に、ストレージ装置20000内の制御を行うプロセッサや、ホストコンピュータ10000との間でやりとりするデータを一時的に記憶するキャッシュメモリを有する。そして、それぞれのコントローラ25000は、ストレージポート21000とRAIDグループ24010の間に介在し、両者の間でデータの受け渡しを行う。 The controller 25000 includes a processor that controls the storage device 20000 and a cache memory that temporarily stores data exchanged with the host computer 10000. Each controller 25000 is interposed between the storage port 21000 and the RAID group 24010, and exchanges data between them.
 なお、ストレージ装置20000は、ホストコンピュータ10000に提供した論理ボリューム24110を指定したアクセス要求(I/O要求を指す)を受信しその論理ボリューム24110(例えばその論理ボリューム24110の基になっている記憶デバイス)への読み書きを行うストレージコントローラと、記憶領域を提供する前述の記憶デバイスを含めば、図3及び上記説明以外の構成でもよく、例えば、ストレージコントローラと記憶領域を提供する記憶デバイスが別な筐体に格納されていてもよい。例えば、メモリ23000とコントローラ25000とがストレージコントローラであってもよい。また、ストレージコントローラと記憶デバイスが同じ筐体に存在する場合または別な筐体を含む表現として、ストレージ装置をストレージシステムと呼び変えても良い。また、ストレージシステムは、複数のストレージ装置であってもよい。 The storage system 20000 receives an access request (indicating an I / O request) specifying the logical volume 24110 provided to the host computer 10000 and receives the logical volume 24110 (for example, the storage device that is the basis of the logical volume 24110) 3 and the above-described storage device that provides the storage area, configurations other than those described in FIG. 3 and the above description may be used. For example, the storage controller and the storage device that provides the storage area are in separate housings. It may be stored in the body. For example, the memory 23000 and the controller 25000 may be storage controllers. Further, when the storage controller and the storage device exist in the same casing, or as an expression including another casing, the storage apparatus may be referred to as a storage system. The storage system may be a plurality of storage devices.
 図4は、管理サーバ30000の構成例を示す。 FIG. 4 shows a configuration example of the management server 30000.
 管理サーバ30000は、管理システムの一例であり、管理ネットワーク45000に接続するための管理ポート31000と、プロセッサ31100と、記憶資源33000と、後述する処理結果を出力するためのディスプレイ装置等の出力デバイス31200と、管理者が指示を入力するためのキーボード等の入力デバイス31300とを有し、これらが内部バス等の回路を介して相互に接続される。なお、記憶資源33000は、1以上のメモリ(例えば半導体メモリ)でもよいし、不揮発記憶デバイスが混在してよい。 The management server 30000 is an example of a management system, and a management port 31000 for connecting to the management network 45000, a processor 31100, a storage resource 33000, and an output device 31200 such as a display device for outputting processing results to be described later. And an input device 31300 such as a keyboard for an administrator to input instructions, which are connected to each other via a circuit such as an internal bus. Note that the storage resource 33000 may be one or more memories (for example, a semiconductor memory) or a mixture of non-volatile storage devices.
 記憶資源33000には管理プログラム32000が格納される。管理プログラム32000は、装置管理モジュール32100と、装置通信モジュール32200と、GUI表示処理モジュール32300と、を含む。なお、各モジュールは、記憶資源33000のプログラムモジュールとして提供されているが、ハードウェアモジュールとして提供されるものであっても良い。また、管理プログラム32000は各モジュールの処理を実現できるのであれば、モジュールによって構成されなくてもよい。言い方を変えれば、以下の説明における各モジュールについての説明は管理プログラム32000に関する説明と置き換えてもよいということである。 The management program 32000 is stored in the storage resource 33000. The management program 32000 includes a device management module 32100, a device communication module 32200, and a GUI display processing module 32300. Each module is provided as a program module of the storage resource 33000, but may be provided as a hardware module. Further, the management program 32000 may not be configured by modules as long as the processing of each module can be realized. In other words, the description of each module in the following description may be replaced with the description related to the management program 32000.
 記憶資源33000には、さらに、装置管理表33200と、ホスト-ストレージパス管理表33300と、構成表93400とが格納されている。構成表93400には構成情報が格納される。構成情報の例としては、装置通信モジュール32200が管理対象の各ホストコンピュータ10000から収集してきたI/Oポート管理表13300の各項目と、LPAR管理表13400の各項目と、LPAR稼動スケジュール管理表13500の各項目と、管理対象の各ストレージから収集してきたポート管理表23200の各項目と、ホストグループ管理表23300の各項目と、RAIDグループ管理表23400の各項目と、ボリューム管理表23500の各項目と、ホストグループ-ボリューム関連管理表23600の各項目と、テーブルサイズ上限管理表23700の各項目とを含んでよい。なお、構成表93400には、管理対象装置の全ての表、または表中の全ての項目を格納しなくてもよい。また、構成表93400が格納する各項目のデータ表現形式及びデータ構造は、管理対象装置と同じでなくてもよい。また、管理プログラム32000が管理対象装置からこれら各項目を受信する場合、管理対象装置のデータ構造やデータ表現形式で受信してもよい。 The storage resource 33000 further stores a device management table 33200, a host-storage path management table 33300, and a configuration table 93400. Configuration information is stored in the configuration table 93400. As an example of the configuration information, each item of the I / O port management table 13300 collected from each host computer 10000 managed by the device communication module 32200, each item of the LPAR management table 13400, and the LPAR operation schedule management table 13500 , Each item of the port management table 23200 collected from each managed storage, each item of the host group management table 23300, each item of the RAID group management table 23400, and each item of the volume management table 23500 And each item of the host group-volume relation management table 23600 and each item of the table size upper limit management table 23700. The configuration table 93400 may not store all the tables of the management target device or all the items in the table. The data representation format and data structure of each item stored in the configuration table 93400 may not be the same as that of the management target device. When the management program 32000 receives these items from the management target device, the management program 32000 may receive the items in the data structure or data representation format of the management target device.
 装置通信モジュール32200は、管理下の管理対象装置に定期的又は繰り返しアクセスし、管理対象装置内の各コンポーネントの構成情報を取得する。なお、当該実行指示を繰り返し出す場合は厳密に一定期間毎である必要は無く、繰り返しさえしていればよい。また、装置通信モジュール32200は、管理者からの要求に応じて、管理下の管理対象装置に対して構成変更を指示する。管理対象装置に対して構成変更を指示した後は、管理対象装置内の各コンポーネントの構成情報を再取得し、構成表93400に格納された構成情報を最新の状態に保つ。 The device communication module 32200 periodically or repeatedly accesses the managed device under management, and acquires configuration information of each component in the managed device. It should be noted that when the execution instruction is repeatedly issued, it is not necessarily strictly every fixed period, and it is only necessary to repeat it. Further, the device communication module 32200 instructs the managed device under management to change the configuration in response to a request from the administrator. After instructing the management target device to change the configuration, the configuration information of each component in the management target device is reacquired, and the configuration information stored in the configuration table 93400 is kept up-to-date.
 GUI表示処理モジュール32300は、入力デバイス31300を介した管理者からの要求に応じ、取得した構成管理情報を、出力デバイス31200を介して表示する。なお、入力デバイスと出力デバイスは別々なデバイスでもよく、一つ以上のまとまったデバイスでもよい。 The GUI display processing module 32300 displays the acquired configuration management information via the output device 31200 in response to a request from the administrator via the input device 31300. The input device and the output device may be separate devices, or one or more integrated devices.
 なお、管理サーバ(管理計算機)は、例えば、入出力デバイスとして、ディスプレイとキーボードとポインタデバイス等を有しているが、これ以外の装置であってもよい。また、入出力デバイスの代替としてシリアルインターフェースやイーサーネットインターフェースを用い、当該インターフェースにディスプレイ又はキーボード又はポインタデバイスを有する表示用計算機(例えば、管理クライアント35000)を接続し、表示用情報を表示用計算機に送信したり、入力用情報を表示用計算機から受信することで、表示用計算機で表示を行ったり、入力を受け付けることで入出力デバイスでの入力及び表示を代替してもよい。 The management server (management computer) has, for example, a display, a keyboard, a pointer device, and the like as input / output devices, but may be other devices. Further, a serial interface or an Ethernet interface is used as an alternative to the input / output device, and a display computer (for example, a management client 35000) having a display, a keyboard, or a pointer device is connected to the interface, and the display information is connected to the display computer. The input and display on the input / output device may be substituted by transmitting or receiving input information from the display computer to display on the display computer or accepting input.
 本明細書では、計算機システム(情報処理システム)を管理し、表示用情報を表示する1つ以上の計算機の集合を「管理システム」と呼ぶことができる。表示デバイス又は遠隔の表示用計算機に表示用情報を表示する管理計算機を管理システムと呼ぶことができ、管理計算機と表示用計算機(例えば図1の管理クライアント35000)の組み合わせも管理システムと呼ぶことができる。また、処理の高速化や高信頼化のために複数の計算機で管理計算機と同等の処理を実現してもよく、この場合は複数の計算機(表示用計算機を含んでよい)を管理システムと呼ぶことができる。 In this specification, a set of one or more computers that manage a computer system (information processing system) and display display information can be referred to as a “management system”. A management computer that displays display information on a display device or a remote display computer can be called a management system, and a combination of a management computer and a display computer (for example, the management client 35000 in FIG. 1) can also be called a management system. it can. Further, in order to increase the processing speed and reliability, a plurality of computers may realize processing equivalent to that of the management computer. In this case, a plurality of computers (including display computers) are referred to as a management system. be able to.
 図5は、複数のホストコンピュータ10000とストレージ装置20000の接続構成例を示す。 FIG. 5 shows a connection configuration example of a plurality of host computers 10000 and a storage apparatus 20000.
 HOST1~HOST3が有するPORT11~PORT16(複数のI/Oポート14000)が、それぞれ、PCIeバス46000を介して、ストレージ装置(SYS1)20000が有するPORT1~PORT6(複数のストレージポート21000)に接続されている。本実施例では、PCIeバスによりホストコンピュータ及びストレージのI/Oポート間が接続されているものとしているが、ホストコンピュータ及びストレージのI/Oポートが1対1に接続されていればよく、FCケーブルなど他の手段により接続されていてもよい。ホストコンピュータ及びストレージ装置のI/Oポートを接続するPCIeバスは、1I/Oポートあたり1本である必要はなく、1つのPCIeバスを複数のI/Oポートが共有していてもよい。 PORT11 to PORT16 (multiple I / O ports 14000) of HOST1 to HOST3 are connected to PORT1 to PORT6 (multiple storage ports 21000) of storage device (SYS1) 20000 via PCIe bus 46000, respectively. Yes. In this embodiment, the host computer and storage I / O ports are connected by the PCIe bus, but the host computer and storage I / O ports need only be connected one-to-one. It may be connected by other means such as a cable. The number of PCIe buses connecting the I / O ports of the host computer and the storage device is not necessarily one per I / O port, and a plurality of I / O ports may be shared by one PCIe bus.
 図5を参照して、本実施例の概要の一例を説明する。VOL1が、第1の論理ボリュームの一例であり、アクセス制御リスト21050が、第1のアクセス制御リストの一例であり、PORT11~PORT16の各々が、I/Oポート(物理ホストポート)14000の一例であり、PORT1~PORT6の各々が、ストレージストレージポート21000の一例であり、LPAR1が、第1のLPARの一例である。LPAR1が、仮想ホストポートを有し、仮想ホストポートにVWWN1が割り当てられている。VWWNは、仮想ホストポートのWWN(World Wide Name)である。 An example of the outline of the present embodiment will be described with reference to FIG. VOL1 is an example of the first logical volume, the access control list 21050 is an example of the first access control list, and each of the PORT11 to PORT16 is an example of the I / O port (physical host port) 14000. Each of PORT1 to PORT6 is an example of a storage storage port 21000, and LPAR1 is an example of a first LPAR. LPAR1 has a virtual host port, and VWWN1 is assigned to the virtual host port. VWWN is the WWN (World Wide Name) of the virtual host port.
 ストレージシステムが、例えば管理サーバ30000からの指示により、LPAR1が用いるVOL1に対するアクセスが許可されるLPAR1のVWWN1を記述したアクセス制御リスト21050を、複数のストレージポート(I/Oポート)21000のうちの少なくとも2つのストレージポートの各々に適用する。少なくとも2つのストレージポートは、LPAR1を実行するHOST1のPORT11に接続されたPORT1と、LPAR1のマイグレーション先となり得るLPAR実行可能な他のホストコンピュータの物理ホストポートに接続されたストレージポートである。図5の例では、PORT1に加えて、PORT1以外の全てのストレージポートの各々に、アクセス制御リスト21050に適用される。LPAR1は、HOST2及びHOST3のいずれかにマイグレーションされ得る。 The storage system, for example, in accordance with an instruction from the management server 30000, displays an access control list 21050 describing VWWN1 of LPAR1 that is permitted to access VOL1 used by LPAR1. Applies to each of the two storage ports. The at least two storage ports are a PORT1 connected to the PORT11 of the HOST1 that executes the LPAR1, and a storage port connected to a physical host port of another host computer capable of executing the LPAR that can be a migration destination of the LPAR1. In the example of FIG. 5, the access control list 21050 is applied to all storage ports other than PORT 1 in addition to PORT 1. LPAR1 can be migrated to either HOST2 or HOST3.
 HOST2及びHOST3のいずれかが、LPARを構築できない(実行できない)ホストコンピュータであれば、そのホストコンピュータの物理ホストポートに接続されたストレージポートにはアクセス制御リスト21050に適用されないでよい。そのようなホストコンピュータはLPARのマイグレーション先とされ得ないからである。 If either HOST2 or HOST3 is a host computer that cannot construct (execute) an LPAR, it may not be applied to the access control list 21050 for a storage port connected to the physical host port of the host computer. This is because such a host computer cannot be a migration destination of LPAR.
 本実施例によれば、ホストI/Oポート(ホストコンピュータのI/Oポート)とストレージI/Oポート(ストレージ装置のI/Oポート)が直結された環境において、ストレージ装置の設定の変更無しにLPAR1がHOST2及びHOST3のいずれにマイグレーションされても、マイグレーション先のHOST2又はHOST3からLPAR1がVOL1にアクセスできる。 According to this embodiment, in the environment where the host I / O port (host computer I / O port) and the storage I / O port (storage device I / O port) are directly connected, there is no change in the storage device settings. Even if LPAR1 is migrated to either HOST2 or HOST3, LPAR1 can access VOL1 from the migration destination HOST2 or HOST3.
 図6は、ホストコンピュータ10000が有するI/Oポート管理表13300の構成例を示す。 FIG. 6 shows a configuration example of the I / O port management table 13300 that the host computer 10000 has.
 I/Oポート管理表13300は、装置ID(ホストコンピュータの識別子)を登録するフィールド13310と、ID(ホストコンピュータ内のI/Oポートの識別子)を登録するフィールド13320と、I/OポートのWWNを登録するフィールド13330と、I/Oポートの種別を登録するフィールド13340とを有する。図6によれば、例えば、HOST1がPORT11を有し、PORT11が、“11:00:00:00:00:00:00:01”というWWNを持ち、PORT11はPCIe用のI/Oポートである。 The I / O port management table 13300 includes a field 13310 for registering a device ID (host computer identifier), a field 13320 for registering an ID (I / O port identifier in the host computer), and an I / O port WWN. And a field 13340 for registering the type of I / O port. According to FIG. 6, for example, HOST 1 has PORT 11, PORT 11 has a WWN “11: 00: 00: 00: 00: 00: 01”, and PORT 11 is an I / O port for PCIe. is there.
 図7Aは、LPAR管理表13400の構成例を示す。図7Aは、HOST1のLPAR管理表13400の構成例を示す(図7Bについては後述)。なお、図7Aでは、プロセッサ数を「NP」と表記し、メモリサイズを「MS」と表記し、マイグレーション可否を「Flag」と表記している。 FIG. 7A shows a configuration example of the LPAR management table 13400. FIG. 7A shows a configuration example of the LPAR management table 13400 of HOST 1 (FIG. 7B will be described later). In FIG. 7A, the number of processors is expressed as “NP”, the memory size is expressed as “MS”, and whether migration is possible is expressed as “Flag”.
 LPAR管理表13400は、装置ID(ホストコンピュータの識別子)を登録するフィールド13410と、ID(ホストコンピュータ内でのLPARの識別子)を登録するフィールド13420と、プロセッサ数(LPARに割り当てられたプロセッサの数)を登録するフィールド13430と、メモリサイズ(LPARに割り当てられたメモリのサイズ)を登録するフィールド13440と、仮想WWN(LPARが持つ仮想ホストポートの仮想WWN)を登録するフィールド13450と、物理ポートID(LPARに割り当てられた物理ホストポートのID)を登録するフィールド13460と、状態(LPARがホストコンピュータ上で起動しているか否かの状態)を登録するフィールド13470と、LPARの他ホストへのマイグレーションの可否を登録するフィールド13480とを有する。図7Aによれば、HOST1上のLPAR1に、2個のプロセッサ、4GBのメモリ、及びPORT1が割り当てられ、LPAR1が、“12:00:00:00:00:00:00:01”という仮想WWNを有する仮想ホストポートを有する。 The LPAR management table 13400 includes a field 13410 for registering a device ID (host computer identifier), a field 13420 for registering an ID (identifier of LPAR in the host computer), and the number of processors (number of processors assigned to the LPAR). ), A field 13440 for registering the memory size (the size of the memory allocated to the LPAR), a field 13450 for registering the virtual WWN (virtual WWN of the virtual host port of the LPAR), and the physical port ID A field 13460 for registering (the ID of the physical host port assigned to the LPAR), a field 13470 for registering the state (whether or not the LPAR is activated on the host computer), and other hosts of the LPAR And a field 13480 for registering the migration flag for. According to FIG. 7A, two processors, 4 GB of memory, and PORT1 are allocated to LPAR1 on HOST1, and LPAR1 is a virtual WWN “12: 00: 00: 00: 00: 00: 01” Have virtual host ports.
 図8は、ストレージ装置20000が有するポート管理表23200の構成例を示す。 FIG. 8 shows a configuration example of the port management table 23200 that the storage apparatus 20000 has.
 ポート管理表23200は、装置ID(ストレージ装置の識別子)を登録するフィールド23210と、ID(ストレージ装置内のI/Oポートの識別子)を登録するフィールド23420と、WWN(ストレージ装置内のI/Oポートが有するWWN)を登録するフィールド23230と、種別(ストレージ装置内のI/Oポートの種別)を登録するフィールド23240とを有する。図8によれば、ストレージ装置(SYS1)上のPORT1が、“21:00:00:00:00:00:00:01”というWWNを有し、PORT1はPCIe用のI/Oポートである。 The port management table 23200 includes a field 23210 for registering a device ID (storage device identifier), a field 23420 for registering an ID (I / O port identifier in the storage device), and a WWN (I / O in the storage device). A field 23230 for registering the WWN possessed by the port, and a field 23240 for registering the type (type of I / O port in the storage apparatus). According to FIG. 8, PORT1 on the storage device (SYS1) has a WWN of “21: 00: 00: 00: 00: 00: 01”, and PORT1 is an I / O port for PCIe. .
 図9は、ストレージ装置20000が有するホストグループ管理表23300の構成例を示す。 FIG. 9 shows a configuration example of the host group management table 23300 that the storage apparatus 20000 has.
 ホストグループ管理表23300は、装置ID(ストレージ装置の識別子)を登録するフィールド23310と、ID(ホストグループの識別子)を登録するフィールド23320と、ポートID(ホストグループが関連付けられているストレージI/Oポートの識別子)を登録するフィールド23330と、接続許可WWN(ホストグループに登録されている仮想ポートのWWN)を登録するフィールド23340とを有する。ホストグループ管理表23300の1つのレコードが、アクセス制御リストの一例である。図9によれば、ストレージ装置(SYS1)内のホストグループ(HG1)に仮想WWN“12:00:00:00:00:00:00:01”が関連付けられており、PORT1に適用されたアクセス制御リストが、アクセスが許可されているLPARの仮想ホストポートのWWNとして仮想WWN“12:00:00:00:00:00:00:01”を有する。 The host group management table 23300 includes a field 23310 for registering a device ID (storage device identifier), a field 23320 for registering an ID (host group identifier), and a port ID (storage I / O associated with the host group). A field 23330 for registering a port identifier) and a field 23340 for registering a connection permission WWN (a WWN of a virtual port registered in the host group). One record of the host group management table 23300 is an example of an access control list. According to FIG. 9, the virtual WWN “12: 00: 00: 00: 00: 00: 01” is associated with the host group (HG1) in the storage device (SYS1), and the access applied to PORT1. The control list has a virtual WWN “12: 00: 00: 00: 00: 00: 01” as the WWN of the virtual host port of the LPAR to which access is permitted.
 図10は、ストレージ装置20000が有するRAIDグループ管理表23400の構成例を示す。 FIG. 10 shows a configuration example of the RAID group management table 23400 that the storage device 20000 has.
 RAIDグループ管理表23400は、装置ID(ストレージ装置の識別子)を登録するフィールド23410と、ID(RAIDグループの識別子)を登録するフィールド23420と、RAIDレベル(RAIDグループのRAIDレベル)を登録するフィールド23430と、PDEV ID(RAIDグループを構成する各不揮発記憶デバイスの識別子)を登録するフィールド23440と、容量(RAIDグループの容量)を登録するフィールド23450とを有する。図10によれば、ストレージ装置(SYS1)上のRAIDグループ(RG1)は、RAIDレベルがRAID1であり容量が100GBである。 The RAID group management table 23400 includes a field 23410 for registering a device ID (storage device identifier), a field 23420 for registering an ID (RAID group identifier), and a field 23430 for registering a RAID level (RAID group RAID level). And a field 23440 for registering a PDEV ID (identifier of each nonvolatile storage device constituting a RAID group) and a field 23450 for registering a capacity (capacity of a RAID group). According to FIG. 10, the RAID group (RG1) on the storage device (SYS1) has a RAID level of RAID1 and a capacity of 100 GB.
 図11は、ストレージ装置20000が有するボリューム管理表23500の構成例を示す。 FIG. 11 shows a configuration example of the volume management table 23500 that the storage device 20000 has.
 ボリューム管理表23500は、装置ID(ストレージ装置の識別子)を登録するフィールド23510と、ID(論理ボリュームの識別子)を登録するフィールド23520と、容量(論理ボリュームの容量)を登録するフィールド23530と、RAIDグループID(論理ボリュームの基になっているRAIDグループの識別子)を登録するフィールド23540と、ホストID(論理ボリュームの割当先ホストの識別子)を登録するフィールド23550と、LPAR ID(論理ボリュームの割当先LPARの識別子)を登録するフィールド23560とを有する。図11によれば、ストレージ装置(SYS1)のVOL1は、容量が20GBであり、RAIDグループ(RG1)が基になっており、HOST1のLPAR1に割り当てられている。 The volume management table 23500 includes a field 23510 for registering an apparatus ID (storage apparatus identifier), a field 23520 for registering ID (logical volume identifier), a field 23530 for registering capacity (logical volume capacity), and a RAID. A field 23540 for registering a group ID (identifier of a RAID group on which a logical volume is based), a field 23550 for registering a host ID (identifier of a logical volume allocation destination host), and an LPAR ID (logical volume allocation destination) Field 23560 for registering the identifier of the LPAR). According to FIG. 11, VOL1 of the storage device (SYS1) has a capacity of 20 GB, is based on the RAID group (RG1), and is assigned to LPAR1 of HOST1.
 図12は、ストレージ装置20000が有するホストグループ-ボリューム関連管理表23600の構成例を示す。 FIG. 12 shows a configuration example of the host group-volume related management table 23600 that the storage device 20000 has.
 ホストグループ-ボリューム関連管理表23600は、装置ID(ストレージ装置の識別子)を登録するフィールド23610と、ボリュームID(論理ボリュームの識別子)を登録するフィールド23620と、ホストグループID(論理ボリュームと関連付けられたホストグループの識別子)を登録するフィールド23630とを有する。図12によれば、ストレージ装置(SYS1)内のホストグループ(HG1)は、VOL1と関連付けられている。 The host group-volume relation management table 23600 includes a field 23610 for registering a device ID (storage device identifier), a field 23620 for registering a volume ID (logical volume identifier), and a host group ID (associated with a logical volume). And a field 23630 for registering a host group identifier). According to FIG. 12, the host group (HG1) in the storage apparatus (SYS1) is associated with VOL1.
 図13は、ストレージ装置20000が有するテーブルサイズ上限管理表23700の構成例を示す。 FIG. 13 shows a configuration example of the table size upper limit management table 23700 that the storage apparatus 20000 has.
 テーブルサイズ上限管理表23700は、装置ID(ストレージ装置の識別子)を登録するフィールド23710と、テーブル名(ストレージ装置内の管理表の名前)を登録するフィールド23720と、レコード上限数(管理表に定義可能なレコード数の最大値)を登録するフィールド23730とを有する。図13によれば、ホストグループ管理表23300には、1ストレージI/Oポートあたり256個のレコードを登録可能である。つまり、1つのストレージI/Oポートに適用可能なアクセス制御リストの数が256個である。 The table size upper limit management table 23700 includes a field 23710 for registering a device ID (storage device identifier), a field 23720 for registering a table name (management table name in the storage device), and a record upper limit number (defined in the management table). And a field 23730 for registering the maximum number of possible records). According to FIG. 13, 256 records can be registered per storage I / O port in the host group management table 23300. That is, the number of access control lists applicable to one storage I / O port is 256.
 図14Aは、管理サーバ30000が有する装置管理表33200の構成例を示す。 FIG. 14A shows a configuration example of the device management table 33200 that the management server 30000 has.
 ボリューム管理表23500は、装置ID(ホストコンピュータもしくはストレージ装置の識別子)を登録するフィールド33210と、種別(装置がホストコンピュータ及びストレージ装置のどちらであるか)を登録するフィールド33220と、管理IPアドレス(装置のIPアドレス)を登録するフィールド33230と、ホスト仮想化モード(ホストコンピュータにおいてLPAR管理プログラムが導入されホストコンピュータにLPARの構築が可能か否か)を登録するフィールド33240とを有する。図14Aによれば、HOST1のIPアドレスが“192.168.11.13”であり、HOST1にはLPAR管理プログラムが導入されている。なお、図14Bも装置管理表であるが、図14Bについては後述する。 The volume management table 23500 includes a field 33210 for registering a device ID (host computer or storage device identifier), a field 33220 for registering a type (whether the device is a host computer or a storage device), and a management IP address ( A field 33230 for registering the IP address of the apparatus, and a field 33240 for registering the host virtualization mode (whether the LPAR management program is installed in the host computer and the LPAR can be constructed in the host computer). According to FIG. 14A, the IP address of HOST1 is “192.168.11.13”, and the LPAR management program is installed in HOST1. 14B is also a device management table, but FIG. 14B will be described later.
 図15は、管理サーバ30000が有するホスト-ストレージパス管理表33300の構成例を示す。 FIG. 15 shows a configuration example of the host-storage path management table 33300 that the management server 30000 has.
 ホスト-ストレージパス管理表33300は、パスID(ホストI/OポートとストレージI/Oポート間を直結するPCIeバス等のパスの識別子)を登録するフィールド33310と、ストレージID(ストレージ装置の識別子)を登録するフィールド33320と、ポートID(ストレージI/Oポートの識別子)を登録するフィールド33330と、接続先ホストポートID(ストレージI/Oポートと直結するホストI/Oポートの識別子)を登録するフィールド33340と、接続先ホストID(ホストI/Oポートを有するホストコンピュータの識別子)を登録するフィールド33350とを有する。図15によれば、ストレージ装置(SYS1)のPORT1にHOST1のPORT11を直結するパス(PATH1)がある。 The host-storage path management table 33300 includes a field 33310 for registering a path ID (path identifier such as a PCIe bus that directly connects the host I / O port and the storage I / O port), and a storage ID (storage device identifier). Register field 33320, register port ID (storage I / O port identifier) field 33330, and connect destination host port ID (host I / O port identifier directly connected to storage I / O port). A field 33340, and a field 33350 for registering a connection destination host ID (an identifier of a host computer having a host I / O port). According to FIG. 15, there is a path (PATH 1) that directly connects the PORT 11 of the HOST 1 to the PORT 1 of the storage apparatus (SYS 1).
 なお、ホスト-ストレージパス管理表33300には、PCIeバス等によりホストI/OポートとストレージI/Oポート間が直結されたパスのみが登録されるものとする。FCスイッチに接続されているI/Oポートは、本表には登録されない。また、ホスト-ストレージパス管理表33300は、管理者が管理サーバ30000の入力デバイス34100を通じて入力するか、管理サーバ30000がストレージ装置20000より取得することで管理サーバ30000上に構築可能である。 In the host-storage path management table 33300, only paths in which a host I / O port and a storage I / O port are directly connected by a PCIe bus or the like are registered. The I / O port connected to the FC switch is not registered in this table. In addition, the host-storage path management table 33300 can be constructed on the management server 30000 by an administrator input through the input device 34100 of the management server 30000 or by the management server 30000 obtaining from the storage apparatus 20000.
 図16A及び図16Bは、管理サーバ30000の装置管理モジュール32100が実施するLPAR作成処理のフローチャートである。 FIGS. 16A and 16B are flowcharts of the LPAR creation process performed by the device management module 32100 of the management server 30000. FIG.
 装置管理モジュール32100は、GUI表示処理モジュール32300が提供するGUIを通じ、管理者から、LPARが定義されるホストコンピュータのIDと、定義される(作成される)LPARに割り当てたいプロセッサの数及びメモリのサイズの指定を受ける(ステップ61010)。 Through the GUI provided by the GUI display processing module 32300, the device management module 32100 receives the ID of the host computer in which the LPAR is defined, the number of processors to be allocated to the LPAR to be defined (created), and the memory from the administrator. The size is designated (step 61010).
 また、装置管理モジュール32100は、GUI表示処理モジュール32300が提供するGUIを通じ、管理者から、LPARに割り当てるホストI/OポートのIDの指定を受ける(ステップ61020)。LPARにホストI/Oポートが割り当てられることで、仮想ホストポート(仮想WWN)が割り当てられる。 In addition, the device management module 32100 receives the designation of the host I / O port ID assigned to the LPAR from the administrator through the GUI provided by the GUI display processing module 32300 (step 61020). By assigning a host I / O port to an LPAR, a virtual host port (virtual WWN) is assigned.
 次に、装置管理モジュール32100は、装置管理表33200を参照して、ステップ61010で指定されたホストコンピュータのIPアドレスを特定し、そのホスト上のLPAR管理プログラム13200に対し(特定されたIPアドレスを使用して)、LPAR作成指示を送信する(ステップ61030)。そのLPAR作成指示は、LPARを作成することの指示であり、例えば、LPARに割り当てたいプロセッサ数、メモリサイズ、ホストI/OポートIDを含む。なお、その指示の送信先ホストに、その指示に含まれるプロセッサ数及びメモリサイズ等が無い場合、又は、LPAR構築機能が無い場合(つまり送信先ホストに対応したホスト仮想化モードが“No”のホストの場合)、LPAR管理プログラム13200は装置管理モジュール32100に対しエラーメッセージを返してよい。 Next, the device management module 32100 refers to the device management table 33200, identifies the IP address of the host computer specified in Step 61010, and sends the specified IP address to the LPAR management program 13200 on that host. And LPAR creation instruction is transmitted (step 61030). The LPAR creation instruction is an instruction to create an LPAR, and includes, for example, the number of processors to be allocated to the LPAR, a memory size, and a host I / O port ID. If the instruction destination host does not have the number of processors and memory size included in the instruction, or if there is no LPAR construction function (that is, the host virtualization mode corresponding to the destination host is “No”). In the case of a host), the LPAR management program 13200 may return an error message to the device management module 32100.
 LPAR管理プログラム13200がそのLPAR作成指示に応答して正常にLPARを作成できた場合、LPAR管理プログラム13200は、LPAR管理表13400を更新する。これにより、作成されたLPARに対応するレコードがLPAR管理表13400に追加される(作成されたLPARの仮想WWN等がLPAR管理表13400に登録される)。装置管理モジュール32100は、LPAR管理プログラム13200から、作成されたLPARに割り当てられた仮想WWNの通知を受ける(ステップ61040)。 When the LPAR management program 13200 has successfully created the LPAR in response to the LPAR creation instruction, the LPAR management program 13200 updates the LPAR management table 13400. As a result, a record corresponding to the created LPAR is added to the LPAR management table 13400 (a virtual WWN or the like of the created LPAR is registered in the LPAR management table 13400). The device management module 32100 receives a notification of the virtual WWN assigned to the created LPAR from the LPAR management program 13200 (step 61040).
 次に、装置管理モジュール32100は、ホスト-ストレージパス管理表33300を参照し、ホストID列が、ステップ61010で指定されたホストIDと合致し、且つ、ポートIDが、ステップ61020で指定されたホストI/OポートIDと合致するレコードを検索する(ステップ61050)。 Next, the device management module 32100 refers to the host-storage path management table 33300, the host ID column matches the host ID specified in step 61010, and the port ID is the host specified in step 61020. A record matching the I / O port ID is searched (step 61050).
 該当するレコードが存在しない場合(ステップ61060:No)、LPAR作成処理が終了する。このケースは、例えば、当該ホストI/OポートはSANに接続されているケースが考えられる。このケースでは、例えば、管理者が、別途、通常のSAN運用での法とグループ作成を行うことができる。 If there is no corresponding record (step 61060: No), the LPAR creation process ends. In this case, for example, the host I / O port may be connected to the SAN. In this case, for example, the administrator can separately create a law and a group in normal SAN operation.
 該当するレコードが存在する場合(ステップ61060:Yes)、装置管理モジュール32100は、ホスト-ストレージパス管理表33300を参照し、ステップ61020で指定されたホストI/Oポートと直結しているストレージI/OポートのID及びそのストレージI/Oポートを有するストレージのIDを特定する(ステップ61070)。つまり、このステップ61070で特定されるストレージI/Oポートは、作成されたLPARを有するホストのホストI/Oポートに直結されたストレージI/Oポートである。 When the corresponding record exists (step 61060: Yes), the device management module 32100 refers to the host-storage path management table 33300 and stores the storage I / O directly connected to the host I / O port specified in step 61020. The ID of the O port and the ID of the storage having the storage I / O port are specified (step 61070). That is, the storage I / O port specified in step 61070 is a storage I / O port directly connected to the host I / O port of the host having the created LPAR.
 次に、装置管理モジュール32100は、ホスト-ストレージパス管理表33300と装置管理表33200を参照し、ホスト仮想化モードが“Yes”のホストのホストI/Oポートと直結しているストレージI/Oポートを特定する(ステップ61080)。これにより、後のステップの処理において、ホスト仮想化モードが“No”のホストのホストI/Oポートと直結しているストレージI/Oポートに、作成されたLPARの仮想WWNが記述されたアクセス制御リストが適用されることが無く、それにより、適用されるアクセス制御リストの数が上限数に達する可能性を軽減できる。なお、このステップ61080で特定されるストレージI/Oポートは、作成されたLPARのマイグレーション先となり得るホストのホストI/Oポートに直結されたストレージI/Oポートである。 Next, the device management module 32100 refers to the host-storage path management table 33300 and the device management table 33200, and the storage I / O directly connected to the host I / O port of the host whose host virtualization mode is “Yes”. A port is identified (step 61080). As a result, in the processing of the subsequent step, the access in which the created LPAR virtual WWN is described in the storage I / O port directly connected to the host I / O port of the host whose host virtualization mode is “No” No control list is applied, thereby reducing the possibility that the number of applied access control lists will reach the upper limit. Note that the storage I / O port specified in step 61080 is a storage I / O port directly connected to the host I / O port of the host that can be the migration destination of the created LPAR.
 次に、装置管理モジュール32100は、装置管理表33200を参照し、ステップ61070で特定したストレージ装置のIPアドレスを特定する。そして、装置管理モジュール32100は、ステップ61070で特定したストレージ装置から(特定したIPアドレスを使用して)、テーブルサイズ上限管理表23700を参照し、ホストグループ管理表23300についてのレコード上限数を特定する(ステップ61090)。 Next, the device management module 32100 refers to the device management table 33200 and identifies the IP address of the storage device identified in step 61070. Then, the device management module 32100 refers to the table size upper limit management table 23700 from the storage device identified in step 61070 (using the identified IP address), and identifies the record upper limit number for the host group management table 23300. (Step 61090).
 そして、装置管理モジュール32100は、ステップ61070及び61080で特定したストレージI/Oポート毎に、ホストグループ数、言い換えれば、そのストレージI/OポートのIDを有するレコード(ホストグループ管理表23300におけるレコード)の数を特定する(ステップ61100)。つまり、この61100では、作成されたLPARを有するホストのホストI/Oポートに直結されたストレージI/Oポートと、作成されたLPARのマイグレーション先となり得るホストのホストI/Oポートに直結されたストレージI/Oポートの各々について、適用済のアクセス制御リスト数が特定される。 Then, the device management module 32100 records, for each storage I / O port specified in steps 61070 and 61080, the number of host groups, in other words, a record having the ID of the storage I / O port (record in the host group management table 23300). Is identified (step 61100). In other words, in this 61100, the storage I / O port directly connected to the host I / O port of the host having the created LPAR and the host I / O port of the host that can be the migration destination of the created LPAR are directly connected. The number of applied access control lists is specified for each storage I / O port.
 装置管理モジュール32100は、ステップ61070及び61080で特定したストレージI/Oポート毎に、ステップ61100で特定したレコード数(ホストグループ数)がステップ61090で特定したレコード上限数に達しているか否かを判定する(ステップ61110)。 The device management module 32100 determines, for each storage I / O port specified in steps 61070 and 61080, whether the number of records (number of host groups) specified in step 61100 has reached the upper limit number of records specified in step 61090. (Step 61110).
 ステップ61070で特定したストレージI/Oポートとステップ61080で特定した少なくとも1つのストレージI/Oポートとのそれぞれについて、ホストグループ数(アクセス制御リスト)がレコード上限数に達していない場合(ステップ61110:No)、装置管理モジュール32100は、ホストのLPAR管理プログラム13200に対し、ステップ61030で作成したLPARのマイグレーション可否を「可」に設定するよう指示する(ステップ61120)。LPAR管理プログラム13200は、装置管理モジュール32100からの指示に従いLPAR管理表13400を更新する。すなわち、LPAR管理プログラム13200は、LPAR管理表13400における、ステップ61030で作成したLPARのマイグレーション可否を、「可」に設定する。次に、装置管理モジュール32100は、ステップ61070及び61080で特定したストレージI/Oポートのうちの対象ストレージI/Oポート(ホストグループ数がレコード上限数に達していないストレージI/Oポート)を有するストレージ装置のディスク管理プログラム23100に対し、対象ストレージI/Oポートにステップ61040で特定した仮想WWNを接続許可WWNとするホストグループを作成するよう指示する(ステップ61130)。つまり、装置管理モジュール32100は、ストレージ装置に、ステップ61080で特定したストレージI/Oポートにステップ61040で特定した仮想WWNを記述したアクセス制御リストを適用するよう指示する。ディスク管理プログラム23100は、装置管理モジュール32100からの指示に従い、ホストグループ管理表23300を更新する。すなわち、ディスク管理プログラム23100は、ホストグループ管理表23300における、対象ストレージI/Oポートに対応した接続許可WWNとしてステップ61040で特定された仮想WWNを登録する。これにより、全ての対象ストレージI/Oポートについて、新たにアクセス制御リストが追加される。 When the number of host groups (access control list) does not reach the record upper limit number for each of the storage I / O port specified at step 61070 and at least one storage I / O port specified at step 61080 (step 61110: No), the device management module 32100 instructs the host LPAR management program 13200 to set the migration permission of the LPAR created in step 61030 to “permitted” (step 61120). The LPAR management program 13200 updates the LPAR management table 13400 in accordance with an instruction from the device management module 32100. In other words, the LPAR management program 13200 sets “permitted” in the LPAR management table 13400 as to whether migration of the LPAR created in Step 61030 is possible. Next, the device management module 32100 has a target storage I / O port (a storage I / O port in which the number of host groups has not reached the upper limit number of records) among the storage I / O ports specified in steps 61070 and 61080. The disk management program 23100 of the storage apparatus is instructed to create a host group in which the virtual WWN identified in Step 61040 is set as the connection permission WWN in the target storage I / O port (Step 61130). In other words, the device management module 32100 instructs the storage device to apply the access control list describing the virtual WWN specified in step 61040 to the storage I / O port specified in step 61080. The disk management program 23100 updates the host group management table 23300 in accordance with instructions from the device management module 32100. That is, the disk management program 23100 registers the virtual WWN identified in step 61040 as the connection permission WWN corresponding to the target storage I / O port in the host group management table 23300. As a result, an access control list is newly added for all target storage I / O ports.
 一方、ステップ61080で特定したいずれのストレージI/Oポートについてもホストグループ数がレコード上限数に達している場合(ステップ61110:Yes)、装置管理モジュール32100は、ホストのLPAR管理プログラム13200に対し、ステップ61030で作成したLPARのマイグレーション可否を「否」に設定するよう指示する(ステップ61140)。LPAR管理プログラム13200は、装置管理モジュール32100からの指示に従いLPAR管理表13400を更新する。すなわち、LPAR管理プログラム13200は、LPAR管理表13400における、ステップ61030で作成したLPARのマイグレーション可否を、「否」に設定する。このように、マイグレーション対象となるLPARの最大数は、ホストグループ管理表23300のレコード上限数によって定まる。これにより、マイグレーション対象となるLPARの最大数を、ホストグループ管理表23300のレコード上限数(1ストレージI/Oポートあたりのアクセス制御リスト上限数)に応じた数に制限することができる。ステップ61140では、装置管理モジュール32100は、GUI表示処理モジュール32300が提供するGUIを通じ、管理者に対して、当該LPARはフェイルオーバの対象とできないことを通知する。次に、ステップ61070で特定したストレージI/Oポート(作成されたLPARを有するホストのホストI/Oポートに直結されたストレージI/Oポート)についてのみ、ステップ61130のような処理により、ステップ61040で特定した仮想WWNを接続許可WWNとするホストグループ(アクセス制御リスト)が追加される(ステップ61150)。なお、ステップ61070で特定したストレージI/Oポート(作成されたLPARを有するホストのホストI/Oポートに直結されたストレージI/Oポート)についてホストグループ数がレコード上限数に達している場合、処理がエラー終了してもよい。 On the other hand, if the number of host groups has reached the maximum number of records for any storage I / O port identified in step 61080 (step 61110: Yes), the device management module 32100 determines that the host LPAR management program 13200 An instruction is given to set whether or not migration of the LPAR created in step 61030 is possible (step 61140). The LPAR management program 13200 updates the LPAR management table 13400 in accordance with an instruction from the device management module 32100. In other words, the LPAR management program 13200 sets “No” for the migration possibility of the LPAR created in Step 61030 in the LPAR management table 13400. Thus, the maximum number of LPARs to be migrated is determined by the upper limit number of records in the host group management table 23300. As a result, the maximum number of LPARs to be migrated can be limited to a number corresponding to the record upper limit number (access control list upper limit number per storage I / O port) of the host group management table 23300. In step 61140, the device management module 32100 notifies the administrator that the LPAR cannot be subject to failover through the GUI provided by the GUI display processing module 32300. Next, only the storage I / O port specified in step 61070 (storage I / O port directly connected to the host I / O port of the host having the created LPAR) is processed by the processing as in step 61130 to perform step 61040. A host group (access control list) in which the virtual WWN specified in step 1 is used as a connection permission WWN is added (step 61150). If the number of host groups has reached the maximum number of records for the storage I / O port identified in step 61070 (storage I / O port directly connected to the host I / O port of the host having the created LPAR), Processing may end in error.
 ステップ61130又は61150の後、装置管理モジュール32100は、GUI表示処理モジュール32300が提供するGUIを通じ、管理者から、ステップ61070で特定したストレージ上の論理ボリュームの中から、ステップ61030で作成したLPARに割り当てる論理ボリュームのIDの指定を受ける(ステップ61160)。 After step 61130 or 61150, the device management module 32100 allocates the logical volume on the storage identified in step 61070 to the LPAR created in step 61030 from the administrator through the GUI provided by the GUI display processing module 32300. The logical volume ID is designated (step 61160).
 次に、装置管理モジュール32100は、ステップ61070で特定したストレージ上のディスク管理プログラム23100に対し、ステップ61130もしくはステップ61150で定義したホストグループと、ステップ61160で管理者が指定した論理ボリュームを関連付けるよう指示する(ステップ61170)。ディスク管理プログラム23100は、装置管理モジュール32100からの指示に従い、ホストグループ-ボリューム関連管理表23600を更新し(当該ホストグループのIDと当該論理ボリュームのIDとを含んだレコードと追加し)、且つ、ボリューム管理表23500の当該ボリュームのレコードに、ボリュームの割当先ホストおよびLPARのIDを登録する。 Next, the device management module 32100 instructs the disk management program 23100 on the storage identified in step 61070 to associate the host group defined in step 61130 or step 61150 with the logical volume specified by the administrator in step 61160. (Step 61170). The disk management program 23100 updates the host group-volume related management table 23600 (adds a record including the ID of the host group and the ID of the logical volume) according to the instruction from the device management module 32100, and The volume allocation destination host and the LPAR ID are registered in the record of the volume in the volume management table 23500.
 以上が、装置管理モジュール32100が実施するLPAR作成処理である。 The above is the LPAR creation processing performed by the device management module 32100.
 図17は、LPARマイグレーション処理のフローチャートである。 FIG. 17 is a flowchart of the LPAR migration process.
 装置管理モジュール32100は、GUI表示処理モジュール32300が提供するGUIを通じ、管理者から、マイグレーション対象のLPARのIDと当該LPARが存在するホストのID、マイグレーション先となるホストのIDとの指定を受ける(ステップ62010)。 The device management module 32100 receives, from the administrator, the specification of the migration target LPAR ID, the host ID where the LPAR exists, and the migration destination host ID through the GUI provided by the GUI display processing module 32300 ( Step 62010).
 次に、装置管理モジュール32100は、LPAR管理表13400を参照し、ステップ62010で指定されたLPARのマイグレーション可否を確認する(ステップ62020)。LPARのマイグレーション可否が「否」である場合、処理が終了する。 Next, the device management module 32100 refers to the LPAR management table 13400 and confirms whether or not the LPAR migration specified in Step 62010 is possible (Step 62020). If the LPAR migration availability is “NO”, the process ends.
 LPARのマイグレーション可否が「可」である場合(ステップ62030:Yes)、装置管理モジュール32100は、装置管理表33200を参照し、ステップ62010で指定されたLPARのマイグレーション先及びマイグレーション元の各々について、ホストの管理IPアドレスを特定する。その上で、装置管理モジュール32100は、マイグレーション先及びマイグレーション元の各々について、ホストのLPAR管理プログラム13200に対し、LPARのマイグレーションを指示する(ステップ62040)。 If the migration permission of LPAR is “permitted” (step 62030: Yes), the device management module 32100 refers to the device management table 33200, and sets the host for each of the LPAR migration destination and migration source specified in step 62010. Specify the management IP address. After that, the device management module 32100 instructs the LPAR management program 13200 of the host for LPAR migration for each of the migration destination and the migration source (step 62040).
 マイグレーション元のLPAR管理プログラム13200は、LPARのマイグレーションが完了すると、マイグレーション元のホストのLPAR管理表13400から、当該LPARのレコードを削除する(ステップ62050)。一方、マイグレーション先のLPAR管理プログラム13200は、LPARのマイグレーションが完了すると、マイグレーション先のホストのLPAR管理表13400に、マイグレーションしたLPARのレコードを追加する。これにより、マイグレーション対象のLPARの仮想WWNがマイグレーション元からマイグレーション先に引き継がれる(ステップ62060)。 When the migration of the LPAR is completed, the migration source LPAR management program 13200 deletes the LPAR record from the LPAR management table 13400 of the migration source host (step 62050). On the other hand, when the migration of the LPAR is completed, the migration destination LPAR management program 13200 adds the migrated LPAR record to the LPAR management table 13400 of the migration destination host. As a result, the virtual WWN of the migration target LPAR is taken over from the migration source to the migration destination (step 62060).
 以上が、LPARマイグレーション処理である。 The above is the LPAR migration process.
 以下に、図6乃至図15を基に、LPAR作成及びLPARマイグレーションの具体例を説明する。ただし、本実施例では、HOST1が持つLPAR管理表と、SYS1(ストレージ装置)が持つホストグループ管理表23300およびホストグループ-ボリューム関連管理表23600は、それぞれ、初期状態ではブランクであるとする。また、装置管理表33200は、図14Aの内容になっているとする。 Hereinafter, specific examples of LPAR creation and LPAR migration will be described with reference to FIGS. However, in this embodiment, it is assumed that the LPAR management table possessed by HOST1, the host group management table 23300 and the host group-volume related management table 23600 possessed by SYS1 (storage device) are blank in the initial state. Further, it is assumed that the device management table 33200 has the contents shown in FIG. 14A.
 装置管理モジュール32100は、GUIを通じ、管理者から、LPAR作成先のホストのIDと、LPARに割り当てたいプロセッサの数“2”、およびメモリのサイズ“4GB”の指定を受ける。 The device management module 32100 receives the specification of the host ID of the LPAR creation destination, the number of processors to be assigned to the LPAR “2”, and the memory size “4 GB” from the administrator through the GUI.
 次に、装置管理モジュール32100は、GUIを通じ、管理者から、LPARに割り当てる仮想HBAを作成するホストI/OポートのID“PORT11”の指定を受ける。 Next, the device management module 32100 receives a specification of the ID “PORT11” of the host I / O port for creating the virtual HBA to be allocated to the LPAR from the administrator through the GUI.
 次に、装置管理モジュール32100は、装置管理表33200を参照し、管理者が指定したホストの管理IPアドレスを特定する。図14Aに示す装置管理表33200によれば、HOST1の管理IPアドレスは“192.168.11.21”である。その上で、当該ホスト上のLPAR管理プログラムに対し、LPARの作成を指示する。HOST1(LPAR管理プログラム)は、LPAR管理表13400を更新する。具体的には、図7Aの表13400の1行目のレコードが追加される。そして、HOST1(LPAR管理プログラム)は、装置管理モジュール32100に対し、当該LPARに割り当てた仮想WWN“12:00:00:00:00:00:00:01”を通知する。 Next, the device management module 32100 refers to the device management table 33200 and identifies the management IP address of the host designated by the administrator. According to the device management table 33200 shown in FIG. 14A, the management IP address of the HOST1 is “192.168.11.21”. Then, the LPAR management program on the host is instructed to create an LPAR. HOST1 (LPAR management program) updates the LPAR management table 13400. Specifically, the record in the first row of the table 13400 in FIG. 7A is added. The HOST 1 (LPAR management program) notifies the device management module 32100 of the virtual WWN “12: 00: 00: 00: 00: 00: 01” assigned to the LPAR.
 次に、装置管理モジュール32100は、ホスト-ストレージパス管理表33300を参照し、ホストID列が“HOST1”で、ポートIDが“PORT11”であるレコードを検索する。図15によれば、装置管理モジュール32100は、ホスト-ストレージパス管理表33300から、PORT11と直結しているストレージのID“SYS1”を特定する。 Next, the device management module 32100 refers to the host-storage path management table 33300 and searches for a record in which the host ID column is “HOST1” and the port ID is “PORT11”. According to FIG. 15, the device management module 32100 identifies the ID “SYS1” of the storage directly connected to the PORT 11 from the host-storage path management table 33300.
 次に、装置管理モジュール32100は、ホスト-ストレージパス管理表33300と装置管理表33200を参照し、SYS1のストレージI/Oポートのうち、ホスト仮想化モードが”Yes”のホストと直結しているストレージI/OポートPORT1、PORT2、PORT3及びPORT4を特定する。PORT1はPORT11に直結するストレージI/Oポートである。 Next, the device management module 32100 refers to the host-storage path management table 33300 and the device management table 33200, and is directly connected to the host whose host virtualization mode is “Yes” among the storage I / O ports of the SYS1. The storage I / O ports PORT1, PORT2, PORT3, and PORT4 are specified. PORT 1 is a storage I / O port directly connected to PORT 11.
 次に、装置管理モジュール32100は、装置管理表33200(図14A)を参照し、SYS1の管理IPアドレス“192.168.11.21”を特定する。その上で、装置管理モジュール32100は、テーブルサイズ上限管理表23700(図13)から、ホストグループ管理表23300のレコード上下数“256”を特定し、PORT1、PORT2、PORT3及びPORT4の各々について、ホストグループ数が256に達しているか否かを判定する。 Next, the device management module 32100 refers to the device management table 33200 (FIG. 14A) and identifies the management IP address “192.168.11.21” of SYS1. Then, the device management module 32100 specifies the number of records “256” in the host group management table 23300 from the table size upper limit management table 23700 (FIG. 13), and sets the host for each of PORT1, PORT2, PORT3, and PORT4. It is determined whether the number of groups has reached 256.
 PORT1とPORT2~PORT4について、ホストグループ数がレコード上限数に達していない場合、装置管理モジュール32100は、HOST1(LPAR管理プログラム)に対し、LPAR1のマイグレーション可否を「可」に設定するよう指示する。次に、装置管理モジュール32100は、SYS1(ディスク管理プログラム)に対し、PORT1、PORT2、PORT3及びPORT4の各々に、仮想WWN“12:00:00:00:00:00:00:01”を接続許可WWNとするホストグループを作成するよう指示する。SYS1(ディスク管理プログラム)は、装置管理モジュール32100からの指示に従いホストグループ管理表23300を更新する。具体的には、HG1、HG2、HG3、HG4が作成され、ホストグループ管理表23300(図9)の1行目から4行目のレコードが追加される。 For PORT1 and PORT2 to PORT4, when the number of host groups has not reached the upper limit number of records, the device management module 32100 instructs HOST1 (LPAR management program) to set whether or not migration of LPAR1 is possible. Next, the device management module 32100 connects the virtual WWN “12: 00: 00: 00: 00: 00: 01” to each of PORT1, PORT2, PORT3, and PORT4 with respect to SYS1 (disk management program). Instruct to create a host group to be allowed WWN. The SYS1 (disk management program) updates the host group management table 23300 in accordance with an instruction from the device management module 32100. Specifically, HG1, HG2, HG3, and HG4 are created, and records in the first to fourth lines of the host group management table 23300 (FIG. 9) are added.
 なお、PORT1~PORT4のうちの少なくとも1つについてホストグループ数がレコード上限数に達している場合、装置管理モジュール32100は、HOST1(LPAR管理プログラム)に対し、LPAR1のマイグレーション可否を「否」に設定するよう指示する。次に、装置管理モジュール32100は、SYS1(ディスク管理プログラム)に対し、PORT1に、仮想WWN“12:00:00:00:00:00:00:01”を接続許可WWNとするホストグループを作成するよう指示する。SYS1(ディスク管理プログラム)は、装置管理モジュール32100からの指示に従いホストグループ管理表23300を更新する。具体的には、HG1が作成され、ホストグループ管理表23300(図9)の1行目のレコードが追加される。 When the number of host groups has reached the upper limit number of records for at least one of PORT1 to PORT4, the device management module 32100 sets “No” to whether or not LPAR1 migration is possible for HOST1 (LPAR management program). Instruct them to do so. Next, the device management module 32100 creates a host group with the virtual WWN “12: 00: 00: 00: 00: 00: 01” as the connection permission WWN in PORT 1 for SYS1 (disk management program). Instruct them to do so. The SYS1 (disk management program) updates the host group management table 23300 in accordance with an instruction from the device management module 32100. Specifically, HG1 is created and a record in the first line of the host group management table 23300 (FIG. 9) is added.
 以下、ホストグループ管理表23300にHG1、HG2、HG3、HG4が作成された場合について述べる。 Hereinafter, a case where HG1, HG2, HG3, and HG4 are created in the host group management table 23300 will be described.
 次に、装置管理モジュール32100は、GUIを通じ、管理者から、HOST1のLPAR1に割り当てる論理ボリュームのID“VOL1”の指定を受ける。 Next, the device management module 32100 receives the designation of the logical volume ID “VOL1” assigned to the LPAR1 of the HOST1 from the administrator through the GUI.
 次に、装置管理モジュール32100は、SYS1(ディスク管理プログラム)に対し、HG1、HG2、HG3及びHG4の各々をVOL1に関連付けるよう指示する。SYS1(ディスク管理プログラム)は、装置管理モジュール32100からの指示に従いホストグループ-ボリューム関連管理表23600(図12)を更新する。具体的には、図12の表23600の1行目から4行目のレコードが追加される。 Next, the device management module 32100 instructs SYS1 (disk management program) to associate each of HG1, HG2, HG3, and HG4 with VOL1. The SYS1 (disk management program) updates the host group-volume related management table 23600 (FIG. 12) in accordance with an instruction from the device management module 32100. Specifically, records from the first line to the fourth line in the table 23600 of FIG. 12 are added.
 以上のLPAR作成処理が終了した後、装置管理モジュール32100は、GUIを通じ、管理者から、マイグレーションを行うLPARのID“LPAR1”と、LPAR1が存在するホストのID“HOST1”と、マイグレーション先のホストのID“HOST2”とを含んだマイグレーション指示を受ける。次に、装置管理モジュール32100は、LPAR管理表13400を参照し、管理者が指定したLPAR1のマイグレーション可否を確認する。図7Aによれば、LPAR1のマイグレーション可否は「可」であるので、装置管理モジュール32100は、装置管理表33200(図14A)を参照し、HOST1及びHOST2の管理IPアドレス“192.168.11.21”及び“192.168.11.22”を特定する。その上で、装置管理モジュール32100は、HOST1及びHOST2の各々のLPAR管理プログラムに対し、LPARのマイグレーションを指示する。HOST1(LPAR管理プログラム)は、LPAR1のマイグレーションが完了すると、HOST1のLPAR管理表13400(図7A)かLPAR1のレコード(1行目のレコード)を削除する。一方、HOST2(LPAR管理プログラム)は、LPAR1のマイグレーションが完了すると、HOST2のLPAR管理表13400(図7B)にLPAR1のレコード(1行目のレコード)を追加する。図7A及び図7Bによれば、LPAR1の仮想WWNがHOST1からHOST2に引き継がれる。 After the above LPAR creation processing is completed, the device management module 32100 receives the ID “LPAR1” of the LPAR to be migrated, the ID “HOST1” of the host in which LPAR1 exists, and the migration destination host from the administrator through the GUI. The migration instruction including the ID “HOST2” is received. Next, the device management module 32100 refers to the LPAR management table 13400 and confirms whether or not migration of LPAR1 designated by the administrator is possible. According to FIG. 7A, whether or not migration of LPAR1 is “permitted”, the device management module 32100 refers to the device management table 33200 (FIG. 14A), and the management IP addresses “192.168.11. 21 ”and“ 192.168.11.22 ”are specified. In addition, the device management module 32100 instructs the LPAR management program of each of the HOST1 and HOST2 to perform LPAR migration. When the migration of LPAR1 is completed, HOST1 (LPAR management program) deletes the LPAR management table 13400 (FIG. 7A) of HOST1 or the LPAR1 record (record in the first row). On the other hand, when the migration of LPAR1 is completed, HOST2 (LPAR management program) adds a record of LPAR1 (record in the first row) to the LPAR management table 13400 (FIG. 7B) of HOST2. 7A and 7B, the virtual WWN of LPAR1 is taken over from HOST1 to HOST2.
 以上のLPARマイグレーション処理の結果、LPAR1からSYS1のVOL1にアクセスする際、I/O要求を発行するホストI/OポートはPORT11からPORT13に変化し、それに伴いI/O要求を受信するストレージI/OポートはPORT1からPORT3に変化する。しかし、PORT3には、仮想WWN“12:00:00:00:00:00:00:01”が関連付いたホストグループHG3(アクセス制御リスト)が既に適用されているため、LPAR1からVOL1へのアクセスは可能であり、ストレージ装置に対してホストグループの再設定を行う必要はない。 As a result of the above LPAR migration processing, when accessing the VOL 1 of the SYS 1 from the LPAR 1, the host I / O port that issues the I / O request changes from the PORT 11 to the PORT 13, and accordingly the storage I / O that receives the I / O request The O port changes from PORT1 to PORT3. However, since the host group HG3 (access control list) associated with the virtual WWN “12: 00: 00: 00: 00: 00: 01” is already applied to the PORT3, the LPAR1 to the VOL1 Access is possible, and there is no need to reconfigure the host group for the storage device.
 以上の実施例では、作成されたLPARの仮想WWNを記述したアクセス制御リスト(ホストグループ)は、ホスト仮想モード“Yes”に対応した全てのストレージI/Oポートに適用されるが、そのうちの、LPARを実行するホストコンピュータのホストI/Oポートに直結したストレージI/Oポートにのみホストグループが適用されてもよい。 In the above embodiment, the access control list (host group) describing the created virtual WWN of the LPAR is applied to all storage I / O ports corresponding to the host virtual mode “Yes”. A host group may be applied only to a storage I / O port directly connected to a host I / O port of a host computer that executes LPAR.
 実施例2を説明する。その際、実施例1との相違点を主に説明し、実施例1との共通点については説明を省略又は簡略する。 Example 2 will be described. At that time, differences from the first embodiment will be mainly described, and description of common points with the first embodiment will be omitted or simplified.
 実施例2では、管理サーバ30000の装置管理モジュール32100が別のLPAR作成処理を実施する。計算機システムにおいては、1台のストレージ装置20000に接続する複数のホストコンピュータ10000を異なる複数のユーザ(例えば顧客もしくは部署)に分配することが考えられる。以下、特定のユーザに分配されたホストコンピュータを登録したグループを「リソースグループ」(又はテナント)と呼ぶ。LPARマイグレーション処理を実行する際、マイグレーション対象のLPARが、そのLPARが属するリソースグループと異なるリソースグループに属するホストコンピュータをマイグレーション先に選択することは通常行わない。 In the second embodiment, the device management module 32100 of the management server 30000 performs another LPAR creation process. In the computer system, it is conceivable to distribute a plurality of host computers 10000 connected to one storage apparatus 20000 to a plurality of different users (for example, customers or departments). Hereinafter, a group in which host computers distributed to specific users are registered is referred to as a “resource group” (or tenant). When executing the LPAR migration process, it is not normally performed that the migration target LPAR selects a host computer belonging to a resource group different from the resource group to which the LPAR belongs as a migration destination.
 図18は、管理サーバ30000が有するリソースグループ管理表33400の構成例を示す。 FIG. 18 shows a configuration example of the resource group management table 33400 that the management server 30000 has.
 リソースグループ管理表33400は、グループID(リソースグループの識別子)を登録するフィールド33410と、リソースID(リソースグループに属するホストコンピュータの識別子)を登録するフィールド33420とを有する。図18によれば、リソースグループ(GR1)には、HOST1及びHOST2が属する。 The resource group management table 33400 has a field 33410 for registering a group ID (resource group identifier) and a field 33420 for registering a resource ID (identifier of a host computer belonging to the resource group). According to FIG. 18, HOST1 and HOST2 belong to the resource group (GR1).
 図19は、実施例2に係るLPAR作成処理のうちの実施例1に係るLPAR作成処理との相違点を示す。 FIG. 19 illustrates a difference between the LPAR creation process according to the first embodiment and the LPAR creation process according to the first embodiment.
 ステップ61085において、装置管理モジュール32100は、ホスト-ストレージパス管理表33300とリソースグループ管理表33400を参照し、ステップ61080で特定したストレージI/Oポートのうち、ステップ61010で指定されたホストと同じリソースグループに属するホストと直結しているストレージI/Oポートを特定する。 In step 61085, the device management module 32100 refers to the host-storage path management table 33300 and the resource group management table 33400, and among the storage I / O ports specified in step 61080, the same resource as the host specified in step 61010 A storage I / O port directly connected to a host belonging to the group is specified.
 ステップ61110では、装置管理モジュール32100は、ステップ61070及び61085で特定したストレージI/Oポート毎に、ホストグループ数を特定する。ステップ61110では、装置管理モジュール32100は、ステップ61070及び61085で特定したストレージI/Oポート毎に、ステップ61100で特定したレコード数(ホストグループ数)がステップ61090で特定したレコード上限数に達しているか否かを判定する.ステップ61130では、装置管理モジュール32100は、ステップ61070及び61085で特定したストレージI/Oポートのうちの対象ストレージI/Oポート(ホストグループ数がレコード上限数に達していないストレージI/Oポート)を有するストレージ装置のディスク管理プログラム23100に対し、対象ストレージI/Oポートにステップ61040で特定した仮想WWNを接続許可WWNとするホストグループを作成するよう指示する。 In step 61110, the device management module 32100 specifies the number of host groups for each storage I / O port specified in steps 61070 and 61085. In step 61110, the device management module 32100 determines, for each storage I / O port specified in steps 61070 and 61085, whether the record number (host group number) specified in step 61100 has reached the record upper limit number specified in step 61090. Judge whether or not. In step 61130, the device management module 32100 selects a target storage I / O port (a storage I / O port in which the number of host groups has not reached the record upper limit number) among the storage I / O ports specified in steps 61070 and 61085. The disk management program 23100 of the storage apparatus having the storage apparatus is instructed to create a host group in which the virtual WWN specified in step 61040 is set as the connection permission WWN in the target storage I / O port.
 以下に、図6乃至図15及び図18を基に、実施例2に係るLPAR作成及びLPARマイグレーションの具体例を説明する。ただし、本実施例では、HOST1が持つLPAR管理表と、SYS1(ストレージ装置)が持つホストグループ管理表23300およびホストグループ-ボリューム関連管理表23600は、それぞれ、初期状態ではブランクであるとする。また、装置管理表33200は、図14Bの内容になっているとする。 Hereinafter, specific examples of LPAR creation and LPAR migration according to the second embodiment will be described with reference to FIGS. 6 to 15 and FIG. However, in this embodiment, it is assumed that the LPAR management table possessed by HOST1, the host group management table 23300 and the host group-volume related management table 23600 possessed by SYS1 (storage device) are blank in the initial state. Further, it is assumed that the device management table 33200 has the contents shown in FIG. 14B.
 ステップ61080までの処理は、実施例1と同様である。 The processing up to step 61080 is the same as in the first embodiment.
 ステップ61085において、装置管理モジュール32100は、ホスト-ストレージパス管理表33300とリソースグループ管理表33400を参照し、ステップ61080で特定したストレージI/OポートPORT1~PORT4のうち、HOST1と同じリソースグループに属するHOST2と直結しているPORT1~PORT4を特定する。 In step 61085, the device management module 32100 refers to the host-storage path management table 33300 and the resource group management table 33400, and belongs to the same resource group as the HOST1 among the storage I / O ports PORT1 to PORT4 identified in step 61080. PORT1 to PORT4 directly connected to HOST2 are specified.
 ステップ61090以降の処理は、実施例1と同様である。 Processing after step 61090 is the same as that in the first embodiment.
 実施例2によれば、作成されたLPARの仮想WWNが記述されたアクセス制御リストの適用先が、LPARが作成されたホストコンピュータと同じリソースグループに属するホストコンピュータと直結しているストレージI/Oポートに制限される。これにより、適用されるアクセス制御リストの数が上限数に達する可能性を軽減できる。 According to the second embodiment, the storage I / O in which the application destination of the access control list in which the created LPAR virtual WWN is described is directly connected to the host computer belonging to the same resource group as the host computer in which the LPAR is created. Limited to ports. Thereby, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
 実施例3を説明する。その際、実施例1及び2との相違点を主に説明し、実施例1及び2との共通点については説明を省略又は簡略する。 Example 3 will be described. At that time, the differences from the first and second embodiments will be mainly described, and the description of the common points with the first and second embodiments will be omitted or simplified.
 実施例3では、管理サーバ30000の装置管理モジュール32100がLPARスケジューリング処理を実施する。計算機システムにおいては、同じ計算機資源上で、時間帯に応じて異なる業務を実行することで、計算機資源の有効活用を図ることが行われる。その場合、業務ごとに独立したLPARを定義し、時間帯に応じて、稼動させるLPARを変化させることが考えられる。LPARを稼動しない時間帯においては、当該LPARに割り当てられた論理ボリュームについてのホストグループ定義(アクセス制御リスト適用)は必要無い。 In the third embodiment, the device management module 32100 of the management server 30000 performs LPAR scheduling processing. In a computer system, effective utilization of computer resources is performed by executing different tasks according to time zones on the same computer resources. In this case, it is conceivable to define an independent LPAR for each business and change the LPAR to be operated according to the time zone. In the time zone when the LPAR is not operated, the host group definition (application of the access control list) is not required for the logical volume assigned to the LPAR.
 実施例3では、管理サーバ30000におけるLPARスケジューリング処理において、ホストグループの作成および削除処理が行われる。 In the third embodiment, host group creation and deletion processing is performed in the LPAR scheduling processing in the management server 30000.
 図20は、ホストコンピュータ10000が有するLPAR稼動スケジュール管理表13500の構成例を示す。 FIG. 20 shows a configuration example of the LPAR operation schedule management table 13500 of the host computer 10000.
 LPAR稼動スケジュール管理表13500は、装置ID(ホストコンピュータの識別子)を登録するフィールド13510と、ID(LPARの識別子)を登録するフィールド13520と、起動時刻(LPARの起動時刻)を登録するフィールド13530と、停止時刻(LPARの停止時刻)を登録するフィールド13540とを有する。図20によれば、HOST1のLPAR1は、“09:00:00”に起動し、“19:00:00”に停止するようスケジューリングされている。 The LPAR operation schedule management table 13500 includes a field 13510 for registering a device ID (host computer identifier), a field 13520 for registering an ID (LPAR identifier), and a field 13530 for registering an activation time (LPAR activation time). And a field 13540 for registering stop time (stop time of LPAR). According to FIG. 20, LPAR1 of HOST1 is scheduled to start at “09:00:00” and stop at “19: 00: 00: 00”.
 図21は、実施例3に係るLPARスケジューリング処理(ホストグループの作成及び削除を含む)を模式的に示す。 FIG. 21 schematically illustrates LPAR scheduling processing (including creation and deletion of host groups) according to the third embodiment.
 以下に、図6乃至図15及び図20を基に、実施例3に係るホストグループ作成および削除を説明する。ただし、本実施例では、HOST1が持つLPAR管理表は図7Aの内容に、SYS1が持つホストグループ管理表23300は図9の内容に、ボリューム管理表23500は図11の内容に、ホストグループ-ボリューム関連管理表23600は図12の内容になっているものとする。 Hereinafter, host group creation and deletion according to the third embodiment will be described with reference to FIGS. 6 to 15 and FIG. However, in this embodiment, the LPAR management table of HOST 1 has the contents of FIG. 7A, the host group management table 23300 of SYS 1 has the contents of FIG. 9, and the volume management table 23500 has the contents of FIG. Assume that the relation management table 23600 has the contents shown in FIG.
 装置管理モジュール32100は、LPAR稼動スケジュール管理表13500を定期的に参照し、起動時刻もしくは終了時刻となったLPARがあるかどうかをチェックする。現在時刻が19:00:00だった場合、図20に示すLPAR稼動スケジュール管理表13500を参照すると、LPAR1が停止時刻、LPAR2が開始時刻となる。 The device management module 32100 periodically refers to the LPAR operation schedule management table 13500 and checks whether there is an LPAR that has reached the start time or end time. When the current time is 19: 00: 0, referring to the LPAR operation schedule management table 13500 shown in FIG. 20, LPAR1 is the stop time and LPAR2 is the start time.
 装置管理モジュール32100は、まず、停止時刻となったLPAR1の仮想WWNに関連付いたホストグループ(LPAR1の仮想WWNが記述されているアクセス制御リスト)を削除する。図9に示すホストグループ管理表23300を参照すると、LPAR1の持つ仮想WWN“12:00:00:00:00:00:00:01”を含むホストグループはHG1、HG2、HG3、HG4である。そこで、装置管理モジュール32100は、ホストグループ管理表23300とホスト-ストレージパス管理表33300から、これらのホストグループHG1、HG2、HG3、HG4に関するレコードを削除する。 The device management module 32100 first deletes the host group (access control list in which the virtual WWN of LPAR1 is described) associated with the virtual WWN of LPAR1 at the stop time. Referring to the host group management table 23300 shown in FIG. 9, the host groups including the virtual WWN “12: 00: 00: 00: 00: 00: 01” possessed by LPAR1 are HG1, HG2, HG3, and HG4. Therefore, the device management module 32100 deletes records related to the host groups HG1, HG2, HG3, and HG4 from the host group management table 23300 and the host-storage path management table 33300.
 次に、装置管理モジュール32100は、開始時刻となったLPAR2の仮想WWNに関連付いたホストグループを作成する。図11に示すボリューム管理表23500を参照すると、HOST1のLPAR1に割り当てられている論理ボリュームはVOL2である。そこで、装置管理モジュール32100は、図16A及び図16Bに示すLPAR作成処理のステップ61040以降の手順に従って、SYS1上にホストグループを作成し、作成したホストグループをVOL2と関連付ける(図21中のHG5、HG6、HG7、HG8)。 Next, the device management module 32100 creates a host group associated with the virtual WWN of LPAR2 that has become the start time. Referring to the volume management table 23500 shown in FIG. 11, the logical volume assigned to LPAR1 of HOST1 is VOL2. Therefore, the device management module 32100 creates a host group on SYS1 in accordance with the procedure after step 61040 of the LPAR creation processing shown in FIGS. 16A and 16B, and associates the created host group with VOL2 (HG5, FIG. 21). HG6, HG7, HG8).
 実施例3によれば、稼働するLPARについてのみアクセス制御リストが適用先される。これにより、適用されるアクセス制御リストの数が上限数に達する可能性を軽減できる。 According to the third embodiment, the access control list is applied only to the operating LPAR. Thereby, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
 なお、実施例3の一変形例として、LPARの開始時刻をフィルオーバ開始と読み替え、LPARの停止時刻をフェイルオーバ完了と読み替えることができる。具体的には、例えば、装置管理モジュール32100は、LPARのフェイルオーバの開始と同期して、フェイルオーバ先のホストコンピュータのホストI/Oポートに直結するストレージI/Oポートに、マイグレーション対象のLPARの仮想WWNが関連付いたホストグループを適用し、当該LPARのフェイルオーバが完了後に、フェイルオーバ元のホストコンピュータのホストI/Oポートに直結するストレージI/Oポートから、当該LPARの仮想WWNが関連付いたホストグループを解除する。この変形例によれば、実際にマイグレーションされるLPARについてのみアクセス制御リストが適用先される。これにより、適用されるアクセス制御リストの数が上限数に達する可能性を軽減できる。 As a modification of the third embodiment, the LPAR start time can be read as fillover start, and the LPAR stop time can be read as failover completion. Specifically, for example, the device management module 32100 synchronizes with the start of LPAR failover, and transfers the virtual LPAR to be migrated to the storage I / O port directly connected to the host I / O port of the failover destination host computer. After the host group associated with the WWN is applied and the failover of the LPAR is completed, the host associated with the virtual WWN of the LPAR from the storage I / O port directly connected to the host I / O port of the failover source host computer Cancel the group. According to this modification, the access control list is applied only to the LPAR that is actually migrated. Thereby, the possibility that the number of applied access control lists reaches the upper limit can be reduced.
 以上、幾つかの実施例を説明したが、これらは本発明の説明のための例示であって、本発明の範囲をこれらの実施例にのみ限定する趣旨ではない。本発明は、他の種々の形態でも実施することが可能である。 Although several embodiments have been described above, these are merely examples for explaining the present invention, and the scope of the present invention is not limited to these embodiments. The present invention can be implemented in various other forms.
10000:ホストコンピュータ、20000:ストレージ装置、30000:管理サーバ、46000:PCIeバス 10000: host computer, 20000: storage device, 30000: management server, 46000: PCIe bus

Claims (14)

  1.  各々が少なくとも1つの物理ホストポートを有する複数のホストコンピュータと、
     各々が複数のストレージポートを有する1又は複数のストレージ装置であるストレージシステムと
    を有し、
     前記物理ホストポートと前記ストレージポートとは、1:1の関係で接続されており、
     前記複数のホストコンピュータのうちの少なくとも2つのホストコンピュータの各々は、仮想ホストポートを有するLPAR(Logical PARtition)を構築することができるホストコンピュータであり、
     前記ストレージシステムは、
      第1のLPARが用いる第1の論理ボリュームを含む複数の論理ボリュームを定義し、
      前記第1の論理ボリュームに対するアクセスが許可される第1のLPARを示すアクセス制御リストである第1のアクセス制御リストを、前記ストレージシステムが有する複数のストレージポートのうちの少なくとも2つのストレージポートの各々に適用する、
    計算機システム。
    A plurality of host computers each having at least one physical host port;
    A storage system that is one or a plurality of storage devices each having a plurality of storage ports;
    The physical host port and the storage port are connected in a 1: 1 relationship,
    Each of at least two of the plurality of host computers is a host computer capable of constructing an LPAR (Logical Partition) having a virtual host port;
    The storage system
    Defining a plurality of logical volumes including a first logical volume used by the first LPAR;
    Each of at least two storage ports of the plurality of storage ports included in the storage system includes a first access control list that is an access control list indicating a first LPAR that is permitted to access the first logical volume. Apply to
    Computer system.
  2.  前記第1のアクセス制御リストは、前記第1のLPARの仮想ホストポートの通信識別子を有する、
    請求項1記載の計算機システム。
    The first access control list includes a communication identifier of a virtual host port of the first LPAR.
    The computer system according to claim 1.
  3.  前記複数のホストコンピュータは、1又は複数のシャーシに格納されており、
     前記1又は複数のシャーシのうちの少なくとも1つには、LPARのフェイルオーバを制御できるコントローラも格納されており、
     前記複数のホストコンピュータの各々は、管理システムと前記コントローラとに接続されており、LPARをホストコンピュータから別のホストコンピュータへフェイルオーバする指示を、前記管理システムと前記コントローラの少なくとも一方から受信可能である、
    請求項1記載の計算機システム。
    The plurality of host computers are stored in one or a plurality of chassis,
    A controller capable of controlling LPAR failover is also stored in at least one of the one or more chassis,
    Each of the plurality of host computers is connected to a management system and the controller, and can receive an instruction to fail over the LPAR from the host computer to another host computer from at least one of the management system and the controller. ,
    The computer system according to claim 1.
  4.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     フェイルオーバでのマイグレーション対象となるLPARの最大数は、前記リスト上限数によって定まる、
    請求項1記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The maximum number of LPARs to be migrated by failover is determined by the upper limit number of lists.
    The computer system according to claim 1.
  5.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     LPARを実行しないホストコンピュータの物理ホストポートに接続されたストレージポートには前記第1のアクセス制御リストが適用されない、
    請求項4記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The first access control list is not applied to a storage port connected to a physical host port of a host computer that does not execute LPAR.
    The computer system according to claim 4.
  6.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     前記少なくとも2つのストレージポートは、前記第1のLPARを実行する第1のホストコンピュータの物理ホストポートに接続されたストレージポートと、複数のテナントのうちの前記第1のホストコンピュータが属するテナントと同一のテナントに属する1以上の他のホストコンピュータの各々の物理ホストポートに接続されたストレージポートであり、
     前記複数のテナントは、それぞれ2以上のホストコンピュータが属する複数のリソースグループである、
    請求項1記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The at least two storage ports are the same as the storage port connected to the physical host port of the first host computer that executes the first LPAR and the tenant to which the first host computer of a plurality of tenants belongs. A storage port connected to each physical host port of one or more other host computers belonging to the tenant of
    The plurality of tenants are a plurality of resource groups to which two or more host computers respectively belong.
    The computer system according to claim 1.
  7.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     前記第1のアクセス制御リストは、前記第1のLPARが前記第1のLPARが定義されたが未起動の場合には、前記第1のLPARが定義された第1のホストコンピュータの物理ホストポートに接続されたストレージポートに適用されず、
     前記第1のアクセス制御リストは、前記第1のLPARが前記第1のホストコンピュータで起動する場合に、前記第1のホストコンピュータの物理ホストポートに接続されたストレージポートに適用され、
     前記第1のLPARの稼働が停止した場合に、前記第1のホストコンピュータの物理ホストポートに接続されたストレージポートから前記第1のアクセス制御リストが解除される、
    請求項1記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The first access control list includes a physical host port of the first host computer in which the first LPAR is defined when the first LPAR is defined but the first LPAR is not activated. Does not apply to storage ports connected to
    The first access control list is applied to a storage port connected to a physical host port of the first host computer when the first LPAR is activated on the first host computer,
    When the operation of the first LPAR is stopped, the first access control list is released from the storage port connected to the physical host port of the first host computer.
    The computer system according to claim 1.
  8.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     前記第1のLPARのフェイルオーバの開始と同期して、前記第1のLPARのフェイルオーバ先のホストコンピュータの物理ホストポートに対応するストレージポートに前記第1のアクセス制御リストが設定適用され、
     前記第1のLPARのフェイルオーバの完了後、前記第1のLPARのフェイルオーバ元のホストコンピュータの物理ホストポートに対応するストレージポートから前記第1のアクセス制御リストが解除される、
    請求項1記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    In synchronization with the start of failover of the first LPAR, the first access control list is set and applied to the storage port corresponding to the physical host port of the host computer that is the failover destination of the first LPAR.
    After completion of the failover of the first LPAR, the first access control list is released from the storage port corresponding to the physical host port of the host computer that is the failover source of the first LPAR.
    The computer system according to claim 1.
  9.  前記複数のホストコンピュータの各々と前記ストレージシステムとに接続された管理システムを有し、
     前記物理ホストポートと前記ストレージポート間はPCIeバスにより接続されており、
     前記管理システムが、前記ストレージシステムに、前記複数の論理ボリュームを定義させ、且つ、前記第1のアクセス制御リストを前記少なくとも2つのストレージポートの各々に適用させ、
     前記第1のアクセス制御リストは、前記第1のLPARの仮想ホストポートの通信識別子を有し、
     前記少なくとも2つのストレージポートは、前記第1のLPARを実行するホストコンピュータの物理ホストポートに接続されたストレージポートと、前記第1のLPARのマイグレーション先となり得るLPAR実行可能な他のホストコンピュータの物理ホストポートに接続されたストレージポートである、
    請求項1記載の計算機システム。
    A management system connected to each of the plurality of host computers and the storage system;
    The physical host port and the storage port are connected by a PCIe bus,
    The management system causes the storage system to define the plurality of logical volumes and to apply the first access control list to each of the at least two storage ports;
    The first access control list includes a communication identifier of a virtual host port of the first LPAR;
    The at least two storage ports include a storage port connected to a physical host port of a host computer that executes the first LPAR, and a physical port of another host computer that can execute LPAR that can be a migration destination of the first LPAR. A storage port connected to a host port,
    The computer system according to claim 1.
  10.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     前記管理システムが、
      前記少なくとも2つのストレージポートの中にアクセス制御リスト数が前記リスト上限数に達しているストレージポートがあれば、前記第1のLPARをマイグレーション対象となり得ないLPARとして管理し、且つ、前記第1のLPARを実行するホストコンピュータの物理ホストポートに接続されたストレージポートに対してのみ前記第1のアクセス制御リストを適用し、
      前記少なくとも2つのストレージポートの中にアクセス制御リスト数が前記リスト上限数に達しているストレージポートが無ければ、前記第1のLPARをマイグレーション対象となり得るLPARして管理し、且つ、前記少なくとも2つのストレージポートの各々に前記第1のアクセス制御リストを適用する、
    請求項9記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The management system is
    If there is a storage port in which the number of access control lists has reached the list upper limit number in the at least two storage ports, the first LPAR is managed as an LPAR that cannot be a migration target, and the first Applying the first access control list only to a storage port connected to a physical host port of a host computer executing LPAR;
    If there is no storage port in which the number of access control lists reaches the upper limit number of lists among the at least two storage ports, the first LPAR is managed as an LPAR that can be a migration target, and the at least two storage ports Applying the first access control list to each of the storage ports;
    The computer system according to claim 9.
  11.  各々が少なくとも1つの物理ホストポートを有する複数のホストコンピュータと、各々が複数のストレージポートを有する1又は複数のストレージ装置であるストレージシステムとを有し、前記物理ホストポートと前記ストレージポートとが1:1の関係で接続されており、前記複数のホストコンピュータのうちの少なくとも2つのホストコンピュータの各々が仮想ホストポートを有するLPAR(Logical PARtition)を構築することができる計算機システム、の管理システムであって、
     前記複数のホストコンピュータと前記ストレージシステムとに接続されたインターフェイスデバイスと、
     記憶資源と、
     前記インターフェイスデバイス及び前記記憶資源に接続されており適宜前記記憶資源を使用して処理を実行するプロセッサと
    を有し、
     前記プロセッサは、
      第1のLPARが用いる第1の論理ボリュームを含む複数の論理ボリュームを定義することを前記ストレージシステムに実行させ、
      前記第1の論理ボリュームに対するアクセスが許可される第1のLPARを示すアクセス制御リストである第1のアクセス制御リストを、前記ストレージシステムが有する複数のストレージポートのうちの少なくとも2つのストレージポートの各々に適用することを前記ストレージシステムに実行させる、
    管理システム。
    A plurality of host computers each having at least one physical host port; and a storage system that is one or a plurality of storage devices each having a plurality of storage ports, wherein the physical host port and the storage port are 1 1 is a management system of a computer system that is connected in a 1-to-1 relationship and in which each of at least two of the plurality of host computers can construct an LPAR (Logical PARtition) having a virtual host port. And
    An interface device connected to the plurality of host computers and the storage system;
    Storage resources,
    A processor connected to the interface device and the storage resource and executing processing using the storage resource as appropriate;
    The processor is
    Causing the storage system to define a plurality of logical volumes including the first logical volume used by the first LPAR;
    Each of at least two storage ports of the plurality of storage ports included in the storage system includes a first access control list that is an access control list indicating a first LPAR that is permitted to access the first logical volume. To apply to the storage system,
    Management system.
  12.  前記第1のアクセス制御リストは、前記第1のLPARの仮想ホストポートの通信識別子を有する、
    請求項11記載の管理システム。
    The first access control list includes a communication identifier of a virtual host port of the first LPAR.
    The management system according to claim 11.
  13.  各ストレージポートに適用可能なアクセス制御リストの最大数であるリスト上限数が決まっており、
     フェイルオーバでのマイグレーション対象となるLPARの最大数は、前記リスト上限数によって定まる、
    請求項1記載の計算機システム。
    The maximum number of access control lists that can be applied to each storage port is determined.
    The maximum number of LPARs to be migrated by failover is determined by the upper limit number of lists.
    The computer system according to claim 1.
  14.  各々が少なくとも1つの物理ホストポートを有する複数のホストコンピュータと、各々が複数のストレージポートを有する1又は複数のストレージ装置であるストレージシステムとを有し、前記物理ホストポートと前記ストレージポートとが1:1の関係で接続されており、前記複数のホストコンピュータのうちの少なくとも2つのホストコンピュータの各々が仮想ホストポートを有するLPAR(Logical PARtition)を構築することができる計算機システムの制御方法であって、
     第1のLPARが用いる第1の論理ボリュームを含む複数の論理ボリュームを前記ストレージシステムに定義し、
     前記第1の論理ボリュームに対するアクセスが許可される第1のLPARを示すアクセス制御リストである第1のアクセス制御リストを、前記ストレージシステムが有する複数のストレージポートのうちの少なくとも2つのストレージポートの各々に適用する、
    制御方法。
    A plurality of host computers each having at least one physical host port; and a storage system that is one or a plurality of storage devices each having a plurality of storage ports, wherein the physical host port and the storage port are 1 1 is a computer system control method in which each of at least two of the plurality of host computers can construct an LPAR (Logical PARtition) having a virtual host port. ,
    Defining a plurality of logical volumes including a first logical volume used by the first LPAR in the storage system;
    Each of at least two storage ports of the plurality of storage ports included in the storage system includes a first access control list that is an access control list indicating a first LPAR that is permitted to access the first logical volume. Apply to
    Control method.
PCT/JP2014/076698 2014-10-06 2014-10-06 Computer system and system for managing same WO2016056050A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/076698 WO2016056050A1 (en) 2014-10-06 2014-10-06 Computer system and system for managing same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/076698 WO2016056050A1 (en) 2014-10-06 2014-10-06 Computer system and system for managing same

Publications (1)

Publication Number Publication Date
WO2016056050A1 true WO2016056050A1 (en) 2016-04-14

Family

ID=55652714

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/076698 WO2016056050A1 (en) 2014-10-06 2014-10-06 Computer system and system for managing same

Country Status (1)

Country Link
WO (1) WO2016056050A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005157741A (en) * 2003-11-26 2005-06-16 Hitachi Ltd Access restriction information setting method and device
JP2014179113A (en) * 2014-04-25 2014-09-25 Hitachi Ltd Virtual computer system and migration control method of virtual computer

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005157741A (en) * 2003-11-26 2005-06-16 Hitachi Ltd Access restriction information setting method and device
JP2014179113A (en) * 2014-04-25 2014-09-25 Hitachi Ltd Virtual computer system and migration control method of virtual computer

Similar Documents

Publication Publication Date Title
US9124613B2 (en) Information storage system including a plurality of storage systems that is managed using system and volume identification information and storage system management method for same
US20180189109A1 (en) Management system and management method for computer system
JP5489601B2 (en) Method, apparatus, system, and program for dynamically managing physical and virtual multipath I / O
US8578121B2 (en) Computer system and control method of the same
US9229645B2 (en) Storage management method and storage system in virtual volume having data arranged astride storage devices
US8051262B2 (en) Storage system storing golden image of a server or a physical/virtual machine execution environment
US20130290541A1 (en) Resource management system and resource managing method
US9134915B2 (en) Computer system to migrate virtual computers or logical paritions
WO2013157072A1 (en) Computer system, resource management method, and management computer
WO2014108933A1 (en) Resource management system and resource management method of a computer system
US9600185B2 (en) Computer realizing high-speed access and data protection of storage device, computer system, and I/O request processing method
US8635391B2 (en) Systems and methods for eliminating single points of failure for storage subsystems
US20150234907A1 (en) Test environment management apparatus and test environment construction method
JP2010257274A (en) Storage management system and storage management method in virtualization environment
US9875059B2 (en) Storage system
US9262437B2 (en) Storage system and control method for storage system
JP2015532734A (en) Management system for managing physical storage system, method for determining resource migration destination of physical storage system, and storage medium
US10552224B2 (en) Computer system including server storage system
US9047122B2 (en) Integrating server and storage via integrated tenant in vertically integrated computer system
JP6516875B2 (en) Integration platform, server, and failover method
WO2016056050A1 (en) Computer system and system for managing same
US20180067780A1 (en) Server storage system management system and management method
US8850088B2 (en) Management system and management method
JP6231700B2 (en) Computer system having server storage system and management system
US20140189129A1 (en) Information processing system and storage apparatus

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: 14903797

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: 14903797

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP