US20070055713A1 - Computer system, storage system and method for extending volume capacity - Google Patents

Computer system, storage system and method for extending volume capacity Download PDF

Info

Publication number
US20070055713A1
US20070055713A1 US11/253,148 US25314805A US2007055713A1 US 20070055713 A1 US20070055713 A1 US 20070055713A1 US 25314805 A US25314805 A US 25314805A US 2007055713 A1 US2007055713 A1 US 2007055713A1
Authority
US
United States
Prior art keywords
volume
storage device
segment
physical
computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/253,148
Inventor
Takayuki Nagai
Masayuki Yamamoto
Masayasu Asano
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Assigned to HITACHI, LTD. reassignment HITACHI, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ASANO, MASAYASU, NAGAI, TAKAYUKI, YAMAMOTO, MASAYUKI
Publication of US20070055713A1 publication Critical patent/US20070055713A1/en
Priority to US12/538,238 priority Critical patent/US8082394B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers

Definitions

  • the present invention relates to a method for extending a volume capacity when monitoring a storage system used for a computer system, in particular, when writing into the storage system from a host computer.
  • a computer system comprises a host computer for executing jobs and a storage system for reading/writing data in response to directives of the host computer.
  • the storage system has a plurality of disk drives for storing and reading data.
  • the storage system provides a storage region to the host computer as a volume.
  • the capacity of the volume can be extended at any time if necessary. For example, when the host computer uses up the volume provided by the storage system, the volume capacity can be extended by creating a storage region from an unused disk capacity in the storage system and by the host computer combining the storage region with the volume being used. Such a technique is called on-line volume extension.
  • Japanese Unexamined Patent Application Publication No. 2003-15915 describes a method in which a storage system creates a storage region from an unused region in a disk drive while the host computer is being on-line and dynamically adds the storage region to a storage region of a volume when the capacity of the volume in the storage system is running short due to writing from the host computer.
  • Such a technique is called volume capacity automatic extension.
  • volume capacity automatic extension an on-line volume can be extended automatically without intervention of a storage manager.
  • a storage manager determines a characteristic corresponding to the way of use.
  • the storage system adds to the volume a storage capacity in a disk drive corresponding to the characteristic of the volume.
  • the present invention relates to a computer system having a storage system including a physical storage device, a host computer being connected to the storage system via a network and reading/writing data in a volume, and a management computer with an interface for connecting to the storage system and to the host computer via the network and for receiving a constitution change directive from a user, the storage system including a plurality of kinds of physical storage devices physically dividing into two segments or more the volume as a storage region used by the host computer, recording as constitution information the correspondence between each segment and the volume using the segment, recording the kind of physical storage device to be allocated to the volume, and selecting the physical storage device according to the kind of stored physical storage device for allocation of the segment when the host computer performs an I/O access to the volume.
  • a storage system comprises a plurality of kinds of disk drives therein and uses a high-performance, reliable, expensive disk drive or a low-performance, unreliable, low-cost disk drive according to the way of use.
  • data which are frequently used are allocated to a storage region in the expensive disk drive while data which are not frequently used such as data archives are allocated to a storage region in the low-cost disk drive.
  • a storage manager grasps the way of use of the volume in the host computer, creates a storage region from an appropriate disk drive according to the way of use, and allocates the storage region to the volume for capacity extension, and thereby, the volume can use the disk drive corresponding to the way of use as a storage region.
  • volume capacity automatic extension a selection standard of the disk drive for creation of the volume is not taken into consideration, and addition of capacity to the volume is performed by creation of a storage region from any disk drive by the storage system. Accordingly, it might occur that a storage region of a low-cost disk is allocated to a volume which requires high performance and high reliability, resulting in decrease of performance and reliability of the volume. In contrast, it might also occur that a storage region of an expensive disk is allocated to a volume which requires provision of a low-cost storage region, resulting in increase of operation costs of the storage system. As described above, it is a challenge to prevent distribution of a storage range to a volume from an inappropriate disk drive comparing with use of the volume as a result of an automatic extension of a volume capacity.
  • a storage manager can distribute a storage capacity to a volume from a disk drive conforming to characteristic of the volume prior to performing volume capacity automatic extension by previously providing characteristic corresponding to the way of use to the volume, thus preventing decrease of performance and reliability of the volume and increase of operation costs of a storage system.
  • FIG. 1 shows an example of constitution diagram of a computer system according to the present invention.
  • FIG. 2 shows an example of detailed constitution diagram of a storage device according to the present invention.
  • FIG. 3 shows an example of detailed constitution diagram of a management computer according to the present invention.
  • FIG. 4 shows an example of constitution diagram of a volume address list included in a storage device according to the present invention.
  • FIG. 5 shows an example of constitution diagram of a volume list included in a storage device according to the present invention.
  • FIG. 6 shows a flowchart indicating an entire flow example of volume capacity automatic extending function executed by a storage device according to the present invention.
  • FIG. 7 shows an example of detailed constitution diagram of a storage device of a first embodiment.
  • FIG. 8 shows an example of constitution diagram of a management table disk included in a storage device of the first embodiment.
  • FIG. 9 shows an example of constitution diagram of a volume characteristic list included in a storage device of the first embodiment.
  • FIG. 10 shows an example of image displayed by a management computer of the first embodiment.
  • FIG. 11 shows a flowchart indicating an entire flow example of volume capacity automatic extending function executed by a storage device of the first embodiment.
  • FIG. 12 shows an example of detailed constitution diagram of a management computer of a second embodiment.
  • FIG. 13 shows an example of constitution diagram of an I/O frequency record included in a management computer of the second embodiment.
  • FIG. 14 shows an example of constitution diagram of a permissible range of I/O frequency list included in a management computer of the second embodiment.
  • FIG. 15 shows a flowchart indicating an entire flow example of segment constitution revising process executed by a management computer of the second embodiment.
  • FIG. 16 shows an example of detailed constitution diagram of a management computer of the second embodiment.
  • FIG. 17 shows an example of constitution diagram of a computer system of a third embodiment.
  • FIG. 18 shows an example of detailed constitution diagram of a host computer of the third embodiment.
  • FIG. 19 shows an example of a constitution diagram of volume list included in a host computer of the third embodiment.
  • FIG. 20 shows an example of constitution diagram of a virtual volume list included in a host computer of the third embodiment.
  • FIG. 21 shows a flowchart indicating an entire flow example of virtual volume capacity automatic extending function executed by a management computer of the third embodiment.
  • FIG. 22 shows an example of constitution diagram of a computer system of the third embodiment.
  • FIG. 23 shows an example of detailed constitution diagram of a switch of the third embodiment.
  • a storage manager gives a characteristic to a volume and adds a storage region from a disk drive conforming to the characteristic of the volume prior to performing volume capacity automatic extension.
  • FIGS. 1 to 3 show constitution of a computer system and those of devices connected to the computer system, and FIGS. 4 to 7 show management information included in each device.
  • FIG. 1 shows the constitution of the computer system.
  • a storage device 20000 and a host computer 10000 are connected with each other by a storage network 40000 .
  • the storage device 20000 is connected to a network 45000 for management and to a management computer 30060 . It is possible that the storage network 40000 and the network 45000 for management are the same network.
  • FIG. 2 shows an example of a detailed constitution diagram of the storage device (storage device) 20000 .
  • the storage device 20000 includes a management port 21000 for connection to the network 45000 for management, an I/O port 22000 for connection to the host computer via the storage network 40000 , a processor 23000 for controlling the storage device, a management memory 24000 used by the processor 23000 , and a disk volume 26000 for storing data provided to the host computer, all of which are connected to each other via a circuit such as an internal bus.
  • a management program 25000 of the storage device is included in the management memory 24000 .
  • a volume creation function and a volume capacity automatic extension function can be provided following the management program 25000 .
  • a program is described as the subject, a process part for executing the program (a processor 23000 for the storage device 20000 , and similarly for the management computer 30000 , the host computer 10000 , and a switch 50000 ) actually performs the process.
  • the volume creation function provides a volume 27000 with a limitless capacity to the host computer when the storage manager directs creation of a volume.
  • the start value of a logical block number (LBA) for determining the range of the volume is defined to be 0 while the LBA as an end value of the range should not be defined.
  • LBA logical block number
  • the value is a maximum capacity for the volume.
  • the management memory 24000 stores a volume address list 25100 as shown in FIG. 4 and a volume list 25200 as shown in FIG. 5 .
  • a disk volume 26000 comprises one or more disk drives.
  • the disk drives might form redundant arrays of inexpensive disks (RAID) constitution.
  • the disk volume 26000 is physically divided into a plurality of regions, which are called segments.
  • the disk volume 26000 is logically divided into a plurality of volumes 27000 .
  • FIG. 3 shows a detailed constitution of the management computer 30000 .
  • the management computer 30000 has a management port 31000 for connection to a network 45000 for management, a processor 32000 , and a memory 33000 , all of which are connected to each other via a circuit such as an internal bus.
  • a configuration management program 33100 is stored in the memory 33000 to acquire constitution information from a storage device for displaying the constitution information to a storage manager and to execute a constitution information change directive received from the storage manager to the storage device.
  • the configuration management program 33100 has a function for acquiring device constitution information from the storage device 20000 and for storing the constitution information in a storage system configuration list 33200 and a function for executing a volume creation directive received from the storage manager to the storage device.
  • FIG. 4 shows a constitution of a volume address list 25100 included in the storage device 20000 .
  • the volume address list 25100 comprises a field 25110 for registering a disk drive ID as an identifier of each disk volume in the storage device, a field 25120 for registering a segment table held by each disk volume, a field 25130 for registering a logical block address allocated to each segment, and a field 25140 for indicating whether or not each segment is allocated to the volume.
  • the disk volume 26000 of the storage device is divided into fixed blocks, and an LBA is provided to each block.
  • FIG. 4 shows an example of specific values of a volume address list included in a storage device. That is, the storage device includes disk volumes indicated by disk drive IDs such as DISK 1 , DISK 2 .
  • the disk volume DISK 1 includes segments indicated by disk segment IDs such as SEG 1 , SEG 2 , SEG 3
  • the disk volume DISK 2 includes segments indicated by segments IDs such as SEG 4 , SEG 5
  • the disk volume DISK 3 includes segments indicated by segment IDs such as SEG 6 , SEG 7 .
  • Each segment includes a storage region in proportion to the logical block address held by the segment.
  • FIG. 5 shows the constitution of a volume list 25200 included in the storage device 20000 .
  • the volume list 25200 comprises a field 25210 for registering a volume ID as an identifier of each volume in the storage device, a field 25220 for registering a segment ID allocated to each volume, and a field 25230 for indicating to which LBA the allocated segment is positioned in the volume.
  • FIG. 5 shows an example of specific values of a volume list included in a storage device. That is, in the storage device, a volume VOL 1 uses the segments SEG 1 , SEG 2 and SEG 4 as storage regions, and a volume VOL 2 uses the segment SEG 6 as a storage region.
  • FIG. 6 shows a flowchart of a volume capacity automatic extension function held by a management program 25000 .
  • a host computer issues an I/O to the volumes in the storage devices (Step 61000 ).
  • the management program 25000 refers to the volume list 25200 after detecting an LBA to be accessed on the volume and checks whether or not a secured region is larger than the LBA to be accessed (Step 61010 ). When the secured region is larger than the LBA, or a written region is secured (Step 61020 ), the I/O from the host computer is written into the volume (Step 61060 ).
  • the management program 25000 refers to the volume address list 25100 and searches for an unallocated segment for the volume (Step 61030 ). As a result of the search, when there is no unallocated segment (Step 61040 ), an error is returned to the host computer indicating that writing to the volume failed (Step 61070 ). When there is an unallocated segment (Step 61040 ), the first detected unallocated segment is added to the end of the volume (Step 61050 ). After that, the I/O from the host computer is written into the volume (Step 61060 ).
  • FIG. 7 shows the constitution of a storage device
  • FIGS. 8 and 9 show management information included in each device.
  • the computer system and the management computer are constituted as in the manner of a conventional one shown in FIGS. 1 and 3 , and the storage system is constituted by by one or more storage devices, and hereinafter, they are only called ‘storage device’ without distinguishing them.
  • a physical storage device is, for example, a disk drive, and corresponds to a RAID group or a single disk which is not RAID-constituted.
  • the RAID group is RAID-constituted by a plurality of Fibre Channel (FC) disks or Serial Advanced Technology Attachment (S-ATA) disks.
  • FC Fibre Channel
  • S-ATA Serial Advanced Technology Attachment
  • FIG. 7 shows an example of detailed constitution of the storage device 20000 .
  • the constitution of the storage device is the same as the conventional one except for the addition of a disk drive list 25300 shown in FIG. 8 and a volume characteristic list 25400 shown in FIG. 9 to a management memory 24000 .
  • FIG. 8 shows the constitution of the disk drive list 25300 included in the storage device 20000 .
  • the disk drive list 25300 comprises a field 25310 for registering a disk drive ID as an identifier of a disk volume in the storage device, a field 25320 for registering the kind of disk volume, a field 25330 for registering a RAID level of the disk volume when the disk volume comprises a plurality of disk drives, and a field 25340 for registering the I/O frequency from a host computer to the disk volume.
  • the kind of disk volumes there are two kinds of disks such as an FC disk as a high-performance expensive disk volume and an S-ATA disk as a low-performance low-cost disk volume. Actually, it is also possible that more kinds of disk volumes are in the storage device.
  • FIG. 8 shows an example of specific values of a disk drive list included in the storage device. That is, the storage device includes therein disk volumes indicated by disk drive IDs such as DISK 1 , DISK 2 , DISK 3 .
  • the disk volumes DISK 1 and DISK 2 are constituted by RAID 5
  • the disk volume DISK 3 is constituted by RAID 1 .
  • the numbers of accesses from the host computer to the disk volumes DISK 1 , DISK 2 , DISK 3 are 100, 50, and 10 per unit time period, respectively.
  • FIG. 9 shows the constitution of a volume characteristic list 25400 included in the storage device 20000 .
  • the volume characteristic list 25400 comprises a field 25410 for registering a volume ID as an identifier of a volume in the storage device, a field 25420 for registering the characteristic of the volume input when a storage manager creates the volume through a management computer, and a field 25430 for indicating a table of disk volume identifiers conforming to the characteristic of the volume.
  • FIG. 9 shows an example of specific values of a volume characteristic list included in the storage device. That is, it is shown that the storage device should hold three volumes indicated by volume IDs such as VOL 1 , VOL 2 , VOL 3 and each volume should comprise a reliable disk volume, a low-cost disk volume and reliable RAID 1 disk volume, respectively.
  • the disk volumes conforming to the properties of VOL 1 , VOL 2 and VOL 3 are DISK 1 , DISK 2 and DISK 3 , respectively.
  • FIG. 10 shows a display example 71000 of a volume creation image displayed to a storage manager on a management computer when the storage manager creates a volume to a storage device using the management computer.
  • the volume ID of a volume created by the storage manager is specified (Table 71010 ), and after specifying the capacity of the volume (Table 71020 ), the characteristic of the volume is specified (Table 71030 ).
  • the manager confirms specified parameters and continues creation of the volume, the manager pushes down a ‘Confirm’ button 71040 , and when stopping volume creation, the manager pushes down a ‘Quit’ button 71050 .
  • the ‘Quit’ button is pushed down, a configuration management program of a management computer stops processes without creation of the volume.
  • the configuration management program transmits a volume creation directive from the manager to the storage device.
  • the management program 25000 of the storage device stores the ID and characteristic of the volume in a volume characteristic list 25400 after creation of the volume. After that, the management program 25000 refers to a disk drive list 25300 and stores the disk drive ID of the disk volume conforming to the characteristic of the volume in the volume characteristic list 25400 .
  • FIG. 11 shows a flowchart of a volume capacity automatic extension function included in the management program 25000 . Since Steps 62000 to 62020 are similar to the functions as previously done (Steps 61000 to 61020 in FIG. 6 ) and the description is omitted.
  • the management program 25000 refers to the volume address list 25100 and searches for an unallocated segment for the volume (Step 62030 ). As a result of the search, when there is no unallocated segment, an error is returned to the host computer indicating that writing to the volume was failed (Step 62100 ).
  • the management program 25000 refers to the volume characteristic list 25400 and searches for a disk volume conforming to the characteristic of the volume (Step 62050 ).
  • the management program 25000 refers to the volume address list 25100 and checks whether or not an unallocated segment is in the disk volume conforming to the characteristic of the volume (Step 62060 ).
  • the detected unallocated segment is added to the end of the volume (Step 62070 ).
  • the management program 25000 refers to volume address list 25100 and adds the unallocated segment which is first detected from any disk volume to the end of the volume (Step 62080 ).
  • the I/O from the host computer is written into the volume (Step 62090 ).
  • the volume capacity automatic extension functions of the present embodiment are the volume capacity automatic extension functions of the present embodiment.
  • a storage manager when a volume capacity is automatically extended, a storage manager can add a segment from a disk volume conforming to the characteristic applied to a volume. Accordingly, when there are a plurality of kinds of disk volumes in the storage device, an expensive disk volume and a low-cost disk volume can be selectively used according to the way of use.
  • ‘Hint’ specified by a standardization organization as a value to be added to the volume.
  • ‘Hint’ can be set as a parameter given by digitizing into values from 1 to 10 a condition such as Availability, Cost with which a volume should satisfy.
  • the management program 25000 referres to the parameters set for each condition from a volume characteristic list 25400 and compares with each other. As a result of the comparison, the characteristic set for the volume is determined, and the disk volumes are allocated on the basis of the determined characteristic.
  • Availability or Cost is defined as ‘Hint’ for the condition with which the volume should satisfy and the parameter of Availability is large, following the management program 25000 , the characteristic of the volume is determined to be reliable, and when Cost is larger, following the management program 25000 , the characteristic of the volume is determined to be low-cost. It is also possible to allocate a disk volume satisfying a condition indicating a predetermined hint value or higher. As for the conditions of hint value, recording speed, failure rate, RAID level can be used in addition to Availability, Cost.
  • a second embodiment is described.
  • access state of each segment in a volume is recorded by a management computer or a storage device, and when receiving a directive from a storage manager, the segment is transferred to a disk volume conforming to the access state to the segment.
  • the constitution of a computer system of the second embodiment is described.
  • the constitution of the second embodiment is the same as that of the first embodiment except for adding an I/O frequency record 33300 and a permissible range of the I/O frequency list 33400 shown in FIG. 12 to a memory 33000 of a management computer 30000 . Accordingly, only described are parts which are different from the first embodiment.
  • FIG. 13 shows the constitution of the I/O frequency record 33300 .
  • the I/O frequency record 33300 comprises a field 33310 for registering a volume ID as a sole identifier of each volume in a storage device, a field 33320 for registering a segment ID allocated to each volume, and a field 33330 for registering the I/O frequency from a host computer for a unit time period for each segment.
  • the management computer 30000 acquires the I/O frequency from the storage device 20000 at a constant interval and records the number in the I/O frequency record 33200 . As a result, not only the I/O frequency at present but also data such as the average of the I/O frequency for the past one week can be also acquired.
  • FIG. 13 shows an example of specific values of the I/O frequency record included in the management computer. That is, the numbers of accesses of a segment SEG 1 in a volume VOL 1 at present, the average for the past 24 hours, and the average for the past one week are 100, 200 and 180, respectively.
  • FIG. 14 shows the constitution of the permissible range of the I/O frequency list 33400 .
  • the permissible range of the I/O frequency list 33400 comprises a field 33410 for registering the kind of a volume in the storage device, and a field 33420 for a storage manager to register the permissible range of I/O frequency from a host computer for a unit time period for each kind of disk volume.
  • the storage manager can specify the permissible range of the I/O frequency to the volume for a unit time period using the management computer 30000 .
  • the permissible range of the I/O frequency can be set for not only the I/O frequency at present but also the average of the I/O frequency for the past one week.
  • FIG. 14 shows an example of specific values of the permissible range of the I/O frequency list included in the management computer. That is, the lower limits of the I/O frequency of an FC disk at present, the average for the past 24 hours, and the average for the past one week are 50, 30 and 30, respectively, and the upper limits of the I/O frequency of an S-ATA disk at present, the average for the past 24 hours, and the average for the past one week are 100, 50 and 50, respectively.
  • FIG. 15 shows a flowchart of the segment constitution revising process.
  • a storage manager specifies a specific volume ID and directs a management computer to revise the segment allocation constitution to a volume according to the I/O frequency to a segment (Step 63000 ).
  • the configuration management program 33100 directed by the storage manager accesses a storage device 20000 , acquires a volume address list 25100 , a volume list 25200 and a disk drive list 25300 from the device and registers them in a storage system configuration list 33200 (Step 63010 ).
  • the configuration management program 33100 refers to the storage system configuration list 33200 , the I/O frequency record 33300 and the permissible range of the I/O frequency list 33400 and checks whether or not the I/O frequency from the host computer for a segment in the specified volume exceeds a range defined in the permissible range of the I/O frequency list (Step 63020 ). When the numbers of accesses for all the segments do not exceed the defined range as a result of the checking (Step 63030 ), the segment constitution revising process ends.
  • Step 63030 When there is a segment of which I/O frequency exceeds the defined range (Step 63030 ), the kind of disk volume to which the segment belong is checked (Step 63040 ). When the kind of disk volume is an S-ATA disk, it is checked whether or not an unallocated segment is in an FC disk (Step 63050 ). When there is no unused segment in the FC disk, the segment constitution revising process ends. When the kind of disk volume is an FC disk, it is checked whether or not an unallocated segment is in an S-ATA disk (Step 63060 ). When there is no unused segment in the S-ATA disk, the segment constitution revising process ends.
  • the program directs the storage device 20000 to transfer the data of the segment with the I/O frequency exceeding the defined range to an unallocated segment (Step 63070 ).
  • the directed storage device 20000 copies the data in an origin segment to a destination segment and records the constitution after transferring to the volume address list 25100 and the volume list 25200 (Step 63080 ), and the segment constitution revising process ends. Though a case whether or not exceeding the defined region is described here, it is also possible to determine whether or not being below the defined region.
  • the segment constitution revising process is described above.
  • the definition and description of the I/O frequency and a method for setting a defined region of the I/O frequency are only examples. In spite of the I/O frequency, it is also possible to use the availability ratio of a desk volume to which a segment belongs for a unit time period as a parameter.
  • a management computer 30000 has an I/O frequency record 33300 and a permissible range of the I/O frequency list 33400
  • a storage device 20000 has the I/O frequency record 25500 and a permissible range of the I/O frequency list 25600 .
  • the segment constitution revising process is not started by the directive of a storage manager, but a similar process can be realized by normally monitoring the I/O frequency to a segment in a storage device and by starting the segment constitution revising process as soon as exceeding an upper limit defined in a permissible range of the I/O frequency list 25600 .
  • a segment conforming to the characteristic of a disk volume can be allocated to a disk volume following the access state from a host computer to the segment.
  • increase of costs can be prevented. That is, generally in a storage system, once a volume is allocated to a host computer, the same storage region is used until deletion of the volume. Accordingly, when a storage region is provided from an expensive disk drive to a volume requiring high performance and reliability, and the use frequency of the volume, decreases as time passes, the expensive disk drive should be continuously used. This may cause increase of operation costs of the storage system. According to the present embodiment, such increase of costs can be prevented.
  • the I/O frequency from the host computer into the volume can be recorded by the management computer or the storage system. That is, the storage manager registers for every kind of disk drives the limit range of I/O frequency to a storage region in the disk drive used by a logical group as a storage region.
  • the management computer gives a directive to change a disk drive used by the volume as a storage region so as not deviate from the limit range.
  • a third embodiment is described. According to the present embodiment, an equivalent function as a volume capacity automatic extension function can be provided to a user using a storage device without a volume capacity automatic extension function by equipping a virtual volume management function to a host computer or a switch.
  • FIGS. 17 to 18 show the constitution of a computer system and that of devices connected to the computer system
  • FIGS. 19 to 20 show management information included in each device.
  • FIG. 17 shows the constitution of the computer system.
  • a plurality of storage devices 20000 are connected to a host computer 10000 via a storage network 40000 .
  • the storage device 20000 is connected to a management computer 30000 via a network 45000 for management. Since the constitution of the storage device 20000 and that of the management computer are identical to those in FIGS. 2 and 3 , respectively, the description is omitted.
  • the storage device 20000 does not have a volume capacity automatic extension function, differently from the first embodiment.
  • FIG. 18 shows an example of detailed constitution of a host computer 10000 .
  • the host computer 10000 has an I/O port 11000 for connection to a storage device via a storage network 40000 , a processor 12000 for control of the host computer, and a memory 13000 used by the processor, all of which are connected to each other via a circuit such as an internal bus.
  • a memory 13000 includes an application 13100 for executing a job using a storage region in the storage device, and a management program 13200 for management of the storage region in the storage device connected to the host computer.
  • the management program 13200 has a volume creation function and a virtual volume capacity automatic extension function.
  • the volume creation function When receiving a volume creation directive from a storage manager, the volume creation function provides a virtual volume with a limitless capacity to the application.
  • the virtual volume comprises one or more volumes. That is, when the host computer sees the virtual volume from the application 13100 , the start value of a logical block number (LBA) for determining the volume range is defined to be 0 while the LBA as an end value of the range should not be defined. When the LBA as the end value of the range is defined, the value is a maximum capacity for the virtual volume.
  • LBA logical block number
  • the memory 13000 stores a volume list 13300 as shown in FIG. 19 and a virtual volume list 13400 as shown in FIG. 20 .
  • FIG. 19 shows the constitution of a volume list 13300 included in the host computer 10000 .
  • the volume list 13300 comprises a field 13310 for registering a storage device ID as an identifier of each storage device connected to the host computer, a field 13320 for registering a volume list held by each storage device, a field 13330 for registering a logical block address allocated to each volume, and a field 13340 for indicating whether or not each volume is allocated to the virtual volume.
  • FIG. 19 shows an example of specific values of a volume list included in the host computer. That is, the host computer is connected to a storage device indicated by storage device IDs such as ARRAY 1 , ARRAY 2 , and ARRAY 3 . The host computer recognizes the volumes indicated by volume IDs such as VOL 1 , VOL 2 , VOL 3 of ARRAY 1 , the volumes indicated by volume IDs such as VOL 4 , VOL 5 of ARRAY 2 , and the volumes indicated by volume IDs such as VOL 6 , VOL 7 of ARRAY 3 , respectively. Each volume includes a storage region in proportion to the Logical block address held by the volume.
  • FIG. 20 shows the constitution of a virtual volume list 13400 included in the host computer 10000 .
  • the virtual volume list 13400 comprises a field 13410 for registering a virtual volume ID as an identifier of each virtual volume in the host computer, a field 13420 for registering a volume ID allocated to each virtual volume, and a field 13430 for indicating to which LBA the allocated volume is positioned in the virtual volume.
  • FIG. 20 shows an example of specific values of a virtual volume list included in the host computer. That is, in the host computer, a volume V-VOL 1 uses the volumes VOL 1 , VOL 2 and VOL 4 as storage regions, and a volume V-VOL 3 uses the volume VOL 6 as a storage region.
  • FIG. 21 shows a flowchart of a virtual volume capacity automatic extension function held by a management program 13200 .
  • An application 13100 issues an I/O to the virtual volumes allocated by the management program 13200 (Step 64000 ).
  • the management program 13200 refers to the virtual volume list 13400 after detecting an LBA to be accessed on the virtual volume and checks whether or not a secured region is larger than the LBA to be accessed (Step 64010 ).
  • the secured region is larger than the LBA, or a written region is secured (Step 64020 )
  • the I/O from the application is written into the virtual volume (Step 64060 ).
  • the management program 13200 refers to the volume list 13300 and searches for an unallocated volume for the virtual volume (Step 64030 ). As a result of the search, when there is no unallocated volume, an error is returned to the application indicating that writing to the virtual volume being failed (Step 64070 ). When finding out an unallocated volume, the first detected unallocated logical group is added to the end of the virtual volume (Step 64050 ). After that, the I/O from the application is written into the virtual volume (Step 64060 ).
  • a method for holding a virtual volume capacity automatic extension function on a host computer is described above. It is also possible to hold the virtual volume capacity automatic extension function on a switch as a device for switching a network circuit between a storage device and the host computer. A computer system constitution formed in such a manner is described.
  • FIG. 22 shows the constitution of a computer system.
  • a plurality of storage devices 20000 are connected to a plurality of host computers 10000 via a switch 50000 .
  • the switch 50000 is connected to a management computer 30000 via a network 45000 for management. Since the constitution of the host computer 10000 , that of the storage device 20000 and that of the management computer 30000 are identical to those in FIGS. 17, 2 and 3 , respectively, the description is omitted.
  • the storage device 20000 does not have a volume capacity automatic extension function.
  • FIG. 23 shows an example of detailed constitution of the switch 50000 .
  • the switch 50000 includes a management port 51000 for connection to the network 45000 for management, an I/O port 52000 for connection to the storage device or host computer via a storage network 40000 , a processor 53000 for controlling the switch, and a memory 54000 used by the processor, all of which are connected to each other via a circuit such as an internal bus.
  • a memory 54000 stores a path management program 54100 managing a connection state between the host computers 10000 connected to the switch and the storage device 20000 and switching a circuit in response to a directive of the management computer 30000 , and a management program 54200 managing a storage region in the storage device connected to the switch.
  • the memory 13000 stores a volume list 54300 and a virtual volume list 54400 . Since these are identical to those described in FIGS. 19 and 20 , the description is omitted.
  • the management program 54200 has a virtual volume creation function and a virtual volume capacity automatic extension function. When receiving a volume creation directive from a storage manager, the virtual volume creation function provides a virtual volume with a limitless capacity to an application. Since the virtual volume capacity automatic extension function is identical to the one described in FIG. 21 , the description is omitted. As described above, a virtual volume capacity automatic extension function can be provided to a switch.
  • volume capacity automatic extension function described in the first embodiment taking volume characteristic into consideration and a segment constitution revising process described in the second embodiment can be applied to the third embodiment by replacing a segment in the first and second embodiments to the volume in the third embodiment, the volume in the first and second embodiments to the virtual volume in the third embodiment, and the host computer in the first and second embodiments to the application in the host computer in the third embodiment, respectively.
  • an equivalent function as the volume capacity automatic extension function can be provided.
  • a volume capacity automatic extension function for a user storing data in a storage system without a volume capacity automatic extension function, in order to apply the volume capacity automatic extension function to a volume, it is necessary to transfer data to a storage system having the volume capacity automatic extension function. Transfer of data of the entire storage system might cause a large load to a storage manager as well as large costs such as a forced temporary stop of a job. It is also possible to provide an equivalent function as a volume capacity automatic extension function to a user using a storage system without a volume capacity automatic extension function.
  • a virtual volume can be allocated to an application on a host computer as a storage region.
  • the host computer can dynamically add an unused volume in the connected storage system to the storage region of a virtual volume during operation of the application.
  • a storage region can be arranged in a kind of disk drive according to the use frequency by recording a limit range of the I/O frequency and by changing the arrangement of the storage region in the disk drive so as not deviate from the limit range.
  • an equivalent function as a volume capacity automatic extension function can be provided to a user using a storage system without a volume capacity automatic extension function by providing a logical group in a storage system connected to a host computer to an application on the host computer as a virtual volume.
  • another embodiment 1 according to the present invention is a computer system, wherein the physical storage device is a disk drive.
  • Another embodiment 2 according to the present invention is a computer system, wherein the physical storage device is an FC disk and/or an S-ATA disk.
  • Another embodiment 3 according to the present invention is a computer system, wherein the storage system receives the kind of physical storage device to be allocated to the volume from the management computer for recording.
  • Another embodiment 4 according to the present invention is a computer system, wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
  • Another embodiment 5 according to the present invention is a computer system, wherein the characteristic assigned to the physical volume is a hint value.
  • Another embodiment 6 according to the present invention is a computer system, wherein the hint value is given by digitizing reliability, cost, recording speed, failure rate, or RAID level.
  • Another embodiment 7 according to the present invention is a computer system, wherein the storage system has a physical storage device management table on which the kind of physical storage device is recorded and creates a volume characteristic list on which the characteristic of the physical storage device is recorded from the physical storage device management table for selection of the physical storage device to be allocated to the physical volume.
  • Another embodiment 8 according to the present invention is a computer system, wherein the storage system records access quantity from a host computer corresponding to each segment while the management computer records a permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
  • Another embodiment 9 according to the present invention is a computer system, wherein the storage system records a permissible range of access quantity for each segment and the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 10 is a computer system having a storage system including a physical storage device and a plurality of host computers connected to the storage system via a network for reading/writing data in a volume, wherein the storage system includes a plurality of physical storage devices physically dividing into two or more segments the volume as a storage region used by the host computer for allocation and has a switch for changing network circuits between the storage system and a plurality of host computers, the switch making the host computer using the storage region in the storage device to recognize one or more volumes as one virtual volume, and wherein the storage system records the correspondence between each volume and the virtual volume using the volume as constitution information and allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.
  • the storage system includes a plurality of physical storage devices physically dividing into two or more segments the volume as a storage region used by the host computer for allocation and has a switch for changing network circuits between the storage system and a plurality of host computers, the switch making the host computer using the storage region in
  • Another embodiment 11 is a storage system being connected to a management computer having an interface for receiving a constitution change directive from a host computer reading/writing data in a volume and a user via a network and including a logical storage device, wherein the storage system includes a plurality of kinds of physical storage devices physically dividing into two or more segments the volume as a storage region used by the host computer for allocation, and wherein the storage system records the correspondence between each segment and the volume using the segment as constitution information and the kind of physical storage device to be allocated to the volume and selects a physical storage device according to the recorded kind of physical storage device prior to performing an I/O access to the volume from the host computer for allocation of the segment.
  • Another embodiment 12 according to the present invention is a storage system, wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
  • Another embodiment 13 according to the present invention is a storage system, wherein the storage system records a permissible range of access quantity for each segment and the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 14 is a method for extending volume capacity of a computer system including a physical storage device dividing into a plurality of segments a volume as a storage region used by a host computer for allocation and having a storage system which records as constitution information the correspondence between each segment and the volume using the segment and dynamically allocates the segment to the volume in response to an I/O access from the host computer to the volume, the host computer connected to the storage system via a network for reading/writing data in the volume, and a management computer being connected to the storage system and the host computer via the network and having an interface for receiving the constitution change directive from a user, wherein the computer system records to the storage system the kind of a plurality of physical storage devices to be allocated to the volume and selects the physical storage device for allocating the segment according to the kind of recorded physical storage device when the host computer performs an I/O access to the volume.
  • Another embodiment 15 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system receives the kind of physical storage device to be allocated to the volume from the management computer for recording the kind to the storage system.
  • Another embodiment 16 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system has access quantity recorded from the host computer corresponding to each segment, records the permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system to the management computer, and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range from the management computer to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
  • Another embodiment 17 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system records a permissible range of access quantity for each segment to the storage system and the access quantity from the host computer for each segment to the storage system and transfers the data of the volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 18 according to the present invention is a management computer including a storage device having a disk drive physically dividing into a plurality of segments a volume as a storage region used by a host computer for allocation and recording as constitution information the correspondence between each segment and the volume using the segment for dynamically allocating the segment to the volume in response to an I/O access from the host computer to the volume, and an interface connected to the storage system via a network and connected to the storage device and the host computer of the computer system having the host computer for receiving/writing data in the volume via the network for receiving the constitution change directive from a user, wherein the management computer records the permissible range of access quantity for each segment of the disk drive of the storage device recording the access quantity for the host computer for each segment and transmits data of the volume allocated to the segment with access quantity exceeding the permissible range to a kind of disk drive according to an access state.
  • Another embodiment 19 according to the present invention is a host computer, wherein the host computer is connected via a network to a storage device of a computer system having a plurality of storage devices including a disk drive physically dividing into a plurality of segments the volume as a storage region used by the host computer for allocation and reads/writes data in the volume, and wherein the host computer makes an application using a storage region in the storage device to recognize one or more volumes as a virtual volume, records the correspondence between each volume and a virtual volume using the volume as constitution information and dynamically allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.
  • Another embodiment 20 according to the present invention is a switch, wherein the switch easily changes a network circuit between a plurality of storage devices and a plurality of host computers of a computer system including a plurality of storage devices physically dividing into a plurality of segments the volume as a storage region used by the host computer for allocation and a plurality of host computers connected to the storage device via a network for reading/writing data in the volume, the switch making the host computer using the storage region in the storage device to one or more volumes as one virtual volume, and wherein the switch records the correspondence between each volume and the virtual volume using the volume as constitution information and dynamically allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.

