WO2009101681A1 - 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法 - Google Patents

仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法 Download PDF

Info

Publication number
WO2009101681A1
WO2009101681A1 PCT/JP2008/052364 JP2008052364W WO2009101681A1 WO 2009101681 A1 WO2009101681 A1 WO 2009101681A1 JP 2008052364 W JP2008052364 W JP 2008052364W WO 2009101681 A1 WO2009101681 A1 WO 2009101681A1
Authority
WO
WIPO (PCT)
Prior art keywords
tape volume
volume
physical
logical
tape
Prior art date
Application number
PCT/JP2008/052364
Other languages
English (en)
French (fr)
Inventor
Tatsuya Ohmido
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to PCT/JP2008/052364 priority Critical patent/WO2009101681A1/ja
Publication of WO2009101681A1 publication Critical patent/WO2009101681A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B27/00Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
    • G11B27/002Programmed access in sequence to a plurality of record carriers or indexed parts, e.g. tracks, thereof, e.g. for editing
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B27/00Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
    • G11B27/36Monitoring, i.e. supervising the progress of recording or reproducing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0662Virtualisation aspects
    • G06F3/0664Virtualisation aspects at device level, e.g. emulation of a storage device or system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0682Tape device
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B2220/00Record carriers by type
    • G11B2220/40Combinations of multiple record carriers
    • G11B2220/41Flat as opposed to hierarchical combination, e.g. library of tapes or discs, CD changer, or groups of record carriers that together store one title
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B2220/00Record carriers by type
    • G11B2220/90Tape-like record carriers

