Method and apparatus for moving logical entities among storage elements in a computer storage system
Summary by NHIP
Logical Entity Storage Routing
The system routes host computer accesses to a logical entity by directing reads to a first physical storage location and writes to a second physical storage location. This separation prevents read requests from reaching the write location and write requests from reaching the read location within the computer system.
Claim Score by NHIP
Abstract
Method and apparatus are disclosed for moving logical data entities from one storage element to another storage element in a computer storage system, when more than one user or host computer may access the logical entity. According to one embodiment of the method, all of the read requests for the logical entity are moved to a new copy of the logical entity, before writes for logical entity are moved to the new copy.

Term
Term ended
Expired 19 September 2021, 5 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
1 claim: 1 independent, 0 dependent
- 1Broadest claimClaim Score 65, broad(NHIP)A computer system comprising:a processing unit;and a memory interface module to permit accesses by the host computer to a logical entity to be made to a first physical storage location for read requests and to a second physical storage location for write requests, to prevent accesses by the host computer to the logical entity from being made to the second physical storage location for the read requests, and to prevent accesses by the host computer to the logical entity from being made to the first physical storage location for the write requests, wherein the first and second physical storage locations are different.
269 paragraphs in 6 sections, as filed
CROSS REFERENCE TO RELATED APPLICATIONS
0001This application is a continuation of U.S. application Ser. No. 09/605,201, entitled “METHOD AND APPARATUS FOR MOVING LOGICAL ENTITIES AMONG STORAGE ELEMENTS IN A COMPUTER SYSTEM,” filed on Jun. 27, 2000 now U.S. Pat. No. 6,978,324, which is incorporated by reference herein in its entirety.
FIELD OF THE INVENTION
0002This invention relates to data storage for computers, and more particularly to methods and apparatus for moving logical entities from one storage element to another storage element in a computer storage system.
DISCUSSION OF THE RELATED ART
0003Virtually all computer applications (or programs) rely on storage. This storage can be used for both storing the computer code and for storing data manipulated by the code. (The term “data” refers to any information, including formatting information, error detection and correction information, executable code and data for manipulation by an application program.)
0004Storage technology has developed in a variety of different directions. Accordingly, a wide variety of storage systems are available. It has become impractical, therefore, for the person writing the computer application to also be responsible for detailed control over how data is stored on the storage system.
0005For this (and other) reasons, application programs typically run on an operating system (e.g., Unix, Windows, MS DOS, Linux, and the many variations of each). Once again, however, the operating system may be used with a variety of storage systems.
0006It would be highly inefficient to have to change the operating system, or the application programs, every time a change is made to physical storage. As a result, various layers of abstraction have evolved for viewing how data is actually stored in the storage system.
0007<figref idref="DRAWINGS">FIG. 1</figref> illustrates one way of viewing the layers of abstraction. At the top level <b>10</b>, the application program may assume that data is stored in a manner that has very little to do with how the data is placed onto the physical device. For example, the application may view the storage system as containing a number of directories and data files within the directories. Thus, in an application written for use in the Unix operating system, the application will assume that files are stored according to the Unix directory structure (including hierarchical directories and files located within the directories). This assumed organization of physical storage may have very little to do with how that data is actually stored onto the actual storage devices. This view may be referred to as the “logical view” because of the separation between the logical view of data from the application level is divorced from any view of how the data is physically stored. A logical entity, such as a file, database or other construct, may be referred to at the logical level as a “logical object.”
0008The application level <b>10</b> interfaces with the file system level <b>12</b>. The file system level is concerned with how files are stored on disks and how to make everything work efficiently and reliably. Thus, the file system level may be responsible for storing directory structure, and for breaking up files into constituent data blocks for storage onto a physical storage system. For example, in most implementations of Unix, each file has an associated I-node. This node may contain accounting and protection information and, additionally, a set of pointers to data blocks.
0009Relatively early in the development of computer systems, disk drives became a fundamental device for storage. Accordingly, computer operating systems have been developed assuming that memory will rely on input/output (“I/O”) to a disk drive. The file system <b>12</b>, therefore, may assume one or more “volumes” which correspond to a physical storage unit such as a disk drive (or any other unit of storage), with data stored in blocks on the disk drive.
0010The demand for storage to be available for use by applications has sky rocketed. As a result, a number of separate physical devices may be required to accommodate the total amount of storage required for a system. In addition, storage systems are often changed or reconfigured.
0011To insulate the operating system from any changes within the physical device storage system, some mechanism is often employed to flexibly map a standard (volume) view of physical storage onto an actual physical storage system. Thus, an operating system or application may rely on “volumes” of data. Again, these “volumes” may not correspond to how data is actually stored on physical devices. Accordingly, these are “logical volumes” (as opposed to actual physical storage volumes) and are themselves “logical objects.”
0012The logical volume manager (“LVM”) <b>14</b> of <figref idref="DRAWINGS">FIG. 1</figref> can help achieve the function of mapping the file system view of data storage into an intermediate layer.
0013For purposes of the specification and claims, “logical volume” refers to a logical entity that generally corresponds to a logical abstraction of physical storage. “Logical volume” may include, for example, an entity that is treated (logically) as though it were composed of consecutively addressed blocks in a fixed block architecture or records in a count-key-data architecture. “Logical volume” includes not only standard logical volumes, but also components of a standard logical volume, hyper-volumes, partitions, striped volumes, and concatenated (or meta) volumes. A logical volume may be physically stored on more than one storage element.
0014Finally, the actual storage reading and writing (and, potentially, additional mapping onto physical storage devices) occurs within the physical storage system level <b>16</b>, as illustrated in <figref idref="DRAWINGS">FIG. 1</figref>. Thus, for example, the logical volume manager may map the file system level view of data (as logical volumes or some other logical entity) into volume sizes corresponding to fixed physical storage segment sizes for storage on a physical device (e.g., block sizes). The physical storage system level may then map the logical volume manager level (“logical”) volumes onto physical storage segments (e.g., hyper-volumes discussed below).
0015Logical volume managers have been implemented for use with the HP-UX by HP and by VERITAS for Solaris operating systems (i.e., VxVM), as examples. The Symmetrix line of storage systems, available from EMC Corporation, of Hopkinton, Mass., is one system capable of mapping hyper-volumes onto physical devices. (The Symmetrix product line of integrated cached disk arrays is described in numerous publications from EMC Corporation, including the Symmetrix model 55xx product manual, p-n200-810-550, rev.f, February, 1996.)
0016In the VERITAS Volume Manager, sold by VERITAS of Mountain View, Calif., logical volumes are assigned tags, which consist of an identifier for the host computer on which the volume manager is located and a time stamp indicating the time at which a logical volume was created. If a logical volume is electronically moved among the storage elements, it is assigned a new tag. Although logical volumes handled by this Volume Manager are not intended to be accessed by more than one host computer at any point in time, this has been done by manipulating the Volume Manager to provide tags for shared logical volumes to other host computers.
0017In any event, in the above examples, the mapping of application level data into actual physical storage occurs across four levels: application level to file system level; file system level to LVM level; LVM level to physical storage system level; and physical storage system level to the actual physical storage devices. More or fewer levels of mapping can be done. In some systems, for example, only one level of mapping is performed, e.g., mapping from the application level directly onto actual physical storage devices. In many systems, the mapping stage at the LVM level is omitted. Similarly, in many systems, no mapping is done at the physical storage level (e.g., data is stored directly onto actual devices corresponding to the format of the preceding level and without any further mapping onto physical storage components.) As another example, the file system level could be omitted and the application directly with logical (or actual) volumes.
0018<figref idref="DRAWINGS">FIG. 2A</figref> illustrates an example of the mapping that may be performed by the logical volume manager <b>14</b> and the physical storage system <b>16</b>, to store data onto actual physical devices. The application/file system's view of the storage system contemplates three separate storage devices—volume A <b>20</b>, volume B <b>21</b>, and volume C <b>22</b>. Thus, as far as the file system level <b>12</b> can discern, the system consists of three separate storage devices <b>20</b>-<b>22</b>. Each separate storage device may be referred to as a “virtual volume,” “logical volume” or “virtual disk.” This reflects that the operating system's view of the storage device structure may not correspond to the actual physical storage system implementing the structure (hence, “virtual”). Unlike the application level <b>10</b>, however, the file system <b>12</b> perspective is as if the file system <b>12</b> were dealing with raw physical devices or volumes.
0019As far as the file system level is concerned, the virtual volumes may be divided up into “partitions,” which are continuous segments of storage. These partitions are, in fact, “virtual” partitions, because the partition may actually be stored across a variety of physical storage segments (e.g., hyper-volumes).
0020In <figref idref="DRAWINGS">FIG. 2A</figref>, the data is physically stored on the physical storage devices <b>24</b>-<b>26</b>. In this particular example, although there are three physical devices <b>24</b>-<b>26</b> and three volumes <b>20</b>-<b>22</b>, there is not a one to one mapping of the virtual volumes to physical devices. In this particular example, the data in volume A <b>20</b> is actually stored on physical devices <b>24</b>-<b>26</b>, as indicated at <b>20</b><i>a</i>, <b>20</b><i>b </i>and <b>20</b><i>c</i>. In this example, volume B is stored entirely on physical device <b>24</b>, as indicated at <b>22</b><i>a</i>, <b>22</b><i>b</i>. Finally, volume C is stored on physical device <b>24</b> and physical device <b>26</b> as indicated at <b>21</b><i>a</i>, <b>21</b><i>b. </i>
0021In this particular example, the boxes <b>20</b><i>a</i>-<b>20</b><i>c</i>, <b>21</b><i>a</i>-<b>21</b><i>b </i>and <b>22</b><i>a</i>-<b>22</b><i>b </i>represent contiguous segments of storage within the respective physical devices <b>24</b>-<b>26</b>. These contiguous segments of storage may, but need not, be of the same size. The segments of storage may be referred to as “hyper-volumes,” and correspond to segments of physical storage that can be used as components when constructing a virtual volume for use by the file system. A hypervolume may be comprised of a number of “data blocks.” A data block is a unit of storage (e.g., a 512 byte block) that is written or read at one time from the physical storage device.
0022Array management software running on a general purpose processor (or some other mechanism such as a custom hardware circuit) <b>23</b> translates requests from a host computer (not shown) (made assuming the logical volume structure <b>20</b>-<b>22</b>) into requests that correspond to the way in which the data is actually stored on the physical devices <b>24</b>-<b>26</b>. In practice, the array management software <b>23</b> may be implemented as a part of a unitary storage system that includes the physical devices <b>24</b>-<b>26</b>, may be implemented on a host computer, or may be done in some other manner.
0023In <figref idref="DRAWINGS">FIG. 2A</figref> the array management software <b>23</b> performs the functions of both the logical volume manager <b>14</b> (if present) and the physical storage level <b>16</b>, by mapping the file system's virtual volumes <b>20</b>-<b>22</b> into segments that can be stored onto physical devices <b>24</b>-<b>26</b>. The array management software <b>23</b> also performs the functions of the physical storage system level <b>16</b>, by determining where to store the hyper-volumes <b>20</b><i>a</i>-<b>20</b><i>c</i>, <b>21</b><i>a</i>-<b>21</b><i>b </i>and <b>22</b><i>a</i>-<b>22</b><i>b. </i>
0024The physical storage devices shown in the example of <figref idref="DRAWINGS">FIG. 2A</figref> are disk drives. A disk drive may include one or more disks of a recording media (such as a magnetic recording medium or an optical recording medium). Information can be written and read from this storage medium for storage purposes. The recording medium is typically in the form of a disk that rotates. The disk generally includes a number of tracks on which the information is recorded and from which the information is read. Each track may include more than one “data block.” A data block is a unit of data that can be read as a single unit. A data block may be a 512 byte block of data, an 8 k segment on a 32 k track, or some other structure. In these examples, the size of the block is fixed. In other cases, the block may be of variable size, such as a CKD record. In a disk drive that includes multiple disks, the disks by convention are described as though they are stacked so that corresponding tracks of each disk overlie each other. In this case, specification of a single track on which information is stored within the disk drive includes not only specification of an individual track on a disk, but also which of the multiple disks the information is stored on.
0025To identify an individual data block, an address may include a specification of the disk (which may consist of several “platters”) a specification of the track within the disk (or “cylinder”), a specification of the head (or which of the platters comprising the “disk”) and a specification of the particular data block within the track. The specification of the position of the data block within the track may, for example, be addressed as an offset, e.g., this is the third data block appearing on the track. Thus, an address of ddcccch:offset may specify a block—disk dd, cylinder cccc, head h and the specified offset. The physical storage devices for use with the present invention may, however, be formed in any other geometry, addressed in any other manner or even constitute a different type of storage mechanism.
0026<figref idref="DRAWINGS">FIG. 2B</figref> illustrates one example of mapping between the top level of abstraction—the application level—to the actual physical storage level. An application level file <b>200</b> includes visual information. This information is in the form of a conventional file and includes a series of bits.
0027When the application level file is mapped onto physical storage, the application level file may be converted into segments of the individual bits, e.g., segment <b>203</b>. Thus, a segment of the application level file <b>203</b> is mapped (for example according to the general mapping structure described above with reference to <figref idref="DRAWINGS">FIG. 1</figref>) onto actual physical storage devices <b>204</b>-<b>206</b>. In this example, the first segment of bits in <b>203</b> in the application level file <b>200</b> is mapped onto physical storage device <b>204</b>, at a portion <b>208</b> of the physical storage device <b>204</b>. As shown in <figref idref="DRAWINGS">FIG. 2B</figref>, the individual segments of bits in the application level file <b>200</b> may be mapped anywhere among a plurality of actual physical storage devices. The granularity of the segments of bits (e.g., segment <b>203</b>) may correspond to one of a variety of different levels. For example, the granularity of the segments may be a 512 byte data block. In another embodiment, the granularity may correspond to the amount of data stored in a track of the physical storage devices <b>204</b>-<b>206</b> (when the physical storage devices are disk drives).
0028<figref idref="DRAWINGS">FIG. 2C</figref> illustrates an example of a logical object <b>27</b> that includes six data blocks or logical block elements <b>27</b><i>a</i>-<b>27</b><i>f</i>. The logical object itself may be any data structure or collection of data. For example, the logical object could be a database table, a portion of a file system file, or a complete file system file, a logical volume or any other identifiable logical object. Each of the data blocks <b>27</b><i>a</i>-<b>27</b><i>f </i>may be a fixed size data block, or a varying size data block such as a CKD record.
0029In the example of <figref idref="DRAWINGS">FIG. 2C</figref>, the logical object is stored on a physical storage device <b>28</b>. In this example, the storage device includes a number of columns, each representing a track of a disk.
0030Each row of the physical storage device represents a physical data or block element within the applicable column/track. For example, row <b>28</b><i>a</i>, column <b>28</b><i>b</i>, stores a data block corresponding to the logical block element <b>27</b><i>b</i>. Track <b>28</b><i>b </i>would store physical data blocks that have the contents of logical block elements <b>27</b><i>a </i>and <b>27</b><i>b</i>. As can be seen from <figref idref="DRAWINGS">FIG. 2C</figref>, the logical block elements can be stored in any order on the physical devices.
0031While the physical storage device <b>28</b> is illustrated as a contiguous array, this need not be the case. For example, each of the tracks, such as column <b>28</b><i>b</i>, may be stored on a different disk drive or be part of a different hypervolume.
0032In a system including an array of physical disk devices, such as disk devices <b>24</b>-<b>26</b> of <figref idref="DRAWINGS">FIG. 2A</figref>, each device typically performs error detection and/or correction for the data stored on the particular physical device. Accordingly, each individual physical disk device detects when it does not have valid data to provide and, where possible, corrects the errors. Even where error correction is permitted for data stored on the physical device, however, a catastrophic failure of the device would result in the irrecoverable loss of data.
0033Accordingly, storage systems have been designed which include redundant storage capacity. A variety of ways of storing data onto the disks in a manner that would permit recovery have developed. A number of such methods are generally described in the RAIDbook, A Source Book For Disk Array Technology, published by the RAID Advisory Board, St. Peter, Minn. (5th Ed., February, 1996). These systems include “RAID” storage systems. RAID stands for Redundant Array of Independent Disks.
0034<figref idref="DRAWINGS">FIG. 3A</figref> illustrates one technique for storing redundant information in a RAID system. Under this technique, a plurality of physical devices <b>31</b>-<b>33</b> include identical copies of the data. Thus, the data M<b>1</b> can be “mirrored” onto a portion <b>31</b><i>a </i>of physical device <b>31</b>, a portion <b>32</b><i>a </i>of physical device <b>32</b> and a portion <b>33</b><i>a </i>of physical device <b>33</b>. In this case, the aggregate portions of the physical disks that store the duplicated data <b>31</b><i>a</i>, <b>32</b><i>a </i>and <b>33</b><i>a </i>may be referred to as a “mirror group.” The number of places in which the data M<b>1</b> is mirrored is generally selected depending on the desired level of security against irrecoverable loss of data.
0035In a mirror group, the copies are “linked.” That is, any update to one mirror causes an update to each other mirror in the group.
0036<figref idref="DRAWINGS">FIG. 3A</figref> shows three physical devices <b>31</b>-<b>33</b> which appear to be located in close proximity, for example within a single storage system unit. For very sensitive data, however, one or more of the physical devices that hold the mirrored data may be located at a remote facility.
0037“RAID 1” is an example of data redundancy through mirroring of data. In a RAID 1 architecture, a number of different mechanisms may be used for determining how to access and update data to improve, for example, performance of the storage system. In any event, a RAID 1 architecture certainly has the ability to recover lost data. Unfortunately, the RAID 1 architecture multiplies the cost of physical storage by the number of “mirrors” included in the mirror group.
0038<figref idref="DRAWINGS">FIG. 3B</figref> illustrates a solution that requires less added storage. In <figref idref="DRAWINGS">FIG. 3B</figref>, data is stored at locations <b>34</b><i>a</i>-<b>34</b><i>d</i>. In this particular example, the physical device <b>33</b> includes parity information P<b>1</b> at <b>35</b><i>a</i>, <b>35</b><i>b</i>. The parity information is generated by a simple exclusive-OR (“XOR”) of the corresponding bits of data. Thus, the parity information P<b>1</b> would be generated by XORing the corresponding bits of the data D<b>1</b> and data D<b>2</b>.
0039A variety of mechanisms are known for distributing the parity information on the physical devices. In the example shown in <figref idref="DRAWINGS">FIG. 3B</figref>, all of the parity information is stored on a single physical device <b>33</b>. In other cases, the parity information may be distributed across the physical devices.
0040<figref idref="DRAWINGS">FIG. 4</figref> illustrates the concept that, within a given disk array, there is no need for all of the data to follow the same redundancy rule. In <figref idref="DRAWINGS">FIG. 4</figref>, a first group of storage segments on physical devices <b>40</b>-<b>42</b> form a mirror group <b>44</b>. In the mirror group <b>44</b>, the entire contents of a single logical volume (HV-A) are mirrored on three different physical devices <b>40</b>-<b>42</b>.
0041In <figref idref="DRAWINGS">FIG. 4</figref>, a single virtual volume is stored on the fourth physical device <b>43</b>, without any redundancy information, as indicated at <b>46</b>.
0042Finally, a last group of data segments <b>45</b>, on all four physical devices <b>40</b>-<b>43</b>, implement a parity redundancy scheme. In this particular example, the parity information is stored in segments of memory on two different physical devices <b>42</b>-<b>43</b>, as indicated at <b>47</b><i>a </i>and <b>47</b><i>b. </i>
0043The storage system of <figref idref="DRAWINGS">FIG. 4</figref> contains redundant information that permits recovery from errors, including use of a mirror for data located at a remote facility, that also permits recoveries from catastrophic failure.
0044<figref idref="DRAWINGS">FIG. 5</figref> illustrates one system for additional backup, which may be used or adapted in accordance with certain aspects of the present invention. In <figref idref="DRAWINGS">FIG. 5</figref>, a computer or client <b>50</b> performs its operations using storage system <b>52</b>. The client <b>50</b> may be any conventional computing system, such as a network client available from Sun Microsystems, and running the Solaris operating system (a version of Unix), an HP client running HP-UX (a Hewlett-Packard client, running a Hewlett-Packard version of the Unix operating system) or an IBM client running the AIX operating system (an IBM version of Unix) or any other system with an associated operating system. The storage system <b>52</b> may be any conventional storage system, including a Symmetrix storage system, described above. The client <b>50</b> may be connected to many other devices over a network <b>56</b>.
0045A backup storage system <b>54</b> is also attached to the network <b>56</b>. The backup storage system <b>54</b> includes a backup storage device (which may be disk drives, tape storage or any other storage mechanism), together with a system for placing data into the storage and recovering the data from that storage.
0046To perform a backup, the client <b>50</b> copies data from the storage system <b>52</b> across the network <b>56</b> to the backup storage system <b>54</b>. This process can be explained in greater detail with reference to <figref idref="DRAWINGS">FIG. 1</figref>. The storage system <b>52</b> may correspond to the actual physical storage <b>16</b> of <figref idref="DRAWINGS">FIG. 1</figref>. For the client <b>50</b> to write the backup data over the network <b>56</b> to the backup storage system <b>54</b>, the client <b>50</b> first converts the backup data into file data—i.e. gets the data from the physical storage system level <b>16</b>, and converts the data into application level format (e.g. a file) through the logical volume manager level <b>14</b>, the file system level <b>12</b> and the application level <b>10</b>. Thus, an actual data file may be communicated over the network <b>56</b> to the backup storage device <b>54</b>. When the backup storage device <b>54</b> receives the data file, the backup storage system <b>54</b> can take the application level <b>10</b> data file, convert it to its appropriate file system level <b>12</b> format for the backup storage system, which can then be converted through a logical volume manager <b>14</b> level and into physical storage <b>16</b>.
0047This form of backing up data may be referred to as “logical-logical” backup. That is, the logical data is backed up on the backup storage device <b>54</b>. The data to be backed up is presented independent of the manner in which it is physically stored on storage system <b>52</b> at the physical storage system level <b>16</b>, independent of the file system level mechanisms on the client <b>50</b>, and independent of how data is stored on the backup storage device <b>54</b>.
0048The EDM (EMC Data Manager) line of products is capable of logical-logical backup over a network, as described in numerous publications available from EMC, including the EDM User Guide (Network) “Basic EDM Manual”.
0049<figref idref="DRAWINGS">FIG. 6</figref> illustrates one embodiment of an alternative structure for backup of data which may also be used in accordance with the present invention. In the embodiment of <figref idref="DRAWINGS">FIG. 6</figref>, a direct connection <b>60</b> is established between the storage system <b>52</b> and the backup storage system <b>54</b>. In this embodiment, the backup storage system may be a system as generally described in EMC Data Manager: Symmetrix Connect User Guide, P/N 200-113-591, Rev. C, December 1997, available from EMC Corporation of Hopkinton, Mass. The direct connection <b>60</b> may be a high speed data channel, such as a SCSI cable or one or more fibre-channel cables. In this system, a user may be permitted to backup data over the network <b>56</b>, or the direct connection <b>60</b>.
0050Whether the restore and backup process is done at a logical level or at a physical level, backups in the prior art require copying a complete file (or in some instances even more, such as an entire partition) for the backup. Methods of backing up and restoring data on the system of <figref idref="DRAWINGS">FIG. 6</figref> are described in co-pending and commonly owned U.S. patent application Ser. No. 09/052,579, entitled “Logical Restore From A Physical Backup In A Computer Storage System,” filed Mar. 31, 1998, and naming John Deshayes and Madhav Mutalik as inventors, and which is hereby incorporated herein by reference in its entirety.
0051<figref idref="DRAWINGS">FIG. 7</figref> shows a storage system <b>70</b> that may be used as the storage system <b>52</b> of <figref idref="DRAWINGS">FIG. 6</figref>. The client <b>50</b> may be connected to the storage device using a channel or bus <b>71</b>. The channel for communication with the client <b>50</b> can be any suitable connection such as fibre channel, Small Computer System Interface (“SCSI”) or Enterprise Systems Connection Architecture (“ESCON”). While only one communication channel <b>71</b> into the storage system <b>70</b> is shown in <figref idref="DRAWINGS">FIG. 7</figref>, other channels may be included. (While the method and apparatus of the present invention may be described with reference to the storage system of <figref idref="DRAWINGS">FIG. 6</figref> and the physical storage system (and associated features and methods) of <figref idref="DRAWINGS">FIG. 7</figref>, this is not intended to be limiting. The present invention has broader application. Certain aspects of the invention may be applied to any storage system.)
0052Within the storage system <b>70</b> is a host adapter <b>72</b>. In this particular embodiment, the host adapter <b>72</b> is responsible for managing and translating read and write requests from the host computer (e.g., client <b>52</b> or backup storage system <b>54</b>), which are based on the virtual disk structure (e.g., from the file system or logical volume manager level), into one or more requests corresponding to how data is stored on the actual physical storage devices <b>76</b><i>a</i>-<b>76</b><i>d </i>of the storage system <b>70</b>. Thus, in this embodiment, the host adapter <b>72</b> implements at least some of the array management software <b>23</b> functions of <figref idref="DRAWINGS">FIG. 2</figref>. The host adapter <b>72</b> can be implemented in any of a number of ways, including using a general purpose processor or a custom hardware implementation. In addition, multiple host adapters may be included to facilitate having additional I/O channels for the storage system <b>70</b>.
0053The host adapter <b>72</b> communicates with the other components of the storage system <b>70</b> using an interconnect such as bus <b>73</b>. The bus <b>73</b> may be any suitable communication element, including use of SCSI, ESCON, and other bus protocols.
0054Access to the physical storage devices <b>76</b><i>a</i>-<b>76</b><i>d </i>is controlled through the use of disk adapters <b>75</b><i>a</i>-<b>75</b><i>d</i>. The disk adapter <b>75</b><i>a</i>-<b>75</b><i>d </i>can also be implemented using a general purpose processor or custom hardware design. In the embodiment illustrated in <figref idref="DRAWINGS">FIG. 7</figref>, a disk adapter is provided for each physical storage device. A disk adapter can, of course, have more than one storage device attached to it. In addition, disk adapters may include secondary connections to the physical storage devices of another disk adapter. This permits recovery from failure of one disk adapter by shifting its functions to the second disk adapter.
0055In the embodiment of <figref idref="DRAWINGS">FIG. 7</figref>, reading and writing to the physical storage device <b>76</b><i>a</i>-<b>76</b><i>d </i>through the disk adapters <b>75</b><i>a</i>-<b>75</b><i>d </i>is facilitated through use of a cache <b>74</b>. The cache <b>74</b> may be a random access memory having greater speed than the disk drives. When reading data, if the data is being temporarily stored in the cache, the read request can be fulfilled more quickly by taking the data from the cache <b>74</b>. Similarly, when writing data, the data to be written can be stored in the cache. The other components of the system can proceed, while the data is written from the cache to the applicable physical storage device.
0056Any of a variety of mechanisms can be used to implement and manage the cache. An example of such a mechanism is included in U.S. Pat. No. 5,537,568, entitled “System for dynamically controlling cache manager maintaining cache index and controlling sequential data access,” issued on Jul. 16, 1996. Similarly, writes may be accomplished through the cache using any of a variety of mechanisms and strategies. One mechanism for writing from the cache is to store the data to be written in the cache, and mark a “write pending” bit. When the write pending bit is encountered, the applicable data can be written to the disk. This technique is described generally in U.S. Pat. No. 5,341,493, entitled “Disk storage system with write preservation during power failure,” issued on Aug. 23, 1994.
0057The cache may be divided into more than one area. For example, the cache may include an area <b>74</b><i>a </i>for storing data being read or written from physical storage devices <b>76</b><i>a</i>-<b>76</b><i>d</i>. The cache may further include a “mailbox” area <b>74</b><i>b</i>. The mailbox area <b>74</b><i>b </i>may be used to facilitate communications among the disk adapters <b>75</b><i>a</i>-<b>75</b><i>d </i>and with the host adapter <b>72</b>. For example, each disk adapter may have its own area within the mailbox <b>74</b><i>b</i>. Each of the disk adapters <b>75</b><i>a</i>-<b>75</b><i>d </i>can post or read information from the applicable mailbox area <b>74</b><i>b</i>, to communicate status and other information.
0058A remote adapter <b>78</b> may also be attached to the bus <b>73</b> of the storage system <b>70</b>. The remote adapter may be employed for communication with remote data facilities (“RDF”), for example, connection to another storage device to maintain a mirror redundancy group. One form of RDF link and method of implementation is described in various publications available from EMC Corporation, including SYMMETRIX Remote Data Facility Product Manual, P/N 200-999-554, rev. B, June 1995. RDF embodiments are also described in U.S. Pat. No. 5,544,347 (Yanai) which is hereby incorporated herein by reference in its entirety. It should be appreciated, however, that the present invention is not limited to the use of RDF or to a system that employs SYMMETRIX disk arrays, and can be employed with any of numerous other types of storage systems.
0059A service processor <b>77</b> may be coupled to the bus <b>73</b> of the storage system <b>70</b>. The service processor <b>77</b> may include a display, keyboard and other I/O devices to permit an operator to use the service processor <b>77</b> for configuring the components of the storage system <b>70</b> and for running or initiating diagnosis and maintenance facilities.
0060While the method and apparatus of the present invention may be described with reference to the systems and concepts described above and in the discussion of the related art, this is not intended to be limiting. The present invention has broader application. Certain aspects of the invention may be applied to any storage system. Accordingly, the invention is only limited by the claims set forth below.
SUMMARY OF THE INVENTION
0061According to one embodiment of the present invention, a method of specifying a logical volume in the computer system is disclosed. The computer system may have a plurality of storage elements and a plurality of host computers. According to this embodiment, the method comprises steps of assigning a logical volume identifier to the logical volume and assuring that the logical volume identifier is unique to the logical volume. According to this (and certain other) embodiments, the logical volume may be a conventional logical volume, a partition, a hyper-volume, a striped volume or a component of a conventional logical volume. As defined more fully below, a “logical volume” is an entity that a host or application level computer use as a unit of storage. According to this embodiment, the same logical volume identifier may be maintained when a logical volume is moved among storage elements in the computer system. The logical volume identifier may be assigned independent of the location of storage for the logical volume. Descriptive information may be maintained with respect to logical volumes and their associated logical volume identifier, such as identifying the entity that created the logical volume, identifying entities that may access the logical volume, identifying access history for the logical volume and other information. The format of the logical volume identifier may correspond to the format for memory access requests made by host computers in the system. For example, the format may be that of a world wide name or a world wide name with a logical unit identifier or may correspond to these formats by including these as a subfield. The logical volume identifier may be assigned independent of the host computer that created the logical volume.
0062According to another embodiment of the present invention, a method of storing and maintaining a logical volume is disclosed. According to this embodiment, the logical volume is identified and then an ELVID (as defined below) is assigned to the logical volume. The same ELVID is maintained when the logical volume is electronically moved. A database of ELVIDs may be maintained at a storage management console or elsewhere.
0063According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, a plurality of storage elements are provided together with means for assigning a logical volume identifier to a logical volume and means for assuring that the logical volume identifier is unique to the logical volume to which it is assigned.
0064According to another embodiment of the present invention, a computer storage system is disclosed. According to this embodiment, at least one storage element is provided, together with means for assigning ELVIDs to logical volumes stored on the storage element. Such means may be provided at a storage management controller, on one or more of the storage elements or elsewhere.
0065According to another embodiment of the present invention, a storage management controller is disclosed. According to this embodiment, an ELVID assignor is provided to assign ELVIDs to logical volumes. According to this embodiment, an interface is also provided for communication with storage elements. The storage management controller may further include an ELVID database manager or a logical volume movement manager.
0066According to another embodiment of the present invention, a storage management controller is provided. According to this embodiment, the storage management controller includes an ELVID database manager and a memory to store an ELVID database.
0067According to another embodiment of the present invention, a method of inventorying logical volumes in a computer storage system is disclosed. According to this embodiment, identifying information for each user of a respective logical volume is maintained for each of a plurality of logical volumes in the computer storage system. “Users” may be any definable entity permitted to access memory, such as a host computer, an account on one or more host computers (e.g., a person logged into a computer on their account) or an application program. For each of the plurality of logical volumes, a verification step is performed to assure that logical volume is still in use. For example, if a logical volume has not been accessed for a great period of time, the logical volume may not need to be maintained on a primary storage element and can be moved to secondary storage. The step of verifying that the logical volume is still in use can be performed as a continuous discrete process for the computer storage system, for logical volumes on a specific storage element or in some other fashion.
0068According to another embodiment of the present invention, a storage element is disclosed. According to this embodiment, the storage element includes a storage medium, an access manager module to maintain identifying information for each user of logical volumes and a verifier module to perform verification. A verification module may include a time tracker to identify when a logical volume has not been accessed for an identified period of time.
0069According to another embodiment of the present invention, a storage management controller is disclosed. According to this embodiment, an access manager module and a verifier module are included.
0070According to another embodiment of the present invention, a method of detecting when one of a plurality of logical volumes no longer needs to be stored on a respective storage element. According to this embodiment, accesses to the logical volumes are tracked, a logical volume that has not been accessed for a predetermined period of time is automatically identified and, for such an identified logic volume, it is determined whether the identified logical volume still requires storage on its present storage element. This step of determining may comprise a step of polling users which have accessed the identified logical volume in the past.
0071According to another embodiment of the present invention, a method of identifying a logical volume is provided. According to this embodiment, the logical volume is identified by reading an ELVID assigned to the logical volume and using the ELVID to access identifying information about the logical volume. According to this embodiment, a database may be maintained, for example, at a storage management controller. The identifying information may identify host computers that created the logical volume or host computers authorized access the logical volume or host computers that have accessed the logical volume (or which currently have an open session which permits access of the logical volume).
0072According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, a plurality of storage elements are provided together with means for reading a logical volume identifier and means for using the logical volume identifier to access identifying information about the logical volume.
0073According to another embodiment of the present invention, a logical volume identifier database is disclosed. According to this embodiment, a computer readable medium is provided which storage a plurality of logical volume identifiers, each identifier being unique to a respective logical volume stored among a plurality of storage elements. As above, additional identifying information may be included in the database.
0074According to another embodiment of the present invention, a method of providing a user with access to a logical volume is disclosed. According to this embodiment, an ELVID for the logical volume is determined and provided to the user. The user may be a host computer or an individual account on a host computer. The term “host computer” as used in this specification and claims includes both host computer sites, user accounts on host computer sites and other entities that are permitted user level access to data stored on storage elements in the computer system. According to this embodiment, the method of providing access can include a step of maintaining a database of ELVIDs stored on a plurality of storage elements. The maintaining step may be performed on a host computer or a storage management controller.
0075According to another embodiment of the present invention, a method of accessing logical volumes is disclosed. According to this embodiment, an ELVID is determined and used to access the logical volume.
0076According to another embodiment of the present invention, a host computer is disclosed. According to this embodiment, the host computer includes a processing unit (any hardware unit which permits processing, such as a microcontroller, microprocessor, or special hardware designed for a particular host computer) and an ELVID interface module to translate requests for accesses to a logical volume to an ELVID for the logical volume.
0077According to another embodiment of the present invention, a host computer is disclosed. According to this embodiment, the host computer includes a processing unit and an ELVID module to translate an ELVID for a logical volume to a physical storage location for that logical volume.
0078According to another embodiment of the present invention, a storage management controller is disclosed. According to this embodiment, the storage management controller includes an access management module to provide access to logical elements by providing a physical storage address associated with an ELVID for the respective logical volume.
0079According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, the computer system includes a plurality of host computers, a plurality of storage elements and means for assigning ELVIDs to logical volumes.
0080According to another embodiment of the present invention, a method of moving a logical entity from a first storage element to a second storage element is disclosed. According to this embodiment, a copy of the logical entity is created on the second storage element (for example, by mirroring). All reads for the logical entity are moved to the location of the second storage element. After all of the reads have been moved writes are moved to the location for the logical entity on the second storage element. If a mirror is used, the mirror may be maintained while all of the reads are moved. The logical entity may be a logical volume, such as a conventional logical volume, a component of a conventional logical volume, a hyper volume, a partition or a striped volume. The method according to this embodiment may include a step of determining an ELVID for the logical entity.
0081According to another embodiment of the present invention, a host computer is disclosed. According to this embodiment, the host computer includes a processing unit and a memory interface module. According to this embodiment, the memory interface module permits access to a logical entity to be made to one physical storage location for read request while write requests are made to a different physical storage location. According to some embodiments, the memory interface module can include an ELVID interface module to translate requests for access to a logical volume to an ELVID for that logical volume. According to other embodiments, the memory interface module may instead or in addition include an ELVID interface module to translate an ELVID to a physical storage location for a logical volume.
0082According to another embodiment of the present invention, a storage management controller is disclosed. According to this embodiment, the storage management controller includes an interface module to communicate with storage elements and an entity movement manager to control separate moving of read locations and write locations for a specified logical entity.
0083According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, the computer system includes a plurality of host computers, a plurality of storage elements and means for separately moving reads for a logical entity and writes for a logical entity.
0084According to another embodiment of the present invention, a method of moving a logical volume from a first storage element to a second storage element is disclosed. According to this embodiment, an ELVID is provided for the logical volume. A copy of the logical volume is provided on the second storage element. The physical storage location on the second storage element is associated with the ELVID to cause accesses to the logical volume to be made to the second storage element. The step of associating may be performed, for example, by the host computer, a storage management controller or both (for example, with the storage management controller initiating the change in the host computer performing the change).
0085According to another embodiment of the present invention, a method of rolling back a logical volume to a previous state is disclosed. According to this embodiment, a copy of the logical volume in a previous state is provided. An ELVID for the logical volume is provided. The roll back is completed by associating a physical storage location for the copy with the ELVID, to cause accesses to the logical volume to be made to the physical storage location for the copy.
0086According to another embodiment of the present invention, a method of providing for and implementing immediate restoration of the logical volume is disclosed. According to this embodiment, a restoration copy of the logical volume is maintained at a physical storage location on a storage device. An ELVID is provided for the logical volume. The restoration is completed by changing a physical storage location associated with the ELVID for the logical volume to correspond to the physical location on the storage device for the restoration.
0087According to another embodiment of the present invention, a storage management controller for a storage system with a plurality of storage elements is disclosed. According to this embodiment, the storage management controller includes an interface module to communicate with the storage elements and a logical volume movement module to move the location of logical volume access request by updating entries in at least one ELVID database.
0088According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, at least one host computer and a plurality of storage devices are included in the computer system. The computer system further includes means for changing the location of access requests, including means for changing a physical storage location address associated with an ELVID for the logical volume.
0089Accordingly to another embodiment of the present invention, a method of accessing a logical volume stored on at least one of the plurality of storage elements is disclosed. According to this embodiment, an ELVID for the logical volume is specified. A physical storage address for the logical volume is also specified. This embodiment further includes a step of verifying that the ELVID corresponds to the physical storage address. The verification step may be performed, for example, by a host computer, a storage management controller, a storage element or some combination of these.
0090According to another embodiment of the present invention, a method of accessing a logical volume stored on at least one of a plurality of storage elements is disclosed. According to this embodiment an ELVID for the logical volume is specified and a physical storage address for the logical volume is specified. The method includes a step of using the ELVID to assure that an entity requesting access to the logical volume is authorized to do so.
0091According to another embodiment of the present invention, a host computer is disclosed. According to this embodiment, the host computer includes a processing unit and an ELVID interface module to transmit access requests for logical volumes, access requests including an ELVID for the logical volume and a respective physical storage location for the logical volume.
0092According to another embodiment of the present invention, a storage device is disclosed. According to this embodiment, the storage device includes a storage medium and an ELVID verifier module, to verify access requests.
0093According to another embodiment of the present invention, a storage device is disclosed. According to this embodiment, the storage device includes a storage medium and an ELVID authorization module to verify access requests.
0094According to another embodiment of the present invention, a computer system is disclosed. According to this embodiment, the computer system includes at least one host computer, a plurality of storage elements, means for associating ELVIDs with requests for access to logical volumes and means for verifying that access requests to physical storage locations are made for the appropriate logical volume identified by a respective ELVID.
0095According to another embodiment of the invention, a computer system is disclosed. According to this embodiment, the computer system includes at least one host computer, a plurality of storage elements and means for verifying that access request logical volumes having an associated ELVID are made by an entity authorized access logical volume.
0096Each of the above disclosed invention embodiments may be used and applied separately and independently, or may be applied in combination. Description of one aspect of the invention is not intended to be limiting with respect to other aspects of the invention. In addition, application of combinations of the above disclosed embodiments may also be inventive; systems including many of these combinations is described more fully below.
BRIEF DESCRIPTION OF THE DRAWINGS
<figref idref="DRAWINGS">FIG. 1</figref> illustrates an example of conversion of application level data to storage in a physical system and vice versa.
<figref idref="DRAWINGS">FIG. 2A</figref> illustrates an example of the relationship between logical volumes and physical storage devices.
<figref idref="DRAWINGS">FIG. 2B</figref> illustrates an example of mapping a logical file onto a physical storage system.
<figref idref="DRAWINGS">FIG. 2C</figref> illustrates another example of mapping a logical object onto a physical storage device.
<figref idref="DRAWINGS">FIG. 3A</figref> illustrates an example of mirroring on different physical storage devices.
<figref idref="DRAWINGS">FIG. 3B</figref> illustrates an example of redundant parity information on physical storage devices.
<figref idref="DRAWINGS">FIG. 4</figref> illustrates an example of multiple redundancy groups within a single array of storage devices.
<figref idref="DRAWINGS">FIG. 5</figref> illustrates an example of a backup storage system.
<figref idref="DRAWINGS">FIG. 6</figref> illustrates one embodiment of a backup storage system that includes a mechanism for direct backup of data on the primary storage system.
<figref idref="DRAWINGS">FIG. 7</figref> illustrates an example of a storage system.
<figref idref="DRAWINGS">FIG. 8</figref> illustrates one example of a computer storage system structured to have an enterprise host domain and an enterprise storage domain or network, according to one embodiment of the present invention.
<figref idref="DRAWINGS">FIG. 9</figref> illustrates another example of a computer system including an enterprise host domain and an enterprise storage domain, according to one embodiment of the present invention.
<figref idref="DRAWINGS">FIG. 10</figref> illustrates one example of some of the components of a computer system that includes a host domain and a storage domain, according to one embodiment of the present invention.
<figref idref="DRAWINGS">FIG. 11</figref> illustrates another embodiment of components of a computer system that is divided into a host domain and a storage domain, according to one embodiment of the present invention.
<figref idref="DRAWINGS">FIG. 12</figref> illustrates one embodiment of a computer system that includes a host domain, storage domain and storage management console.
<figref idref="DRAWINGS">FIG. 13</figref> illustrates one embodiment of a method that assigns enterprise logical volume identifiers (“ELVIDs”) as defined below.
<figref idref="DRAWINGS">FIG. 14</figref> illustrates one embodiment of a computer storage system corresponding to <figref idref="DRAWINGS">FIG. 12</figref> that includes ELVID configuration tables.
<figref idref="DRAWINGS">FIG. 15A</figref> illustrates one embodiment of the method of accessing logical entities using an ELVID or ELVID and logical unit number.
<figref idref="DRAWINGS">FIG. 15B</figref> illustrates an example of application of the method of <figref idref="DRAWINGS">FIG. 15A</figref> to access data over a computer network.
<figref idref="DRAWINGS">FIG. 16</figref> illustrates one embodiment of a method for accessing data using an ELVID and mapping the ELVID to a physical location.
<figref idref="DRAWINGS">FIG. 17</figref> illustrates one embodiment of a method for verifying access using an ELVID.
<figref idref="DRAWINGS">FIG. 18</figref> illustrates an example of applying the method in <figref idref="DRAWINGS">FIG. 17</figref> to one embodiment of a computer system that uses ELVIDs.
<figref idref="DRAWINGS">FIG. 19</figref> illustrates one embodiment of a method for moving logical entities in a system that uses ELVIDs.
<figref idref="DRAWINGS">FIG. 20</figref> illustrates one embodiment of moving an ELVID to a new physical location.
<figref idref="DRAWINGS">FIGS. 21A-21C</figref> illustrate application of the method of <figref idref="DRAWINGS">FIG. 20</figref> in the context of one embodiment of a computer system.
<figref idref="DRAWINGS">FIG. 22</figref> illustrates one embodiment of a method for restoring a backup copy of a logical entity using an ELVID.
<figref idref="DRAWINGS">FIG. 23</figref> illustrates one embodiment of a computer system that uses ELVIDs for performing various functions.
DETAILED DESCRIPTION
0000Storage as a Domain
0124The architectures illustrated in <figref idref="DRAWINGS">FIG. 5</figref> and <figref idref="DRAWINGS">FIG. 6</figref> may be viewed as focusing on a network model for storage, or a “network-centric” system. In such a system, the focus of data transfer is movement of logical data across a network. Moreover, the storage system <b>52</b> and backup storage system <b>54</b> are typically associated with a single client or host <b>50</b> architecture.
0125An alternative model focuses on a separation of the client or host domain and the storage domain.
0126<figref idref="DRAWINGS">FIG. 8</figref> illustrates one example of a system which segregates the host domain from the storage domain. In <figref idref="DRAWINGS">FIG. 8</figref>, a number of host computers <b>80</b> are included in an enterprise host domain <b>80</b><i>a</i>. “Host computers” can be any type of computers, operating systems and data management applications. For example, one host computer <b>80</b> may be a Hewlett Packard 9000 computer system running an HP-UX Operating System. Another host computer <b>80</b> can be a Sun Sparc Station running a Solaris operating system. The combination of a host, operating system and applicable data management application is referred to as a “platform.” Each of the host computers <b>80</b> may constitute a different platform interfacing with the storage network <b>89</b>.
0127The host computers <b>80</b> in the enterprise host domain <b>88</b> may be connected over a network. This network may include switching nodes <b>81</b>, although any other form of network may be used.
0128In the embodiment of <figref idref="DRAWINGS">FIG. 8</figref>, the host computers <b>80</b> are coupled to the enterprise storage network or domain <b>89</b> through a network or directly to primary storage nodes <b>82</b>. A primary storage node is a memory device that can store a significant amount of data for use by the host <b>80</b>. For example, a Symmetrix system, such as the one described above with respect to <figref idref="DRAWINGS">FIG. 7</figref>, may be used as a primary storage node, although this is not intended as limiting.
0129In the embodiment of <figref idref="DRAWINGS">FIG. 8</figref>, each host computer is coupled to a subset of primary storage nodes <b>82</b>, for use as a main memory for that host computer. For example, host computer <b>80</b><i>a </i>is coupled directly to primary storage node <b>82</b><i>a</i>. The host computer <b>80</b><i>a </i>may rely on primary storage node <b>82</b><i>a </i>for most of its memory intensive functions, such as for accessing a very large database.
0130The primary storage nodes <b>82</b> may also be coupled together through a network. In the example of <figref idref="DRAWINGS">FIG. 8</figref>, the network includes link <b>85</b> and switch network <b>84</b>. The switch network <b>84</b> may, for example, be a fibre channel network. The link <b>85</b> may be an RDF link over an ESCON line or any other channel.
0131The network between primary storage nodes may serve two purposes. The network may permit transfer of data between primary storage nodes. For example, a database being manipulated by host <b>80</b><i>a</i>, and stored in primary storage node <b>82</b><i>a</i>, may be transmitted to primary storage node <b>82</b><i>b </i>for use by host <b>80</b><i>b</i>. By transmitting the database across the enterprise storage network (using link <b>85</b> or switching network <b>84</b>), the computational resources of the host <b>80</b><i>a</i>, <b>80</b><i>b</i>, and the available bandwidth in the enterprise host domain network, can be preserved.
0132The enterprise storage network <b>89</b> may also include a secondary storage node <b>87</b>. The secondary storage node may be used for backup functions, hierarchical storage management, virtual disks and other functions. Thus, the secondary storage node <b>87</b> may be coupled to a tape storage unit <b>83</b>. The secondary storage node <b>87</b> would coordinate sophisticated transfer of data from the primary storage nodes <b>82</b> to the tapes stored in a tape storage unit <b>83</b>. (Other embodiments may use additional or alternative media for secondary storage.)
0133<figref idref="DRAWINGS">FIG. 9</figref> illustrates one embodiment of a computer network. In this embodiment, an enterprise host domain <b>97</b> is provided. The enterprise host domain <b>97</b> includes a variety of host computers <b>90</b><i>a</i>-<b>90</b><i>e</i>. The host computers may include different platforms and different corresponding mechanisms for accessing and storing data in the memory. For example, host computer <b>90</b><i>a </i>is a Hewlett Packard HP 9000 computer. Host computer <b>90</b><i>c </i>is a Sun Sparc Station which may be running a Solaris Operating System. The host computers may communicate with each other across a network <b>96</b>. Such a network can be one of many computer networks known and applied for connecting computers.
0134In the embodiment of <figref idref="DRAWINGS">FIG. 9</figref>, each host computer <b>90</b><i>a</i>-<b>90</b><i>e </i>is connected to a primary storage node <b>92</b><i>a</i>-<b>92</b><i>c</i>. In this embodiment, each primary storage node <b>92</b><i>a</i>-<b>92</b><i>c </i>is an iterative cached disk array, such as a Symmetrix memory system such as the one described above with respect to <figref idref="DRAWINGS">FIG. 7</figref>, although this is not intended to be limiting. Thus, for example, host computer <b>90</b><i>a </i>interfaces primarily with storage node <b>92</b><i>a</i>. Similarly, host computer <b>90</b><i>b </i>uses primary storage node <b>92</b><i>a </i>as a primary source of its data.
0135In the embodiment of <figref idref="DRAWINGS">FIG. 9</figref>, the host computer <b>90</b><i>a </i>is connected to the primary storage node <b>92</b><i>a </i>over a high speed fibre channel <b>91</b><i>a</i>. The host <b>90</b><i>b</i>, however, is connected to the primary storage node <b>92</b><i>a </i>over a standard SCSI connection. Each of the hosts <b>90</b><i>a </i>and <b>90</b><i>b </i>are coupled to the same primary storage node <b>92</b><i>a</i>. Other mechanisms could be used to connect the host computers <b>90</b><i>a</i>-<b>90</b><i>e </i>to the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c</i>. For example, a complete switched network could be employed, for any of the host computers to access any of the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c. </i>
0136Each of the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c </i>may also be coupled together using a network. In the example of <figref idref="DRAWINGS">FIG. 9</figref>, the only link among the primary storage nodes is an ESCON remote data facility (ESCON “RDF”) link <b>93</b><i>g</i>, although any other type of link may be used. Such a link may be used for transferring of data or maintaining a mirror of data either on-line or as a periodically updated mirror. Such a link may be implemented as described in U.S. Pat. No. 5,544,347 (Yanai), which is incorporated herein by reference in its entirety. Each of the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c </i>may be coupled together using any other mechanism. For example, an RDF link could be used to fully connect each of the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c</i>. In the alternative, a switch network could be used, assuming that the network is of sufficiently high speed to support the data operations among the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c. </i>
0137The storage network <b>98</b> in the embodiment of <figref idref="DRAWINGS">FIG. 9</figref> further includes a secondary storage node <b>94</b>. The secondary storage node is used for backup (and other) functions, for example by storing and restoring information to and from a tape library <b>95</b>.
0138In the embodiment of <figref idref="DRAWINGS">FIG. 9</figref>, each of the primary storage nodes is connected or connectable (by a network) to the secondary storage node <b>94</b>. In this example, primary storage nodes <b>92</b><i>b </i>and <b>92</b><i>c </i>are coupled to secondary storage node <b>94</b> each using an RDF link (<b>93</b><i>c </i>and <b>93</b><i>d </i>respectively) which may be implemented as described above.
0139The primary storage node <b>92</b><i>a </i>is connected (together with other primary storage nodes, not shown) to the secondary storage node <b>94</b> over a switched network, which will permit each of the systems to access the secondary storage node <b>94</b>.
0140Using an RDF (or other) link that permits high speed transfer of data over long distances, the primary storage nodes <b>92</b><i>a</i>-<b>92</b><i>c </i>and the secondary storage device <b>94</b> may be physically located at great distances apart.
0141Of course, other topologies and other mechanisms may be used without departing from the scope of the invention.
0142Many of the applications for computers now focus as much or more on memory than on the ability of the system to perform computations. For example, access to very large databases has become an extremely important and valuable application for computers.
0143In the past, the focus of computer systems has been on interconnecting host computers each having their own associated memory, or providing network access to a single memory. This focus demands host computer and network resources.
0144In the storage-centric model, however, the storage component of the computer system is elevated to a status of equal importance. In such a model, the storage components of the system are capable interacting with each other with less involvement from the host domain. For example, it may be desirable to permit mirroring across one or more primary storage nodes. Similarly, data or logical objects may need to be copied from one primary storage node to another primary storage node. Where additional levels of backup are desirable, the primary storage nodes may also transfer data to a secondary storage node for backup purposes. The primary storage nodes may, correspondingly receive data from the secondary storage nodes for restore. In a storage centric model, some or all of the resource intensive functions in such a system can be moved out of the host domain. Certain embodiments following this model can preserve host domain resources, increase scalability of memory (by adding to the storage domain without as much concern about affect on host domain resources) and reduce dependence on the particular platforms of the hosts in the host domain.
0145Under a storage-centric model of computer storage, it may be desirable to permit as much of the data transfer process to be performed within the storage network—and without requiring resources from the host domain. Accordingly, the primary storage nodes and the secondary storage nodes in the network may include sufficient intelligence to handle aspects of the data transfer process. For example, the primary storage nodes may be capable of managing the transfer of identified physical elements in a logical object even when those physical elements are stored in disparate locations within the primary storage device. In a storage centric model of a computer system, it may be desirable to move some (or as much as possible, in some cases) of the data transfer functions to be performed using resources among primary and secondary storage nodes within the storage domain.
0146The computer system may include a storage management application (“SMAPP”) for managing manipulation of storage within the storage domain. The SMAPP can be implemented using software on the host computers, primary storage nodes, a separate storage controller or in some combination of these, as described below with reference to <figref idref="DRAWINGS">FIGS. 10 and 11</figref>, below.
0147The storage management application can be implemented using three primary components—a management component, server component and client component.
0148In this example, the management component controls configuration of the backup, control and monitoring of the backup and copying processes in the storage domain. The management component also tracks location of copies of logical objects in the storage system including, for example, what tape or tapes contain backups of each particular logical object.
0149The server component of this example controls the hardware functions of the memory process, such as acts of mounting and dismounting tapes, opening and closing, reading and writing tapes and other memory media.
0150The client component of the SMAPP handles manipulation and identification of the backup or copy-from source. For example, the client component is responsible for identifying the applicable logical object (e.g., file system, file or database) and determining what operating system level (or logical volume manager level) physical elements are involved. (As described above, an additional layer of mapping may be performed within the storage domain at the primary storage element of <b>111</b>. For example, if the primary storage element <b>111</b> is a Symmetrix product as described above, the identified physical tracks may be re-mapped within the primary storage element <b>111</b>.)
0151<figref idref="DRAWINGS">FIG. 10</figref> illustrates one example of a portion of a computer system having a host domain and a storage domain. In the example, only one host <b>110</b> is shown in the host domain. In addition, only three components are shown in the storage domain. These are the primary storage element <b>111</b> (which may be, for example, a Symmetrix disk array), a secondary storage element <b>112</b> and a tape library unit <b>113</b>. As described above, additional storage elements may be included, coupled together by a network. For simplicity, the example of <figref idref="DRAWINGS">FIG. 10</figref> shows only one element from each of three different storage levels—host, primary storage element and secondary storage element.
0152In the example of <figref idref="DRAWINGS">FIG. 10</figref>, a storage management application (“SMAPP”) <b>114</b> is primarily resident on the host computer <b>110</b>. Thus, the host computer would include an Application Programming Interface (“API”) which would permit management of copying, backup and restore (and other) operations. In addition, the storage management application <b>114</b> on the host <b>110</b> includes a server component <b>115</b><i>b</i>. Again, the host would include an API permitting management of server operations. Finally, the storage management application <b>114</b>, in this example, includes a client component <b>115</b><i>c</i>. The client component would be responsible for identifying and manipulating logical objects and identifying (from the operating system or logical volume management level view of) the physical elements that comprise the logical object.
0153For simplicity, the operation of performing a backup from the primary storage element <b>111</b> to the secondary storage element <b>112</b> will be described. A similar process would apply for setting up mirroring or copying functions between primary storage elements in a network.
0154In this example, the primary storage element includes an SMAPP interface <b>116</b><i>a</i>. Similarly, the secondary storage element <b>112</b> includes an SMAPP interface <b>116</b><i>b</i>. The copying of a logical object from the primary storage element <b>111</b> to the secondary storage element <b>112</b> in the embodiment shown in <figref idref="DRAWINGS">FIG. 10</figref> may proceed as follows. First, a “virtual circuit” or “connection” is set up between the primary storage element <b>111</b> and the secondary storage element <b>112</b>. This may be a virtual circuit established through a network coupling the primary storage element to the secondary storage element <b>112</b> (including a single RDF link between the primary storage element <b>111</b> and the secondary storage <b>112</b>, for example). In addition to establishing a physical connection between the nodes, the virtual circuit identifies a session for copying a series of data (comprising, e.g., the logical object) over the identified connection.
0155Thus, the management component <b>115</b><i>a </i>on the SMAPP <b>114</b> on the host computer <b>110</b> may begin a backup session by instructing the primary storage element to establish a virtual circuit with the secondary storage element <b>112</b>. The actual establishment of the virtual circuit may then be performed by the SMAPP interface <b>116</b><i>a </i>of the primary storage element <b>111</b> in combination with the SMAPP interface <b>116</b><i>b </i>of the secondary storage element <b>112</b>.
0156The client component <b>115</b><i>c </i>of the host computer <b>110</b> identifies a logical object for backup. The client component <b>115</b><i>c </i>then maps that logical object to the operating system (or a logical volume manager level) set of physical elements. This mapping may be performed in one step. The client component <b>115</b><i>c </i>of the host <b>110</b> may then identify the elements for copying to the primary storage element <b>111</b>, as communicated through the SMAPP interface <b>116</b><i>a. </i>
0157The server component <b>115</b><i>b </i>of the host <b>110</b> would identify and mount the appropriate tapes in the tape library unit <b>113</b>. In this particular example, the server component <b>115</b><i>b </i>performs these commands by passing them to the SMAPP interface <b>116</b><i>b </i>of the secondary storage element <b>112</b>, through the SMAPP interface <b>116</b><i>a </i>of the primary storage element <b>111</b>, which then mounts the tapes.
0158The actual performance of the backup process may proceed, without further control by the host <b>110</b> of the host domain (except, in some embodiments, monitoring the process and managing the backup media, e.g., controlling changing of tapes in a tape drive). The primary storage element <b>111</b> may copy the identified physical segments to the secondary storage element <b>112</b>.
0159<figref idref="DRAWINGS">FIG. 11</figref> illustrates an alternative structure for control of the storage domain of a computer system according to the present invention. In this example, a storage network controller <b>118</b><i>a </i>is connected to the host <b>110</b>, primary storage element <b>111</b> and secondary storage element <b>112</b> through a network <b>119</b>. This network, for example, may follow the TCP/IP protocol. The storage network controller <b>118</b><i>a </i>may be any hardware, or hardware and software, combination capable of performing the requisite functions. For example, the storage network controller <b>118</b><i>a </i>may be a computer running a windows NT operating system, with suitable application software for performing the SMAPP functions.
0160In this example, a significant portion of the SMAPP software is resident on the storage network controller <b>118</b><i>a</i>. Thus, the SMAPP <b>118</b><i>b </i>of the storage network controller <b>118</b><i>a </i>includes a management component and a server component. Thus, management of the hardware and media can be performed by the storage network controller <b>118</b><i>a</i>, independent of the host computer <b>110</b>.
0161In this example, the host <b>110</b> includes an SMAPP <b>117</b> to perform client functions. Thus, logical to physical mapping is still performed in the host domain by the host computer <b>110</b>. As the client component of the SMAPP <b>117</b> is responsible for identifying logical objects and performing logical to physical mapping, this can be a sensible arrangement. The logical to physical mapping depends on the particular host platform and the host necessarily has elements capable of performing the requisite mapping.
0162In other embodiments, however, the client component can be included in the storage network controller <b>118</b><i>a</i>, or in a separate device capable of performing logical to physical mapping for one or more platforms. Where this is done, the identification and transfer of data for copying and backup purposes can be performed completely separately from the host domain. In many systems, however, it will be more efficient to use the memory mapping mechanisms (client component) on the host computer.
0163Other arrangements of the SMAPP software are possible. For example, the components of the SMAPP software may be distributed across the primary storage elements in the storage domain, the secondary storage element or elements in the host domain or some combination thereof.
0164<figref idref="DRAWINGS">FIG. 12</figref> illustrates another simplified example of a computer system divided into a host domain <b>120</b> and storage domain <b>121</b>. This simple example facilitates description of one embodiment of the present inventions, but is not intended to be limiting.
0165In <figref idref="DRAWINGS">FIG. 12</figref>, the host domain <b>120</b> includes two host computers—<b>122</b><i>a </i>and <b>122</b><i>b</i>. These host computers may be any computer system for application processing, as described generally above.
0166The storage domain <b>121</b> of this particular example includes a network <b>123</b>, enterprise storage management controller <b>124</b> (which can correspond to the storage network controller described above) and two primary storage elements <b>125</b><i>a </i>and <b>125</b><i>b. </i>The primary storage elements <b>125</b><i>a</i>, <b>125</b><i>b </i>handle the major storage requirements for the host computers <b>122</b><i>a</i>, <b>122</b><i>b</i>. In some systems, the primary storage elements may be generally affiliated with particular host computers. For example, host computer <b>122</b><i>a </i>may use primary storage element <b>125</b><i>a </i>for most of its needs, and use primary storage element <b>2</b><b>125</b><i>b </i>only in special circumstances or for overflow. Similarly, host computer <b>122</b><i>b </i>may rely primarily on primary storage element <b>125</b><i>b</i>. In this circumstance, the network <b>123</b> which couples the host computers <b>122</b><i>a</i>, <b>122</b><i>b </i>to the primary storage elements <b>125</b><i>a </i>and <b>125</b><i>b </i>may be configured to allow more rapid access between host computers and affiliated storage elements. Indeed, the network <b>123</b> may include one or more subnetworks, for example including a direct connection from host <b>122</b><i>a </i>to the primary storage element <b>125</b><i>a</i>, in addition to other connections to one or more other networks.
0167In the example of <figref idref="DRAWINGS">FIG. 12</figref>, a logical volume A <b>126</b> is stored on a primary storage element <b>1</b><b>125</b><i>a</i>. Additional copies of logical volume A <b>126</b> may be stored elsewhere in the storage domain <b>121</b>, for example mirrored on primary storage element <b>2</b><b>125</b><i>b</i>. In addition, subcomponents (e.g., hyper volumes) could be stored across more than one storage element. In any event, for this example, the logical volume A <b>126</b> is stored entirely on primary storage element <b>1</b><b>125</b><i>a. </i>
0168Accordingly, whenever host <b>1</b><b>122</b><i>a </i>or host <b>2</b><b>122</b><i>b </i>wishes to access data in volume A <b>126</b>, the access request will be transmitted over the network to primary storage element <b>1</b><b>125</b><i>a. </i>
0169In the event that the connection by which host <b>1</b><b>122</b><i>a </i>accesses and receives data from primary storage element <b>1</b><b>125</b><i>a </i>is over a network that allows access to more than one device, some addressing scheme is applied for the host <b>122</b><i>a </i>to specifically address the primary storage element <b>125</b><i>a</i>. For example, if the network <b>123</b> includes a fibre channel network that permits access to a primary storage element <b>125</b><i>a</i>, the primary storage element <b>125</b><i>a </i>may be assigned a 64-bit worldwide name (“WWN”). The worldwide name is an address for the primary storage element <b>125</b><i>a </i>over the fibre channel network. Of course, other addressing schemes may apply for the applicable network, such as the use of an IP address.
0170Thus, when the host <b>122</b><i>a </i>seeks to access primary storage element <b>125</b><i>a</i>, the host will specify an address corresponding to the applicable primary storage element, here an address corresponding to primary storage element <b>125</b><i>a</i>. In addition, the host <b>122</b><i>a </i>will need to specify the data to be accessed. In most embodiments, this will include an identifier of the particular logical entity being accessed, such as an identifier of a logical volume to be accessed. In the example of <figref idref="DRAWINGS">FIG. 12</figref>, the host <b>122</b><i>a </i>may specify that logical volume A <b>126</b> is to be accessed.
0171In some embodiments of the present invention, specification of the particular logical entity may be through a logical unit number identified by the host computer <b>122</b><i>a</i>. In this case, and continuing with the example of a fibre channel network, accessing data from primary storage element <b>125</b><i>a </i>by host <b>122</b><i>a </i>may use specification of a storage element address (here, a worldwide name) and an applicable logical entity (here, volume A, as identified by a logical unit number).
0172It may become necessary, for a variety of reasons, to move the location of the primary copy of volume A <b>126</b>. For example, if primary storage element <b>1</b><b>125</b><i>a </i>is to be replaced in the system, volume A <b>126</b> would have to be moved to a replacement or other primary storage element. In other circumstances, it may become desirable to move volume A <b>126</b> to a different primary storage element in order to accommodate load balancing either among the primary storage elements <b>125</b><i>a</i>, <b>125</b><i>b </i>or in the network <b>123</b>. As one example, more than one host may need to share a volume. Depending on which hosts are accessing the volume (and the characteristics, such as frequency, of access), the best location for the volume may vary. In other embodiments, it may be desirable to move some portions of volume A <b>126</b> to another primary storage element <b>2</b>.
0173This process can, however, be complicated. When host <b>1</b><b>122</b><i>a </i>accesses the volume A <b>126</b> stored in primary storage element <b>1</b><b>125</b><i>a</i>, host <b>1</b> issues an access request that is formatted to be interpreted by the appropriate switches (or other devices) in network <b>123</b> to route the access request to the correct destination (primary storage element <b>1</b><b>125</b><i>a</i>). If volume A <b>126</b> is moved to a different primary storage element, e.g., primary storage element <b>2</b><b>125</b><i>b</i>, access requests from host <b>1</b><b>122</b><i>a </i>would be routed to an incorrect destination. Accordingly, movement of volume A <b>126</b> in primary storage element <b>125</b><i>a </i>to primary storage element <b>125</b><i>b </i>would require substantial involvement and management by the host computers <b>122</b><i>a</i>, <b>122</b><i>b. </i>
0000ELVIDs
0174According to certain embodiments, the above problem is addressed (in part) through assignment of enterprise logical volume identifiers (“ELVIDs”). An ELVID is a unique identifier associated with a logical entity, such as a logical volume, used by a host in the host domain <b>120</b>. For example, logical volume A <b>126</b> in <figref idref="DRAWINGS">FIG. 12</figref> may be assigned an ELVID that is a unique identifier for the logical volume stored on primary storage element <b>125</b><i>a. </i>
0175As described more fully below, in one embodiment, the ELVID may be used to translate between the logical name of the entity (from the application view) and its physical location (from the storage domain view; although further translation into a physical location may be provided within the storage domain, such as mapping to a location within a storage device). The translation from logical name to physical location may be implemented using software, firmware or hardware between the logical volume manager (or file system, where there is no logical volume manager) level and the physical storage level (although this translation can also be implemented with software, firmware or hardware located at a variety of different levels, or among levels, as well).
0176Although ELVIDs are described below with respect to identifying logical volumes at the logical volume manager and physical storage system level, ELVIDs may be assigned to other entities, such as the other logical objects described above, including components of logical entities such as hypervolumes, also described above and also being “logical objects” themselves. Accordingly, an “ELVID” is simply a unique identifier associated with a logical object, segment or grouping of data. The ELVID identifier should be unique for the storage domain in the applicable computer system (no matter how that storage domain is implemented, through use of one or more primary storage elements or otherwise). The ELVID may also be independent of the actual physical location at which the data is stored. This independence need not, however, be complete independence. For example, the ELVID may be assigned based on the initial location of the logical entity. If the logical entity were to move, however, the ELVID would remain the same. Thus, ELVID is “independent” of physical location in the sense that, once assigned, the ELVID would remain the same even if the physical location of the data changes. In some embodiments, the ELVID may reflect the identity of a storage domain or subgroup of storage elements. As long as the ELVID remains the same when the data is moved it is “independent” of physical locations.
0177<figref idref="DRAWINGS">FIG. 13</figref> illustrates one embodiment of a method for assigning ELVIDs in a computer system. At step <b>130</b>, the logical entity to be assigned an ELVID is identified. For an existing system, this would correspond to identifying a logical entity being used by a host application and for which memory is required (or has been allocated) in the storage domain of the computer system. In a running system, this may correspond to the opening of a new file system or other structure to be used by the host computer. The logical entity could be any logical object, including hyper volumes and other logical entities used in the memory hierarchy of the computer system. Since applications generate data for manipulation, the ELVIDs may be associated, for example, with entities at the application level, such as a particular database or file. Alternatively, or in addition, ELVIDs may be assigned to logical entities at the file system level. For example, ELVIDs may be assigned to logical volumes or partitions within logical volumes. Similarly, ELVIDs may be assigned only or in addition to logical entities at the logical volume manager level, such as hyper volumes. In many cases, the logical entity to be assigned an ELVID is identified at the host computer—the computers primarily responsible for using, reading and writing the data in each logical entity. Because storage elements and the enterprise storage management console or storage network controller may include intelligence and may constitute complete computer systems themselves, these entities may also define or identify logical entitles to be assigned an ELVID.
0178At a step <b>131</b>, the ELVID is assigned to the logical entity. As described above, the ELVID is preferably a unique identifier for the logical entity. In the embodiment of <figref idref="DRAWINGS">FIG. 12</figref>, the enterprise storage management console <b>124</b> (or other single agent within the system) may be used for assigning all ELVIDs. By using an enterprise storage management console, the uniqueness of the ELVIDs for the entire storage domain may be more easily assured. In other embodiments, however, the enterprise storage management functions could be distributed across the host computers, primary storage elements or other devices in the complete computer system.
0179According to one embodiment of the present invention, the number of bits for the ELVID is selected to be the same as the number of bits used by the host computer for identifying storage elements. For example, if a fibre channel is being used to access storage elements and a worldwide name of 64 bits is used to address the storage element, 64 bits may also be used to address the ELVID. In another embodiment, the ELVID may include the same number of bits as the addressing scheme for the physical storage elements (e.g., worldwide name) plus the number of bits for a logical unit number. By using the same number of bits as used by the host computer for identifying storage elements or logical units on storage elements, some host operating systems may be able to more easily use an ELVID in the ordinary identifier mechanism for accessing logical entities such as logical volumes.
0180Some operating systems may employ a different mechanism that has fewer bits for identifying logical entities. For example, an operating system may allow only logical unit numbers to identify logical units. For these systems (as well as other systems), an ELVID having a greater number of bits may still be assigned, with an additional mapping step between the ELVID and the logical unit number, as described below.
0181At a step <b>132</b>, the actual physical memory that will (at least initially) store the logical entity is identified and/or allocated. This step may be performed in a conventional manner. In the embodiment of <figref idref="DRAWINGS">FIG. 12</figref>, however, the enterprise storage management console <b>124</b> may be responsible for allocating memory. This allocation can be performed using any number of optimization algorithms for determining the best location for the logical entity. In other embodiments, another mechanism may be used. For example, if a primary storage element is specifically affiliated with a host computer, physical memory may always be allocated on that primary storage element, or at least given priority for assignment on that storage element.
0182At a step <b>133</b>, the ELVID is mapped to the allocated memory. This step of mapping configures the mechanism that permits a host making a request for access to a logical entity (e.g., by ELVID) to locate or verify the physical location of that logical entity.
0183<figref idref="DRAWINGS">FIG. 14</figref> illustrates one example of how an ELVID may be mapped to physical memory in an example system. The example system corresponds roughly to the computer system described above with reference to <figref idref="DRAWINGS">FIG. 12</figref>. In this example, the enterprise storage management console <b>124</b> has assigned an ELVID, {VOL. A}, for a logical volume A to be accessed (at least initially) by host <b>1</b><b>122</b><i>a. </i>
0184In this example, the enterprise storage management console <b>124</b> retains a database tracking logical entities that have been assigned ELVIDs in the storage domain <b>121</b>. “Database” includes any structure for storing data, including tables, arrays, linked lists, objects and other constructs and may be stored on a single, or across multiple, memories. In the example of <figref idref="DRAWINGS">FIG. 14</figref>, a table is shown but this is not intended as limiting. The table <b>141</b> includes a row <b>141</b><i>a </i>that illustrates the entry for the ELVID assigned to the logical entity volume A. The assigned ELVID is identified in the first column <b>141</b>.
0185In the example of <figref idref="DRAWINGS">FIG. 14</figref>, the table <b>141</b> includes a column that allows description information for the applicable ELVID. For example, the description field may include a description of the applicable logical entity (e.g., “database for fourth quarter financial results”). In addition, the description may include information identifying the host computer (or other entity) that created the logical entity or other information that specifies or assists in determining what to do with the logical entity if found.
0186By assigning both an ELVID and a description, the table <b>141</b> may be used to identify segments of data that may otherwise become “lost” in the computer system. For example, a logical volume (e.g., volume A of <b>126</b>) may store a database. If the original host that created the logical entity becomes unavailable (for example, with a catastrophic failure of that host), the failure could leave logical entities scattered about the storage domain <b>121</b> with few mechanisms for determining what those logical entities are. Including a description column in the table <b>141</b> permits identification or recovery of logical entities stored about the storage domain <b>121</b>, without the need to access the host which created it.
0187This information would also permit the enterprise storage management console <b>124</b> or other mechanism to inventory the data that is stored across the storage domain. For example, enterprise storage management console <b>125</b> or another mechanism could periodically verify that all of the logical entities stored in the storage domain are still being used by one or more host computers. In this embodiment, the entity performing the inventory could use the description field to determine not only what the logical object is generally, but also how to verify that it is still in use (for example, which host computer or computers to query as to whether the data is still required). A variety of mechanisms may be employed to perform this inventory process. For example, primary or other storage elements in the storage domain may determine or track when it has been a long period of time since a logical entity had been accessed. Once the applicable threshold has been crossed, the storage element could notify an enterprise storage management console that storage of that logical entity in the applicable storage element may no longer be required.
0000ELVID to Physical Location Mapping
0188<figref idref="DRAWINGS">FIG. 15A</figref> illustrates one embodiment of a method of using ELVIDs to access data in a computer system. At a step <b>150</b>, a host specifies access to a logical entity. This may be performed as a conventional step of conventional computer systems where an application program (for example) on a host requires access to data. In step <b>150</b> of this particular embodiment, however, that access may be performed using an ELVID and a logical unit number (or information that may be mapped into an ELVID with or without a logical unit number).
0189Conceptually, an ELVID may be sufficient to specify a logical entity—a unique ELVID may be assigned to each logical entity in the storage domain and may be used as such. (Under other embodiments, however, an ELVID may specify a group of logical entities, with another field specifying a subunit of the identified logical entity. For example, an ELVID could specify a logical volume with a subfield dedicated to specifying a file or hyper volume within the logical volume.)
0190In an embodiment described above, however, the ELVID is allocated the same format (e.g., the same number of bits) as used by the host for identifying a physical storage element (e.g., a worldwide name). If this is the case, the host application and operating system software can use an ELVID in place of what would otherwise be a physical storage element address. Allowing specification by the host computer of a logical unit number in addition to an ELVID to identify a logical entity allows a host computer to see the same format as when the host computer originally accessed the data, without use of an ELVID—in some cases, reducing the amount of alteration to the host application or operating system software necessary to implement and use ELVIDs.
0191<figref idref="DRAWINGS">FIG. 15B</figref> illustrates one example of accessing information according to one embodiment of the method illustrated in <figref idref="DRAWINGS">FIG. 15A</figref>. In <figref idref="DRAWINGS">FIG. 15B</figref>, a host computer <b>156</b> is accessing a physical storage element <b>159</b><i>a</i>, through a network <b>158</b>. Initially, the host computer <b>156</b> specifies access to a logical entity. In many host computer systems, a configuration table specifies access to at least certain logical entities. In this example, a configuration table <b>157</b><i>a </i>includes an entry for a logical entity “/DEV.” In conventional systems, the configuration table <b>157</b><i>a </i>includes information specifying the physical location for that data. In this example, however, an ELVID plus a logical unit number is used in place of what would otherwise specifically identify the physical storage location. In this manner and for this example, the configuration table <b>157</b><i>a </i>is used for the host to specify an ELVID plus logical unit number, as in step <b>150</b> of <figref idref="DRAWINGS">FIG. 15A</figref>.
0192Returning to <figref idref="DRAWINGS">FIG. 15A</figref>, it is determined whether the location of the specified ELVID (plus logical unit number) is known, at a step <b>151</b>.
0193Returning to <figref idref="DRAWINGS">FIG. 15B</figref>, this would correspond to examining a table <b>157</b><i>b </i>to determine whether there is an entry identifying the location of the logical entity.
0194Returning to <figref idref="DRAWINGS">FIG. 15A</figref>, if the location of the logical entity is not known, then a mapping (i.e., determination of the physical location for the ELVID) is found, at a step <b>153</b>. This step may be performed by accessing a centralized database that includes location of the ELVIDs, such as a database stored at the enterprise storage management console <b>124</b> of <figref idref="DRAWINGS">FIG. 14</figref>. In other embodiments, some or all of the physical storage elements in the storage domain may be polled to determine whether they have the appropriate logical entity.
0195Once the mapping of the ELVID has been found at step <b>153</b>, the host mapping table may be updated at a step <b>154</b>. In the example of <figref idref="DRAWINGS">FIG. 15B</figref>, this would correspond to adding an entry in the table <b>157</b><i>b. </i>
0196If the location of the ELVID is known, or once the location of the ELVID has been determined, the request can be translated to the physical location of the logical entity, at a step <b>152</b>.
0197Referring to <figref idref="DRAWINGS">FIG. 15B</figref>, this may be done as a simple table lookup from table <b>157</b><i>b</i>. That is, the ELVID or ELVID plus logical unit number can be converted to an appropriate identifier for the physical location of the data.
0198Returning to <figref idref="DRAWINGS">FIG. 15A</figref>, at a step <b>155</b>, the data is accessed.
0199In the example of <figref idref="DRAWINGS">FIG. 15B</figref>, this may be performed by using the physical address identified from the table <b>157</b><i>b </i>to access the physical storage device <b>159</b><i>a</i>, using network <b>158</b>. Using the example embodiments above, the physical storage element may be accessed using the appropriate network address for the device together with a specification of the logical entity stored on the device <b>159</b><i>b. </i>
0200As described above, and in some embodiments, the particular operating system used by a host may not accommodate a sufficient number of bits for an ELVID for a particular storage domain. For example, particular operating systems may permit only a sufficient number of bits to identify a logical unit, and fewer bits than the number necessary to identify a worldwide name address on a fibre channel. In these embodiments, and if the particular ELVID format chosen for the system includes the same number of bits as for a worldwide name, an additional layer of mapping may be performed. That is, a host operating system may specify a logical entity in one format, followed by a conversion to an ELVID together with a physical location.
0201<figref idref="DRAWINGS">FIG. 16</figref> illustrates one embodiment of a method for accessing data in such a system. At a step <b>161</b>, the host specifies the logical entity to be accessed.
0202At a step <b>162</b>, the specified logical entity is mapped to an appropriate ELVID and physical location. Thus, if the host entity specifies a logical unit number only, the operating system can map that logical entity number to an ELVID or ELVID combined with a logical unit number in the same manner that the operating system would otherwise map the specified logical unit number to a physical address to access the primary storage element over a network. In addition to mapping to the applicable ELVID, the actual physical location is also identified.
0203In this example, a purpose of mapping to an ELVID rather than directly to a physical location address is to permit the identification of the appropriate logical entity independent (as defined above) of physical location. Accordingly, if the logical entity has been moved, this may be detected in the manner described below. In addition, changes to the physical location can be implemented and updated more easily. The change in the physical location can be mapped to the ELVID. When the logical entity with the applicable logical unit number is accessed, the ELVID may be used as a key to access the appropriate entry in the table and the corresponding updated physical location is correctly accessed.
0204At a step <b>163</b>, the data is accessed using the physical location determined at step <b>162</b>.
0205Referring again to <figref idref="DRAWINGS">FIG. 14</figref>, the second column of table <b>141</b> includes the mapping location (or storage element location) for the logical entity. For the example of the logical entity volume A, an entry indicating its location—{PSE1_ID.VOL_A}—identifies the location of the storage for volume A in the storage domain <b>121</b>, in this example, the location being within the primary storage element <b>1</b><b>125</b><i>a. </i>
0206In this example, the mapping information includes a separate identifier (“PSE1_ID”) of the storage entity in the storage domain <b>121</b> that stores the logical entity. For example, if the primary storage element <b>125</b><i>a </i>is a Symmetrix, the initial information in the mapping field of <b>141</b><i>a</i>, PSE1_ID, is an identifier for that Symmetrix.
0207In one embodiment, the storage element identifier can be the network address for the primary storage element <b>125</b><i>a</i>. For example, in a fibre channel network, the initial field {PSE1_ID} can be the appropriate world wide name for primary storage element <b>1</b><b>125</b><i>a. </i>
0208In the example of <figref idref="DRAWINGS">FIG. 14</figref>, the mapping information—“VOL_A”—that identifies the logical entity or storage location within the applicable storage element. Thus, the entire mapping information {PSE1_ID.VOL_A} includes two fields, one corresponding to the particular storage element (e.g., a network address for that storage element) and one corresponding to a location within the storage element (e.g., a logical unit identifier that may be used by the storage element to access the applicable data).
0209In some embodiments, by including the mapping information, the host application using the ELVID will have and use information that permits it to directly access the appropriate storage element and data over the network <b>123</b>.
0210In the example of <figref idref="DRAWINGS">FIG. 14</figref>, the host <b>122</b><i>a </i>also includes a table <b>140</b> that shows a mapping of ELVIDs to storage areas. This would permit a storage management application within host <b>122</b><i>a </i>to directly access the primary storage elements by converting the ELVID to the physical location for the corresponding logical entity. In other embodiments, another mechanism (such as an enterprise storage management console) may perform the function of mapping ELVIDs to physical locations for entities in the host domain <b>120</b>.
0000ELVID Checking
0211In certain of the above embodiments, the application or file system level software used an ELVID to identify logical as a part of identifying logical entities. The ELVID was then mapped to storage locations for access to the data in the logical entity.
0212One alternative use of ELVIDs is for verification at the correct logical entities being addressed at the physical location. Thus, if the physical location of a ELVID changes and a particular host has not had its configuration table updated, the host will attempt to access the incorrect physical location. This can be detected using an ELVID, followed with an appropriate correction to the host that had attempted to use the incorrect address.
0213<figref idref="DRAWINGS">FIGS. 17 and 18</figref> illustrate one example of a method of using ELVIDs for verification of the location of the logical entity.
0214In <figref idref="DRAWINGS">FIG. 17</figref>, at a step <b>171</b>, the host specifies access using a physical address. This step may be performed in the conventional manner, using the mechanism the host would ordinarily use for addressing data.
0215At a step <b>172</b>, however, the ELVID is added to the access request. Referring to <figref idref="DRAWINGS">FIG. 18</figref>, the host <b>122</b><i>a </i>may use table <b>181</b> to identify an ELVID with a particular physical address identifier specified in the data access request by the host.
0216At a step <b>173</b> of <figref idref="DRAWINGS">FIG. 17</figref>, the physical address and the ELVID are matched to assure that the host is accessing the correct data. In the embodiment of <figref idref="DRAWINGS">FIG. 18</figref>, this step may be performed by the enterprise storage management console <b>124</b> using its ELVID table <b>180</b>. In this embodiment, the host may be required to check with the enterprise storage management console before accessing a logical object or volume (e.g., before beginning a session with a volume or before each access to a volume). In an alternative embodiment, a similar table <b>182</b> may be stored at the primary storage element <b>126</b>. For simplicity, an example of one way of performing the step identified in <b>173</b> is described with reference to use of the table <b>182</b> on primary storage element <b>125</b><i>a. </i>
0217For this embodiment, the host <b>122</b><i>a </i>would specify a data access request using the physical ID, with the ELVID added from table <b>181</b> (as described with respect to <b>171</b> of <figref idref="DRAWINGS">FIG. 17</figref>). This request is then transmitted through network <b>123</b> to the primary storage element <b>125</b><i>a. </i>
0218Receiving the data access request, the primary storage element <b>125</b><i>a </i>may then take the specified location and determine the ELVID at the address specified by the host <b>122</b><i>a. </i>
0219If the ELVID and physical address match at the primary storage element <b>125</b><i>a, </i>the appropriate logical entity has been addressed by the host <b>122</b><i>a</i>. As a result, at a step <b>175</b> of <figref idref="DRAWINGS">FIG. 17</figref>, the data access may be fulfilled. This should be the ordinary course of operation.
0220In some circumstances, however, the ELVID and the physical address may not match at step <b>173</b>. This may occur, for example, if the volume <b>126</b> is initially stored in primary storage element <b>125</b><i>a </i>and subsequently moved. If the configuration table <b>181</b> host <b>122</b><i>a </i>has not been updated as a result of that move, the host <b>122</b><i>a </i>may send (incorrectly) access requests to a stale data location.
0221If the ELVID and physical address do not match at step <b>173</b>, the corresponding host table (<b>181</b> in the example described with respect to <figref idref="DRAWINGS">FIG. 18</figref>) must be updated.
0222Step <b>174</b> may be performed in a variety of ways. For example, whenever a logical entity is moved from a primary storage element, updating information (e.g., a forwarding address) can be retained at the primary storage element. In this case, the primary storage element could simply forward the appropriate information to the host <b>122</b><i>a</i>, which could then update its configuration table <b>181</b>. In an alternative embodiment, again in the context of <figref idref="DRAWINGS">FIG. 18</figref>, the primary storage element <b>125</b><i>a </i>could simply notify the host <b>122</b><i>a </i>that the ELVID verification process did check out. In this case, host <b>122</b><i>a </i>could then obtain the appropriate physical location for the ELVID from the enterprise storage management console <b>124</b>, which includes that information in table <b>180</b>.
0000Moving Logical Entities
0223<figref idref="DRAWINGS">FIG. 19</figref> illustrates one embodiment of a method for moving a logical entity in a system that employs ELVIDs. At a step <b>191</b>, a copy of the logical entity is created. The copy may be created at the destination location for the logical entity.
0224At a step <b>192</b>, the appropriate ELVID tables are updated. These tables were described generally above, and specify the appropriate physical location for the logical entity being moved.
0225At a step <b>193</b>, the old memory is released.
0226The method of <figref idref="DRAWINGS">FIG. 19</figref> is used most simply if all reading and writing of the logical entity can be frozen during the moving process. In this embodiment, when the copy of the logical entity is created in step <b>191</b>, there is no fear of updates being made to the logical entity at the old location that would not be reflected where the copy is being created. Similarly, if accessing of the data is frozen (or at least writing of the date is frozen), there is no fear that updating of the ELVID will result in the loss of data. For example, if one host is writing to an old storage element because the applicable ELVID has not been updated while another host is reading from a different location, the incorrect version of the data may be used. Similarly, if only one host may access the logical entity and the ELVID update can be synchronized with the input/output stream, a logical entity can be moved according to <figref idref="DRAWINGS">FIG. 19</figref>, without having to freeze access to the logical entity.
0227<figref idref="DRAWINGS">FIG. 20</figref> illustrates one embodiment that permits movement of a logical entity or object in the storage domain while host applications may still be accessing the logical object.
0228At a step <b>201</b>, a synchronous mirror of the logical object is established.
0229<figref idref="DRAWINGS">FIG. 21A</figref> shows an example of a system with two host computers <b>210</b>, <b>211</b> and storage elements <b>212</b>, <b>213</b>. All reads and writes are performed for a particular logical entity stored on a storage element <b>212</b>. A mirror is established from the storage element <b>212</b> to the destination storage element <b>213</b>. In the example of <figref idref="DRAWINGS">FIG. 21A</figref>, the storage element <b>212</b> establishes as mirror on storage element <b>213</b> using a remote data facility, as described above. Naturally, other mechanisms could be used to create a mirror.
0230For the particular mirror used in the example embodiment of <figref idref="DRAWINGS">FIGS. 21A-21C</figref>, any writes that are performed on the primary copy (initially on storage element <b>212</b>) are automatically and immediately mirrored on a mirror copy on storage element <b>215</b>.
0231Returning to <figref idref="DRAWINGS">FIG. 20</figref>, at a step <b>202</b>, all reads by the host computers are moved to the new, destination storage element.
0232Referring to <figref idref="DRAWINGS">FIG. 21B</figref>, the state of the system of <figref idref="DRAWINGS">FIG. 21A</figref> is shown, but after performing step <b>202</b>. In particular, all reads to the applicable logical entity from host computers <b>210</b>, <b>211</b> are performed on the new storage element <b>213</b>. All writes, however, continue to be performed on the initial storage element <b>212</b>. These writes are mirrored, however, on the new destination storage element <b>213</b>.
0233By moving the reads before the writes, coherence of the data can be assured when more than one host is accessing a logical entity. All of the writes are maintained on what will become the old copy <b>212</b> until all reads by all hosts in the storage domain has been moved. Although reads are occurring on the new copy and writes are made on the old copy, each write is synchronously mirrored onto the new copy.
0234Returning to <figref idref="DRAWINGS">FIG. 20</figref>, at a step <b>203</b>, all of the writes are moved to the new storage element. This is illustrated in <figref idref="DRAWINGS">FIG. 21C</figref>, where all reads and writes are being performed on primary storage element <b>213</b>.
0235To move writes to the new location, in this embodiment, the storage element <b>212</b> with the old copy refuses to acknowledge any reads to that storage element (since reads have been moved, none should occur). The mechanisms which map writes are then updated map writes to the new location.
0236The mechanism used to move reads and writes can differ depending on the particular mechanism for using ELVIDs to access data. In an embodiment where ELVID checking is performed, a storage element <b>212</b> can simply respond to read requests with a notification that the address has moved, to accomplish moving of reads from the original copy of storage element <b>212</b> to the new copy of storage element of <b>213</b>. The same could be done at a later point in time to move the writes. (The same mechanism can be used to move reads and writes simultaneously in systems where this is desired.)
0237Using ELVID mapping at the host computer as described above, ELVID checking could also be implemented at the storage elements to support movement of logical entities from one storage element to another as well as used as an additional check to assure that the appropriate entity is being accessed. In the alternative, the enterprise and storage network controller <b>124</b> of <figref idref="DRAWINGS">FIG. 14</figref> (or some other entity in the host or storage domain) could track and update which host computers have been notified of the identity of a location of a ELVID and simply issue appropriate control messages to update the host configuration tables on those hosts. In these embodiments, the configuration table <b>141</b> may include tracking information as to which hosts in the host domain <b>120</b> have been notified of the location of a logical entity.
0238In some embodiments, one of the entities in the system can track and maintain a log of the operations performed during a move. Where an enterprise storage management console is provided, for example, the enterprise storage management console can track and log the movement process for archival purposes and, in the case of failure, to permit recovery of the logical entity.
0239A similar mechanism can be used to restore a backup copy of a logical entity, to rollback the system to an earlier state or to recover from loss of data.
0240<figref idref="DRAWINGS">FIG. 22</figref>, illustrates a block diagram of one method for performing this. At a step <b>221</b>, the backup copy of the logical entity to be restored is identified.
0241At a step <b>222</b>, the appropriate ELVID tables are updated. As described above, the particular mechanism for updating the ELVID tables will depend upon the manner in which ELVID tables are used. Two examples of the use of ELVIDs are described above—ELVID mapping and ELVID checking systems. Depending on the manner of the use of ELVIDs, the ELVID tables are updated appropriately also as described above.
0000Access Checking
0242In the embodiments described above, as well as other embodiments, ELVIDs may be used to restrict access to logical entities.
0243One level of restricting access to ELVIDs may be described with reference to <figref idref="DRAWINGS">FIG. 15A</figref>. In this embodiment, when a host first accesses a logical entity, the location for the logical entity is not known at step <b>151</b>. Accordingly, when the host seeks to find the location of the logical entity at step <b>153</b>, an access authorization or verification process may occur. For example, if the enterprise storage management console <b>124</b> of <figref idref="DRAWINGS">FIG. 14</figref> is used to notify the host of the ELVID mapping, the enterprise storage management console can first verify that access is authorized.
0244In addition or in the alternative, access verification can occur at the storage element. Thus, when a storage element receives an access request with an ELVID at step <b>173</b> of <figref idref="DRAWINGS">FIG. 17</figref>, the storage element can verify that the access request from this particular host or user is authorized. (For example, by querying the enterprise management console the first time a host or user releases a logical entity and by maintaining a corresponding entry in a configuration table if access is authorized.) If not, the storage element can notify both the host and the enterprise storage management console that the access request has been denied.
0245Access checking can be used not only to verify that a user can access the logical entity but also can be used to permit some users to read, but not write, a logical entity.
0246To assist access checking in the embodiment of <figref idref="DRAWINGS">FIG. 18</figref>, the various ELVID mapping tables <b>180</b>, <b>181</b> and <b>182</b> may include access information. This may include a column in the table that specifies, for example, unrestricted access or access only to specified hosts or users. The various schemes for determining access to logical entities would be apparent to one of ordinary skill in the art based on the disclosure provided herein. For example, the host that originally creates a logical entity may specify the access restrictions (if any) for a logical entity. Updates or modifications to the access list can be tracked.
0000Example System
0247<figref idref="DRAWINGS">FIG. 23</figref> illustrates one embodiment of a computer system that uses ELVIDs for a variety of functions. In this particular embodiment, many of the ELVID functions are performed by a storage management controller <b>232</b>. This storage management controller may be a separate computer system, including its own processor and memory. The storage management controller <b>232</b> is connected to a network <b>234</b>. The computer network <b>234</b> handles communications among the host computers (e.g., host computer <b>230</b>) and storage elements (e.g., primary storage element <b>235</b>).
0248The host computer <b>230</b> performs application processing and may support one or more users.
0249The primary storage element <b>235</b> is a storage element in the computer system. The primary storage element may be any computer storage medium, including the Symmetrix storage element described above.
0250Although the network <b>234</b> is illustrated as a single network, it may include one or more subnetworks. For example, the storage management controller <b>232</b> may communicate with one or more of the host computers (e.g., <b>230</b>) or storage elements (e.g., <b>235</b>) using a separate network, such as a TCP/IP network. The host computer <b>230</b> and primary storage element <b>235</b> may communicate over that network or may instead use a different network, such as a fibre channel.
0251In the example of <figref idref="DRAWINGS">FIG. 23</figref>, the storage management controller <b>232</b> includes a variety of software modules for implementing various functions related to ELVIDs. (“Module” as used herein refers generically to a mechanism to perform a function. Thus, a “module” may be implemented as a software module or may be implemented in firmware, hardware of a combination of these.) Of course, the storage management controller may include a number of other software or other modules that perform additional storage management functions, such as maintaining or coordinating primary verses secondary storage, as generally described above.
0252In the example of <figref idref="DRAWINGS">FIG. 23</figref>, the storage management controller <b>232</b> includes an ELVID assignment module <b>232</b><i>a</i>. The ELVID assignment module is responsible for assigning ELVIDs to logical entities, when requested by a host computer (e.g., host <b>230</b>). As described generally above, the ELVID should be unique to the applicable logical entity.
0253The ELVID assignment module coordinates with an ELVID database manager <b>233</b><i>a</i>, which controls access to an ELVID database <b>233</b><i>b</i>. The ELVID database may be a table or other database, as generally described above. Thus, in an example embodiment, the ELVID database may include information specifying an ELVID, its location among the storage elements, e.g., storage element <b>235</b> and description field or fields including information of the types described above.
0254In the example embodiment of <figref idref="DRAWINGS">FIG. 23</figref>, the storage management controller <b>232</b> also includes an inventory module <b>232</b><i>b</i>. The inventory module may perform inventorying functions, as described above. For example, the inventory module may periodically query the applicable host computer <b>230</b> to determine whether the logical entity is still required for use. In addition, the inventory module may periodically determine whether the logical entity may be moved from primary storage to secondary storage. This may be performed by, for example, polling the host computers that access a logical entity to determine whether the logical entity is still in use.
0255The storage management controller <b>232</b> of <figref idref="DRAWINGS">FIG. 23</figref> also includes an access manager <b>232</b><i>c</i>. The access manager may receive access requests from the host computers, e.g., <b>230</b>. The access manager would be responsible for sending physical location information to any host computer that requests access to the logical entity. The access manager <b>232</b><i>c </i>may also perform verification that any host or user on the host requesting access to a logical entity is permitted that access, all as described above.
0256The entity movement module <b>232</b><i>d </i>would be responsible for managing the movement of logical entities within or among storage elements in the system. The entity movement module may, for example, employ the methods described above for moving an entity between storage elements.
0257Finally, the storage management controller <b>232</b> includes an interface <b>237</b> to coordinate communication among the other components of the computer system.
0258In the example of <figref idref="DRAWINGS">FIG. 23</figref>, the host computer <b>230</b> includes an ELVID interface, module <b>231</b><i>a </i>and an ELVID database <b>231</b><i>b</i>. the ELVID database may include a table as generally described above. The ELVID interface module <b>231</b> a may perform the functions described above for managing use of the ELVIDs. The ELVID interface module <b>231</b><i>a </i>may interface with the operating system on the host computer <b>230</b>, for example intercepting requests for access to storage and mapping or adding ELVID information to requests as appropriate.
0259The primary storage element <b>235</b>, in the example of <figref idref="DRAWINGS">FIG. 23</figref>, includes an ELVID verification module <b>236</b><i>a </i>and an ELVID database <b>236</b><i>b</i>. Again, the ELVID database may include the information described above with respect to configuration tables for storage elements. The ELVID verification module <b>236</b><i>a </i>may perform a function of checking ELVIDs against physical locations to assure that any access request is receiving data for the correct logical entity.
0260For each of the host <b>230</b>, storage management controller <b>232</b> and primary storage element <b>235</b>, additional software and hardware components may be included to perform the other functions in the computer system. In addition, the example illustrated in <figref idref="DRAWINGS">FIG. 23</figref> is illustrative—there are many ways that the functions described above may be implemented.
0261The various methods above may be implemented as software on a floppy disk, compact disk, or other storage device, for use in programming or controlling a computer. The computer may be a general purpose computer such as a work station, main frame or personal computer, that performs the steps of the disclosed processes or implements equivalents to the disclosed block diagrams and may include in addition, or instead, special purpose hardware for performing some or all of such steps or similar steps. The software may be included on a diskette as a complete system or as enhancements to an existing system, permitting the system to perform the methods described herein.
0262Having thus described at least illustrative embodiments of the invention, various modifications and improvements will readily occur to those skilled in the art and are intended to be within the scope of the invention. Accordingly, the foregoing description is by way of example only and is not intended as limiting. The invention is limited only as defined in the following claims and the equivalents thereto.
Contents6
28 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14 Sheet 15 Sheet 16 Sheet 17 Sheet 18 Sheet 19 Sheet 20 Sheet 21 Sheet 22 Sheet 23 Sheet 24 Sheet 25 Sheet 26 Sheet 27 Sheet 28
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US7853568B2 | Cited by | United States of America | Search report |
| US8402205B2 | Cited by | United States of America | Applicant |
| US2008215641A1 | Cited by | United States of America | Pre-grant |
| US7853569B2 | Cited by | United States of America | Applicant |
| US9336149B2 | Cited by | United States of America | Search report |
| US9448943B2 | Cited by | United States of America | Search report |
| US8898428B2 | Cited by | United States of America | Applicant |
| US8656094B2 | Cited by | United States of America | Applicant |
| US7899933B1 | Cited by | United States of America | Search report |
| US9448744B2 | Cited by | United States of America | Applicant |
| US8856436B2 | Cited by | United States of America | Applicant |
| US2009006499A1 | Cited by | United States of America | Pre-grant |
| US2011231596A1 | Cited by | United States of America | Pre-grant |
| US8533427B2 | Cited by | United States of America | Applicant |
| US2011276754A1 | Cited by | United States of America | Pre-grant |
| US2002194294A1 | Cites | United States of America | Applicant |
| US2003130986A1 | Cites | United States of America | Applicant |
| GB2297636A | Cites | United Kingdom | Applicant |
| US4858117A | Cites | United States of America | Search report |
| US5129088A | Cites | United States of America | Applicant |
| US5341493A | Cites | United States of America | Applicant |
| US5369758A | Cites | United States of America | Applicant |
| US5537568A | Cites | United States of America | Applicant |
| US5544347A | Cites | United States of America | Applicant |
| US5546557A | Cites | United States of America | Applicant |
| US5721915A | Cites | United States of America | Applicant |
| US5778391A | Cites | United States of America | Applicant |
| US5787485A | Cites | United States of America | Applicant |
| US5836910A | Cites | United States of America | Applicant |
| US5870732A | Cites | United States of America | Applicant |
| US5881292A | Cites | United States of America | Applicant |
| US5892915A | Cites | United States of America | Search report |
| US5897661A | Cites | United States of America | Applicant |
| US5918229A | Cites | United States of America | Applicant |
| US5956750A | Cites | United States of America | Applicant |
| US5963971A | Cites | United States of America | Applicant |
| US6026474A | Cites | United States of America | Applicant |
| US6047294A | Cites | United States of America | Applicant |
| US6061770A | Cites | United States of America | Applicant |
| US6076143A | Cites | United States of America | Applicant |
| US6119131A | Cites | United States of America | Applicant |
| US6119212A | Cites | United States of America | Applicant |
| US6151685A | Cites | United States of America | Applicant |
| US6161111A | Cites | United States of America | Applicant |
| US6182198B1 | Cites | United States of America | Applicant |
| US6185601B1 | Cites | United States of America | Applicant |
| US6189071B1 | Cites | United States of America | Applicant |
| US6208644B1 | Cites | United States of America | Applicant |
| US6216211B1 | Cites | United States of America | Applicant |
| US6240511B1 | Cites | United States of America | Applicant |
| US6247096B1 | Cites | United States of America | Applicant |
| US6256705B1 | Cites | United States of America | Applicant |
| US6266740B1 | Cites | United States of America | Applicant |
| US6295575B1 | Cites | United States of America | Applicant |
| US6304942B1 | Cites | United States of America | Applicant |
| US6321239B1 | Cites | United States of America | Applicant |
| US6341333B1 | Cites | United States of America | Applicant |
| US6343324B1 | Cites | United States of America | Applicant |
| US6405284B1 | Cites | United States of America | Applicant |
| US6405294B1 | Cites | United States of America | Applicant |
| US6421684B1 | Cites | United States of America | Applicant |
| US6446176B1 | Cites | United States of America | Applicant |
| US6493729B2 | Cites | United States of America | Applicant |
| US6513101B1 | Cites | United States of America | Applicant |
| US6523032B1 | Cites | United States of America | Applicant |
| US6529944B1 | Cites | United States of America | Applicant |
| US6629189B1 | Cites | United States of America | Applicant |
| US20020194294A1 | Cites | United States of America | Third party observation |
| US20030130986A1 | Cites | United States of America | Third party observation |
| GB2297636A | Cites | United Kingdom | Third party observation |
3 members in 1 office; this record represents the family
Priority claims6
| Document | Office | Kind | Date |
|---|---|---|---|
| 60520100 | United States of America | A | |
| 60520100 | United States of America | A | |
| 98409804 | United States of America | A | |
| 09605201 | – | – | – |
| US20000605201 | – | – | – |
| US20040984098 | – | – | – |
Members3
| Document | Office | Kind | |
|---|---|---|---|
| US2005120189A1 | United States of America | A1 | |
| US6978324B1 | United States of America | B1 | |
| US7428604B2This record | United States of America | B2 |
48 transactions on the USPTO file
Allowed after 3 non-final rejections.
- Non-final rejections
- 3
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 12th Year, Large EntityM1553 | M1553 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Correspondence Address ChangeC.AD | C.AD | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Terminal Disclaimer FiledDIST | DIST | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Transfer Inquiry to GAUTI1050 | TI1050 | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Miscellaneous Incoming LetterLET. | LET. | |
| IFW TSS Processing by Tech Center CompleteTSSCOMP | TSSCOMP | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Application Return from OIPEWROIPE | WROIPE | |
| Application Return TO OIPEROIPE | ROIPE | |
| Application Return from OIPEWROIPE | WROIPE | |
| Application Is Now CompleteCOMP | COMP | |
| Additional Application Filing FeesADDFLFEE | ADDFLFEE | |
| Applicant has submitted new drawings to correct Corrected Papers problemsCORRDRW | CORRDRW | |
| Corrected PaperCPAP | CPAP | |
| Pre-Exam Office Action WithdrawnW/OA | W/OA | |
| Application Is Now CompleteCOMP | COMP | |
| Application Return TO OIPEROIPE | ROIPE | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Initial Exam Team nnIEXX | IEXX |
14 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Maintenance fee paymentMAFP | MAFP | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Fee paymentFPAY | FPAY | |
| Fee paymentFPAY | FPAY | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF |
Numbers
- Publication
- 07428604
- Publication, DOCDB
- 7428604
- Publication, EPODOC
- US7428604
- Application
- 10984098
- Application, DOCDB
- 98409804
- Application, EPODOC
- US20040984098
Titles
- English
- Method and apparatus for moving logical entities among storage elements in a computer storage system
Patent term adjustment
- A delay
- +449 daysthe office missed an examination deadline
- Net adjustment
- 449 days
Classification
- CPC, 9
- G06F3/065
- G06F3/0622
- G06F3/0637
- G06F3/067
- G06F11/2069
- G06F11/1464
- G06F11/1469
- Y10S707/99953
- Y10S707/99938
- IPC, 7
- G06F13 00
- G06F3 06
- G06F11 00
- G06F11 14
- G06F11 20
- G06F12 00
- G06F12 08
- USPC, 9
- 710031000
- 707999008
- 707999200
- 707999202
- 709219000
- 710033000
- 711118000
- 711161000
- 711162000