Abstract

The object of the present invention is to prevent distribution of a storage range to a volume from an inappropriate disk drive comparing with use of the volume as a result of an automatic extension of a volume capacity. A computer system has a storage system including a physical storage device, a host computer, and a management computer. The storage system includes a plurality of kinds of physical storage devices physically dividing into two segments or more the volume and records as constitution information the correspondence between each segment and the volume using the segment. And the storage system records the kind of physical storage device to be allocated to the volume and selects the physical storage device according to the kind of stored physical storage device for allocation of the segment when the host computer performs an I/O access to the volume.

Description

  • The present application is based on and claims priority of Japanese patent applications No. 2005-255106 filed on Sep. 2, 2005, the entire contents of which are hereby incorporated by reference.
  • BACKGROUND
  • The present invention relates to a method for extending a volume capacity when monitoring a storage system used for a computer system, in particular, when writing into the storage system from a host computer.
  • Generally speaking, a computer system comprises a host computer for executing jobs and a storage system for reading/writing data in response to directives of the host computer. The storage system has a plurality of disk drives for storing and reading data. The storage system provides a storage region to the host computer as a volume. The capacity of the volume can be extended at any time if necessary. For example, when the host computer uses up the volume provided by the storage system, the volume capacity can be extended by creating a storage region from an unused disk capacity in the storage system and by the host computer combining the storage region with the volume being used. Such a technique is called on-line volume extension.
  • Japanese Unexamined Patent Application Publication No. 2003-15915 describes a method in which a storage system creates a storage region from an unused region in a disk drive while the host computer is being on-line and dynamically adds the storage region to a storage region of a volume when the capacity of the volume in the storage system is running short due to writing from the host computer. Such a technique is called volume capacity automatic extension. By the volume capacity automatic extension, an on-line volume can be extended automatically without intervention of a storage manager.
  • According to the present invention, prior to creating a volume, a storage manager determines a characteristic corresponding to the way of use. When automatically extending a volume capacity, the storage system adds to the volume a storage capacity in a disk drive corresponding to the characteristic of the volume.
  • Thus, the present invention relates to a computer system having a storage system including a physical storage device, a host computer being connected to the storage system via a network and reading/writing data in a volume, and a management computer with an interface for connecting to the storage system and to the host computer via the network and for receiving a constitution change directive from a user, the storage system including a plurality of kinds of physical storage devices physically dividing into two segments or more the volume as a storage region used by the host computer, recording as constitution information the correspondence between each segment and the volume using the segment, recording the kind of physical storage device to be allocated to the volume, and selecting the physical storage device according to the kind of stored physical storage device for allocation of the segment when the host computer performs an I/O access to the volume.
  • SUMMARY
  • Generally speaking, a storage system comprises a plurality of kinds of disk drives therein and uses a high-performance, reliable, expensive disk drive or a low-performance, unreliable, low-cost disk drive according to the way of use. To be more specific, data which are frequently used are allocated to a storage region in the expensive disk drive while data which are not frequently used such as data archives are allocated to a storage region in the low-cost disk drive.
  • When extending an on-line volume, a storage manager grasps the way of use of the volume in the host computer, creates a storage region from an appropriate disk drive according to the way of use, and allocates the storage region to the volume for capacity extension, and thereby, the volume can use the disk drive corresponding to the way of use as a storage region.
  • However, for the volume capacity automatic extension, a selection standard of the disk drive for creation of the volume is not taken into consideration, and addition of capacity to the volume is performed by creation of a storage region from any disk drive by the storage system. Accordingly, it might occur that a storage region of a low-cost disk is allocated to a volume which requires high performance and high reliability, resulting in decrease of performance and reliability of the volume. In contrast, it might also occur that a storage region of an expensive disk is allocated to a volume which requires provision of a low-cost storage region, resulting in increase of operation costs of the storage system. As described above, it is a challenge to prevent distribution of a storage range to a volume from an inappropriate disk drive comparing with use of the volume as a result of an automatic extension of a volume capacity.
  • According to the present invention, a storage manager can distribute a storage capacity to a volume from a disk drive conforming to characteristic of the volume prior to performing volume capacity automatic extension by previously providing characteristic corresponding to the way of use to the volume, thus preventing decrease of performance and reliability of the volume and increase of operation costs of a storage system.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows an example of constitution diagram of a computer system according to the present invention.
  • FIG. 2 shows an example of detailed constitution diagram of a storage device according to the present invention.
  • FIG. 3 shows an example of detailed constitution diagram of a management computer according to the present invention.
  • FIG. 4 shows an example of constitution diagram of a volume address list included in a storage device according to the present invention.
  • FIG. 5 shows an example of constitution diagram of a volume list included in a storage device according to the present invention.
  • FIG. 6 shows a flowchart indicating an entire flow example of volume capacity automatic extending function executed by a storage device according to the present invention.
  • FIG. 7 shows an example of detailed constitution diagram of a storage device of a first embodiment.
  • FIG. 8 shows an example of constitution diagram of a management table disk included in a storage device of the first embodiment.
  • FIG. 9 shows an example of constitution diagram of a volume characteristic list included in a storage device of the first embodiment.
  • FIG. 10 shows an example of image displayed by a management computer of the first embodiment.
  • FIG. 11 shows a flowchart indicating an entire flow example of volume capacity automatic extending function executed by a storage device of the first embodiment.
  • FIG. 12 shows an example of detailed constitution diagram of a management computer of a second embodiment.
  • FIG. 13 shows an example of constitution diagram of an I/O frequency record included in a management computer of the second embodiment.
  • FIG. 14 shows an example of constitution diagram of a permissible range of I/O frequency list included in a management computer of the second embodiment.
  • FIG. 15 shows a flowchart indicating an entire flow example of segment constitution revising process executed by a management computer of the second embodiment.
  • FIG. 16 shows an example of detailed constitution diagram of a management computer of the second embodiment.
  • FIG. 17 shows an example of constitution diagram of a computer system of a third embodiment.
  • FIG. 18 shows an example of detailed constitution diagram of a host computer of the third embodiment.
  • FIG. 19 shows an example of a constitution diagram of volume list included in a host computer of the third embodiment.
  • FIG. 20 shows an example of constitution diagram of a virtual volume list included in a host computer of the third embodiment.
  • FIG. 21 shows a flowchart indicating an entire flow example of virtual volume capacity automatic extending function executed by a management computer of the third embodiment.
  • FIG. 22 shows an example of constitution diagram of a computer system of the third embodiment.
  • FIG. 23 shows an example of detailed constitution diagram of a switch of the third embodiment.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Hereinafter, preferred embodiments for realizing the present invention are described. In the following, the embodiments of the present invention are described with reference to the accompanying drawings.
  • First Embodiment
  • In the first embodiment, a method is described in which a storage manager gives a characteristic to a volume and adds a storage region from a disk drive conforming to the characteristic of the volume prior to performing volume capacity automatic extension.
  • A system constitution and a program constitution as previously done are described. First, the nature of a conventional computer system before application of the first embodiment is described. FIGS. 1 to 3 show constitution of a computer system and those of devices connected to the computer system, and FIGS. 4 to 7 show management information included in each device.
  • FIG. 1 shows the constitution of the computer system. A storage device 20000 and a host computer 10000 are connected with each other by a storage network 40000. The storage device 20000 is connected to a network 45000 for management and to a management computer 30060. It is possible that the storage network 40000 and the network 45000 for management are the same network.
  • FIG. 2 shows an example of a detailed constitution diagram of the storage device (storage device) 20000. The storage device 20000 includes a management port 21000 for connection to the network 45000 for management, an I/O port 22000 for connection to the host computer via the storage network 40000, a processor 23000 for controlling the storage device, a management memory 24000 used by the processor 23000, and a disk volume 26000 for storing data provided to the host computer, all of which are connected to each other via a circuit such as an internal bus.
  • A management program 25000 of the storage device is included in the management memory 24000. A volume creation function and a volume capacity automatic extension function can be provided following the management program 25000. Though in the following, a program is described as the subject, a process part for executing the program (a processor 23000 for the storage device 20000, and similarly for the management computer 30000, the host computer 10000, and a switch 50000) actually performs the process. The volume creation function provides a volume 27000 with a limitless capacity to the host computer when the storage manager directs creation of a volume. That is, when the host computer 10000 accesses the volume 27000, the start value of a logical block number (LBA) for determining the range of the volume is defined to be 0 while the LBA as an end value of the range should not be defined. When the LBA as the end value of the range is defined, the value is a maximum capacity for the volume. The volume capacity automatic extension function will be described later in detail.
  • The management memory 24000 stores a volume address list 25100 as shown in FIG. 4 and a volume list 25200 as shown in FIG. 5.
  • A disk volume 26000 comprises one or more disk drives. When the disk volume 26000 comprises a plurality of disk drives, the disk drives might form redundant arrays of inexpensive disks (RAID) constitution. The disk volume 26000 is physically divided into a plurality of regions, which are called segments. The disk volume 26000 is logically divided into a plurality of volumes 27000.
  • FIG. 3 shows a detailed constitution of the management computer 30000. The management computer 30000 has a management port 31000 for connection to a network 45000 for management, a processor 32000, and a memory 33000, all of which are connected to each other via a circuit such as an internal bus. A configuration management program 33100 is stored in the memory 33000 to acquire constitution information from a storage device for displaying the constitution information to a storage manager and to execute a constitution information change directive received from the storage manager to the storage device. The configuration management program 33100 has a function for acquiring device constitution information from the storage device 20000 and for storing the constitution information in a storage system configuration list 33200 and a function for executing a volume creation directive received from the storage manager to the storage device.
  • FIG. 4 shows a constitution of a volume address list 25100 included in the storage device 20000. The volume address list 25100 comprises a field 25110 for registering a disk drive ID as an identifier of each disk volume in the storage device, a field 25120 for registering a segment table held by each disk volume, a field 25130 for registering a logical block address allocated to each segment, and a field 25140 for indicating whether or not each segment is allocated to the volume. The disk volume 26000 of the storage device is divided into fixed blocks, and an LBA is provided to each block.
  • FIG. 4 shows an example of specific values of a volume address list included in a storage device. That is, the storage device includes disk volumes indicated by disk drive IDs such as DISK1, DISK2. The disk volume DISK1 includes segments indicated by disk segment IDs such as SEG1, SEG2, SEG3, the disk volume DISK2 includes segments indicated by segments IDs such as SEG4, SEG5, and the disk volume DISK3 includes segments indicated by segment IDs such as SEG6, SEG7. Each segment includes a storage region in proportion to the logical block address held by the segment.
  • FIG. 5 shows the constitution of a volume list 25200 included in the storage device 20000. The volume list 25200 comprises a field 25210 for registering a volume ID as an identifier of each volume in the storage device, a field 25220 for registering a segment ID allocated to each volume, and a field 25230 for indicating to which LBA the allocated segment is positioned in the volume.
  • FIG. 5 shows an example of specific values of a volume list included in a storage device. That is, in the storage device, a volume VOL1 uses the segments SEG1, SEG2 and SEG4 as storage regions, and a volume VOL2 uses the segment SEG6 as a storage region.
  • FIG. 6 shows a flowchart of a volume capacity automatic extension function held by a management program 25000. A host computer issues an I/O to the volumes in the storage devices (Step 61000). At that time, the management program 25000 refers to the volume list 25200 after detecting an LBA to be accessed on the volume and checks whether or not a secured region is larger than the LBA to be accessed (Step 61010). When the secured region is larger than the LBA, or a written region is secured (Step 61020), the I/O from the host computer is written into the volume (Step 61060).
  • On the other hand, when the secured region is smaller than the LBA, or a written region is not secured (Step 61020), the management program 25000 refers to the volume address list 25100 and searches for an unallocated segment for the volume (Step 61030). As a result of the search, when there is no unallocated segment (Step 61040), an error is returned to the host computer indicating that writing to the volume failed (Step 61070). When there is an unallocated segment (Step 61040), the first detected unallocated segment is added to the end of the volume (Step 61050). After that, the I/O from the host computer is written into the volume (Step 61060).
  • In the conventional system constitution and program constitution as described above, when a segment is added to a volume, the kind of a disk volume is not taken into consideration and selection of an unused segment is performed. Accordingly, when there is a plurality of kinds of disk volumes in the storage device, the problem might be that an expensive disk volume and a low-cost disk volume cannot be selectively used according to the way of use.
  • Next, a system constitution and a program constitution of the first embodiment are described. First, the nature of a computer system after applying the first embodiment is described. FIG. 7 shows the constitution of a storage device, and FIGS. 8 and 9 show management information included in each device. The computer system and the management computer are constituted as in the manner of a conventional one shown in FIGS. 1 and 3, and the storage system is constituted by by one or more storage devices, and hereinafter, they are only called ‘storage device’ without distinguishing them. A physical storage device is, for example, a disk drive, and corresponds to a RAID group or a single disk which is not RAID-constituted. The RAID group is RAID-constituted by a plurality of Fibre Channel (FC) disks or Serial Advanced Technology Attachment (S-ATA) disks.
  • FIG. 7 shows an example of detailed constitution of the storage device 20000. The constitution of the storage device is the same as the conventional one except for the addition of a disk drive list 25300 shown in FIG. 8 and a volume characteristic list 25400 shown in FIG. 9 to a management memory 24000.
  • FIG. 8 shows the constitution of the disk drive list 25300 included in the storage device 20000. The disk drive list 25300 comprises a field 25310 for registering a disk drive ID as an identifier of a disk volume in the storage device, a field 25320 for registering the kind of disk volume, a field 25330 for registering a RAID level of the disk volume when the disk volume comprises a plurality of disk drives, and a field 25340 for registering the I/O frequency from a host computer to the disk volume. In the present embodiment, it is assumed that as for the kind of disk volumes, there are two kinds of disks such as an FC disk as a high-performance expensive disk volume and an S-ATA disk as a low-performance low-cost disk volume. Actually, it is also possible that more kinds of disk volumes are in the storage device.
  • FIG. 8 shows an example of specific values of a disk drive list included in the storage device. That is, the storage device includes therein disk volumes indicated by disk drive IDs such as DISK1, DISK2, DISK3. The disk volumes DISK1 and DISK2 are constituted by RAID5, and the disk volume DISK3 is constituted by RAID1. The numbers of accesses from the host computer to the disk volumes DISK1, DISK2, DISK3 are 100, 50, and 10 per unit time period, respectively.
  • FIG. 9 shows the constitution of a volume characteristic list 25400 included in the storage device 20000. The volume characteristic list 25400 comprises a field 25410 for registering a volume ID as an identifier of a volume in the storage device, a field 25420 for registering the characteristic of the volume input when a storage manager creates the volume through a management computer, and a field 25430 for indicating a table of disk volume identifiers conforming to the characteristic of the volume.
  • FIG. 9 shows an example of specific values of a volume characteristic list included in the storage device. That is, it is shown that the storage device should hold three volumes indicated by volume IDs such as VOL1, VOL2, VOL3 and each volume should comprise a reliable disk volume, a low-cost disk volume and reliable RAID1 disk volume, respectively. The disk volumes conforming to the properties of VOL1, VOL2 and VOL3 are DISK1, DISK2 and DISK3, respectively.
  • FIG. 10 shows a display example 71000 of a volume creation image displayed to a storage manager on a management computer when the storage manager creates a volume to a storage device using the management computer. On the volume creation image 71000, the volume ID of a volume created by the storage manager is specified (Table 71010), and after specifying the capacity of the volume (Table 71020), the characteristic of the volume is specified (Table 71030). When the manager confirms specified parameters and continues creation of the volume, the manager pushes down a ‘Confirm’ button 71040, and when stopping volume creation, the manager pushes down a ‘Quit’ button 71050. When the ‘Quit’ button is pushed down, a configuration management program of a management computer stops processes without creation of the volume. When the ‘Confirm’ button is pushed down, the configuration management program transmits a volume creation directive from the manager to the storage device. The management program 25000 of the storage device stores the ID and characteristic of the volume in a volume characteristic list 25400 after creation of the volume. After that, the management program 25000 refers to a disk drive list 25300 and stores the disk drive ID of the disk volume conforming to the characteristic of the volume in the volume characteristic list 25400.
  • FIG. 11 shows a flowchart of a volume capacity automatic extension function included in the management program 25000. Since Steps 62000 to 62020 are similar to the functions as previously done (Steps 61000 to 61020 in FIG. 6) and the description is omitted.
  • When a written region is not secured in the volume (Step 62020), the management program 25000 refers to the volume address list 25100 and searches for an unallocated segment for the volume (Step 62030). As a result of the search, when there is no unallocated segment, an error is returned to the host computer indicating that writing to the volume was failed (Step 62100).
  • In contrast, when there is an unallocated segment, the management program 25000 refers to the volume characteristic list 25400 and searches for a disk volume conforming to the characteristic of the volume (Step 62050). Next, the management program 25000 refers to the volume address list 25100 and checks whether or not an unallocated segment is in the disk volume conforming to the characteristic of the volume (Step 62060). When finding out an unallocated segment, the detected unallocated segment is added to the end of the volume (Step 62070). When not finding out an unallocated segment, the management program 25000 refers to volume address list 25100 and adds the unallocated segment which is first detected from any disk volume to the end of the volume (Step 62080). After that, the I/O from the host computer is written into the volume (Step 62090). Above all are the volume capacity automatic extension functions of the present embodiment.
  • According to the present embodiment, when a volume capacity is automatically extended, a storage manager can add a segment from a disk volume conforming to the characteristic applied to a volume. Accordingly, when there are a plurality of kinds of disk volumes in the storage device, an expensive disk volume and a low-cost disk volume can be selectively used according to the way of use.
  • It is also possible to use a ‘Hint’ specified by a standardization organization as a value to be added to the volume. ‘Hint’ can be set as a parameter given by digitizing into values from 1 to 10 a condition such as Availability, Cost with which a volume should satisfy. When there are a plurality of conditions defined by the ‘Hint’, the management program 25000 referres to the parameters set for each condition from a volume characteristic list 25400 and compares with each other. As a result of the comparison, the characteristic set for the volume is determined, and the disk volumes are allocated on the basis of the determined characteristic.
  • For example, when Availability or Cost is defined as ‘Hint’ for the condition with which the volume should satisfy and the parameter of Availability is large, following the management program 25000, the characteristic of the volume is determined to be reliable, and when Cost is larger, following the management program 25000, the characteristic of the volume is determined to be low-cost. It is also possible to allocate a disk volume satisfying a condition indicating a predetermined hint value or higher. As for the conditions of hint value, recording speed, failure rate, RAID level can be used in addition to Availability, Cost.
  • Second Embodiment
  • A second embodiment is described. In the present embodiment, access state of each segment in a volume is recorded by a management computer or a storage device, and when receiving a directive from a storage manager, the segment is transferred to a disk volume conforming to the access state to the segment.
  • The constitution of a computer system of the second embodiment is described. The constitution of the second embodiment is the same as that of the first embodiment except for adding an I/O frequency record 33300 and a permissible range of the I/O frequency list 33400 shown in FIG. 12 to a memory 33000 of a management computer 30000. Accordingly, only described are parts which are different from the first embodiment.
  • FIG. 13 shows the constitution of the I/O frequency record 33300. The I/O frequency record 33300 comprises a field 33310 for registering a volume ID as a sole identifier of each volume in a storage device, a field 33320 for registering a segment ID allocated to each volume, and a field 33330 for registering the I/O frequency from a host computer for a unit time period for each segment.
  • The management computer 30000 acquires the I/O frequency from the storage device 20000 at a constant interval and records the number in the I/O frequency record 33200. As a result, not only the I/O frequency at present but also data such as the average of the I/O frequency for the past one week can be also acquired.
  • FIG. 13 shows an example of specific values of the I/O frequency record included in the management computer. That is, the numbers of accesses of a segment SEG1 in a volume VOL1 at present, the average for the past 24 hours, and the average for the past one week are 100, 200 and 180, respectively.
  • FIG. 14 shows the constitution of the permissible range of the I/O frequency list 33400. The permissible range of the I/O frequency list 33400 comprises a field 33410 for registering the kind of a volume in the storage device, and a field 33420 for a storage manager to register the permissible range of I/O frequency from a host computer for a unit time period for each kind of disk volume.
  • The storage manager can specify the permissible range of the I/O frequency to the volume for a unit time period using the management computer 30000. The permissible range of the I/O frequency can be set for not only the I/O frequency at present but also the average of the I/O frequency for the past one week.
  • FIG. 14 shows an example of specific values of the permissible range of the I/O frequency list included in the management computer. That is, the lower limits of the I/O frequency of an FC disk at present, the average for the past 24 hours, and the average for the past one week are 50, 30 and 30, respectively, and the upper limits of the I/O frequency of an S-ATA disk at present, the average for the past 24 hours, and the average for the past one week are 100, 50 and 50, respectively.
  • Next, a segment constitution revising process executed by a configuration management program 33100 is described. FIG. 15 shows a flowchart of the segment constitution revising process. A storage manager specifies a specific volume ID and directs a management computer to revise the segment allocation constitution to a volume according to the I/O frequency to a segment (Step 63000). The configuration management program 33100 directed by the storage manager accesses a storage device 20000, acquires a volume address list 25100, a volume list 25200 and a disk drive list 25300 from the device and registers them in a storage system configuration list 33200 (Step 63010).
  • Next, the configuration management program 33100 refers to the storage system configuration list 33200, the I/O frequency record 33300 and the permissible range of the I/O frequency list 33400 and checks whether or not the I/O frequency from the host computer for a segment in the specified volume exceeds a range defined in the permissible range of the I/O frequency list (Step 63020). When the numbers of accesses for all the segments do not exceed the defined range as a result of the checking (Step 63030), the segment constitution revising process ends.
  • When there is a segment of which I/O frequency exceeds the defined range (Step 63030), the kind of disk volume to which the segment belong is checked (Step 63040). When the kind of disk volume is an S-ATA disk, it is checked whether or not an unallocated segment is in an FC disk (Step 63050). When there is no unused segment in the FC disk, the segment constitution revising process ends. When the kind of disk volume is an FC disk, it is checked whether or not an unallocated segment is in an S-ATA disk (Step 63060). When there is no unused segment in the S-ATA disk, the segment constitution revising process ends.
  • When there are one or more disk volumes with an unallocated segment (Step 63040), the program directs the storage device 20000 to transfer the data of the segment with the I/O frequency exceeding the defined range to an unallocated segment (Step 63070). The directed storage device 20000 copies the data in an origin segment to a destination segment and records the constitution after transferring to the volume address list 25100 and the volume list 25200 (Step 63080), and the segment constitution revising process ends. Though a case whether or not exceeding the defined region is described here, it is also possible to determine whether or not being below the defined region. The segment constitution revising process is described above.
  • The definition and description of the I/O frequency and a method for setting a defined region of the I/O frequency are only examples. In spite of the I/O frequency, it is also possible to use the availability ratio of a desk volume to which a segment belongs for a unit time period as a parameter.
  • Though the present embodiment is realized by that a management computer 30000 has an I/O frequency record 33300 and a permissible range of the I/O frequency list 33400, it is also possible, as shown in FIG. 16, that a storage device 20000 has the I/O frequency record 25500 and a permissible range of the I/O frequency list 25600. At that time, the segment constitution revising process is not started by the directive of a storage manager, but a similar process can be realized by normally monitoring the I/O frequency to a segment in a storage device and by starting the segment constitution revising process as soon as exceeding an upper limit defined in a permissible range of the I/O frequency list 25600.
  • According to the present embodiment as described above, a segment conforming to the characteristic of a disk volume can be allocated to a disk volume following the access state from a host computer to the segment.
  • According to the present embodiment, increase of costs can be prevented. That is, generally in a storage system, once a volume is allocated to a host computer, the same storage region is used until deletion of the volume. Accordingly, when a storage region is provided from an expensive disk drive to a volume requiring high performance and reliability, and the use frequency of the volume, decreases as time passes, the expensive disk drive should be continuously used. This may cause increase of operation costs of the storage system. According to the present embodiment, such increase of costs can be prevented.
  • According to the present embodiment, the I/O frequency from the host computer into the volume can be recorded by the management computer or the storage system. That is, the storage manager registers for every kind of disk drives the limit range of I/O frequency to a storage region in the disk drive used by a logical group as a storage region. When receiving a directive from the storage manager, the management computer gives a directive to change a disk drive used by the volume as a storage region so as not deviate from the limit range.
  • Third Embodiment
  • A third embodiment is described. According to the present embodiment, an equivalent function as a volume capacity automatic extension function can be provided to a user using a storage device without a volume capacity automatic extension function by equipping a virtual volume management function to a host computer or a switch.
  • The constitution of a computer system of the third embodiment is described. FIGS. 17 to 18 show the constitution of a computer system and that of devices connected to the computer system, and FIGS. 19 to 20 show management information included in each device.
  • FIG. 17 shows the constitution of the computer system. A plurality of storage devices 20000 are connected to a host computer 10000 via a storage network 40000. The storage device 20000 is connected to a management computer 30000 via a network 45000 for management. Since the constitution of the storage device 20000 and that of the management computer are identical to those in FIGS. 2 and 3, respectively, the description is omitted. The storage device 20000 does not have a volume capacity automatic extension function, differently from the first embodiment.
  • FIG. 18 shows an example of detailed constitution of a host computer 10000. The host computer 10000 has an I/O port 11000 for connection to a storage device via a storage network 40000, a processor 12000 for control of the host computer, and a memory 13000 used by the processor, all of which are connected to each other via a circuit such as an internal bus.
  • A memory 13000 includes an application 13100 for executing a job using a storage region in the storage device, and a management program 13200 for management of the storage region in the storage device connected to the host computer. The management program 13200 has a volume creation function and a virtual volume capacity automatic extension function. When receiving a volume creation directive from a storage manager, the volume creation function provides a virtual volume with a limitless capacity to the application. The virtual volume comprises one or more volumes. That is, when the host computer sees the virtual volume from the application 13100, the start value of a logical block number (LBA) for determining the volume range is defined to be 0 while the LBA as an end value of the range should not be defined. When the LBA as the end value of the range is defined, the value is a maximum capacity for the virtual volume. The virtual volume capacity automatic extension function will be described later in detail.
  • The memory 13000 stores a volume list 13300 as shown in FIG. 19 and a virtual volume list 13400 as shown in FIG. 20.
  • FIG. 19 shows the constitution of a volume list 13300 included in the host computer 10000. The volume list 13300 comprises a field 13310 for registering a storage device ID as an identifier of each storage device connected to the host computer, a field 13320 for registering a volume list held by each storage device, a field 13330 for registering a logical block address allocated to each volume, and a field 13340 for indicating whether or not each volume is allocated to the virtual volume.
  • FIG. 19 shows an example of specific values of a volume list included in the host computer. That is, the host computer is connected to a storage device indicated by storage device IDs such as ARRAY1, ARRAY2, and ARRAY3. The host computer recognizes the volumes indicated by volume IDs such as VOL1, VOL2, VOL3 of ARRAY1, the volumes indicated by volume IDs such as VOL4, VOL5 of ARRAY2, and the volumes indicated by volume IDs such as VOL6, VOL7 of ARRAY3, respectively. Each volume includes a storage region in proportion to the Logical block address held by the volume.
  • FIG. 20 shows the constitution of a virtual volume list 13400 included in the host computer 10000. The virtual volume list 13400 comprises a field 13410 for registering a virtual volume ID as an identifier of each virtual volume in the host computer, a field 13420 for registering a volume ID allocated to each virtual volume, and a field 13430 for indicating to which LBA the allocated volume is positioned in the virtual volume.
  • FIG. 20 shows an example of specific values of a virtual volume list included in the host computer. That is, in the host computer, a volume V-VOL1 uses the volumes VOL1, VOL2 and VOL4 as storage regions, and a volume V-VOL3 uses the volume VOL6 as a storage region.
  • FIG. 21 shows a flowchart of a virtual volume capacity automatic extension function held by a management program 13200. An application 13100 issues an I/O to the virtual volumes allocated by the management program 13200 (Step 64000). At that time, the management program 13200 refers to the virtual volume list 13400 after detecting an LBA to be accessed on the virtual volume and checks whether or not a secured region is larger than the LBA to be accessed (Step 64010). When the secured region is larger than the LBA, or a written region is secured (Step 64020), the I/O from the application is written into the virtual volume (Step 64060).
  • On the other hand, when the secured region is smaller than the LBA, or a written region is not secured (Step 64020), the management program 13200 refers to the volume list 13300 and searches for an unallocated volume for the virtual volume (Step 64030). As a result of the search, when there is no unallocated volume, an error is returned to the application indicating that writing to the virtual volume being failed (Step 64070). When finding out an unallocated volume, the first detected unallocated logical group is added to the end of the virtual volume (Step 64050). After that, the I/O from the application is written into the virtual volume (Step 64060).
  • A method for holding a virtual volume capacity automatic extension function on a host computer is described above. It is also possible to hold the virtual volume capacity automatic extension function on a switch as a device for switching a network circuit between a storage device and the host computer. A computer system constitution formed in such a manner is described.
  • FIG. 22 shows the constitution of a computer system. A plurality of storage devices 20000 are connected to a plurality of host computers 10000 via a switch 50000. The switch 50000 is connected to a management computer 30000 via a network 45000 for management. Since the constitution of the host computer 10000, that of the storage device 20000 and that of the management computer 30000 are identical to those in FIGS. 17, 2 and 3, respectively, the description is omitted. The storage device 20000 does not have a volume capacity automatic extension function.
  • FIG. 23 shows an example of detailed constitution of the switch 50000. The switch 50000 includes a management port 51000 for connection to the network 45000 for management, an I/O port 52000 for connection to the storage device or host computer via a storage network 40000, a processor 53000 for controlling the switch, and a memory 54000 used by the processor, all of which are connected to each other via a circuit such as an internal bus.
  • A memory 54000 stores a path management program 54100 managing a connection state between the host computers 10000 connected to the switch and the storage device 20000 and switching a circuit in response to a directive of the management computer 30000, and a management program 54200 managing a storage region in the storage device connected to the switch. In addition, the memory 13000 stores a volume list 54300 and a virtual volume list 54400. Since these are identical to those described in FIGS. 19 and 20, the description is omitted. The management program 54200 has a virtual volume creation function and a virtual volume capacity automatic extension function. When receiving a volume creation directive from a storage manager, the virtual volume creation function provides a virtual volume with a limitless capacity to an application. Since the virtual volume capacity automatic extension function is identical to the one described in FIG. 21, the description is omitted. As described above, a virtual volume capacity automatic extension function can be provided to a switch.
  • By the above-mentioned virtual volume capacity automatic extension function, even in a computer system using a storage device without a volume capacity automatic extension function, an equivalent function can be realized. The volume capacity automatic extension function described in the first embodiment taking volume characteristic into consideration and a segment constitution revising process described in the second embodiment can be applied to the third embodiment by replacing a segment in the first and second embodiments to the volume in the third embodiment, the volume in the first and second embodiments to the virtual volume in the third embodiment, and the host computer in the first and second embodiments to the application in the host computer in the third embodiment, respectively.
  • According to the present embodiment, an equivalent function as the volume capacity automatic extension function can be provided. Thus, for a user storing data in a storage system without a volume capacity automatic extension function, in order to apply the volume capacity automatic extension function to a volume, it is necessary to transfer data to a storage system having the volume capacity automatic extension function. Transfer of data of the entire storage system might cause a large load to a storage manager as well as large costs such as a forced temporary stop of a job. It is also possible to provide an equivalent function as a volume capacity automatic extension function to a user using a storage system without a volume capacity automatic extension function.
  • In the present embodiment, a virtual volume can be allocated to an application on a host computer as a storage region. When the virtual volume capacity is running short due to writing from an application, the host computer can dynamically add an unused volume in the connected storage system to the storage region of a virtual volume during operation of the application.
  • According to the present invention, a storage region can be arranged in a kind of disk drive according to the use frequency by recording a limit range of the I/O frequency and by changing the arrangement of the storage region in the disk drive so as not deviate from the limit range.
  • According to the present invention, an equivalent function as a volume capacity automatic extension function can be provided to a user using a storage system without a volume capacity automatic extension function by providing a logical group in a storage system connected to a host computer to an application on the host computer as a virtual volume.
  • As described above, another embodiment 1 according to the present invention is a computer system, wherein the physical storage device is a disk drive.
  • Another embodiment 2 according to the present invention is a computer system, wherein the physical storage device is an FC disk and/or an S-ATA disk.
  • Another embodiment 3 according to the present invention is a computer system, wherein the storage system receives the kind of physical storage device to be allocated to the volume from the management computer for recording.
  • Another embodiment 4 according to the present invention is a computer system, wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
  • Another embodiment 5 according to the present invention is a computer system, wherein the characteristic assigned to the physical volume is a hint value.
  • Another embodiment 6 according to the present invention is a computer system, wherein the hint value is given by digitizing reliability, cost, recording speed, failure rate, or RAID level.
  • Another embodiment 7 according to the present invention is a computer system, wherein the storage system has a physical storage device management table on which the kind of physical storage device is recorded and creates a volume characteristic list on which the characteristic of the physical storage device is recorded from the physical storage device management table for selection of the physical storage device to be allocated to the physical volume.
  • Another embodiment 8 according to the present invention is a computer system, wherein the storage system records access quantity from a host computer corresponding to each segment while the management computer records a permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
  • Another embodiment 9 according to the present invention is a computer system, wherein the storage system records a permissible range of access quantity for each segment and the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 10 according to the present invention is a computer system having a storage system including a physical storage device and a plurality of host computers connected to the storage system via a network for reading/writing data in a volume, wherein the storage system includes a plurality of physical storage devices physically dividing into two or more segments the volume as a storage region used by the host computer for allocation and has a switch for changing network circuits between the storage system and a plurality of host computers, the switch making the host computer using the storage region in the storage device to recognize one or more volumes as one virtual volume, and wherein the storage system records the correspondence between each volume and the virtual volume using the volume as constitution information and allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.
  • Another embodiment 11 according to the present invention is a storage system being connected to a management computer having an interface for receiving a constitution change directive from a host computer reading/writing data in a volume and a user via a network and including a logical storage device, wherein the storage system includes a plurality of kinds of physical storage devices physically dividing into two or more segments the volume as a storage region used by the host computer for allocation, and wherein the storage system records the correspondence between each segment and the volume using the segment as constitution information and the kind of physical storage device to be allocated to the volume and selects a physical storage device according to the recorded kind of physical storage device prior to performing an I/O access to the volume from the host computer for allocation of the segment.
  • Another embodiment 12 according to the present invention is a storage system, wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
  • Another embodiment 13 according to the present invention is a storage system, wherein the storage system records a permissible range of access quantity for each segment and the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 14 according to the present invention is a method for extending volume capacity of a computer system including a physical storage device dividing into a plurality of segments a volume as a storage region used by a host computer for allocation and having a storage system which records as constitution information the correspondence between each segment and the volume using the segment and dynamically allocates the segment to the volume in response to an I/O access from the host computer to the volume, the host computer connected to the storage system via a network for reading/writing data in the volume, and a management computer being connected to the storage system and the host computer via the network and having an interface for receiving the constitution change directive from a user, wherein the computer system records to the storage system the kind of a plurality of physical storage devices to be allocated to the volume and selects the physical storage device for allocating the segment according to the kind of recorded physical storage device when the host computer performs an I/O access to the volume.
  • Another embodiment 15 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system receives the kind of physical storage device to be allocated to the volume from the management computer for recording the kind to the storage system.
  • Another embodiment 16 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system has access quantity recorded from the host computer corresponding to each segment, records the permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system to the management computer, and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range from the management computer to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
  • Another embodiment 17 according to the present invention is a method for extending a volume capacity of a computer system, wherein the computer system records a permissible range of access quantity for each segment to the storage system and the access quantity from the host computer for each segment to the storage system and transfers the data of the volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
  • Another embodiment 18 according to the present invention is a management computer including a storage device having a disk drive physically dividing into a plurality of segments a volume as a storage region used by a host computer for allocation and recording as constitution information the correspondence between each segment and the volume using the segment for dynamically allocating the segment to the volume in response to an I/O access from the host computer to the volume, and an interface connected to the storage system via a network and connected to the storage device and the host computer of the computer system having the host computer for receiving/writing data in the volume via the network for receiving the constitution change directive from a user, wherein the management computer records the permissible range of access quantity for each segment of the disk drive of the storage device recording the access quantity for the host computer for each segment and transmits data of the volume allocated to the segment with access quantity exceeding the permissible range to a kind of disk drive according to an access state.
  • Another embodiment 19 according to the present invention is a host computer, wherein the host computer is connected via a network to a storage device of a computer system having a plurality of storage devices including a disk drive physically dividing into a plurality of segments the volume as a storage region used by the host computer for allocation and reads/writes data in the volume, and wherein the host computer makes an application using a storage region in the storage device to recognize one or more volumes as a virtual volume, records the correspondence between each volume and a virtual volume using the volume as constitution information and dynamically allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.
  • Another embodiment 20 according to the present invention is a switch, wherein the switch easily changes a network circuit between a plurality of storage devices and a plurality of host computers of a computer system including a plurality of storage devices physically dividing into a plurality of segments the volume as a storage region used by the host computer for allocation and a plurality of host computers connected to the storage device via a network for reading/writing data in the volume, the switch making the host computer using the storage region in the storage device to one or more volumes as one virtual volume, and wherein the switch records the correspondence between each volume and the virtual volume using the volume as constitution information and dynamically allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.