Definitions

  • the present invention relates to a virtual tape device, a control unit for the virtual tape device, and a control method for the virtual tape device.
  • a library system for storing a large amount of data by storing data in a cartridge type storage medium (for example, magnetic tape, hereinafter referred to as “physical volume”) (see Patent Documents 1 and 2).
  • This library system is interposed between a host device that is a request source for data write processing and data read processing, a library device having a plurality of physical volumes, a host device and each library device, and transmits from the host device.
  • a virtual tape device that controls the library device so as to execute read / write processing of the read data.
  • the virtual tape device is set to the physical volume with the total capacity of the physical volume, the attribute flag for specifying the physical volume to which data is to be written, and the physical volume.
  • a management table storing information on each logical volume is stored for each physical volume.
  • the information of each logical volume is stored in the logical volume and a management flag indicating that the data that is the source of data update is written in association with the logical volume name that identifies each logical volume.
  • the capacity of the stored data is stored.
  • the virtual tape device manages data stored in the library device.
  • the virtual tape device controls the library device so that the data is written to the physical volume. Control will be described.
  • the virtual tape device When the virtual tape device receives a write request containing data from the host device, it selects the physical volume with the attribute flag set in the management table as the data write target and controls the library device to write the data there. Do
  • the virtual tape device satisfies the attribute flag on the management table and the storage capacity is satisfied.
  • the library apparatus is controlled to move to another physical volume that has not been written, and the remaining data is written to the physical volume, and data writing is continued.
  • the management flag is set for the logical volume in which the data that is the source of the data update is written. To manage the data that is the source of data update on the management table (see FIG. 9A).
  • the virtual tape device copies the written data. Then, data duplication (mirroring) is performed by controlling another library device so that the data is written in another library device (see FIG. 9B).
  • the virtual tape device When an abnormality (for example, a writing abnormality or a medium abnormality) occurs during such write control, the virtual tape device has a management flag in each piece of data written to the physical volume where the abnormality has occurred. Data that has not been established is identified with reference to the management flag. Then, the virtual tape device writes the specified data in duplicate to another library device, writes the data held in the storage unit of the virtual tape device, or writes to the physical volume where an error has occurred. Copy using existing data.
  • an abnormality for example, a writing abnormality or a medium abnormality
  • the virtual tape device moves the attribute flag on the management table to another physical volume whose storage capacity is not satisfied (see (1) in FIG. 9C), and copies it to the physical volume.
  • the library apparatus is controlled to store data (see (2) in FIG. 9C).
  • the virtual tape device restores the status of the physical volume where the error occurred by storing data that is not the data update source in another physical volume. To do.
  • FIG. 9 is a diagram for explaining control by a conventional virtual tape device.
  • the above-described conventional technique has a problem that it takes a long time to recover from an abnormality occurring between write controls.
  • each data that has already been written to the physical volume in which an error has occurred is the most recent data that was normally written before the error occurred, and the data that was the source of the data update (that is, the management There is a tendency that the number of data (flagged) is small.
  • the conventional technology has a large amount of data to be copied (that is, data for which the management flag is not set) when restoring the state of the physical volume in which an abnormality has occurred. There was a problem that it took a long time to recover.
  • the virtual tape device the control unit of the virtual tape device, and the control method using the virtual tape device have been made in order to solve the above-described problems of the prior art. It is an object of the present invention to provide a virtual tape device that can be restored, a control unit for the virtual tape device, and a control method using the virtual tape device.
  • the disclosed virtual tape device is a virtual tape device that is interposed between a host and a library device and stores data transmitted from the host in a logical tape volume.
  • a storage device that constitutes the logical tape volume
  • a write processing unit that writes the logical tape volume to a physical tape volume of the library device
  • a management table that manages the usage status of the physical tape volume of the library device
  • the change processing unit determines a usage rate based on a total capacity of the physical tape volume and a usage amount of the physical tape volume, and the usage rate exceeds a predetermined threshold value. It is necessary to perform change processing.
  • the virtual tape device further includes an abnormality detection unit that detects an abnormality of the physical tape volume, and the write processing unit is stored in the physical tape volume when an abnormality is detected by the abnormality detection unit. It is necessary to write the logical tape volume to another physical tape volume.
  • the management table includes a flag for managing the validity / invalid state of the logical tape volume stored in the physical tape volume.
  • the write processing unit re-writes the valid logical tape volume stored in the physical tape volume to another physical tape volume. It is necessary to perform a knitting process.
  • control unit of the disclosed virtual tape device is a control unit of the virtual tape device that is interposed between the host and the library device and stores data transmitted from the host in a logical tape volume.
  • a write processing unit that writes a volume to the physical tape volume of the library device, a management table that manages the usage status of the physical tape volume of the library device, and the physical tape volume managed by the management table is in a predetermined usage state When it reaches, it is necessary to provide a change processing unit for changing the physical tape volume into which the logical tape volume is written.
  • the change processing unit determines a usage rate based on a total capacity of the physical tape volume and a usage amount of the physical tape volume, and the usage rate is a predetermined value. If it exceeds, it will be necessary to perform change processing.
  • the control unit of the virtual tape device further includes an abnormality detection unit that detects an abnormality of the physical tape volume, and the write processing unit detects the abnormality when the abnormality detection unit detects the abnormality. It is necessary to write the logical tape volume stored in the other physical tape volume.
  • the storage management table includes a flag for managing the validity / invalid state of the logical tape volume stored in the physical tape volume.
  • the write processing unit converts the valid logical tape volume stored in the physical tape volume to another physical tape volume. It is necessary to perform a reorganization process for writing to the file.
  • the disclosed virtual tape device control method is a virtual tape device control method that is interposed between a host and a library device and stores data transmitted from the host in a logical tape volume
  • the logical tape device comprising: A write processing step of writing a volume to the physical tape volume of the library device, a management step of managing the usage status of the physical tape volume of the library device using a management table, and the physical tape volume managed by the management table
  • a write processing step of writing a volume to the physical tape volume of the library device a management step of managing the usage status of the physical tape volume of the library device using a management table
  • the physical tape volume managed by the management table When a predetermined usage state is reached, it is necessary to provide a change processing step for changing the physical tape volume into which the logical tape volume is written.
  • the change processing step determines a usage rate based on a total capacity of the physical tape volume and a usage amount of the physical tape volume, and the usage rate is a predetermined value. If it exceeds, it will be necessary to perform change processing.
  • the virtual tape device control method may further include an abnormality detection step of detecting an abnormality of the physical tape volume, and the write processing step may include the physical tape volume when an abnormality is detected by the abnormality detection step. It is necessary to write the logical tape volume stored in the other physical tape volume.
  • the management table needs to include a flag for managing the validity / invalid state of the logical tape volume stored in the physical tape volume.
  • the write processing step uses the valid logical tape volume stored in the physical tape volume as another physical tape volume. It is necessary to perform a reorganization process for writing to the file.
  • the control unit of the virtual tape device and the control method of the virtual tape device, it is possible to recover from an abnormality occurring between write controls in a short time.
  • FIG. 1 is a diagram for explaining the outline and features of the library system according to the first embodiment.
  • FIG. 2 is a block diagram showing the configuration of the library system.
  • FIG. 3 is a diagram illustrating an example of information stored in the management table storage unit.
  • FIG. 4 is a flowchart showing the flow of processing by the virtual tape device.
  • FIG. 5 is a flowchart showing the flow of physical volume selection processing by the write control unit.
  • FIG. 6 is a flowchart showing the flow of physical volume restoration processing by the abnormality detection unit.
  • FIG. 7 is a flowchart showing the flow of physical volume change processing (1) by the physical volume change unit.
  • FIG. 8 is a flowchart showing the flow of the physical volume change process (2) by the physical volume change unit.
  • FIG. 9 is a diagram for explaining control by a conventional virtual tape device.
  • FIG. 1 is a diagram for explaining the outline and features of the library system according to the first embodiment.
  • the library system according to the first embodiment includes a host device, a library device, and a virtual tape device interposed between the host device and the library device, and stores data transmitted from the host device in the library device.
  • the outline is to do.
  • the library system according to the first embodiment is mainly characterized in that it recovers in a short time from an abnormality that has occurred between write controls.
  • the library system has a predetermined threshold value (in which the usage rate of the storage capacity in the physical volume (for example, magnetic tape) to be written is preset. For example, if it exceeds 50%, another physical volume whose usage rate does not exceed a predetermined threshold is selected as a data writing target, and the library apparatus is controlled to write the data there.
  • a predetermined threshold value in which the usage rate of the storage capacity in the physical volume (for example, magnetic tape) to be written is preset. For example, if it exceeds 50%, another physical volume whose usage rate does not exceed a predetermined threshold is selected as a data writing target, and the library apparatus is controlled to write the data there.
  • the library system When the usage rates of all physical volumes reach a predetermined threshold, the library system according to the first embodiment writes data until the storage capacity of each physical volume is satisfied, as shown in FIG. The library device is controlled.
  • the library system Since such write control is executed, the library system according to the first embodiment performs data update when the library apparatus is controlled to write data to each physical volume from the predetermined threshold until the storage capacity is satisfied.
  • the data can be written to the physical volume having the data that is likely to become (that is, the data for which a certain amount of time has passed since the writing was normally completed) until the storage capacity is satisfied.
  • the library system does not need to copy if an abnormality (for example, writing abnormality or medium abnormality) occurs when the library apparatus is controlled to write data until the storage capacity is satisfied.
  • an abnormality for example, writing abnormality or medium abnormality
  • Write control that increases the possibility of increasing the number of good data (that is, data that is the source of data update) can be executed, and as described above, recovery from abnormalities that occurred between write controls in a short time Is possible.
  • FIG. 2 is a block diagram showing the configuration of the library system.
  • FIG. 3 is a diagram illustrating an example of information stored in the management table storage unit.
  • the library system includes a host device 10, a library device 20, and a virtual tape device 30.
  • the host device 10 is connected to the virtual tape device 30 via a network such as a LAN using a storage connection interface such as FCLINK (registered trademark) or OCLINK (registered trademark). Requests write processing and data read processing. Specifically, the host device 10 transmits a data write request including data to the virtual tape device 30 and requests data write.
  • a network such as a LAN using a storage connection interface such as FCLINK (registered trademark) or OCLINK (registered trademark).
  • FCLINK registered trademark
  • OCLINK registered trademark
  • the library device 20 includes a driver 22 that writes data to a logical volume on a physical volume 21 (for example, a magnetic tape), and a robot 23 that loads the physical volume 21 into the driver 22, and a virtual tape device via a bus or the like. 30.
  • a driver 22 that writes data to a logical volume on a physical volume 21 (for example, a magnetic tape)
  • a robot 23 that loads the physical volume 21 into the driver 22, and a virtual tape device via a bus or the like. 30.
  • the virtual tape device 30 controls the library device 20 to execute read / write processing of data transmitted from the host device, and includes a RAID cache 31, a PLP (Physical Library Processor) server 32, an ICP (Integrated Channel Processor) server 33, An IDP (Integrated Device Processor) server 34 and a VLP (Virtual Library Processor) server 35 are provided.
  • PLP Physical Library Processor
  • ICP Integrated Channel Processor
  • IDP Integrated Device Processor
  • VLP Virtual Library Processor
  • the RAID cache 31 is also referred to as a tape volume cache, and is configured to include a disk for enabling a quick response to a request for data write processing or data read processing received from the host device 10. Each data is stored in the logical volume.
  • the PLP server 32 controls the robot 23 of the library apparatus 20 to cause the driver 22 to load the physical volume 21 and to remove the physical volume 21 from the driver 22 in accordance with the control request of the library apparatus 20 received from the VLP server 35. To do.
  • the ICP server 33 is equipped with a channel interface card, is connected to the host device 10 using a storage connection interface such as FCLINK (registered trademark) or OCLINK (registered trademark), and in accordance with a data read / write request received from the VLP server 35, Data received from the host device 10 is read from and written to the RAID cache 31.
  • FCLINK registered trademark
  • OCLINK registered trademark
  • the IDP server 34 has a data path to the driver 22 of the library apparatus 20, and reads / writes data from / to the RAID cache 31 according to a data read / write request received from the VLP server 35 and a control request from the library apparatus 20, The driver 22 of the library apparatus 20 is controlled so that the volume 21 reads and writes data.
  • the VLP server 35 is connected to the host apparatus 10 via a network and accepts a data write request from the host apparatus 10.
  • the VLP server 35 requests the PLP server 32, the ICP server 33, and the IDP server 34 to read / write data and control the library apparatus 20.
  • the VLP server 35 includes a management table storage unit 35a, a write control unit 35b, an abnormality detection unit 35c, and a physical volume change unit 35d.
  • the management table storage unit 35 a stores, for each physical volume 21 of the library device 20, a management table used for managing the usage status of each physical volume 21. Specifically, as shown in FIG. 3, the management table storage unit 35a identifies the physical volume name that identifies the physical volume 21, the total capacity of the physical volume 21, and the physical volume 21 that is the target of data writing. And attribute flag for storing.
  • the attribute flag “w (write attribute)” is set in the attribute flag of the physical volume 21 to which data is to be written, and the attribute flag “wd” is set in the attribute flag of the physical volume 21 in which data is being written.
  • (Write-in-use attribute) is set, and the attribute flag” wh “is set and the data is written to the physical volume 21 to which data is to be written but the data having a capacity larger than the threshold is written.
  • An attribute flag “r (read attribute)” is set in the attribute flag of the physical volume 21 other than the target, and an attribute flag “f (medium abnormal attribute)” is set in the attribute flag of the physical volume 21 in which an abnormality has occurred.
  • the management table storage unit 35a stores a management flag indicating whether the physical volume 21 is valid or invalid, a logical volume name, a write position, and a capacity.
  • the valid logical volume is a logical volume in which new data or data after data update is written, and the management flag “v” is set in the management flag of the valid logical volume.
  • An invalid logical volume is a logical volume in which data before data update is written, and a management flag “i” is set as a management flag of the invalid logical volume.
  • the write controller 35b controls the physical volume 21 to read / write data. Specifically, when receiving a data write request from the host device 10, the write control unit 35b executes a physical volume selection process.
  • the write control unit 35b transmits a control request for the library apparatus 20 to the PLP server 32 and the IDP server 34, and the data transmitted from the host apparatus 10 to the physical volume 21 selected by the physical volume selection process.
  • the driver 22 is controlled to write.
  • the write control unit 35b adds the information of the newly set logical volume to the management table storage unit 35a, and the data before the data update is written.
  • the management flag on the management table of the logical volume is changed to the management flag “i”, and the attribute flag on the management table of the physical volume 21 in which the data is stored is changed to the attribute flag “w”.
  • the write control unit 35b refers to the management table storage unit 35a and determines whether or not there is a physical volume 21 for which the attribute flag “w” is set on the management table. To do.
  • the write control unit 35b sets the physical volume 21 for which the attribute flag “w” is set on the management table.
  • the physical volume 21 to which data is to be written is selected, the attribute flag on the management table for this physical volume 21 is changed to the attribute flag “wd”, and the physical volume selection process is terminated.
  • the write control unit 35b refers to the management table storage unit 35a to determine whether there is a physical volume 21 to which no data has been written. Determine whether or not.
  • the write control unit 35 b selects the physical volume 21 to which data is not written as a physical volume 21 to which data is to be written, and this physical volume 21.
  • the attribute flag on the management table is changed to the attribute flag “wd” and the physical volume selection process is terminated.
  • the write control unit 35b selects the physical volume 21 with the attribute flag “wh” set as the physical volume 21 to which data is to be written, The attribute flag on the management table of this physical volume 21 is changed to the attribute flag “wd”, and the physical volume selection process is terminated.
  • the anomaly detector 35c detects an anomaly that has occurred while data is being written to the physical volume 21.
  • the abnormality detection unit 35c is a process in which the driver 22 writes data to the physical volume 21 via the IDP server 34 when the write control unit 35b transmits a control request for the library device 20 to the IDP server 34. To monitor.
  • the abnormality detecting unit 35c executes a physical volume restoration process.
  • the abnormality detection unit 35c changes the attribute flag on the management table of the physical volume 21 in which an abnormality has occurred during data writing to the attribute flag “f” and writes it to the IDP server 34.
  • a stop command is transmitted to control the driver 22 to temporarily stop data writing.
  • the abnormality detection unit 35c requests the write control unit 35b to perform a physical volume selection process, and manages among the data written in the physical volume 21 in which the attribute flag “f” is set on the management table. Data written in the logical volume with the management flag “v” set on the table is copied.
  • the abnormality detection unit 35c transmits a control request for the library apparatus 20 to the PLP server 32 and the IDP server 34, and copies the data copied to the physical volume 21 in which the attribute flag “wd” is set on the management table.
  • the physical volume restoration process is terminated by controlling the writing.
  • the physical volume changing unit 35d moves another physical volume 21 whose usage rate does not exceed the predetermined threshold value to the data Is selected as an object to be written, and the library apparatus 20 is controlled to write data therein.
  • the driver 22 writes data to the physical volume 21 via the IDP server 34. Monitor the process.
  • the physical volume changing unit 35d executes the physical volume changing process (1).
  • the physical volume changing unit 35d adds the information of the logical volume newly set in the management table storage unit 35a by the write control unit 35b, and the attribute flag on the management table of the physical volume 21 in which the data is stored is attributed.
  • the flag is changed to “w”
  • the physical volume changing process (2) is executed.
  • the physical volume changing process (1) will be described in detail.
  • the physical volume changing unit 35d changes the attribute flag on the management table of the physical volume 21 whose storage capacity is satisfied to the attribute flag “r”, and sends it to the IDP server 34.
  • a write stop command is transmitted to control the driver 22 to temporarily stop writing data.
  • the physical volume changing unit 35d requests the write control unit 35b to perform a physical volume selection process.
  • the physical volume changing unit 35d transmits a control request for the library apparatus 20 to the PLP server 32 and the IDP server 34, and the remaining data in the physical volume 21 in which the attribute flag “wd” is set on the management table.
  • the physical volume change process (1) is terminated.
  • the physical volume change unit 35d is a physical volume in which data is stored by adding information on the logical volume newly set in the management table storage unit 35a by the write control unit 35b.
  • the attribute flag on the management table of the volume 21 is changed to the attribute flag “w”, the attribute flag “w” is set on the management table using the information stored in the management table storage unit 35a.
  • the usage rate of the storage capacity of the physical volume 21 is calculated.
  • the usage rate of the storage capacity of the physical volume 21 in which the attribute flag “w” is set on the management table is set in advance in the physical volume changing unit 35d by newly adding a logical volume.
  • the attribute flag of the physical volume 21 for which the attribute flag “w” is set on the management table is changed to the attribute flag “wh” to change the physical volume ( 2) is finished.
  • FIG. 4 is a flowchart showing the flow of processing by the virtual tape device.
  • FIG. 5 is a flowchart showing the flow of physical volume selection processing by the write control unit.
  • FIG. 6 is a flowchart showing the flow of physical volume restoration processing by the abnormality detection unit.
  • FIG. 7 is a flowchart showing the flow of physical volume change processing (1) by the physical volume change unit.
  • FIG. 8 is a flowchart showing the flow of the physical volume change process (2) by the physical volume change unit.
  • Step S1002 Processing by virtual tape device
  • the virtual tape device 30 executes a physical volume selection process (Step S1002).
  • the virtual tape device 30 controls the driver 22 to write the data transmitted from the host device 10 to the physical volume 21 selected by the physical volume selection process (step S1003).
  • the virtual tape device 30 monitors a process in which the driver 22 writes data to the physical volume 21 (steps S1004 and S1005).
  • Step S1006 when an abnormality occurs in the data writing process by the driver 22 (Yes in Step S1004), the virtual tape device 30 executes a physical volume restoration process (Step S1006).
  • the virtual tape device 30 executes the physical volume change process (1) (Step S1005). S1007).
  • the virtual tape device 30 executes the above-described processing (Step S1003 to Step S1007) until it detects the end of the data writing processing by the driver 22 (No at Step S1008).
  • the virtual tape device 30 adds information on the newly set logical volume to the management table storage unit 35a (Step S1009).
  • the management flag on the management table of the logical volume in which the data before the data update was written is changed to the management flag “i” (step S1010), and the attribute flag on the management table of the physical volume 21 storing the data is set as the attribute.
  • the flag is changed to “w” (step S1011).
  • the virtual tape device 30 executes the physical volume change process (2) (step S1012) and ends the process.
  • the write control unit 35b refers to the management table storage unit 35a and determines whether or not there is a physical volume 21 in which the attribute flag “w” is set on the management table (Step S35). S2001).
  • step S2001 If there is a physical volume 21 for which the attribute flag “w” is set on the management table (Yes in step S2001), the write control unit 35b has the physical volume 21 for which the attribute flag “w” is set. Is selected as the physical volume 21 to which data is to be written (step S2002), the attribute flag on the management table of this physical volume 21 is changed to the attribute flag “wd” (step S2003), and the physical volume selection process is terminated.
  • the write control unit 35b refers to the management table storage unit 35a and does not write physical data. It is determined whether or not there is a volume 21 (step S2004).
  • step S2004 If there is a physical volume 21 to which no data has been written (Yes at step S2004), the write control unit 35b selects the physical volume 21 to which no data has been written as the physical volume 21 to which data is to be written. (Step S2005), the attribute flag on the management table of this physical volume 21 is changed to the attribute flag “wd” (step S2006), and the physical volume selection process is terminated.
  • the write control unit 35b writes the physical volume 21 in which the attribute flag “wh” is set to the target physical volume to which data is to be written. 21 (step S2007), the attribute flag on the management table of this physical volume 21 is changed to the attribute flag “wd” (step S2008), and the physical volume selection process is terminated.
  • the abnormality detection unit 35c changes the attribute flag on the management table of the physical volume 21 in which an abnormality has occurred during data writing to the attribute flag “f” (step S3001), and sends the IDP server 34 A write stop command is transmitted (step S3002).
  • the abnormality detection unit 35c requests the write control unit 35b to perform physical volume selection processing (step S3003), and each data written in the physical volume 21 in which the attribute flag “f” is set on the management table.
  • the data written in the logical volume with the management flag “v” set on the management table is copied (step S3004).
  • the abnormality detection unit 35c transmits a control request for the library apparatus 20 to the PLP server 32 and the IDP server 34 (step S3005), and ends the physical volume restoration process.
  • the physical volume changing unit 35d changes the attribute flag on the management table of the physical volume 21 whose storage capacity is satisfied to the attribute flag “r” (step S4001), and stops writing to the IDP server 34.
  • An instruction is transmitted (step S4002).
  • the physical volume changing unit 35d requests the write control unit 35b to perform a physical volume selection process (step S4003).
  • the physical volume changing unit 35d transmits a control request for the library device 20 to the PLP server 32 and the IDP server 34 (step S4004), and ends the physical volume changing process (1).
  • the physical volume changing unit 35d uses the information stored in the management table storage unit 35a to determine the storage capacity of the physical volume 21 in which the attribute flag “w” is set on the management table.
  • the usage rate is calculated (step S5001).
  • the usage rate of the storage capacity of the physical volume 21 in which the attribute flag “w” is set on the management table is set in advance in the physical volume changing unit 35d by newly adding a logical volume.
  • the attribute flag of the physical volume 21 in which the attribute flag “w” is set on the management table is changed to the attribute flag “wh” ( In step S5002), the physical volume change process (2) is terminated.
  • the entire library apparatus 20 A reorganization process for reducing the usage rate of the storage capacity of the above may be executed.
  • the library device 20 is connected to the PLP server 32 and the IDP server 34.
  • the control request is sent, and the data written in the logical volume for which the management flag “v” is set on the management table is copied and written to another physical volume 21 whose storage capacity is not satisfied.
  • the driver 22 is controlled.
  • the management flag on the management table of the logical volume in which the data before copying is written is changed to the management flag “i”, and the management flag “v” is set on the management table.
  • the PLP server 32, the IDP server 34, and the driver 22 are set so as to erase the data written in the logical volume for which the management flag “i” is set on the management table. Let me control.
  • the present invention is not limited to this.
  • the driver 22 The physical volume change process (2) may be executed when the storage capacity of the physical volume 21 to which data is to be written reaches a predetermined threshold value during the data write process according to the above.
  • a plurality of usage rates of the storage capacity of the physical volume 21 may be set, for example, “30%” and “60%”.
  • processing procedure, control procedure, specific name, information including various data and parameters shown in the above document and drawings can be arbitrarily changed unless otherwise specified.
  • each component of each illustrated apparatus is functionally conceptual and does not necessarily need to be physically configured as illustrated.
  • the specific form of distribution / integration of each device is not limited to that shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured.
  • the management table storage unit 35a shown in FIG. 2 and the RAID cache 31 can be integrated.
  • each processing function performed in each device may be realized by a CPU and a program analyzed and executed by the CPU, or may be realized as hardware by wired logic.
  • the processing by the library system described in this embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation.
  • This program can be distributed via a network such as the Internet.
  • the program can also be executed by being recorded on a computer-readable recording medium such as a hard disk, a flexible disk (FD), a CD-ROM, an MO, and a DVD and being read from the recording medium by the computer.
  • a computer-readable recording medium such as a hard disk, a flexible disk (FD), a CD-ROM, an MO, and a DVD and being read from the recording medium by the computer.

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

 ホストとライブラリ装置との間に介在し、ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置において、データの書き込み異常から復旧するために長時間を要することを課題とし、この課題を解決するために、論理テープボリュームを構成する記憶装置と、前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理部と、前記ライブラリ装置の前記物理テープボリュームの使用状況を管理する管理テーブルと、前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると論理テープボリュームを書き込む物理テープボリュームを変更する変更処理部とを備える。