Claims (18)

1. A computer system having a storage system including a physical storage device, a host computer connected to the storage system via a network to read/write data in a volume, and a management computer having an interface for connecting the management computer to the storage system and to the host computer via the network and for receiving a structure change directive from a user,
wherein the storage system includes a plurality of kinds of physical storage devices physically dividing into two segments or more the volume as a storage region used by the host computer for allocation and records as constitution information the correspondence between each segment and the volume using the segment, and the storage system records the kind of physical storage device to be allocated to the volume and selects the physical storage device according to the kind of stored physical storage device for allocation of the segment when the host computer performs an I/O access to the volume.
2. The computer system according to claim 1,
wherein the physical storage device is a disk drive.
3. The computer system according to claim 1,
wherein the physical storage device is an FC disk and/or an S-ATA disk.
4. The computer system according to claim 1,
wherein the storage system receives the kind of physical storage device to be allocated to the volume from the management computer for recording.
5. The computer system according to claim 1,
wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
6. The computer system according to claim 5,
wherein the characteristic assigned to the physical volume is a hint value.
7. The computer system according to claim 6,
wherein the hint value is given by digitizing reliability, cost, recording speed, failure rate, or RAID level.
8. The computer system according to claim 1,
wherein the storage system has a physical storage device management table on which the kind of physical storage device is recorded and creates a volume characteristic list on which the characteristic of the physical storage device is recorded from the physical storage device management table for selection of the physical storage device to be allocated to the physical volume.
9. The computer system according to claim 1,
wherein the storage system has an access quantity recorded from the host computer corresponding to each segment while the management computer has a recorded permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
10. The computer system according to claim 1,
wherein the storage system has a permissible range of access quantity for each segment and records the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
11. A computer system having a storage system including a physical storage device and a plurality of host computers connected to the storage system via a network for reading/writing data in a physical volume,
wherein the storage system includes a plurality of physical storage devices physically dividing into two segments or more the volume as a storage region used by the host computer for allocation and has a switch for changing network circuits between the storage system and a plurality of host computers, the switch making the host computer using the storage region in the storage device to recognize one or more volumes as one virtual volume, and wherein the storage system records the correspondence between each volume and the virtual volume using the volume as constitution information and allocates the volume to the virtual volume according to the correspondence between the recorded volume and virtual volume prior to performing an I/O access to the volume.
12. A storage system being connected to a management computer having an interface for receiving a constitution change directive from a host computer reading/writing data in a volume and a user via a network and including a logical storage device,
wherein the storage system includes a plurality of kinds of physical storage devices physically dividing into two segments or more the volume as a storage region used by the host computer for allocation and records as constitution information the correspondence between each segment and the volume using the segment, and the storage system records the kind of physical storage device to be allocated to the volume and selects the physical storage device according to the kind of stored physical storage device for allocation of the segment when the host computer performs an I/O access to the volume.
13. The storage system according to claim 12,
wherein the storage system receives the characteristic assigned to the physical volume from the management computer and records the kind of physical storage device corresponding to the characteristic as a kind of physical storage device to be allocated to the physical volume.
14. The storage system according to claim 12,
wherein the storage system records a permissible range of access quantity for each segment and the access quantity from the host computer for each segment for transferring the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
15. A method for extending volume capacity of a computer system including a physical storage device dividing into a plurality of segments a volume as a storage region used by a host computer for allocation and that has a storage system which records as constitution information the correspondence between each segment and the volume using the segment and dynamically allocates the segment to the volume in response to an I/O access from the host computer to the volume, the host computer connected to the storage system via a network for reading/writing data in the volume, and a management computer being connected to the storage system and the host computer via the network and having an interface for receiving the constitution change directive from a user,
wherein the computer system records to the storage system the kind of a plurality of physical storage devices to be allocated to a volume and selects the physical storage device for selecting the segment according to the kind of recorded physical storage device when the host computer performs an I/O access to the volume.
16. The method for extending a volume capacity of a computer system according to claim 15,
wherein the computer system receives the kind of physical storage device to be allocated to the volume from the management computer and records the kind of the physical storage device to the storage system.
17. The method for extending a volume capacity of a computer system according to claim 15,
wherein the computer system has an access quantity recorded from the host computer corresponding to each segment, records the permissible range of the access quantity corresponding to each segment of the physical storage device of the storage system to the management computer, and transmits the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range from the management computer to the storage system so as to transfer the data to a kind of physical storage device corresponding to an access state.
18. The method for extending a volume capacity of a computer system according to claim 15,
wherein the computer system records a permissible range of access quantity for each segment to the storage system and the access quantity from the host computer for each segment to the storage system and transfers the data of the physical volume allocated to the segment with the access quantity exceeding the permissible range to a kind of physical storage device corresponding to an access state.
US11/253,148 2005-09-02 2005-10-17 Computer system, storage system and method for extending volume capacity Abandoned US20070055713A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/538,238 US8082394B2 (en) 2005-09-02 2009-08-10 Computer system, storage system and method for extending volume capacity

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2005-255106 2005-09-02
JP2005255106A JP2007066259A (en) 2005-09-02 2005-09-02 Computer system, storage system and volume capacity expansion method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/538,238 Continuation US8082394B2 (en) 2005-09-02 2009-08-10 Computer system, storage system and method for extending volume capacity