Description

仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法
 この発明は、仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法に関する。
 従来より、カートリッジ式の記憶媒体(例えば、磁気テープ、以後、「物理ボリューム」と表す)にデータを格納して大量のデータを記憶するライブラリシステムがある(特許文献1および2参照)。このライブラリシステムは、データの書き込み処理やデータの読み込み処理の要求元であるホスト装置と、複数の物理ボリュームを備えたライブラリ装置と、ホスト装置および各ライブラリ装置の間に介在し、ホスト装置から送信されたデータの読み書き処理を実行するようにライブラリ装置を制御する仮想テープ装置とを含んで構成される。
 仮想テープ装置によるライブラリ装置の制御を具体的に説明すると、仮想テープ装置は、物理ボリュームの総容量と、データを書き込む対象となる物理ボリュームを特定するための属性フラグと、物理ボリュームに設定されている各論理ボリュームについての情報とが格納された管理テーブルを物理ボリュームごとに記憶する。
 このうち、各論理ボリュームの情報には、各論理ボリュームを特定する論理ボリューム名に対応付けて、データ更新の元になったデータが書き込まれていることを示す管理フラグと、論理ボリュームに格納されているデータの容量とが記憶されている。
 このような管理テーブルを用いて、仮想テープ装置は、ライブラリ装置に記憶されているデータを管理するが、以下では、データを物理ボリュームに書き込ませるようにライブラリ装置を制御する場合の仮想テープ装置による制御について説明する。
 仮想テープ装置は、ホスト装置からデータを含んだ書き込み要求を受け付けると、管理テーブル上で属性フラグが立てられた物理ボリュームをデータ書き込み対象として選択し、そこにデータを書き込ませるようにライブラリ装置を制御する
 このとき、ライブラリ装置にデータを書き込ませている途中で属性フラグが立てられた物理ボリュームの記憶容量が満たされた場合には、仮想テープ装置は、管理テーブル上の属性フラグを記憶容量が満たされていない別の物理ボリュームに移動させて、その物理ボリュームに残りのデータを書き込むようにライブラリ装置を制御して、データの書き込みを継続させる。
 また、ライブラリ装置に書き込ませるデータがライブラリ装置に既に書き込まれているデータを更新して生成されたものであるときには、データ更新の元になったデータが書き込まれている論理ボリュームに対して管理フラグを立てて管理テーブル上でデータ更新の元になったデータを管理する(図9の(A)参照)。
 ライブラリ装置によるデータの書き込み処理が終了した後、仮想テープ装置は、書き込ませたデータを複写する。そして、別のライブラリ装置に書き込ませるよう別のライブラリ装置を制御することでデータの二重化(ミラーリング)を行う(図9の(B)参照)。
 このような書き込み制御の間に異常(例えば、書き込み異常や媒体異常)が発生した場合には、仮想テープ装置は、異常が発生した物理ボリュームに書き込まれていた各データの中で、管理フラグが立てられていないデータを、管理フラグを参照して特定する。そして、仮想テープ装置は、特定したデータを別のライブラリ装置に二重化されて書き込まれているデータや、仮想テープ装置の記憶部で保持されているデータや、異常が発生した物理ボリュームに書き込まれているデータを用いて複写する。
 続いて、仮想テープ装置は、管理テーブル上の属性フラグを記憶容量が満たされていない別の物理ボリュームに移動させて(図9の(C)の(1)参照)、その物理ボリュームに複写したデータを格納するようライブラリ装置を制御する(図9の(C)の(2)参照)。言い換えると、書き込み制御の間に異常が発生した場合には、仮想テープ装置は、データ更新元とされていないデータを他の物理ボリュームに格納することで、異常が発生した物理ボリュームの状態を復元する。
 そして、仮想テープ装置は、属性フラグを移動させた物理ボリュームにデータを書きこませるようライブラリ装置を制御して(図9の(C)の(3)参照)、書き込み制御間に発生した異常から復旧する。なお、図9は、従来の仮想テープ装置による制御を説明するための図である。
特開平10-260789号公報 特開平6-318372号公報
 ところで、上記した従来の技術は、書き込み制御間に発生した異常から復旧するために長時間を要するという課題があった。すなわち、従来の技術では、異常が発生した物理ボリュームに既に書き込まれていた各データは、異常発生前に正常に書き込まれた直近のデータであり、データ更新の元になったデータ(つまり、管理フラグが立てられているデータ)の数が少ない傾向がある。
 そのため、従来の技術は、異常が発生した物理ボリュームの状態を復元するときに、複写すべきデータ(つまり、管理フラグが立てられていないデータ)の数が多く、書き込み制御間に発生した異常から復旧するために長時間を要するという問題点があった。
 そこで、この仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置による制御方法は、上述した従来技術の課題を解決するためになされたものであり、書き込み制御間に発生した異常から短時間で復旧することが可能な仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置による制御方法を提供することを目的とする。
 上述した課題を解決し、目的を達成するため、開示の仮想テープ装置は、ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置であって、前記論理テープボリュームを構成する記憶装置と、前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理部と、前記ライブラリ装置の前記物理テープボリュームの使用状況を管理する管理テーブルと、前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理部とを備えることを要する。
 また、上記の仮想テープ装置において、前記変更処理部は、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の閾値を超えると変更処理をおこなうことを要する。
 また、上記の仮想テープ装置において、前記物理テープボリュームの異常を検出する異常検出部をさらに設け、前記書き込み処理部は、前記異常検出部によって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを要する。
 また、上記の仮想テープ装置において、前記管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えることを要する。
 また、上記の仮想テープ装置において、無効な論理テープボリュームが所定の値に達すると、前記書き込み処理部は、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを要する。
 また、開示の仮想テープ装置の制御部は、ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置の制御部であって、前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理部と、前記ライブラリ装置の前記物理テープボリュームの使用状況を管理する管理テーブルと、前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理部とを備えることを要する。
 また、上記の仮想テープ装置の制御部において、前記変更処理部は、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の値を超えると変更処理をおこなうことを要する。
 また、上記の仮想テープ装置の制御部において、前記物理テープボリュームの異常を検出する異常検出部をさらに設け、前記書き込み処理部は、前記異常検出部によって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを要する。
 また、上記の仮想テープ装置の制御部において、前記記憶管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えることを要する。
 また、上記の仮想テープ装置の制御部において、無効な論理テープボリュームが所定の値に達すると、前記書き込み処理部は、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを要する。
 また、開示の仮想テープ装置の制御方法は、ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置の制御方法であって、前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理ステップと、前記ライブラリ装置の前記物理テープボリュームの使用状況を管理テーブルを用いて管理する管理ステップと、前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理ステップとを備えることを要する。
 また、上記の仮想テープ装置の制御方法において、前記変更処理ステップは、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の値を超えると変更処理をおこなうことを要する。
 また、上記の仮想テープ装置の制御方法において、前記物理テープボリュームの異常を検出する異常検出ステップをさらに設け、前記書き込み処理ステップは、前記異常検出ステップによって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを要する。
 また、上記の仮想テープ装置の制御方法において、前記管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えることを要する。
 また、上記の仮想テープ装置の制御方法において、無効な論理テープボリュームが所定の値に達すると、前記書き込み処理ステップは、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを要する。
 開示の仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法によれば、書き込み制御間に発生した異常から短時間で復旧することが可能である。