Publications (1)

Publication Number Publication Date
US20070055713A1 true US20070055713A1 (en) 2007-03-08

Family

ID=37831196

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/253,148 Abandoned US20070055713A1 (en) 2005-09-02 2005-10-17 Computer system, storage system and method for extending volume capacity
US12/538,238 Expired - Fee Related US8082394B2 (en) 2005-09-02 2009-08-10 Computer system, storage system and method for extending volume capacity

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/538,238 Expired - Fee Related US8082394B2 (en) 2005-09-02 2009-08-10 Computer system, storage system and method for extending volume capacity

Country Status (2)

Country Link
US (2) US20070055713A1 (en)
JP (1) JP2007066259A (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070192560A1 (en) * 2006-02-10 2007-08-16 Hitachi, Ltd. Storage controller
US20080065853A1 (en) * 2004-02-18 2008-03-13 Kenji Yamagami Storage control system and control method for the same
US20090222500A1 (en) * 2008-02-29 2009-09-03 Waremax Electronics Corp. Information storage device and method capable of hiding confidential files
US20090240867A1 (en) * 2008-03-19 2009-09-24 Hitachi, Ltd. Data processing system and storage area allocation method thereof
US20100011185A1 (en) * 2008-07-09 2010-01-14 Shintaro Inoue Storage system and method for storage capacity change of host-device-specified device
US20110040935A1 (en) * 2009-08-12 2011-02-17 Hitachi, Ltd. Management computer for managing storage system capacity and storage system capacity management method
US20110066802A1 (en) * 2009-09-16 2011-03-17 Hitachi, Ltd. Dynamic page reallocation storage system management
US20110072225A1 (en) * 2009-09-22 2011-03-24 Hitachi, Ltd. Application and tier configuration management in dynamic page reallocation storage system
US20110082988A1 (en) * 2009-10-05 2011-04-07 Hitachi, Ltd. Data migration control method for storage device
US20110179250A1 (en) * 2010-01-20 2011-07-21 Hitachi, Ltd. I/o conversion method and apparatus for storage system
US20110202705A1 (en) * 2010-02-17 2011-08-18 Hitachi, Ltd. Method and apparatus to manage object based tier
US20110231631A1 (en) * 2010-03-16 2011-09-22 Hitachi, Ltd. I/o conversion method and apparatus for storage system
US20120011316A1 (en) * 2010-07-07 2012-01-12 International Business Machines Corporation Intelligent storage provisioning within a clustered computing environment
EP2420926A2 (en) 2010-08-20 2012-02-22 Hitachi Ltd. Tiered storage pool management and control for loosely coupled multiple storage environment
WO2012095891A1 (en) 2011-01-13 2012-07-19 Hitachi, Ltd. Storage control apparatus to which thin provisioning is applied
EP2378409A3 (en) * 2010-04-15 2012-12-05 Hitachi Ltd. Method for controlling data write to virtual logical volume conforming to thin provisioning, and storage apparatus
US8386711B2 (en) 2010-08-10 2013-02-26 Hitachi, Ltd. Management method and management system for computer system
US8392676B2 (en) 2010-04-06 2013-03-05 Hitachi, Ltd. Management method and management apparatus
US8392648B2 (en) 2009-07-22 2013-03-05 Hitachi, Ltd. Storage system having a plurality of flash packages
US8407417B2 (en) 2009-12-24 2013-03-26 Hitachi, Ltd. Storage system providing virtual volumes
US8504764B2 (en) 2010-08-30 2013-08-06 Hitachi, Ltd. Method and apparatus to manage object-based tiers
US8560799B2 (en) 2010-02-18 2013-10-15 Hitachi, Ltd. Performance management method for virtual volumes
US8645655B2 (en) 2011-09-27 2014-02-04 Hitachi, Ltd. Computing device system and information managing method for rearrangement of data based on access characteristic related to a task
US8677093B2 (en) 2010-04-19 2014-03-18 Hitachi, Ltd. Method and apparatus to manage tier information
CN103810244A (en) * 2013-12-09 2014-05-21 北京理工大学 Distributed data storage system expansion method based on data distribution
US8943280B2 (en) 2011-08-01 2015-01-27 Hitachi, Ltd. Method and apparatus to move page between tiers
US8965856B2 (en) 2011-08-29 2015-02-24 Hitachi, Ltd. Increase in deduplication efficiency for hierarchical storage system
US8966206B2 (en) 2012-05-07 2015-02-24 Hitachi, Ltd. Computer system, storage management computer, and storage management method
US9092141B2 (en) 2012-04-18 2015-07-28 Hitachi, Ltd. Method and apparatus to manage data location
US9201779B2 (en) 2012-06-27 2015-12-01 Hitachi, Ltd. Management system and management method
US9218131B2 (en) 2011-10-19 2015-12-22 Hitachi, Ltd. Method and apparatus to change tiers
US9547443B2 (en) 2012-04-30 2017-01-17 Hitachi, Ltd. Method and apparatus to pin page based on server state

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009223442A (en) * 2008-03-13 2009-10-01 Hitachi Ltd Storage system
JP4616899B2 (en) * 2008-05-26 2011-01-19 株式会社日立製作所 Management server, pool expansion method and computer system
JP2010086424A (en) * 2008-10-01 2010-04-15 Hitachi Ltd Device for managing storage device
JP5052592B2 (en) 2009-12-28 2012-10-17 株式会社日立製作所 Storage management system, storage tier management method, and management server
WO2011092739A1 (en) 2010-01-28 2011-08-04 株式会社日立製作所 Management system for calculating storage capacity to be increased/decreased
US8645750B2 (en) 2010-03-04 2014-02-04 Hitachi, Ltd. Computer system and control method for allocation of logical resources to virtual storage areas
US8768883B2 (en) 2010-03-25 2014-07-01 Hitachi, Ltd. Storage apparatus and control method of the same
JP5130313B2 (en) 2010-04-02 2013-01-30 株式会社日立製作所 Management system and computer system management method
WO2011128928A1 (en) * 2010-04-12 2011-10-20 Hitachi, Ltd. Storage device
JP5079841B2 (en) 2010-04-15 2012-11-21 株式会社日立製作所 Method and storage apparatus for controlling data write to virtual logical volume according to Thin Provisioning
US8578121B2 (en) 2010-04-30 2013-11-05 Hitachi, Ltd. Computer system and control method of the same
WO2012004837A1 (en) 2010-07-09 2012-01-12 Hitachi, Ltd. Storage apparatus and storage management method
US8572318B2 (en) 2010-09-24 2013-10-29 Hitachi, Ltd. Method and system for distributing multiple storage devices to multiple tiers in a storage apparatus
WO2012066671A1 (en) * 2010-11-18 2012-05-24 株式会社日立製作所 Management device for computing system and method of management
US20120159112A1 (en) * 2010-12-15 2012-06-21 Hitachi, Ltd. Computer system management apparatus and management method
US8650377B2 (en) 2011-06-02 2014-02-11 Hitachi, Ltd. Storage managing system, computer system, and storage managing method
JP5893016B2 (en) 2011-06-02 2016-03-23 株式会社日立製作所 Storage management server, computer system, and storage management method
WO2013018128A1 (en) 2011-08-01 2013-02-07 Hitachi, Ltd. Storage apparatus and method for allocating an internal logical volume associated with an external logical volume to an internal tiered pool by assessing or inferring, the performance of said external logical volume
US20130036256A1 (en) * 2011-08-05 2013-02-07 Hitachi, Ltd. Method and apparatus of sanitizing storage device
US8856440B2 (en) 2011-09-12 2014-10-07 Microsoft Corporation Volatile memory representation of nonvolatile storage device set
WO2013038510A1 (en) 2011-09-13 2013-03-21 株式会社日立製作所 Management system and management method for storage system which performs control based on required performances assigned to virtual volumes
US9158458B2 (en) 2011-09-21 2015-10-13 Os Nexus, Inc. Global management of tiered storage resources
US8904121B2 (en) 2011-09-22 2014-12-02 Hitachi, Ltd. Computer system and storage management method
US8954671B2 (en) 2011-10-28 2015-02-10 Hitachi, Ltd. Tiered storage device providing for migration of prioritized application specific data responsive to frequently referenced data
WO2013076795A1 (en) 2011-11-21 2013-05-30 株式会社日立製作所 Management device and management method for storage device
JP5355764B2 (en) * 2012-08-29 2013-11-27 株式会社日立製作所 Method and storage apparatus for controlling data write to virtual logical volume according to Thin Provisioning
US9582213B2 (en) 2013-02-21 2017-02-28 Netapp, Inc. Object store architecture for distributed data processing system
GB2549244A (en) 2014-01-15 2017-10-18 Hitachi Ltd Computer system and method for controlling hierachical storage therefor
JP7249968B2 (en) * 2020-03-09 2023-03-31 株式会社東芝 Information processing equipment and storage

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4430701A (en) * 1981-08-03 1984-02-07 International Business Machines Corporation Method and apparatus for a hierarchical paging storage system
US5796580A (en) * 1993-04-13 1998-08-18 Hitachi, Ltd. Air-cooled information processing apparatus having cooling air fan, sub-fan, and plural separated cooling air flow channels
US5901327A (en) * 1996-05-28 1999-05-04 Emc Corporation Bundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US5900007A (en) * 1992-12-17 1999-05-04 International Business Machines Corporation Data storage disk array having a constraint function for spatially dispersing disk files in the disk array
US20020019908A1 (en) * 2000-06-02 2002-02-14 Reuter James M. System and method for managing virtual storage
US20020112113A1 (en) * 2001-01-11 2002-08-15 Yotta Yotta, Inc. Storage virtualization system and methods
US20020129216A1 (en) * 2001-03-06 2002-09-12 Kevin Collins Apparatus and method for configuring available storage capacity on a network as a logical device
US20020152143A1 (en) * 2001-04-17 2002-10-17 Akemi Sanada Method and apparatus for rental storage system
US20030009619A1 (en) * 2001-07-05 2003-01-09 Yoshiki Kano Automated on-line capacity expansion method for storage device
US20030070043A1 (en) * 2001-03-07 2003-04-10 Jeffrey Vernon Merkey High speed fault tolerant storage systems
US6631442B1 (en) * 1999-06-29 2003-10-07 Emc Corp Methods and apparatus for interfacing to a data storage system
US20030225982A1 (en) * 2002-05-29 2003-12-04 Takahiro Fujita Centralized storage management method
US20030229698A1 (en) * 2002-06-07 2003-12-11 Ryoji Furuhashi Data allocation method, program and computer
US6665743B2 (en) * 2001-04-18 2003-12-16 International Business Machines Corporation Method, system, and program for initializing a storage space
US6681291B2 (en) * 2001-07-19 2004-01-20 Fujitsu Limited Storage controller and control method thereof
US20040054850A1 (en) * 2002-09-18 2004-03-18 Fisk David C. Context sensitive storage management
US20040078542A1 (en) * 2002-10-14 2004-04-22 Fuller William Tracy Systems and methods for transparent expansion and management of online electronic storage
US6772283B2 (en) * 1998-05-22 2004-08-03 Fujitsu Limited Disk control device and method processing variable-block and fixed-block accesses from host devices
US20040215749A1 (en) * 2002-08-12 2004-10-28 Tsao Sheng Ted Tai Distributed virtual san
US20040215879A1 (en) * 2001-01-25 2004-10-28 Hitachi, Ltd. Method of creating a storage area and storage device
US20050055603A1 (en) * 2003-08-14 2005-03-10 Soran Philip E. Virtual disk drive system and method
US6898670B2 (en) * 2000-04-18 2005-05-24 Storeage Networking Technologies Storage virtualization in a storage area network
US20050138285A1 (en) * 2003-12-17 2005-06-23 Hitachi, Ltd. Computer system management program, system and method
US20050177683A1 (en) * 2004-02-09 2005-08-11 Daisuke Isobe Method for managing disk drives of different types in disk array device
US6983353B2 (en) * 2002-04-29 2006-01-03 Emc Corporation Method and apparatus for enhancing operations in disk array storage devices
US20060101204A1 (en) * 2004-08-25 2006-05-11 Bao Bill Q Storage virtualization
US7093068B2 (en) * 2004-02-18 2006-08-15 Hitachi, Ltd. Storage control system and method that reduces consumption of logical device storage capacity
US20070192560A1 (en) * 2006-02-10 2007-08-16 Hitachi, Ltd. Storage controller

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2672812B2 (en) * 1987-06-17 1997-11-05 富士通株式会社 Selected product management processing method
JPH01158528A (en) * 1987-12-15 1989-06-21 Fujitsu Ltd Selecting product control processing system
JPH06103123A (en) * 1992-09-18 1994-04-15 Hokkaido Nippon Denki Software Kk Secondary storage device allocating system
JPH11224164A (en) 1998-02-06 1999-08-17 Hitachi Ltd Magnetic disk sub system
JP2000165794A (en) * 1998-11-30 2000-06-16 Matsushita Electric Ind Co Ltd Recording and reproducing device and video data managing system
JP2002132549A (en) * 2000-10-23 2002-05-10 Hitachi Ltd Control method of logical volume, service using the method and computer readable record medium recording the service
JP2002182859A (en) * 2000-12-12 2002-06-28 Hitachi Ltd Storage system and its utilizing method
JP4121255B2 (en) 2001-06-12 2008-07-23 株式会社日立製作所 Cluster configuration storage system
US7162600B2 (en) * 2005-03-29 2007-01-09 Hitachi, Ltd. Data copying method and apparatus in a thin provisioned system
WO2003039583A1 (en) * 2001-11-08 2003-05-15 The Brigham And Women's Hospital, Inc. Lipoprotein lipase and lipoprotein lipase activators in the treatment of inflammatory conditions
JP2003162377A (en) 2001-11-28 2003-06-06 Hitachi Ltd Disk array system and method for taking over logical unit among controllers
JP2003296154A (en) * 2002-04-05 2003-10-17 Hitachi Ltd Volume integrated management method and integrated management system
JP2005004349A (en) * 2003-06-10 2005-01-06 Hitachi Ltd Storage system, control method therefor and storage device
JP2005108098A (en) 2003-10-01 2005-04-21 Hitachi Ltd Data i/o device and control method of data i/o device
JP2005149283A (en) * 2003-11-18 2005-06-09 Hitachi Ltd Information processing system, control method therefor, and program

Patent Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4430701A (en) * 1981-08-03 1984-02-07 International Business Machines Corporation Method and apparatus for a hierarchical paging storage system
US5900007A (en) * 1992-12-17 1999-05-04 International Business Machines Corporation Data storage disk array having a constraint function for spatially dispersing disk files in the disk array
US5796580A (en) * 1993-04-13 1998-08-18 Hitachi, Ltd. Air-cooled information processing apparatus having cooling air fan, sub-fan, and plural separated cooling air flow channels
US5901327A (en) * 1996-05-28 1999-05-04 Emc Corporation Bundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US6772283B2 (en) * 1998-05-22 2004-08-03 Fujitsu Limited Disk control device and method processing variable-block and fixed-block accesses from host devices
US6631442B1 (en) * 1999-06-29 2003-10-07 Emc Corp Methods and apparatus for interfacing to a data storage system
US6898670B2 (en) * 2000-04-18 2005-05-24 Storeage Networking Technologies Storage virtualization in a storage area network
US20020019908A1 (en) * 2000-06-02 2002-02-14 Reuter James M. System and method for managing virtual storage
US6857059B2 (en) * 2001-01-11 2005-02-15 Yottayotta, Inc. Storage virtualization system and methods
US20020112113A1 (en) * 2001-01-11 2002-08-15 Yotta Yotta, Inc. Storage virtualization system and methods
US20040215879A1 (en) * 2001-01-25 2004-10-28 Hitachi, Ltd. Method of creating a storage area and storage device
US20020129216A1 (en) * 2001-03-06 2002-09-12 Kevin Collins Apparatus and method for configuring available storage capacity on a network as a logical device
US20030070043A1 (en) * 2001-03-07 2003-04-10 Jeffrey Vernon Merkey High speed fault tolerant storage systems
US20020152143A1 (en) * 2001-04-17 2002-10-17 Akemi Sanada Method and apparatus for rental storage system
US6665743B2 (en) * 2001-04-18 2003-12-16 International Business Machines Corporation Method, system, and program for initializing a storage space
US6725328B2 (en) * 2001-07-05 2004-04-20 Hitachi, Ltd. Automated on-line capacity expansion method for storage device
US20030009619A1 (en) * 2001-07-05 2003-01-09 Yoshiki Kano Automated on-line capacity expansion method for storage device
US6681291B2 (en) * 2001-07-19 2004-01-20 Fujitsu Limited Storage controller and control method thereof
US6983353B2 (en) * 2002-04-29 2006-01-03 Emc Corporation Method and apparatus for enhancing operations in disk array storage devices
US20030225982A1 (en) * 2002-05-29 2003-12-04 Takahiro Fujita Centralized storage management method
US20030229698A1 (en) * 2002-06-07 2003-12-11 Ryoji Furuhashi Data allocation method, program and computer
US20040215749A1 (en) * 2002-08-12 2004-10-28 Tsao Sheng Ted Tai Distributed virtual san
US20040054850A1 (en) * 2002-09-18 2004-03-18 Fisk David C. Context sensitive storage management
US20040078542A1 (en) * 2002-10-14 2004-04-22 Fuller William Tracy Systems and methods for transparent expansion and management of online electronic storage
US20050055603A1 (en) * 2003-08-14 2005-03-10 Soran Philip E. Virtual disk drive system and method
US20050138285A1 (en) * 2003-12-17 2005-06-23 Hitachi, Ltd. Computer system management program, system and method
US20050177683A1 (en) * 2004-02-09 2005-08-11 Daisuke Isobe Method for managing disk drives of different types in disk array device
US7093068B2 (en) * 2004-02-18 2006-08-15 Hitachi, Ltd. Storage control system and method that reduces consumption of logical device storage capacity
US20080065853A1 (en) * 2004-02-18 2008-03-13 Kenji Yamagami Storage control system and control method for the same
US20060101204A1 (en) * 2004-08-25 2006-05-11 Bao Bill Q Storage virtualization
US20070192560A1 (en) * 2006-02-10 2007-08-16 Hitachi, Ltd. Storage controller

Cited By (75)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080065853A1 (en) * 2004-02-18 2008-03-13 Kenji Yamagami Storage control system and control method for the same
US7555601B2 (en) 2004-02-18 2009-06-30 Hitachi, Ltd. Storage control system including virtualization and control method for same
US8595431B2 (en) 2004-02-18 2013-11-26 Hitachi, Ltd. Storage control system including virtualization and control method for same
US8131956B2 (en) 2004-02-18 2012-03-06 Hitachi, Ltd. Virtual storage system and method for allocating storage areas and releasing storage areas from allocation based on certain commands
US8838917B2 (en) 2004-02-18 2014-09-16 Hitachi, Ltd. Storage control system and control method for the same
US8352678B2 (en) 2006-02-10 2013-01-08 Hitachi, Ltd. Storage controller
US8037239B2 (en) 2006-02-10 2011-10-11 Hitachi, Ltd. Storage controller
US20070192560A1 (en) * 2006-02-10 2007-08-16 Hitachi, Ltd. Storage controller
US20090222500A1 (en) * 2008-02-29 2009-09-03 Waremax Electronics Corp. Information storage device and method capable of hiding confidential files
US8046535B2 (en) 2008-03-19 2011-10-25 Hitachi, Ltd. Data processing system and storage area allocation method thereof
US20090240867A1 (en) * 2008-03-19 2009-09-24 Hitachi, Ltd. Data processing system and storage area allocation method thereof
US8539194B2 (en) 2008-07-09 2013-09-17 Hitachi, Ltd. Storage system and method for storage capacity change of host-device-specified device
US20100011185A1 (en) * 2008-07-09 2010-01-14 Shintaro Inoue Storage system and method for storage capacity change of host-device-specified device
US8954659B2 (en) 2009-07-22 2015-02-10 Hitachi, Ltd. Storage system having a plurality of flash packages
US9569130B2 (en) 2009-07-22 2017-02-14 Hitachi, Ltd. Storage system having a plurality of flash packages
US8392648B2 (en) 2009-07-22 2013-03-05 Hitachi, Ltd. Storage system having a plurality of flash packages
US9244622B2 (en) 2009-07-22 2016-01-26 Hitachi, Ltd. Storage system having a plurality of flash packages
US8635400B2 (en) 2009-07-22 2014-01-21 Hitachi, Ltd. Storage system having a plurality of flash packages
US8495294B2 (en) 2009-08-12 2013-07-23 Hitachi, Ltd. Management computer for managing storage system capacity and storage system capacity management method
US20110040935A1 (en) * 2009-08-12 2011-02-17 Hitachi, Ltd. Management computer for managing storage system capacity and storage system capacity management method
EP2302501A2 (en) 2009-09-16 2011-03-30 Hitachi Ltd. Dynamic page reallocation storage system management
US20110066802A1 (en) * 2009-09-16 2011-03-17 Hitachi, Ltd. Dynamic page reallocation storage system management
US8402214B2 (en) 2009-09-16 2013-03-19 Hitachi, Ltd. Dynamic page reallocation storage system management
US8566550B2 (en) 2009-09-22 2013-10-22 Hitachi, Ltd. Application and tier configuration management in dynamic page reallocation storage system
US20110072225A1 (en) * 2009-09-22 2011-03-24 Hitachi, Ltd. Application and tier configuration management in dynamic page reallocation storage system
EP2302500A2 (en) 2009-09-22 2011-03-30 Hitachi Ltd. Application and tier configuration management in dynamic page realloction storage system
US8667241B2 (en) 2009-10-05 2014-03-04 Hitachi, Ltd. System for data migration from a storage tier allocated to a virtual logical volume
US8447941B2 (en) 2009-10-05 2013-05-21 Hitachi, Ltd. Policy based data migration control method for storage device
US20110082988A1 (en) * 2009-10-05 2011-04-07 Hitachi, Ltd. Data migration control method for storage device
US8886906B2 (en) 2009-10-05 2014-11-11 Hitachi, Ltd. System for data migration using a migration policy involving access frequency and virtual logical volumes
US8407417B2 (en) 2009-12-24 2013-03-26 Hitachi, Ltd. Storage system providing virtual volumes
US8527702B2 (en) 2009-12-24 2013-09-03 Hitachi, Ltd. Storage system providing virtual volumes
US20110179250A1 (en) * 2010-01-20 2011-07-21 Hitachi, Ltd. I/o conversion method and apparatus for storage system
US8683174B2 (en) 2010-01-20 2014-03-25 Hitachi, Ltd. I/O conversion method and apparatus for storage system
JP2011150681A (en) * 2010-01-20 2011-08-04 Hitachi Ltd I/o conversion method and apparatus for storage system
EP2348425A1 (en) 2010-01-20 2011-07-27 Hitachi, Ltd. I/O conversion method and apparatus for storage system
US8281105B2 (en) 2010-01-20 2012-10-02 Hitachi, Ltd. I/O conversion method and apparatus for storage system
US9292218B2 (en) 2010-02-17 2016-03-22 Hitachi, Ltd. Method and apparatus to manage object based tier
US8464003B2 (en) 2010-02-17 2013-06-11 Hitachi, Ltd. Method and apparatus to manage object based tier
US20110202705A1 (en) * 2010-02-17 2011-08-18 Hitachi, Ltd. Method and apparatus to manage object based tier
US8560799B2 (en) 2010-02-18 2013-10-15 Hitachi, Ltd. Performance management method for virtual volumes
US8423727B2 (en) 2010-03-16 2013-04-16 Hitachi, Ltd. I/O conversion method and apparatus for storage system
US20110231631A1 (en) * 2010-03-16 2011-09-22 Hitachi, Ltd. I/o conversion method and apparatus for storage system
US8392676B2 (en) 2010-04-06 2013-03-05 Hitachi, Ltd. Management method and management apparatus
EP2378409A3 (en) * 2010-04-15 2012-12-05 Hitachi Ltd. Method for controlling data write to virtual logical volume conforming to thin provisioning, and storage apparatus
US9753668B2 (en) 2010-04-19 2017-09-05 Hitachi, Ltd. Method and apparatus to manage tier information
US8677093B2 (en) 2010-04-19 2014-03-18 Hitachi, Ltd. Method and apparatus to manage tier information
US8489809B2 (en) * 2010-07-07 2013-07-16 International Business Machines Corporation Intelligent storage provisioning within a clustered computing environment
US20120011316A1 (en) * 2010-07-07 2012-01-12 International Business Machines Corporation Intelligent storage provisioning within a clustered computing environment
US8806121B2 (en) 2010-07-07 2014-08-12 International Business Machines Corporation Intelligent storage provisioning within a clustered computing environment
CN102959522A (en) * 2010-08-10 2013-03-06 株式会社日立制作所 Computer system management method and management system
US20130138899A1 (en) * 2010-08-10 2013-05-30 Hitachi, Ltd. Management method and management system for computer system
US9086947B2 (en) * 2010-08-10 2015-07-21 Hitachi, Ltd. Management method and management system for computer system
US8386711B2 (en) 2010-08-10 2013-02-26 Hitachi, Ltd. Management method and management system for computer system
EP2420926A2 (en) 2010-08-20 2012-02-22 Hitachi Ltd. Tiered storage pool management and control for loosely coupled multiple storage environment
US8621164B2 (en) 2010-08-20 2013-12-31 Hitachi, Ltd. Tiered storage pool management and control for loosely coupled multiple storage environment
US9286200B2 (en) 2010-08-20 2016-03-15 Hitachi, Ltd. Tiered storage pool management and control for loosely coupled multiple storage environment
US8356147B2 (en) 2010-08-20 2013-01-15 Hitachi, Ltd. Tiered storage pool management and control for loosely coupled multiple storage environment
US8504764B2 (en) 2010-08-30 2013-08-06 Hitachi, Ltd. Method and apparatus to manage object-based tiers
US8612776B2 (en) 2011-01-13 2013-12-17 Hitachi, Ltd. Storage control apparatus to which thin provisioning is applied
WO2012095891A1 (en) 2011-01-13 2012-07-19 Hitachi, Ltd. Storage control apparatus to which thin provisioning is applied
US8943280B2 (en) 2011-08-01 2015-01-27 Hitachi, Ltd. Method and apparatus to move page between tiers
US8965856B2 (en) 2011-08-29 2015-02-24 Hitachi, Ltd. Increase in deduplication efficiency for hierarchical storage system
US8868872B2 (en) 2011-09-27 2014-10-21 Hitachi, Ltd. Computing device system and information managing method for rearrangement of data based on access characteristic related to a task
US8645655B2 (en) 2011-09-27 2014-02-04 Hitachi, Ltd. Computing device system and information managing method for rearrangement of data based on access characteristic related to a task
US9015442B2 (en) 2011-09-27 2015-04-21 Hitachi Ltd. Computing device system and information managing method for rearrangement of data based on access characteristic related to a task
US9218131B2 (en) 2011-10-19 2015-12-22 Hitachi, Ltd. Method and apparatus to change tiers
US9547450B2 (en) 2011-10-19 2017-01-17 Hitachi, Ltd. Method and apparatus to change tiers
US9092141B2 (en) 2012-04-18 2015-07-28 Hitachi, Ltd. Method and apparatus to manage data location
US9547443B2 (en) 2012-04-30 2017-01-17 Hitachi, Ltd. Method and apparatus to pin page based on server state
US9152331B2 (en) 2012-05-07 2015-10-06 Hitachi, Ltd. Computer system, storage management computer, and storage management method
US9423966B2 (en) 2012-05-07 2016-08-23 Hitachi, Ltd. Computer system, storage management computer, and storage management method
US8966206B2 (en) 2012-05-07 2015-02-24 Hitachi, Ltd. Computer system, storage management computer, and storage management method
US9201779B2 (en) 2012-06-27 2015-12-01 Hitachi, Ltd. Management system and management method
CN103810244A (en) * 2013-12-09 2014-05-21 北京理工大学 Distributed data storage system expansion method based on data distribution

Also Published As

Publication number Publication date
JP2007066259A (en) 2007-03-15
US8082394B2 (en) 2011-12-20
US20090300285A1 (en) 2009-12-03

Similar Documents

Publication Publication Date Title
US8082394B2 (en) Computer system, storage system and method for extending volume capacity
US8161262B2 (en) Storage area dynamic assignment method
US7523253B2 (en) Storage system comprising a plurality of tape media one of which corresponding to a virtual disk
US8037263B2 (en) Control device of a storage system comprising storage devices of a plurality of types
US8095752B2 (en) Storage access device issuing I/O requests, in an associated logical unit environment
US8533421B2 (en) Computer system, data migration monitoring method and data migration monitoring program
US7958328B2 (en) Computer system, storage system and method for saving storage area by integrating same data
US8037273B2 (en) Storage system logical storage area allocating method and computer system
US7127583B2 (en) Disk control system and control method of disk control system
US8255715B2 (en) Storage system and power control method thereof with mode selection defined by timeout period and power supply
US20060077724A1 (en) Disk array system
JP2009301525A (en) Storage device using flash memory
US20080140908A1 (en) Storage system, and method and program for selecting memory region
US8473704B2 (en) Storage device and method of controlling storage system
US7159074B2 (en) Data storage system
US20050108235A1 (en) Information processing system and method
US20070277018A1 (en) Storage area allocating apparatus, storage area allocating method, and computer product

Legal Events

Date Code Title Description
AS Assignment

Owner name: HITACHI, LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NAGAI, TAKAYUKI;YAMAMOTO, MASAYUKI;ASANO, MASAYASU;REEL/FRAME:017110/0990

Effective date: 20050929

STCB Information on status: application discontinuation

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