図1は、実施例1に係るライブラリシステムの概要および特徴を説明するための図である。 図2は、ライブラリシステムの構成を示すブロック図である。 図3は、管理テーブル記憶部に記憶される情報の一例を示した図である。 図4は、仮想テープ装置による処理の流れを示すフローチャート図である。 図5は、書き込み制御部による物理ボリューム選択処理の流れを示すフローチャート図である。 図6は、異常検出部による物理ボリューム復元処理の流れを示すフローチャート図である。 図7は、物理ボリューム変更部による物理ボリューム変更処理(1)の流れを示すフローチャート図である。 図8は、物理ボリューム変更部による物理ボリューム変更処理(2)の流れを示すフローチャート図である。 図9は、従来の仮想テープ装置による制御を説明するための図である。
符号の説明
 10 ホスト装置
 20 ライブラリ装置
 21 物理ボリューム
 22 ドライバ
 23 ロボット
 30 仮想テープ装置
 31 RAIDキャッシュ
 32 PLPサーバ
 33 ICPサーバ
 34 IDPサーバ
 35 VLPサーバ
 35a 管理テーブル記憶部
 35b 書き込み制御部
 35c 異常検出部
 35d 物理ボリューム変更部
 以下に添付図面を参照して、この発明に係る仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法の実施例を詳細に説明する。なお、以下では、この仮想テープ装置が適用されたライブラリシステムを実施例として説明する。
 以下の実施例1では、実施例1に係るライブラリシステムの概要および特徴、ライブラリシステムの構成、ライブラリシステムによる処理の流れを順に説明し、最後に実施例1の効果を説明する。
[実施例1に係るライブラリシステムの概要および特徴]
 まず最初に、図1を用いて実施例1に係るライブラリシステムの概要および特徴を説明する。図1は、実施例1に係るライブラリシステムの概要および特徴を説明するための図である。
 実施例1に係るライブラリシステムは、ホスト装置と、ライブラリ装置と、ホスト装置とライブラリ装置との間に介在する仮想テープ装置とを含んで構成され、ホスト装置から送信されたデータをライブラリ装置に格納することを概要とする。そして、実施例1に係るライブラリシステムは、書き込み制御間に発生した異常から短時間で復旧することを主たる特徴とする。
 すなわち、実施例1に係るライブラリシステムは、図1の(A)に示すように、データ書き込み対象の物理ボリューム(例えば、磁気テープ)における記憶容量の使用率が予め設定されている所定の閾値(例えば、50%)を超えると、使用率が所定の閾値を超えていない別の物理ボリュームを、データを書き込む対象として選択し、そこにデータを書き込むようにライブラリ装置を制御する。
 そして、全ての物理ボリュームの使用率が所定の閾値に達すると、実施例1に係るライブラリシステムは、図1の(B)に示すように、各物理ボリュームの記憶容量を満たすまでデータを書き込むようにライブラリ装置を制御する。
 このような書き込み制御を実行するので、実施例1に係るライブラリシステムは、所定の閾値から記憶容量を満たすまで各物理ボリュームにデータを書き込ませるようにライブラリ装置を制御する場合に、データ更新の元になっている可能性が高いデータ(つまり、正常に書き込みが完了してからある程度の時間が経過しているデータ)を有する物理ボリュームに、記憶容量を満たすまでデータを書き込むことができる。
 そのため、実施例1に係るライブラリシステムは、記憶容量を満たすまでデータを書き込むようにライブラリ装置を制御するときに異常(例えば、書き込み異常や媒体異常)が発生した場合には、複写しなくてもよいデータ(つまり、データ更新の元になったデータ)の数を多くする可能性を高めるような書き込み制御を実行でき、上記した主たる特徴のごとく、書き込み制御間に発生した異常から短時間で復旧することが可能である。
[ライブラリシステムの構成]
 次に、図2および図3を用いて、図1に示したライブラリシステムの構成を説明する。図2は、ライブラリシステムの構成を示すブロック図である。図3は、管理テーブル記憶部に記憶される情報の一例を示した図である。図2に示すように、このライブラリシステムは、ホスト装置10と、ライブラリ装置20と、仮想テープ装置30とを含んで構成される。
 このうち、ホスト装置10は、FCLINK(登録商標)やOCLINK(登録商標)などのストレージ接続インターフェースを用いて、LANなどのネットワークを介して仮想テープ装置30に接続され、仮想テープ装置30にデータの書き込み処理や、データの読み込み処理を要求する。具体的には、ホスト装置10は、データを含んだデータの書き込み要求を仮想テープ装置30に対して送信し、データの書き込みを依頼する。
 ライブラリ装置20は、物理ボリューム21(例えば、磁気テープ)上の論理ボリュームにデータを書き込むドライバ22と、ドライバ22に物理ボリューム21を装填するロボット23とを有し、バスなどを介して仮想テープ装置30に接続される。
 仮想テープ装置30は、ホスト装置から送信されたデータの読み書き処理を実行するようにライブラリ装置20を制御し、RAIDキャッシュ31、PLP(Physical Library Processor)サーバ32、ICP(Integrated Channel Processor)サーバ33、IDP(Integrated Device Processor)サーバ34およびVLP(Virtual Library Processor)サーバ35を備える。
 RAIDキャッシュ31は、テープボリュームキャッシュとも呼ばれ、ホスト装置10から受け付けたデータの書き込み処理や、データの読み込み処理の要求に対して早い応答を可能にするためのディスクを備えて構成され、ディスク上の論理ボリュームに各データを記憶する。
 PLPサーバ32は、VLPサーバ35から受け付けたライブラリ装置20の制御依頼に従って、ドライバ22に物理ボリューム21を装填させることや、ドライバ22から物理ボリューム21を取り外させるようにライブラリ装置20のロボット23を制御する。
 ICPサーバ33は、チャネルインターフェースカードを搭載し、FCLINK(登録商標)やOCLINK(登録商標)などのストレージ接続インターフェースを用いてホスト装置10と接続され、VLPサーバ35から受け付けたデータの読み書き依頼に従って、ホスト装置10から受け付けたデータをRAIDキャッシュ31に読み書きする。
 IDPサーバ34は、ライブラリ装置20のドライバ22に対するデータパスを有し、VLPサーバ35から受け付けたデータの読み書き依頼およびライブラリ装置20の制御依頼に従って、RAIDキャッシュ31にデータの読み書きをすることや、物理ボリューム21にデータを読み書きさせるようにライブラリ装置20のドライバ22を制御する。
 VLPサーバ35は、ホスト装置10とネットワークを介して接続され、ホスト装置10からのデータの書き込み要求などを受け付ける。そして、VLPサーバ35は、PLPサーバ32、ICPサーバ33、IDPサーバ34に対してデータの読み書きや、ライブラリ装置20の制御を依頼する。特に本発明に密接に関連するものとしては、VLPサーバ35は、管理テーブル記憶部35aと、書き込み制御部35bと、異常検出部35cと、物理ボリューム変更部35dとを備える。
 管理テーブル記憶部35aは、ライブラリ装置20の物理ボリューム21ごとに、各物理ボリューム21各々の使用状況を管理するために用いられる管理テーブルを記憶する。具体的には、管理テーブル記憶部35aは、図3に示すように、物理ボリューム21を特定する物理ボリューム名と、物理ボリューム21の総容量と、データを書き込む対象となる物理ボリューム21を特定するための属性フラグとを記憶する。
 ここで、データを書き込む対象の物理ボリューム21の属性フラグには属性フラグ「w(書き込み属性)」が立てられ、データが書き込まれている最中の物理ボリューム21の属性フラグには属性フラグ「wd(書き込み使用中属性)」が立てられ、データを書き込む対象の物理ボリューム21であるが閾値以上の容量のデータが書き込まれている物理ボリューム21には属性フラグ「wh」が立てられ、データを書き込む対象以外の物理ボリューム21の属性フラグには属性フラグ「r(読み込み属性)」が立てられ、異常が発生した物理ボリューム21の属性フラグには属性フラグ「f(媒体異常属性)」が立てられる。
 また、管理テーブル記憶部35aは、物理ボリューム21の論理ボリュームごとに、有効か、もしくは無効かを示す管理フラグと、論理ボリューム名と、書き込み位置と、容量とを記憶する。
 ここで、有効な論理ボリュームとは、新規のデータ、もしくはデータ更新後のデータが書き込まれている論理ボリュームであり、有効な論理ボリュームの管理フラグには管理フラグ「v」が立てられる。また、無効な論理ボリュームとはデータ更新前のデータが書き込まれている論理ボリュームであり、無効な論理ボリュームの管理フラグには管理フラグ「i」が立てられる。
 書き込み制御部35bは、物理ボリューム21にデータを読み書きさせるように制御する。具体的には、書き込み制御部35bは、ホスト装置10からデータの書き込み要求を受け付けると、物理ボリューム選択処理を実行する。
 続いて、書き込み制御部35bは、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信し、物理ボリューム選択処理によって選択された物理ボリューム21にホスト装置10から送信されたデータを書き込むようにドライバ22を制御させる。
 その後、ドライバ22によるデータの書き込み処理の終了を検知すると、書き込み制御部35bは、管理テーブル記憶部35aに新たに設定された論理ボリュームの情報を追記し、データ更新前のデータが書き込まれていた論理ボリュームの管理テーブル上の管理フラグを管理フラグ「i」に変更し、データが格納された物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「w」に変更する。
(物理ボリューム選択処理)
 物理ボリューム選択処理について詳細に説明すると、書き込み制御部35bは、管理テーブル記憶部35aを参照して、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21があるか否かを判定する。
 ここで、書き込み制御部35bは、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21がある場合には、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更して物理ボリューム選択処理を終了する。
 一方では、書き込み制御部35bは、属性フラグ「w」が立てられている物理ボリューム21がない場合には、管理テーブル記憶部35aを参照して、データが書き込まれていない物理ボリューム21があるか否かを判定する。
 ここで、書き込み制御部35bは、データが書き込まれていない物理ボリューム21がある場合には、データが書き込まれていない物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更して物理ボリューム選択処理を終了する。
 一方では、書き込み制御部35bは、データが書き込まれていない物理ボリューム21がない場合には、属性フラグ「wh」が立てられている物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更して物理ボリューム選択処理を終了する。
 異常検出部35cは、データを物理ボリューム21に書き込ませている途中に発生した異常を検知する。具体的には、異常検出部35cは、書き込み制御部35bによって、IDPサーバ34にライブラリ装置20の制御依頼が送信されると、IDPサーバ34を介してドライバ22が物理ボリューム21にデータを書き込む処理を監視する。ここで、異常検出部35cは、ドライバ22によるデータの書き込み処理に異常(例えば、書き込み異常)が発生すると、物理ボリューム復元処理を実行する。
(物理ボリューム復元処理)
 物理ボリューム復元処理について詳細に説明すると、異常検出部35cは、データの書き込み中に異常が発生した物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「f」に変更し、IDPサーバ34に書き込み停止命令を送信し、ドライバ22によるデータの書き込みを一時的に停止するよう制御させる。
 続いて、異常検出部35cは、書き込み制御部35bに物理ボリューム選択処理を依頼し、管理テーブル上に属性フラグ「f」が立てられている物理ボリューム21に書き込まれている各データの中で管理テーブル上に管理フラグ「v」が立てられている論理ボリュームに書き込まれているデータを複写する。
 そして、異常検出部35cは、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信し、管理テーブル上に属性フラグ「wd」が立てられている物理ボリューム21に複写したデータを書きませるよう制御させて物理ボリューム復元処理を終了する。
 物理ボリューム変更部35dは、データ書き込み対象の物理ボリュームの記憶容量の使用率が予め設定されている所定の閾値を超えると、使用率が所定の閾値を超えていない別の物理ボリューム21を、データを書き込む対象として選択し、そこにデータを書き込むようにライブラリ装置20を制御する。
 具体的には、物理ボリューム変更部35dは、書き込み制御部35bによって、IDPサーバ34にライブラリ装置20の制御依頼が送信されると、IDPサーバ34を介してドライバ22が物理ボリューム21にデータを書き込む処理を監視する。
 ここで、物理ボリューム変更部35dは、ドライバ22によるデータの書き込み中に、データを書き込む対象の物理ボリューム21の記憶容量が満たされると、物理ボリューム変更処理(1)を実行する。また、物理ボリューム変更部35dは、書き込み制御部35bによって管理テーブル記憶部35aに新たに設定された論理ボリュームの情報が追記され、データが格納された物理ボリューム21の管理テーブル上の属性フラグが属性フラグ「w」に変更されると、物理ボリューム変更処理(2)を実行する。
(物理ボリューム変更処理(1))
 物理ボリューム変更処理(1)について詳細に説明すると、物理ボリューム変更部35dは、記憶容量が満たされた物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「r」に変更し、IDPサーバ34に書き込み停止命令を送信し、ドライバ22によるデータの書き込みを一時的に停止するよう制御させる。
 続いて、物理ボリューム変更部35dは、書き込み制御部35bに物理ボリューム選択処理を依頼する。
 そして、物理ボリューム変更部35dは、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信し、管理テーブル上に属性フラグ「wd」が立てられている物理ボリューム21に残りのデータを書き込むよう制御させて物理ボリューム変更処理(1)を終了する。
(物理ボリューム変更処理(2))
 物理ボリューム変更処理(2)について詳細に説明すると、物理ボリューム変更部35dは、書き込み制御部35bによって管理テーブル記憶部35aに新たに設定された論理ボリュームの情報が追記され、データが格納された物理ボリューム21の管理テーブル上の属性フラグが属性フラグ「w」に変更されると、管理テーブル記憶部35aに記憶されている情報を用いて、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の記憶容量の使用率を算出する。
 ここで、物理ボリューム変更部35dは、新たに論理ボリュームが追記されたことによって、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の記憶容量の使用率が予め設定されている所定の閾値を超えたという算出結果を得た場合に、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の属性フラグを属性フラグ「wh」に変更して物理ボリューム変更処理(2)を終了する。
[ライブラリシステムによる処理]
 次に、図4~図8を用いて、ライブラリシステムによる処理を説明する。図4は、仮想テープ装置による処理の流れを示すフローチャート図である。図5は、書き込み制御部による物理ボリューム選択処理の流れを示すフローチャート図である。図6は、異常検出部による物理ボリューム復元処理の流れを示すフローチャート図である。図7は、物理ボリューム変更部による物理ボリューム変更処理(1)の流れを示すフローチャート図である。図8は、物理ボリューム変更部による物理ボリューム変更処理(2)の流れを示すフローチャート図である。
(仮想テープ装置による処理)
 図4に示すように、仮想テープ装置30は、ホスト装置10からデータの書き込み要求を受け付けると(ステップS1001肯定)、物理ボリューム選択処理を実行する(ステップS1002)。
 続いて、仮想テープ装置30は、物理ボリューム選択処理によって選択された物理ボリューム21にホスト装置10から送信されたデータを書き込むようにドライバ22を制御する(ステップS1003)。
 続いて、仮想テープ装置30は、ドライバ22が物理ボリューム21にデータを書き込む処理を監視する(ステップS1004およびS1005)。
 ここで、ドライバ22によるデータの書き込み処理に異常が発生すると(ステップS1004肯定)、仮想テープ装置30は、物理ボリューム復元処理を実行する(ステップS1006)。
 また、仮想テープ装置30は、ドライバ22によるデータの書き込み中に、データを書き込む対象の物理ボリューム21の記憶容量が満たされると(ステップS1005肯定)、物理ボリューム変更処理(1)を実行する(ステップS1007)。
 その後、仮想テープ装置30は、ドライバ22によるデータの書き込み処理の終了を検知するまで上記した処理(ステップS1003~ステップS1007)を実行する(ステップS1008否定)。
 ここで、ドライバ22によるデータの書き込み処理の終了を検知すると(ステップS1008肯定)、仮想テープ装置30は、管理テーブル記憶部35aに新たに設定された論理ボリュームの情報を追記し(ステップS1009)、データ更新前のデータが書き込まれていた論理ボリュームの管理テーブル上の管理フラグを管理フラグ「i」に変更し(ステップS1010)、データが格納された物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「w」に変更する(ステップS1011)。
 そして、仮想テープ装置30は、物理ボリューム変更処理(2)を実行し(ステップS1012)、処理を終了する。
(物理ボリューム選択処理)
 図5に示すように、書き込み制御部35bは、管理テーブル記憶部35aを参照して、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21があるか否かを判定する(ステップS2001)。
 ここで、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21がある場合には(ステップS2001肯定)、書き込み制御部35bは、属性フラグ「w」が立てられている物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し(ステップS2002)、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更し(ステップS2003)、物理ボリューム選択処理を終了する
 一方では、属性フラグ「w」が立てられている物理ボリューム21がない場合には(ステップS2001否定)、書き込み制御部35bは、管理テーブル記憶部35aを参照して、データが書き込まれていない物理ボリューム21があるか否かを判定する(ステップS2004)。
 ここで、データが書き込まれていない物理ボリューム21がある場合には(ステップS2004肯定)、書き込み制御部35bは、データが書き込まれていない物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し(ステップS2005)、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更し(ステップS2006)、物理ボリューム選択処理を終了する。
 一方では、データが書き込まれていない物理ボリューム21がない場合には(ステップS2004否定)、書き込み制御部35bは、属性フラグ「wh」が立てられている物理ボリューム21をデータを書き込む対象の物理ボリューム21として選択し(ステップS2007)、この物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「wd」に変更し(ステップS2008)、物理ボリューム選択処理を終了する。
(物理ボリューム復元処理)
 図6に示すように、異常検出部35cは、データの書き込み中に異常が発生した物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「f」に変更し(ステップS3001)、IDPサーバ34に書き込み停止命令を送信する(ステップS3002)。
 続いて、異常検出部35cは、書き込み制御部35bに物理ボリューム選択処理を依頼し(ステップS3003)、管理テーブル上に属性フラグ「f」が立てられている物理ボリューム21に書き込まれている各データの中で管理テーブル上に管理フラグ「v」が立てられている論理ボリュームに書き込まれているデータを複写する(ステップS3004)。
 そして、異常検出部35cは、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信し(ステップS3005)、物理ボリューム復元処理を終了する。
(物理ボリューム変更処理(1))
 図7に示すように、物理ボリューム変更部35dは、記憶容量が満たされた物理ボリューム21の管理テーブル上の属性フラグを属性フラグ「r」に変更し(ステップS4001)、IDPサーバ34に書き込み停止命令を送信する(ステップS4002)。
 続いて、物理ボリューム変更部35dは、書き込み制御部35bに物理ボリューム選択処理を依頼する(ステップS4003)。
 そして、物理ボリューム変更部35dは、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信して(ステップS4004)、物理ボリューム変更処理(1)を終了する。
(物理ボリューム変更処理(2))
 図8に示すように、物理ボリューム変更部35dは、管理テーブル記憶部35aに記憶されている情報を用いて、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の記憶容量の使用率を算出する(ステップS5001)。
 ここで、物理ボリューム変更部35dは、新たに論理ボリュームが追記されたことによって、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の記憶容量の使用率が予め設定されている所定の閾値を超えたという算出結果を得た場合に(ステップS5001肯定)、管理テーブル上に属性フラグ「w」が立てられている物理ボリューム21の属性フラグを属性フラグ「wh」に変更し(ステップS5002)、物理ボリューム変更処理(2)を終了する。
[実施例1の効果]
 上記したように、実施例1によれば、書き込み制御間に発生した異常から短時間で復旧することが可能である。例えば、予め設定された物理ボリューム21の記憶容量の使用率までデータが書き込まれている物理ボリューム21に、ホスト装置10から受け付けたデータをさらに書き込むようライブラリ装置20を制御するときに異常が発生した場合には、書き込まれてから経過した時間が長く、データ更新の元になった傾向が高いデータの数が多いので、複写すべきデータの数が少なくすることができ、もって書き込み制御間に発生した異常から短時間で復旧することができる。
 さて、これまで実施例1について説明したが、本発明は上述した実施例以外にも、種々の異なる形態にて実施されてよいものである。そこで、以下では、実施例2として、他の実施例を説明する。
 例えば、実施例1において、管理テーブル上に管理フラグ「i」が立てられている論理ボリュームに書き込まれているデータの数が予め設定されている所定の数に達したときに、ライブラリ装置20全体の記憶容量の使用率を低下させる再編成処理を実行するようにしてもよい。
(再編成処理)
 再編成処理について詳細に説明すると、管理テーブル上の管理フラグを管理フラグ「i」に変更したときに、書き込み制御部35bは、管理テーブル記憶部35aを参照し、各物理ボリューム21に書き込まれているデータの中で、管理テーブル上に管理フラグ「i」が立てられている論理ボリュームの数を計測する。
 ここで、管理テーブル上に管理フラグ「i」が立てられている論理ボリュームの数が予め設定されている所定の数に達していた場合に、PLPサーバ32と、IDPサーバ34とにライブラリ装置20の制御依頼を送信し、管理テーブル上に管理フラグ「v」が立てられている論理ボリュームに書き込まれているデータを記憶容量が満たされていない別の物理ボリューム21に複写して書き込ませるようにドライバ22を制御させる。
 そして、複写前のデータが書き込まれていた論理ボリュームの管理テーブル上の管理フラグを管理フラグ「i」に変更し、管理テーブル上に管理フラグ「v」が立てられている論理ボリュームに書き込まれていたデータの複写および書き込みが終了した後に、管理テーブル上に管理フラグ「i」が立てられている論理ボリュームに書き込まれているデータを消去させるようにPLPサーバ32と、IDPサーバ34とドライバ22を制御させる。
 このようにすることで、データ更新の元になったデータを消去することができ、もって、ライブラリ装置20全体の記憶容量の使用率を低下させることができる。
 また、実施例1において、ドライバ22によるデータの書き込み処理の終了した後に物理ボリューム変更処理(2)を実行する場合を説明したが、本発明はこれに限定されるものではなく、例えば、ドライバ22によるデータの書き込み処理中にデータを書き込む対象の物理ボリューム21の記憶容量が予め設定されている所定の閾値に達したときに物理ボリューム変更処理(2)を実行するようにしてもよい。
 また、実施例1において、物理ボリューム21の記憶容量の使用率を、例えば、「30%」および「60%」というように、複数設定するようにしてもよい。
 また、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報(例えば、図3に示した記憶情報や物理ボリュームの記憶容量の使用率などのパラメータ)については、特記する場合を除いて任意に変更することができる。
 また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。例えば、図2に示した管理テーブル記憶部35aと、RAIDキャッシュ31とを統合して構成することができる。
 さらに、各装置にて行なわれる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
 なお、本実施例で説明したライブラリシステムによる処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータで実行することによって実現することができる。このプログラムは、インターネットなどのネットワークを介して配布することができる。また、このプログラムは、ハードディスク、フレキシブルディスク(FD)、CD-ROM、MO、DVDなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行することもできる。

Claims (15)

  1.  ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置であって、
     前記論理テープボリュームを構成する記憶装置と、
     前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理部と、
     前記ライブラリ装置の前記物理テープボリュームの使用状況を管理する管理テーブルと、
     前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理部とを備えたことを特徴とする仮想テープ装置。
  2.  前記変更処理部は、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の閾値を超えると変更処理をおこなうことを特徴とする請求項1に記載の仮想テープ装置。
  3.  前記物理テープボリュームの異常を検出する異常検出部をさらに設け、
     前記書き込み処理部は、前記異常検出部によって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを特徴とする請求項2に記載の仮想テープ装置。
  4.  前記管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えたことを特徴とする請求項3に記載の仮想テープ装置。
  5.  無効な論理テープボリュームが所定の値に達すると、前記書き込み処理部は、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを特徴とする請求項4に記載の仮想テープ装置。
  6.  ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置の制御部であって、
     前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理部と、
     前記ライブラリ装置の前記物理テープボリュームの使用状況を管理する管理テーブルと、
     前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理部とを備えたことを特徴とする仮想テープ装置の制御部。
  7.  前記変更処理部は、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の値を超えると変更処理をおこなうことを特徴とする請求項6に記載の仮想テープ装置の制御部。
  8.  前記物理テープボリュームの異常を検出する異常検出部をさらに設け、
     前記書き込み処理部は、前記異常検出部によって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを特徴とする請求項7に記載の仮想テープ装置の制御部。
  9.  前記管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えたことを特徴とする請求項8に記載の仮想テープ装置の制御部。
  10.  無効な論理テープボリュームが所定の値に達すると、前記書き込み処理部は、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを特徴とする請求項9に記載の仮想テープ装置の制御部。
  11.  ホストとライブラリ装置との間に介在し、前記ホストから送信されるデータを論理テープボリュームに記憶する仮想テープ装置の制御方法であって、
     前記論理テープボリュームを前記ライブラリ装置の物理テープボリュームに書き込む書き込み処理ステップと、
     前記ライブラリ装置の前記物理テープボリュームの使用状況を管理テーブルを用いて管理する管理ステップと、
     前記管理テーブルで管理される前記物理テープボリュームが所定の使用状態に達すると、論理テープボリュームを書き込む物理テープボリュームを変更する変更処理ステップとを備えたことを特徴とする仮想テープ装置の制御方法。
  12.  前記変更処理ステップは、前記物理テープボリュームの全容量と前記物理テープボリュームの使用量とに基づいて使用率を決定し、前記使用率が所定の値を超えると変更処理をおこなうことを特徴とする請求項11に記載の仮想テープ装置の制御方法。
  13.  前記物理テープボリュームの異常を検出する異常検出ステップをさらに設け、
     前記書き込み処理ステップは、前記異常検出ステップによって異常が検出されると、前記物理テープボリュームに記憶された論理テープボリュームを他の物理テープボリュームに書き込むことを特徴とする請求項12に記載の仮想テープ装置の制御方法。
  14.  前記管理テーブルに、前記物理テープボリュームに記憶された論理テープボリュームの有効無効状態を管理するフラグを備えたことを特徴とする請求項13に記載の仮想テープ装置の制御方法。
  15.  無効な論理テープボリュームが所定の値に達すると、前記書き込み処理ステップは、前記物理テープボリュームに記憶された有効な論理テープボリュームを他の物理テープボリュームに書き込む再編成処理をおこなうことを特徴とする請求項14に記載の仮想テープ装置の制御方法。
PCT/JP2008/052364 2008-02-13 2008-02-13 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法 WO2009101681A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2008/052364 WO2009101681A1 (ja) 2008-02-13 2008-02-13 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2008/052364 WO2009101681A1 (ja) 2008-02-13 2008-02-13 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法

Publications (1)

Publication Number Publication Date
WO2009101681A1 true WO2009101681A1 (ja) 2009-08-20

Family

ID=40956727

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2008/052364 WO2009101681A1 (ja) 2008-02-13 2008-02-13 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法

Country Status (1)

Country Link
WO (1) WO2009101681A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7409196B2 (ja) 2020-03-27 2024-01-09 富士通株式会社 ストレージ制御装置、ストレージシステム、及びストレージ制御プログラム

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020247A (ja) * 1998-06-30 2000-01-21 Fujitsu Ltd 記憶装置
JP2000137639A (ja) * 1998-11-04 2000-05-16 Hitachi Ltd 光ディスクライブラリを使ったデータの長期保存管理方式
JP2001027937A (ja) * 1999-07-15 2001-01-30 Hitachi Ltd ディスクアレイ制御装置
JP2005332043A (ja) * 2004-05-18 2005-12-02 Nec Corp 情報記録装置および情報記録方法並びにプログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020247A (ja) * 1998-06-30 2000-01-21 Fujitsu Ltd 記憶装置
JP2000137639A (ja) * 1998-11-04 2000-05-16 Hitachi Ltd 光ディスクライブラリを使ったデータの長期保存管理方式
JP2001027937A (ja) * 1999-07-15 2001-01-30 Hitachi Ltd ディスクアレイ制御装置
JP2005332043A (ja) * 2004-05-18 2005-12-02 Nec Corp 情報記録装置および情報記録方法並びにプログラム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7409196B2 (ja) 2020-03-27 2024-01-09 富士通株式会社 ストレージ制御装置、ストレージシステム、及びストレージ制御プログラム

Similar Documents

Publication Publication Date Title
US9542272B2 (en) Write redirection in redundant array of independent disks systems
US7774643B2 (en) Method and apparatus for preventing permanent data loss due to single failure of a fault tolerant array
US7975168B2 (en) Storage system executing parallel correction write
JP5954081B2 (ja) ストレージ制御装置、ストレージ制御方法、およびストレージ制御プログラム
US8117409B2 (en) Method and apparatus for backup and restore in a dynamic chunk allocation storage system
US7107486B2 (en) Restore method for backup
US7783922B2 (en) Storage controller, and storage device failure detection method
US20060117216A1 (en) Program, storage control method, and storage system
EP2899626B1 (en) Method and system for service-aware data placement in a storage system
US20120233406A1 (en) Storage apparatus, and control method and control apparatus therefor
JP2005122338A (ja) スペアディスクドライブをもつディスクアレイ装置及びデータスペアリング方法
JP2006059347A (ja) ジャーナリングを使用した記憶システム
JP2006268673A (ja) 記憶制御装置及び記憶デバイスのエラー制御方法
JP2005309818A (ja) ストレージ装置、そのデータ読出方法、及びそのデータ読出プログラム
US10929037B2 (en) Converting a RAID to a more robust RAID level
JP4516993B2 (ja) 仮想テープシステム
JP2006285527A (ja) ストレージ装置およびプログラム。
WO2009101681A1 (ja) 仮想テープ装置、仮想テープ装置の制御部および仮想テープ装置の制御方法
US11074118B2 (en) Reporting incidents of data loss in RAID arrays
JP5365236B2 (ja) ストレージシステム
US20200394113A1 (en) Reducing incidents of data loss in raid arrays having the same raid level
JP5891842B2 (ja) ストレージシステム
US8930748B2 (en) Storage apparatus and controller
JP2007128183A (ja) ストレージシステム
JP2014134884A (ja) ディスクアレイ装置、バッドセクタ修復方法および修復プログラム

Legal Events

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

Ref document number: 08720716

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08720716

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP