US20080162607A1 - Switch device, system, backup method and computer program - Google Patents

Switch device, system, backup method and computer program Download PDF

Info

Publication number
US20080162607A1
US20080162607A1 US12/046,185 US4618508A US2008162607A1 US 20080162607 A1 US20080162607 A1 US 20080162607A1 US 4618508 A US4618508 A US 4618508A US 2008162607 A1 US2008162607 A1 US 2008162607A1
Authority
US
United States
Prior art keywords
file
snapshots
backup
file system
snapshot
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/046,185
Inventor
Takashi Torii
Satoshi Yamakawa
Yoshihiro Kajiki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to US12/046,185 priority Critical patent/US20080162607A1/en
Publication of US20080162607A1 publication Critical patent/US20080162607A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1456Hardware arrangements for backup
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/128Details of file system snapshots on the file-level, e.g. snapshot creation, administration, deletion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/1827Management specifically adapted to NAS
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/188Virtual file systems
    • G06F16/192Implementing virtual folder structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1466Management of the backup or restore process to make the backup process non-disruptive

Definitions

  • This invention relates to a switch device logically arranged between a client and file servers. More particularly, it relates to a switch device in a system providing file access services to plural file systems, as a virtual file system, as viewed from the client, in which the switch device may efficiently carry out snapshotting and backup/restore operations, and method as well as a computer program for efficiently carrying out the snapshotting and backup/restore operations.
  • the NAS Network Attached System
  • the NAS means a computer or a device co-owning files via NFS and CIFS.
  • a snapshot is a read-only file system holding an image of a file system structure at a certain point in time.
  • a fixed image of the file system structure at the time point of formation of the snapshot may be accessed, while data at the time point of formation of the snapshot may be restored, that is, the logical volume may be restored.
  • the snapshot may be used as an example for taking consolidated backup of the snapped file system.
  • reference may be had to e.g. the Patent Document 1 and the Non-Patent Document 1.
  • the processing for interlinking the plural snapshots is carried out, as later explained.
  • the snapshot will now be explained, based on the description of the Patent Document 1.
  • this Patent Document 1 there is disclosed a method for managing a plurality of snapshots in case these snapshots are supplied. With this method, a series of metadata representing a file system are included in the file system, so that snapshot of the file system will include relevant metadata.
  • a snapshot inode shown for example in FIG. 13B , is generated as an image of a file system structure at a certain point in time.
  • the inode is a data structure for a file system layer to specify a file.
  • a snapshot inode is a replication of a root inode of a file system structure and includes the pointer information to an inode indirect block, an inode file data block and to file data blocks A to C, as in FIG. 13A .
  • the snapshot may be generated by simply acquiring the pointer information, the time needed for generating the snapshot is on the order of several seconds, even for a large volume of data. If, after generating the snapshot, the file data block C, for example, is changed, the inode file data block, pointing to the so changed file data block, is changed to reflect a new location C′ of the so changed file data block (in the case of WAFL (Write Anywhere File Layout)), as shown in FIG. 13C .
  • the snapshot inode includes a pointer pointing to the original inode file system indirect block, while the inode file data block includes pointers to the original file data blocks A to C. That is, the snapshot holds a fixed image of the file system as of the snapping time point.
  • the newly written inode file data block holds pointers to the file data blocks A and B and the pointer information to the changed file data block C′.
  • pre-change data such as the file data block C of FIG. 13C
  • the changed original data such as the file data block C of FIG. 13C , for example, is read from the snapshot (see e.g. Non-Patent Document 1).
  • the inode structure of the file system may be restored to that at the time point of snapshot generation, by accessing the snapshot inode. More specifically, by following the pointers retained by the snapshot inode, through the inode file indirect block and the inode file data block, up to the unchanged file data blocks A to C, the file system structure may be restored up to the state at the time point of formation of the snapshot.
  • the ‘SNAPSHOT’ is a trademark owned by Network Appliance Inc.
  • the ‘snapshot’ in the context of the present specification is not limited to the snapshot directed to the WAFL (Write Anywhere File layout) of Network Appliance Inc. and means a fixed image of a file system.
  • the date and time of snapshot generation may be recorded, by way of generation management, and plural snapshots may be managed within the same file system, depending on the particular type of the snapshot forming software.
  • the file system structure snapped may be accessed via e.g. an alias.
  • the basic configuration of the backup/recovery of the file servers in the conventional network file system environment is the individual backup/recovery by each file server.
  • a client accesses a file server, such as NAS, by e.g. an NFS protocol, over a network, to make a remote login.
  • the client makes a local login to take a backup on e.g. a local tape drive, using CLI (Command Line Interface), such as rsh or ssh.
  • CLI Common Line Interface
  • a backup server as a computer responsible for taking a backup, is NFS/CIFS mounted to a file system of a backup client (file server computer), to take a backup.
  • a backup client may be connected to a backup server, using a protocol other than the NFS protocol, such as SCSI (Small Computer System Interface), as with the NDMP (Network Data Management Protocol) prescribing the backup/recovery communication protocol between a primary storage (storage for storing a file system currently in use) and a secondary storage (storage for data retention), or a tape library may be co-owned by plural file servers.
  • a protocol other than the NFS protocol such as SCSI (Small Computer System Interface)
  • NDMP Network Data Management Protocol
  • a switch 100 ′ virtually consolidating the resources of plural file servers 3 , is logically provided across the file servers 3 and the client 1 , for consolidating the plural file systems, in order to provide file services of a virtually single system image, that is, SSI (Single System Image), as shown in FIG. 14 (see e.g. Patent Documents 2 and 3, indicated hereinbelow).
  • This switch 100 ′ provides file services of the single system image, such as a single NAS, by consolidating and managing plural servers, without tampering with pre-existing systems, provided only that the client and the server support the standard protocol (NFS).
  • NFS standard protocol
  • Patent Document 4 As a similar virtual file system technique, a system for virtually unifying plural network storages to a single storage, to enable accessing from the client to, as it were, a single network storage.
  • the system differs in configuration from the switch 100 ′ of FIG. 14 .
  • the backup/restore is a crucial maintenance management operation, such that, depending on the system management configuration, it is necessary to take snapshots periodically every hour, every day, every week or every month to hold hysteresis a preset number of times.
  • snapshots and backup/restore are carried out from one file server to another, and hence the management is complicated and a large number of management steps is involved.
  • the plural file systems are hidden from the client 1 and virtualized as a single system, while on-line data migration is carried out in combination to relieve the load of the server administrator at the time of adding or replacing file servers.
  • the snapshot, backup and restore are carried out individually, from one file server 3 to another, such that cooperation among the devices is not presumed nor considered.
  • fairly acceptable management tools are supplied from vendors of the file servers, such as NAS devices, these tools are configured to output the status of the NAS or commands on a single screen, while not supplying a technique of allowing the plural file systems to look as a single file system, as with a virtual file system.
  • the snapshot and backup/restore of the file systems are carried out separately from one file system to another, the work load and the number of steps are increased.
  • the file systems are configured to appear to the client as a single file system, through the switch 100 ′, it is necessary for the administrator to take a mapping between the virtual file system and the real file system, in taking a backup, by onerous operations. If, in taking a backup, plural file systems are backed up, without taking the mapping between the plural file systems (real file systems), formed into a sole virtual file system, and the virtual file system, recovery after malfunctions encounters significant difficulties in restoring the original virtual file system, because of lack of the mapping information. In addition, if the administrator commits a mistake in taking the mapping between the virtual file system and the real file systems, significant difficulties are met in restoring the virtual file system.
  • the present inventors have become aware of the fact that, in a system which hides the plural file systems from the client to allow the file systems to appear as a sole virtual file system, it is desirable to implement integrated maintenance management functions on the virtual file system level.
  • a backup management system comprising:
  • said plurality of file devices generating respective snapshots responsive to a command for starting the generation of said snapshots
  • backup or restore may be made using said virtual snapshot.
  • a file access service system comprising:
  • an intermediate device logically arranged between said terminal and said plurality of file devices, said intermediate device supplying said terminal with a file access service which allows said terminal to access said plural file systems as a single file system, termed hereinafter a ‘pseudo file system’;
  • said intermediate device including means for commanding each of said file devices to start generating a snapshot which is a fixed image, at a certain point in time, of said file system of each of said plurality of file devices;
  • each of said plurality of file devices generating a snapshot responsive to a command from said intermediate device for starting to generate the snapshot;
  • said intermediate device also including means for setting a link across said plural snapshots so that a plurality of said snapshots generated by said plurality of file devices correspond said pseudo file system at the time of generation of said snapshots.
  • said intermediate device holds, as the snapshot information corresponding to said pseudo file system, link information of junctions connecting said snapshots.
  • said intermediate device includes means for exercising control for halting the access to said file systems in starting to generate said snapshots.
  • said intermediate device includes means for exercising control for having snapshots generated by said file devices after checking for synchronization in file accessing between said file devices and said terminal.
  • said intermediate device includes means for exercising control for restarting the access to said file systems after generation of said snapshots.
  • said intermediate device assigns the same generation name to each snapshot generation of said file systems.
  • the snapshot may be read out by the terminal for taking backup.
  • a device for taking a backup having an interface for communicating with an intermediate device.
  • the device for taking a backup receives the information of the pseudo file system from the intermediate device and associates the virtual file system with the actual file system.
  • the resulting information is backed up as a set with backup data.
  • the intermediate device in restoration determines the destinations for restoration of the file systems, based on the pseudo file system information.
  • the device for taking a backup restores the file systems, based on the pseudo file system information, it backs up, and further restores the virtual file system information on the intermediate device.
  • the snapshots generated by said file devices are read by said terminal to take backup of a backup image corresponding to said snapshots in a recording device for backup.
  • a backup control device Preferably, in the file access service system according to the present invention, there are further provided a backup control device;
  • said backup control device receiving, in taking backup, a plurality of file systems of said plural file devices, via said intermediate device, to take a backup in a recording backup device as a single virtual file system structure of said plural file systems.
  • said backup control device in restoration, directly restores a single virtual file system of said plural file systems from said recording backup device to a target file device without the intermediary of said intermediate device.
  • a backup control device for communication coupling to a plurality of said file devices
  • said backup control device having an interface for communicating with said intermediate device
  • said backup control device in taking a backup receiving plural file systems of said plural file devices via said intermediate device and taking a backup of said plural file systems in said recording backup device as a single virtual file system structure of said plural file systems.
  • said backup control device in restoration sends backup data of said recording backup device to said intermediate device;
  • said intermediate device distributes the backup data, received from said backup control device, to a plurality of said file devices for restoration, in keeping with the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system.
  • a backup control device for communication coupling to a plurality of said file devices
  • said backup control device having an interface for communicating with said intermediate device
  • said backup control device in taking a backup receiving plural snapshots of said plural file devices via said intermediate device; a link being set across said plural snapshots; said plural snapshots, said link is set to, being backed up in said recording backup device.
  • said backup control device in restoration sends the backup data of said recording backup device to said intermediate device;
  • a backup control device for communication coupling to a plurality of said file devices
  • said backup control device having an interface for communicating with said intermediate device
  • said backup control device in taking a backup receiving from said intermediate device the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system; said backup control device correlating said pseudo file system information to the actual file systems to take a backup of the so correlated information as a set with backup data.
  • the backup data is transferred from said recording backup device to a plurality of said file devices, and wherein
  • said pseudo file system information is transmitted from said backup control device to said intermediate device.
  • said intermediate device is a switch device logically arranged between said terminal forming a client and a plurality of server devices each forming said file device;
  • said switch device receiving a file access request from said client; said switch device distributing said file access request to appropriate server devices and transmitting the so distributed file access request; said switch device receiving a response to said file access request transmitted from said server devices to transfer said response to said terminal which transmitted said file access request.
  • said switch device includes
  • said means transmitting a response to said request from said server device to said client as a source of transfer of said request; said means inserting into the transmitted response the server identification information for discriminating a server device, supervising an object associated with an original object ID generated in said server device, from other server devices, for identifying said object, in case said original object ID is included in the transmitted response, and rewriting said original object ID to an information carrying object ID; said means in case said information carrying object ID is included in the transmitted request restoring said information carrying object ID into said original object ID.
  • said switch device stores and supervises, as said pseudo file system information, the information pertinent to nodes of directory trees of a unified single directory tree combined from the directory trees of said plural file systems, as said pseudo file system information.
  • said server device is a NAS (Network Attached Storage) device and wherein
  • said switch device allocates said file access request to said servers using the predetermined layer information.
  • the present invention provides a method for taking a backup in a file access service system, comprising at least one terminal; a plurality of file devices, each including a file system; and an intermediate device logically arranged between said terminal and said file devices; said intermediate device providing file access services which virtually render said plural file services accessible as a single file system, termed a ‘pseudo file system’, when viewed from said terminal; said method comprising the steps of
  • said intermediate device distributing a command for starting to generate a snapshot, as a fixed image of a file system at a certain point in time, to a plurality of said file devices;
  • said plural file devices receiving a command for starting to take snapshots from said intermediate device to formulate respective snapshots
  • said intermediate device setting a link across a plurality of said snapshots so that said snapshots generated by said file devices are in correspondence with said pseudo-file system at the time of generation of said snapshots.
  • the backup method according to the present invention further comprises the steps of
  • said intermediate device holding the link information of junctions connecting said snapshots as the snapshot information corresponding to said pseudo-file system.
  • the backup method according to the present invention further comprises the steps of
  • said intermediate device exercising control for halting the access to said file systems in starting to take snapshots.
  • the backup method according to the present invention further comprises the steps of
  • said intermediate device exercising control for first confirming synchronization relating to file access across said file devices and said terminal and for subsequently allowing said plural file devices to take snapshots.
  • the backup method according to the present invention further comprises the steps of
  • said intermediate device exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • the backup method according to the present invention further comprises the step of
  • said intermediate device assigning the same generation name to each snapshot generation of said file systems.
  • the backup method according to the present invention further comprises the step of
  • the backup method according to the present invention further comprises the step of
  • said backup control device receiving, in taking backup, a plurality of file systems of said plural file devices, via said intermediate device, to take a backup of said file systems in a recording backup device as a single virtual file system structure of said plural file systems.
  • said backup control device directly restores a single virtual file system of said plural file systems from said recording backup device to a target file device without the intermediary of said intermediate device.
  • the backup method according to the present invention further comprises
  • said backup control device in taking a backup receiving plural file systems of said plural file devices via said intermediate device and taking a backup of said plural file systems as a single virtual file system structure of said plural file systems in said recording backup device.
  • said backup control device in restoration sending backup data of said recording backup device to said intermediate device
  • said intermediate device distributing the backup data to a plurality of said file devices, for restoration, based on the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system.
  • the backup method according to the present invention further comprises
  • a backup control device for communication coupling to a plurality of said file devices
  • said backup control device in taking a backup receiving plural snapshots of said plural file devices via said intermediate device; a link being set across said plural snapshots; said plural snapshots, said link is set to, being backed up in said recording backup device.
  • said backup control device in restoration of the backed up data sends the snapshots of said recording backup device to said intermediate device;
  • said plural file devices restoring the file systems based on said snapshots transmitted thereto.
  • the backup method according to the present invention further comprises
  • said backup control device in taking a backup receiving from said intermediate device the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system; said backup control device correlating said pseudo file system information to the actual file systems to take a backup of the so correlated information as a set with backup data.
  • the backup data is transferred from said recording backup device to a plurality of said file devices, and wherein
  • said pseudo file system information is transmitted from said backup control device to said intermediate device.
  • said intermediate device is a switch device logically arranged between said terminal forming a client and a plurality of server devices each forming said file device;
  • said switch device receiving a file access request from said client; said switch device distributing said file access request to appropriate server devices and transmitting the so distributed file access request; said switch device receiving a response to said file access request transmitted from said server devices to transfer said response to said terminal which transmitted said file access request.
  • said switch device transmits a request, pertinent to an object, sent from said client, to said servers supervising said object;
  • a response to said request from said server device is transmitted to said client as a source of transfer of said request; and wherein the server identification information for discriminating a server device, supervising an object associated with an original object ID generated in said server device, from other server devices, is inserted into a transmitted response, for identifying said object, in case said original object ID is included in the transmitted response, and said original object ID is rewritten to an information carrying object ID; said information carrying object ID being restored into said original object ID in case said information carrying object ID is included in the transmitted request.
  • said switch device stores and supervises, as said pseudo file system information, the information pertinent to nodes of directory trees of a unified single directory tree combined from the directory trees of said plural file systems, as said pseudo file system information.
  • said server device is a NAS (Network Attached Storage) device and wherein
  • said switch device distributes said file access request to said servers using the predetermined layer information.
  • a switch device logically arranged between at least one client and a plurality of file servers, each provided with a file system, for providing file access services which virtually render said plural file systems accessible as a single file system, termed a ‘pseudo file system’, when viewed from said client; said switch device comprising
  • the link information of junctions connecting said snapshots is retained as the snapshot information corresponding to said pseudo-file system.
  • the switch device further comprises means for exercising control for halting the access to said file systems in starting to take snapshots.
  • the switch device further comprises means for exercising control for first confirming synchronization relating to file access across said file servers and said client and for subsequently allowing said plural file devices to take snapshots.
  • the switch device further comprises means for exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • the same generation name is assigned to each snapshot generation of said file systems.
  • a computer program for a computer constituting a switch device logically arranged between at least one client and a plurality of file servers, each provided with a file system, for providing file access services which virtually render said plural file systems accessible as a single file system, termed a ‘pseudo file system’, when viewed from said client, said program causing said computer to execute the processing of distributing a command for starting to generate a snapshot, as a fixed image of a file system at a certain point in time, to a plurality of said file servers; and
  • the link information of junctions connecting said snapshots is retained as the snapshot information corresponding to said pseudo-file system.
  • the program according to the present invention further comprises the processing of exercising control for halting the access to said file systems in starting to take snapshots.
  • the program according to the present invention further comprises the processing of exercising control for first confirming synchronization relating to file access across said file servers and said client and for subsequently allowing said plural file devices to take snapshots.
  • the program according to the present invention further comprises the processing of exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • the same generation name is donated to each snapshot generation of said file systems.
  • a system for supporting file system access services to a virtualized file system for plural real file systems in which an administrator is able to manage the snapshotting and backup/restore as a virtualized device, whereby the number of management steps may be decreased appreciably.
  • FIG. 1 is a diagram showing system configuration of an embodiment of the present invention.
  • FIG. 2 is a diagram showing configuration of a switch of an embodiment of the present invention.
  • FIG. 3 illustrates a unified directory tree in an embodiment of the present invention.
  • FIG. 4 illustrates generation of a snapshot in an embodiment of the present invention.
  • FIG. 5 illustrates the sequence of generation of a snapshot in an embodiment of the present invention.
  • FIG. 6 illustrates backup/restore in an embodiment of the present invention.
  • FIG. 7 illustrates a processing sequence for backup/restore in an embodiment of the present invention.
  • FIG. 8 is a diagram showing system configuration of another embodiment of the present invention.
  • FIG. 9 illustrates backup/restore in another embodiment of the present invention.
  • FIG. 10 illustrates a processing sequence for backup/restore in another embodiment of the present invention.
  • FIG. 11 illustrates backup/restore in another embodiment of the present invention.
  • FIG. 12 illustrates a processing sequence of for backup/restore in a further embodiment of the present invention.
  • FIGS. 13A , 13 B and 13 C illustrate snapshot.
  • FIG. 14 illustrates a conventional system configuration.
  • a system according to an embodiment of the present invention includes a switch 100 which is logically arranged between the client 1 and the file devices.
  • the switch 100 provides file access services which virtually render the plural file services accessible as a single file system, termed a ‘pseudo file system’, when viewed from the terminal.
  • the switch has the function of performing integrated management of the snapshotting and backup/restoring of plural file systems, as a single virtual file system.
  • a snapshot command is entered to the switch 100 . This inputting is achieved by a command over a network 2 , or login at the switch 100 .
  • the switch 100 receives the snapshot command and distributes the command to a plurality of file servers 3 to take respective snapshots.
  • Each file server 3 is assumed to be provided with snapshot function.
  • switch 100 it is possible to halt file access in timed relation to the snapshotting (to freeze the snapped file system) and to take a point of quiescence (check point) of the virtual file system.
  • the switch 100 then sets a link across the snapshots of the respective file systems, in accordance with a consolidated directory tree, corresponding to a single file system (termed a pseudo file system), obtained by virtualizing plural file systems with the link set across the plural snapshots, the plural snapshots are virtualized in accordance with the pseudo file system.
  • the switch 100 manages the information for virtualization of snapshots. In this manner, data of the plural snapshots may be made to coincide with data of the pseudo file system.
  • the switch 100 also donates, for management, the same generation name by a command to the snapshots of the same generation of the file systems of the respective servers 3 .
  • a client 1 for example, takes a backup over the network 2 , the client reads out the snapshots from the plural file servers 3 . At this time, the client 1 is able to read out, via switch 100 , a plural number of virtualized snapshots.
  • a backup image of the pseudo file system structure at the time point of generation of the virtualized snapshots is backed up on a recording medium, such as tape. That is, according to the present invention, a virtualized snapshot structure is formed by plural snapshots by the switch 100 setting a link across plural snapshots. Since the structure of the virtualized snapshots coincides with the file system structure of the pseudo file system as of the snapshotting time point, the pseudo file system as of the snapshotting time point can be backed up and restored. This represents a principal feature of the present invention.
  • a backup server 7 takes backup of each file server 3 , as shown in FIG. 8 .
  • the backup server 7 includes an interface ( 71 of FIG. 8 ), configured for cooperating with the switch 100 .
  • the pseudo file system information for turning real file systems into a sole virtual file system that looks as a single file system is delivered from the switch 100 to the backup server 7 .
  • the backup server 7 correlates the pseudo file system information with the servers 3 and takes a backup of the so correlated pseudo file system information as a set with data files on tape drives 8 .
  • the present invention it is possible to take backup in accordance with the unified directory tree of the pseudo file system.
  • an administrator has to map the pseudo file system information with the real file systems to take a backup, as described above. This operation may be eliminated with the present invention.
  • a backup image coincident with the file system structure of the pseudo file system, is stored in the backup unit 6 , as described above.
  • the switch 100 does not take part in the restoring operation. That is, the backup image is directly restored from the backup unit 6 to the file server 3 , operating as a target.
  • the client 1 may access the restored file system via switch 100 .
  • the correspondence between the objects of the file system and the servers for storing the objects is supervised by the switch 100 , and file access requests from the client are allocated via switch 100 to relevant servers 3 .
  • the switch determines the restore destinations for the backup data, based on the pseudo file system information corresponding to the backup image. This restores file systems, corresponding to the consolidated directory trees, at the time point of formation of the snapshots.
  • a backup server 7 restores the file systems to the file servers 3 , based on the pseudo file system information, as shown in FIG. 8 .
  • the backup server 7 restores the pseudo file system information, backed up to the tape drives 8 , to the switch 100 . In this manner, the pseudo file system at the time point of the snapshotting may be regenerated via switch 100 .
  • an administrator may comprehensively supervise snapshotting and backup/restore as a virtual device, thereby significantly reducing the number of management steps.
  • FIG. 1 shows the configuration of a network file system, as a client-server remote file system, provided with a switch according to an embodiment of the present invention.
  • the network file system includes at least one client 1 , at least one file server 3 and a switch 100 , all connected to a network 2 .
  • the server 3 which includes a file system layer 4 composed by software for managing data, such as files, accessed by file access services, and a storage device 5 for storing data and files, is a file server providing file access services to each client.
  • a backup unit 6 is connected to the network 2 to save backup data of the servers 3 .
  • the switch 100 is provided with the function of managing snapshot and backup/restore in the servers 3 .
  • a backup server 7 may be connected to the network 2 and to the file servers 3 so that backup will be carried out from the backup client (file server 3 ) via backup server 7 to tape drives 8 .
  • the switch 100 receives a file access request from the client 1 and distributes and transmits the request to appropriate ones of the file servers 3 .
  • the switch 100 receives a response for the file access request, transmitted from the file servers 3 , to transfer the response to the associated client as the source of transfer of the file access request.
  • the client 1 designates an ID for identification of objects, such as directories or files, being accessed, and accesses the object that are managed by the servers 3 .
  • the object ID is generated in the server 3 and the client 1 owns a list of the objects that the client is able to access.
  • the client generates and transmits a request designating the access path to the object from the above list, and retrieves the object ID of the object, that may be accessed first, from the response data.
  • the client 1 transmits a request, inclusive of the object ID, already retrieved, and the name of the object, as a target of the file access, and retrieves the object ID from the response to the request.
  • the presence of the server 3 is hidden from the client by the switch 100 .
  • a request for file access from the client 1 is transmitted to the switch 100 .
  • the switch 100 On receipt of the file access request from the client 1 , the switch 100 distributes and transfers (routes) the file access request to an appropriate server 3 .
  • the switch 100 receives a response to the file access request, transmitted from the server 3 , and transmits (routes) the response to the client 1 which transmitted the file access request.
  • the object ID, generated in the server 3 is made up by a data string that can be interpreted only by the server 3 which produced it, so that neither the client 1 nor the switch 100 is able to interpret the object ID data.
  • the client 1 is unable to manipulate the object, matched to the object ID, except if the client 1 has received the response from the server 3 and has obtained the object ID contained in the response.
  • the switch 100 inserts server identification information for identifying the server, as the source of transfer, from the other server(s), into the object ID, included in the response data transmitted from the server 3 , reconstructs a packet, by a response, including the object ID, in turn including the so inserted server identification information, and re-transmits the so reconstructed packet to the client.
  • the client 1 transmits the file access request which includes the object ID into which has been inserted the server identification information, to the switch 100 .
  • the switch 100 receives the file access request transmitted from the client and refers to the server identification information, inserted in the object ID thereof, to specify the server to which the file access request is to be transmitted. Meanwhile, when transmitting the file access request to the server 3 , the switch 100 converts the object ID, into which has been introduced the server identification information, to the original object ID generated by the server 3 . With the switch 100 , having the function above mentioned, it is possible to achieve distributed processing by plural servers in the network file system.
  • FIG. 2 illustrates an example of the configuration of the switch 100 according to the present embodiment.
  • the switch 100 according to the present embodiment includes an object ID rewrite unit 101 for rewriting the object ID, as described above, a file access management unit 102 , a packet processing unit 103 , a file system supplementary processing unit 104 , a pseudo-file system (PFS) 105 , a virtual snapshot management unit 106 and the virtual snapshot link information 107 .
  • object ID rewrite unit 101 for rewriting the object ID, as described above
  • a file access management unit 102 includes a packet processing unit 103 , a file system supplementary processing unit 104 , a pseudo-file system (PFS) 105 , a virtual snapshot management unit 106 and the virtual snapshot link information 107 .
  • PFS pseudo-file system
  • the packet processing unit 103 analyzes a packet, received over the network 2 from the client 1 and the servers 3 , extracts data contained in the packet and outputs the data to the file access management unit 102 .
  • the packet processing unit 103 packetizes the data output from the file access management unit 102 , and transmits the so packetized data over the network 2 to the client 1 and to the servers 3 .
  • the file access management unit 102 is supplied with and analyzes data, output from the packet processing unit 103 , and determines the transfer destination of the packet 103 received by the packet processing unit 103 .
  • the object ID rewrite unit 101 rewrites the object ID, contained in the above data, depending on the transfer destination of the packet as determined by the file access management unit 102 .
  • the pseudo-file system 105 is a system for combining plural directory trees, made up by respective file systems of the plural servers 3 , shown in FIG. 1 , and for managing the directory trees, thus combined together, as a consolidated directory tree.
  • the file system supplementary processing unit 104 executes supplementary processing in a case where a file access request from the client 1 necessitates file access across a plurality of transmission destinations such as the plurality of servers 3 or plurality of file system layers 4 .
  • the virtual snapshot management unit 106 issues a snapshot command to the server 3 .
  • the virtual snapshot management unit 106 also exercises control for setting a link across the plural snapshots in correspondence with the file system structure of the pseudo-file system (PFS) 105 at the time of generating snapshots. Meanwhile, in the present embodiment, it is each server 3 that takes charge of snapshot, backup and restore processing operations.
  • PFS pseudo-file system
  • the virtual snapshot management unit 106 sets up the link across the plural snapshots generated by the plural servers 3 , so that these snapshots will be in correspondence with the consolidated directory tree of the pseudo-file system 105 .
  • the virtual snapshot link information 107 saves and holds the link information across the snapshots (pointer information at a junction to the connection destination).
  • the pseudo-file system 105 of the switch 100 is changed with changes in the data in the servers 3 , the virtual snapshot link information 107 is a fixed image of the virtual snapshots at the time the snapshots were prepared. Thus, the pseudo-file system 105 at the time of the preparation of the snapshots may be restored based on the virtual snapshot link information 107 .
  • the switch 100 configured to hold and manage the information at junctions of the directly tree of the respective servers 3 , in the pseudo-file system 105 , is also configured to hold and manage the information at the junctions of the snapshots of the respective servers 3 .
  • the virtual snapshot link information 107 is supervised in dependence upon the snapshot generation. That is, virtual snapshot link information 107 for a predetermined number of generations is saved and retained.
  • the switch 100 includes, in addition to the function of appropriately distributing the file access request packets and file access response packets to the client 1 or to the servers 3 , the function of consolidating the directory trees, formed in the file systems 4 of the plural servers 3 , to a single directory tree of the pseudo-file system 105 .
  • the client 1 can access any file in the plural servers 3 , in a manner as if the client is accessing only the pseudo-file system 105 of the switch 100 , without the client becoming conscious of the presence of the individual file systems 4 in the plural servers 3 .
  • the pseudo-file system 105 combines the tree structures of the plural directory trees on the file systems 4 , laid open by the servers 3 as being accessible over the network 2 , for mapping the tree structures to a single directory tree.
  • the processing and functions of the object ID rewrite unit 101 , file access management unit 102 , packet processing unit 103 , file system supplementary processing unit 104 and the virtual snapshot management unit 106 of the switch 100 may be implemented by a computer program executing on a computer constituting the switch 100 .
  • FIG. 3 shows an example of a directory tree 200 of the pseudo-file system 105 of FIG. 2 .
  • the pseudo-file system 105 maps tree structures of directory trees of a directory b( 221 ), laid open by a server 3 A, and a directory c( 222 ), laid open by a server 3 B, to a directory tree of sub-directories from a root directory 220 (/) formed on the pseudo-file system 105 .
  • the root directory 220 (/) of the directory tree 220 formed on the pseudo-file system 105 includes pointers to the directories 221 and 222 .
  • the pseudo-file system 105 creates the directory tree 200 of the pseudo-file system by registering the tree structure of the directory tree of the directory e( 224 ), laid open in the server B, as a directory tree of subdirectories of a directory f( 223 ) lying in a lower layer of the directory tree of the directory b ( 221 ).
  • the names of the directories on the directory tree 200 of the pseudo-file system need not necessarily be the same as the directory names as set in the file systems 4 of the servers 3 , such that these directories may be renamed and these different names may be laid open to the client.
  • the pseudo-file system 105 manages only the tree structure of the directory tree 200 of the pseudo-file system, such that, for example, the object data, attribute information or the tree structure of each file system, other than the junctions thereof, are all supervised by the server 3 .
  • the pseudo-file system retains and supervises the tree information of the directory tree 200 of the pseudo-file system of FIG. 3 , such as the information on the node junction points of the root directory 220 (/). Only the tree information of the junctions in the directory tree 200 of the pseudo file system at the time of the snapshot generated is stored and supervised as the virtual snapshot link information 107 of FIG. 2 , while each tree structure other than the junctions is stored as the snapshot of the server 3 .
  • This configuration represents an essential feature of the present invention.
  • the switch 100 takes charge only of name resolution processing for tree portions interconnecting the file systems 4 , while the server 3 takes charge of processing for other tree portions, that is, tree portions other than junctions.
  • FIG. 4 schematically shows the operation of an embodiment of the present invention.
  • a virtual snapshot function 110 corresponds to the virtual snapshot management unit 106 of FIG. 2
  • a switch function/virtualization management function 120 comprises the packet processing unit 103 , file access management unit 102 , file system supplementary processing unit 104 , pseudo-file system 105 and the virtual snapshot link information 107 of FIG. 2 .
  • the server is assumed to be a NAS device, only by way of an example.
  • the switch 100 receives a command for generating a snapshot (step 1 ).
  • a command for generating a snapshot is issued by log-in at the switch 100 or over the network.
  • a command for generating the snapshot may periodically be issued by the switch 100 .
  • the virtual snapshot function 110 commands the switch function/virtualization management function 120 to halt the forwarding to prohibit updating of the file system being snapped (step 2 ). For finding a complete point of quiescence of the file system being snapped, it is confirmed at this time that a response from the server 3 to the request (Call) from the client 1 has been returned (checking for synchronization). If synchronization is not achieved, the command for starting the generation of a snapshot to the server 3 is set in the waiting state. This synchronization management is carried out by cooperation between the file access management unit 102 and the packet processing unit 103 of FIG. 2 .
  • the virtual snapshot function 110 notifies the servers 3 A and 3 B accommodating the snapshot function (NAS servers) of the start of generation of the snapshot (step 3 ).
  • the virtual snapshot function 110 On receipt of the completion of the formation of the snapshot by the server 3 , the virtual snapshot function 110 commences the forwarding to the switch function/virtualization management function 120 .
  • a link for the pseudo-file system 105 is created in the pseudo-file system 105 in the switch 100 (step 105 ). For example, if the directory tree 200 of the pseudo file system is as shown at 200 in FIG. 4 (or 200 in FIG.
  • the servers 3 A and 3 B on receipt of the notification of the start of the formation of the snapshot generate an image of the directory tree 201 as ‘snapshot A.1’ and an image of the directory tree 202 as ‘snapshotB.1’, respectively, where ‘snapshot A’ denotes an alias name for snapshot access, as set on the system, and ‘1’ denotes the generation number.
  • alias names ‘snapshot A’ and ‘snapshot B’ are simply for matching to the servers 3 A, 3 B, such that the alias names of the snapshots, as set by the servers' snapshot software, may be the same for the different servers.
  • the directory tree 201 of the real file system (server 3 A) is linked (by PFS link) to the directory tree 202 of the real file system (server 3 B).
  • the snapshot ‘snapshot A.1’ of the directory tree 201 generated by the server 3 A, is linked by an equivalent link (PFS link) to the snapshot ‘snapshot B.1’ of the directory tree 201 , generated by the server 3 B.
  • PFS link an equivalent link
  • the pointer information pointing to the objects of the link destination, is held at the junction between the two snapshots ‘snapshot A.1‘and ’ snapshot B.1’.
  • This linkage information is stored and managed by the switch 100 , as the virtual snapshot link information 107 , in accordance with the snapshot generation.
  • the plural snapshots discretely generated in the respective servers 3 of FIG. 1 , may automatically be mapped to a consolidated directory tree effective at the time of the formation of the plural snapshots.
  • FIG. 5 illustrates a processing sequence of the present invention, shown in FIG. 4 .
  • the servers are NAS servers.
  • the switch 100 receives a command for generating a snapshot (step 1 ).
  • the virtual snapshot function 110 commands the switch function/virtualization management function 120 to halt forwarding to inhibit the updating of the file system structure of the servers 3 A, 3 B.
  • the switch function/virtualization management function 120 halts the forwarding and verifies the synchronization. For example, the switch function/virtualization management function verifies that no response to a call from the client has been returned from the servers 3 A and 3 B.
  • the virtual snapshot function 110 of the switch 100 sends notification of snapshot generation to the snapshot accommodating servers (NAS servers) 3 A and 3 B under its control (step 3 ).
  • This notification is carried out by the switch 100 executing the snap shot command by the server 3 by a rsh (remote shell) or ssh (secure shell).
  • the virtual snapshot function 110 may transmit snap shot commands in a parallel fashion to a larger number of snapshot accommodating servers.
  • the switch 100 may assign the name of the same generation for the snapshot generation of the servers 3 A and 3 B.
  • the generation name may be attached to the notification of the snapshot generation from the switch 100 .
  • the virtual snapshot function 110 commands the switch function/virtualization management function 120 to restart the forwarding (step 4 ).
  • the switch function/virtualization management function 120 creates a link across the plural snapshots in correspondence with the pseudo-file system 105 . After creating the link, the switch function/virtualization management function 120 transmits the response to the virtual snapshot function 110 , which virtual snapshot function 110 then transmits an accept response (accept) to a terminal.
  • FIG. 6 illustrates the backup/restore operation with a pseudo file system image according to an embodiment of the present invention.
  • the snapshots (snapshot A and snapshot B) of two file systems are combined by a link (PFS link).
  • PFS link a link which is the same as each snapshot
  • an image which is the same as each snapshot is read out from each of the two file systems and backed up under control by the switch of FIG. 1 .
  • a backup image of a single virtual file system associated with plural file systems is saved in e.g. a tape.
  • ‘Production Data’ schematically represents real data modified as from the time of generation of the snapshots (snapshot A and snapshot B).
  • snapshot data are the same as data of the snapped file system
  • a backup command such as cpio, operating based on a standard file system structure
  • a backup command for reading a raw disk image such as fscat
  • a raw image of the file system which is the same as that obtained when the backup command of the disk image is used for the disk which has stored the file system snapped at the time of the generation of the snapshot, is obtained.
  • a system call which supports reading of the snapshot is used, the same result as that obtained on reading the disk which stored the snapped file system when the snapshot was generated may be obtained (see e.g. the above indicated Non-Patent Document 1).
  • the one virtual file system for the time point of formation of the snapshot may directly be restored.
  • FIG. 6 may also be carried out by the client 1 of FIG. 1 being mounted to the server 3 via switch 100 , in accordance with the NFS protocol, reading out the snapshot and backing up the snapshot in the backup unit 6 .
  • FIG. 7 illustrates the case of carrying out the operation of FIG. 6 using a backup server.
  • a snapshot is taken by each of the two file servers 3 (NAS# 1 , NAS# 2 ), and the switch 100 , termed a NAS switch, sets a link across plural snapshots of the two file servers 3 (NAS# 1 , NAS# 2 ).
  • the respective file systems of the two file servers 3 (NAS# 1 , NAS# 2 ) are backed up on the tape drives 8 , via switch 100 and backup server 7 , to the same image as the virtualized snapshot.
  • This backs up a backup image i.e. a backup image of a virtual file system
  • This configuration also represents one of the principal features of the present invention.
  • the backup image is restored from the tapes 8 to a single file server 3 (NAS device), by the backup server 7 , without the intermediary of the switch 100 .
  • the file server 3 is able to restore the virtual file system as of the snap time point.
  • the backup server and the file server may be connected with a protocol other than the NFS protocol to effectuate high-speed transfer.
  • the storage device for backup is not limited to a tape.
  • the storage device for backup is not limited to a tape drive and may be any of other suitable recording devices.
  • FIG. 8 shows an example of the configuration of a system including the backup server 7 shown in FIG. 7 .
  • the backup server 7 and the server 3 may also be connected by an interface other than the NFS protocol (e.g. SCSI).
  • the backup server 7 and the switch 100 may also be connected by an interface other than the NFS protocol.
  • FIG. 9 illustrates the operation for backup/restore to the image of the pseudo file system for another embodiment of the present invention.
  • a link (PFS link) is set across the snapshots of the two file systems (snapshotA, snapshotB), in keeping with the directory tree of the pseudo file system.
  • the backup of the two file systems is taken, using virtualized snapshots.
  • a backup image of the directory tree of the pseudo file system at the time point of the generation of the snapshots is stored e.g. in a tape.
  • the “production data” in FIG. 9 schematically shows the real data changed as from the time point of the generation of the snapshots.
  • the switch 100 distributes the backup image, stored on the tape, to restore destinations, based on the pseudo-file system information of the switch 100 (virtual snapshot link information 107 of FIG. 2 ), to restore the image to the two file systems, for restoration of the file system at the time point of snapshot generation, in the respective file systems.
  • the virtual file system at the time of snapshot generation may be restored.
  • FIG. 10 schematically shows a case where the file server (backup client), switch and the backup server execute the processing, shown in FIG. 9 , using the NFS protocol.
  • the two file servers 3 (NAS# 1 and NAS# 2 ) take snapshots and the switch 100 (NAS switch) sets a link across the plural snapshots, in correspondence with the directory tree of the pseudo file system, to generate a virtualized snapshot.
  • the backup server 7 is mounted via switch 100 to the file servers 3 to take a backup using the snapshots.
  • the data read out from the two file servers 3 (NAS# 1 , NAS# 2 ) are backed up in the tape drives 8 , in accordance with the snapshots turned into the virtual entities by the switch (NAS switch 100 ), for taking a backup of the file system corresponding to the file system structure of the pseudo file system.
  • backup data are distributed from the backup server 7 via switch 100 to plural file servers (NAS devices).
  • the restore data (objects) are distributed, at the time of restoring, to the servers 3 by the switch 100 , as it is verified, based on the virtual snapshot link information 107 , in the configuration shown in FIG. 2 , to which server relates the restore data.
  • increments (delta) as from the time of snapshot generation may be backed up. In this case, the file system, added by the increments as from the time point of the snapshot generation, is restored in the two servers.
  • FIG. 11 illustrates backup/restore processing in case the file server (backup client) and the backup server communicate with each other using a protocol other than the NFS protocol.
  • PFS link link
  • each of the two file systems is backed up and furthermore the information of the pseudo-file system 105 at the time of snapshot generation (directory tree information) is stored e.g. in the tape.
  • the virtual file system at the time of snapshot generation when viewed from the client 1 , may be restored via switch 100 .
  • FIG. 12 schematically shows the case where the file server (backup client) and the backup server perform the processing shown in FIG. 11 using a protocol other than the NFS protocol.
  • the two file servers 3 (NAS# 1 , NAS# 2 ) take snapshots, whilst the switch 100 sets a link (PFS link) of the two snapshots.
  • the backup server 7 may carry out the full backup of the storage device to the tape 8 .
  • the pseudo file system information (PFS information), for example, the virtual snapshot link information 107 of FIG. 2 , is transmitted to the backup server 7 via e.g. an interface 71 so as to be stored on e.g. the tapes 8 .
  • the backup images from the tapes 8 are restored from the backup server 7 , without the intermediary of the switch 100 , to the two file servers 3 (NAS devices).
  • PFS information pseudo file system information
  • a virtual file system, at the time of the snapshot restoration, viewed via switch 100 from the client, may be restored.
  • the server identification information is inserted into the object ID. Based on this server identification information, the switch 100 transmits the file access request to the destination server 3 .
  • the client is able to access the object of the virtual file system at the time of the snapshot generation.
  • the backup/restore command in the server may be transferred from the client via switch to the server. Requests may be made by the file server as the backup client, and, responsive to the requests, the backup server may be connected to the file system of the file server to take a backup. It may also be the data management application (DMA) that issues a command in accordance with the NDMP.
  • DMA data management application
  • an administrator does not have to map the plural file systems to the virtual file system, by taking a backup image of a single virtual file system, virtually prepared from the plural file systems, using the virtualized snapshots, with the result that the maintenance and management may be facilitated appreciably. That is, safety of data and system reliability may be assured as the load in the maintenance and management is relieved.
  • the present invention is not limited to the NAS and may be applied to optional file servers attached to the Internet.
  • the present invention has so far been described with reference to certain preferred embodiments, the present invention is not limited to the configuration of these embodiments and may encompass various changes or corrections that may readily occur to those skilled in the art within the scope of the invention as defined in the claims.

Abstract

Disclosed is a system which includes at least one client, a plural number of file servers, each having a file system, and a switch logically arranged between the client and the plural file servers to provide file access services which virtually render the plural file services accessible as a single file system, termed a ‘pseudo file system’, when viewed from the terminal. The switch distributes a command for start of generation of snapshots to the plural file servers, which file servers formulate respective snapshots responsive to the command for start of formation of the snapshots. The switch sets the plural snapshots, generated by the plural file servers, so as to be associated with the file system structure of the virtual file system at the time of formation of the snapshots.

Description

    FIELD OF THE INVENTION
  • This invention relates to a switch device logically arranged between a client and file servers. More particularly, it relates to a switch device in a system providing file access services to plural file systems, as a virtual file system, as viewed from the client, in which the switch device may efficiently carry out snapshotting and backup/restore operations, and method as well as a computer program for efficiently carrying out the snapshotting and backup/restore operations.
  • BACKGROUND OF THE INVENTION
  • As a network storage system employing the NFS (Network File System)/CIFS (Common Internet File System), as a protocol, and which enables accessing the file systems from plural hosts, the NAS (Network Attached System), for example, is currently used. The NAS means a computer or a device co-owning files via NFS and CIFS.
  • Data recorded in a storage are periodically backed up on a medium, such as a tape, in order to make it possible to restore data for the possible case e.g. of occurrence of malfunctions. Of these backed-up data, a snapshot is a read-only file system holding an image of a file system structure at a certain point in time. By taking the snapshot, a fixed image of the file system structure at the time point of formation of the snapshot may be accessed, while data at the time point of formation of the snapshot may be restored, that is, the logical volume may be restored. For this reason, the snapshot may be used as an example for taking consolidated backup of the snapped file system. As for the snapshot, reference may be had to e.g. the Patent Document 1 and the Non-Patent Document 1. According to the present invention, the processing for interlinking the plural snapshots is carried out, as later explained. For aiding in the understanding of the relevant technology, the snapshot will now be explained, based on the description of the Patent Document 1. Meanwhile, in this Patent Document 1, there is disclosed a method for managing a plurality of snapshots in case these snapshots are supplied. With this method, a series of metadata representing a file system are included in the file system, so that snapshot of the file system will include relevant metadata.
  • If an image of a file system structure at a certain point in time has snapped a file system as shown for example in FIG. 13A, a snapshot inode, shown for example in FIG. 13B, is generated as an image of a file system structure at a certain point in time. Meanwhile, the inode is a data structure for a file system layer to specify a file. A snapshot inode is a replication of a root inode of a file system structure and includes the pointer information to an inode indirect block, an inode file data block and to file data blocks A to C, as in FIG. 13A. Since the snapshot may be generated by simply acquiring the pointer information, the time needed for generating the snapshot is on the order of several seconds, even for a large volume of data. If, after generating the snapshot, the file data block C, for example, is changed, the inode file data block, pointing to the so changed file data block, is changed to reflect a new location C′ of the so changed file data block (in the case of WAFL (Write Anywhere File Layout)), as shown in FIG. 13C. The snapshot inode includes a pointer pointing to the original inode file system indirect block, while the inode file data block includes pointers to the original file data blocks A to C. That is, the snapshot holds a fixed image of the file system as of the snapping time point. On the other hand, the newly written inode file data block holds pointers to the file data blocks A and B and the pointer information to the changed file data block C′. There is also known a configuration in which, when a snapped file system is subsequently changed, pre-change data, such as the file data block C of FIG. 13C, is copied to a snapshot area, and in which, in reading the snapshot, the changed original data, such as the file data block C of FIG. 13C, for example, is read from the snapshot (see e.g. Non-Patent Document 1).
  • If, after generation of a snapshot, a file is changed, the inode structure of the file system may be restored to that at the time point of snapshot generation, by accessing the snapshot inode. More specifically, by following the pointers retained by the snapshot inode, through the inode file indirect block and the inode file data block, up to the unchanged file data blocks A to C, the file system structure may be restored up to the state at the time point of formation of the snapshot. It is noted that the ‘SNAPSHOT’ is a trademark owned by Network Appliance Inc. However, of course, the ‘snapshot’ in the context of the present specification is not limited to the snapshot directed to the WAFL (Write Anywhere File layout) of Network Appliance Inc. and means a fixed image of a file system.
  • As for use of the snapshots, the date and time of snapshot generation may be recorded, by way of generation management, and plural snapshots may be managed within the same file system, depending on the particular type of the snapshot forming software. The file system structure snapped may be accessed via e.g. an alias.
  • The basic configuration of the backup/recovery of the file servers in the conventional network file system environment is the individual backup/recovery by each file server. In this case, a client accesses a file server, such as NAS, by e.g. an NFS protocol, over a network, to make a remote login. Or, the client makes a local login to take a backup on e.g. a local tape drive, using CLI (Command Line Interface), such as rsh or ssh. Alternatively, such a method may be used in which a backup server, as a computer responsible for taking a backup, is NFS/CIFS mounted to a file system of a backup client (file server computer), to take a backup. Still alternatively, a backup client (file server) may be connected to a backup server, using a protocol other than the NFS protocol, such as SCSI (Small Computer System Interface), as with the NDMP (Network Data Management Protocol) prescribing the backup/recovery communication protocol between a primary storage (storage for storing a file system currently in use) and a secondary storage (storage for data retention), or a tape library may be co-owned by plural file servers.
  • There is also known a configuration in which a switch 100′, virtually consolidating the resources of plural file servers 3, is logically provided across the file servers 3 and the client 1, for consolidating the plural file systems, in order to provide file services of a virtually single system image, that is, SSI (Single System Image), as shown in FIG. 14 (see e.g. Patent Documents 2 and 3, indicated hereinbelow). This switch 100′ provides file services of the single system image, such as a single NAS, by consolidating and managing plural servers, without tampering with pre-existing systems, provided only that the client and the server support the standard protocol (NFS). Reference is also made to the disclosure of, for example, the Patent Document 4, as a similar virtual file system technique, a system for virtually unifying plural network storages to a single storage, to enable accessing from the client to, as it were, a single network storage. The system differs in configuration from the switch 100′ of FIG. 14.
  • [Patent Document 1]
  • JP Patent Kokai Publication No. JP-P2004-38929A
  • [Patent Document 2]
  • JP Patent Kokai Publication No. JP-P2003-203029A
  • [Patent Document 3]
  • JP Patent Kokai Publication No. JP-P2004-54607A
  • [Patent Document 4]
  • JP Patent Kokai Publication No. JP-P2003-345643A
  • [Non-Patent Document 1]
  • ‘HP JFS 3.3/HP OnlineJFS 3.3 VERITAS@ File System 3.3 System Management Guide’, 4 Online Backup, p 75 to 81
  • SUMMARY OF THE DISCLOSURE
  • By taking a snapshot, the file system at the snap time point can be restored. In a file server, the backup/restore is a crucial maintenance management operation, such that, depending on the system management configuration, it is necessary to take snapshots periodically every hour, every day, every week or every month to hold hysteresis a preset number of times. In a conventional system, snapshots and backup/restore are carried out from one file server to another, and hence the management is complicated and a large number of management steps is involved.
  • In the system shown in FIG. 4, the plural file systems are hidden from the client 1 and virtualized as a single system, while on-line data migration is carried out in combination to relieve the load of the server administrator at the time of adding or replacing file servers. However, the snapshot, backup and restore are carried out individually, from one file server 3 to another, such that cooperation among the devices is not presumed nor considered. Although fairly acceptable management tools are supplied from vendors of the file servers, such as NAS devices, these tools are configured to output the status of the NAS or commands on a single screen, while not supplying a technique of allowing the plural file systems to look as a single file system, as with a virtual file system.
  • If, in the system shown in FIG. 14, the snapshot and backup/restore of the file systems are carried out separately from one file system to another, the work load and the number of steps are increased. Moreover, since the file systems are configured to appear to the client as a single file system, through the switch 100′, it is necessary for the administrator to take a mapping between the virtual file system and the real file system, in taking a backup, by onerous operations. If, in taking a backup, plural file systems are backed up, without taking the mapping between the plural file systems (real file systems), formed into a sole virtual file system, and the virtual file system, recovery after malfunctions encounters significant difficulties in restoring the original virtual file system, because of lack of the mapping information. In addition, if the administrator commits a mistake in taking the mapping between the virtual file system and the real file systems, significant difficulties are met in restoring the virtual file system.
  • Thus, the present inventors have become aware of the fact that, in a system which hides the plural file systems from the client to allow the file systems to appear as a sole virtual file system, it is desirable to implement integrated maintenance management functions on the virtual file system level.
  • Accordingly, it is an object of the present invention to provide a device, a system, a method for backup and restore, and a computer program, in which the device is logically arranged between plural file systems and a terminal to provide to the terminal access services of an apparently single file system, corresponding to plural real file systems, and in which the device has the function of taking a backup and executing backup/recovery management to improve maintenance, management performance, reliability and safety.
  • The above and other objects are attained by the present invention configured as follows:
  • In accordance with one aspect of the present invention, there is provided a backup management system comprising:
  • a plurality of file devices, each including a file system;
  • means for commanding said plurality of file devices to start the generation of snapshots, which are fixed images of said file systems at a certain point in time;
  • said plurality of file devices generating respective snapshots responsive to a command for starting the generation of said snapshots; and
  • means for setting a link across said snapshots to generate a virtual snapshot so that said snapshots generated by said file devices corresponds to a consolidated file system structure of said file systems at the time of generation of said snapshots;
  • whereby backup or restore may be made using said virtual snapshot.
  • According to the present invention, there is provided a file access service system comprising:
  • at least one terminal;
  • a plurality of file devices, each including a file system; and
  • an intermediate device logically arranged between said terminal and said plurality of file devices, said intermediate device supplying said terminal with a file access service which allows said terminal to access said plural file systems as a single file system, termed hereinafter a ‘pseudo file system’;
  • said intermediate device including means for commanding each of said file devices to start generating a snapshot which is a fixed image, at a certain point in time, of said file system of each of said plurality of file devices;
  • each of said plurality of file devices generating a snapshot responsive to a command from said intermediate device for starting to generate the snapshot;
  • said intermediate device also including means for setting a link across said plural snapshots so that a plurality of said snapshots generated by said plurality of file devices correspond said pseudo file system at the time of generation of said snapshots.
  • Preferably, in the file access service system according to the present invention, said intermediate device holds, as the snapshot information corresponding to said pseudo file system, link information of junctions connecting said snapshots.
  • Preferably, in the file access service system according to the present invention, said intermediate device includes means for exercising control for halting the access to said file systems in starting to generate said snapshots.
  • Preferably, in the file access service system according to the present invention, said intermediate device includes means for exercising control for having snapshots generated by said file devices after checking for synchronization in file accessing between said file devices and said terminal.
  • Preferably, in the file access service system according to the present invention, said intermediate device includes means for exercising control for restarting the access to said file systems after generation of said snapshots.
  • Preferably, in the file access service system according to the present invention, said intermediate device assigns the same generation name to each snapshot generation of said file systems.
  • According to the present invention, the snapshot may be read out by the terminal for taking backup.
  • According to the present invention, there may be provided a device for taking a backup having an interface for communicating with an intermediate device. The device for taking a backup receives the information of the pseudo file system from the intermediate device and associates the virtual file system with the actual file system. The resulting information is backed up as a set with backup data.
  • According to the present invention, the intermediate device in restoration determines the destinations for restoration of the file systems, based on the pseudo file system information.
  • According to the present invention, the device for taking a backup restores the file systems, based on the pseudo file system information, it backs up, and further restores the virtual file system information on the intermediate device.
  • Preferably, in the file access service system according to the present invention, the snapshots generated by said file devices are read by said terminal to take backup of a backup image corresponding to said snapshots in a recording device for backup.
  • Preferably, in the file access service system according to the present invention, there are further provided a backup control device;
  • said backup control device receiving, in taking backup, a plurality of file systems of said plural file devices, via said intermediate device, to take a backup in a recording backup device as a single virtual file system structure of said plural file systems.
  • Preferably, in the file access service system according to the present invention, in restoration, said backup control device directly restores a single virtual file system of said plural file systems from said recording backup device to a target file device without the intermediary of said intermediate device.
  • Preferably, in the file access service system according to the present invention, there are further provided a backup control device for communication coupling to a plurality of said file devices;
  • said backup control device having an interface for communicating with said intermediate device;
  • said backup control device in taking a backup receiving plural file systems of said plural file devices via said intermediate device and taking a backup of said plural file systems in said recording backup device as a single virtual file system structure of said plural file systems.
  • Preferably, in the file access service system according to the present invention, said backup control device in restoration sends backup data of said recording backup device to said intermediate device; and
  • said intermediate device distributes the backup data, received from said backup control device, to a plurality of said file devices for restoration, in keeping with the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system.
  • Preferably, in the file access service system according to the present invention, there is further provided a backup control device for communication coupling to a plurality of said file devices;
  • said backup control device having an interface for communicating with said intermediate device;
  • said backup control device in taking a backup receiving plural snapshots of said plural file devices via said intermediate device; a link being set across said plural snapshots; said plural snapshots, said link is set to, being backed up in said recording backup device.
  • Preferably, in the file access service system according to the present invention, said backup control device in restoration sends the backup data of said recording backup device to said intermediate device;
  • said intermediate device distributing and transmitting said plural snapshots to said plural file devices;
  • said plural file devices restoring the file systems using said snapshots transmitted thereto.
  • Preferably, in the file access service system according to the present invention, there is further provided a backup control device for communication coupling to a plurality of said file devices;
  • said backup control device having an interface for communicating with said intermediate device;
  • said backup control device in taking a backup receiving from said intermediate device the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system; said backup control device correlating said pseudo file system information to the actual file systems to take a backup of the so correlated information as a set with backup data.
  • Preferably, in the file access service system according to the present invention, in restoration, the backup data is transferred from said recording backup device to a plurality of said file devices, and wherein
  • said pseudo file system information is transmitted from said backup control device to said intermediate device.
  • Preferably, in the file access service system according to the present invention, said intermediate device is a switch device logically arranged between said terminal forming a client and a plurality of server devices each forming said file device;
  • said switch device receiving a file access request from said client; said switch device distributing said file access request to appropriate server devices and transmitting the so distributed file access request; said switch device receiving a response to said file access request transmitted from said server devices to transfer said response to said terminal which transmitted said file access request.
  • Preferably, in the file access service system according to the present invention, said switch device includes
  • means for transmitting a request, pertinent to an object, sent from said client, to said server device supervising said object;
  • said means transmitting a response to said request from said server device to said client as a source of transfer of said request; said means inserting into the transmitted response the server identification information for discriminating a server device, supervising an object associated with an original object ID generated in said server device, from other server devices, for identifying said object, in case said original object ID is included in the transmitted response, and rewriting said original object ID to an information carrying object ID; said means in case said information carrying object ID is included in the transmitted request restoring said information carrying object ID into said original object ID.
  • Preferably, in the file access service system according to the present invention, said switch device stores and supervises, as said pseudo file system information, the information pertinent to nodes of directory trees of a unified single directory tree combined from the directory trees of said plural file systems, as said pseudo file system information.
  • Preferably, in the file access service system according to the present invention, said server device is a NAS (Network Attached Storage) device and wherein
  • said switch device allocates said file access request to said servers using the predetermined layer information.
  • In another aspect, the present invention provides a method for taking a backup in a file access service system, comprising at least one terminal; a plurality of file devices, each including a file system; and an intermediate device logically arranged between said terminal and said file devices; said intermediate device providing file access services which virtually render said plural file services accessible as a single file system, termed a ‘pseudo file system’, when viewed from said terminal; said method comprising the steps of
  • said intermediate device distributing a command for starting to generate a snapshot, as a fixed image of a file system at a certain point in time, to a plurality of said file devices;
  • said plural file devices receiving a command for starting to take snapshots from said intermediate device to formulate respective snapshots; and
  • said intermediate device setting a link across a plurality of said snapshots so that said snapshots generated by said file devices are in correspondence with said pseudo-file system at the time of generation of said snapshots.
  • Preferably, the backup method according to the present invention, further comprises the steps of
  • said intermediate device holding the link information of junctions connecting said snapshots as the snapshot information corresponding to said pseudo-file system.
  • Preferably, the backup method according to the present invention, further comprises the steps of
  • said intermediate device exercising control for halting the access to said file systems in starting to take snapshots.
  • Preferably, the backup method according to the present invention, further comprises the steps of
  • said intermediate device exercising control for first confirming synchronization relating to file access across said file devices and said terminal and for subsequently allowing said plural file devices to take snapshots.
  • Preferably, the backup method according to the present invention, further comprises the steps of
  • said intermediate device exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • Preferably, the backup method according to the present invention, further comprises the step of
  • said intermediate device assigning the same generation name to each snapshot generation of said file systems.
  • Preferably, the backup method according to the present invention, further comprises the step of
  • reading out the snapshots generated by said file devices by said terminal to take backup of backup images corresponding to said snapshots in a recording device for backup.
  • Preferably, the backup method according to the present invention, further comprises the step of
  • providing a backup control device;
  • said backup control device receiving, in taking backup, a plurality of file systems of said plural file devices, via said intermediate device, to take a backup of said file systems in a recording backup device as a single virtual file system structure of said plural file systems. In a method for restoration according to the present invention,
  • in restoring data backed up by the back up method, said backup control device directly restores a single virtual file system of said plural file systems from said recording backup device to a target file device without the intermediary of said intermediate device.
  • Preferably, the backup method according to the present invention, further comprises
  • providing a backup control device for communication coupling to a plurality of said file devices and to said intermediate device;
  • said backup control device in taking a backup receiving plural file systems of said plural file devices via said intermediate device and taking a backup of said plural file systems as a single virtual file system structure of said plural file systems in said recording backup device. In a method for restoring data backed up by the said method comprises the steps of
  • said backup control device in restoration sending backup data of said recording backup device to said intermediate device; and
  • said intermediate device distributing the backup data to a plurality of said file devices, for restoration, based on the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system.
  • Preferably, the backup method according to the present invention, further comprises
  • a backup control device for communication coupling to a plurality of said file devices;
  • said backup control device in taking a backup receiving plural snapshots of said plural file devices via said intermediate device; a link being set across said plural snapshots; said plural snapshots, said link is set to, being backed up in said recording backup device. In the method for restoration of data backed up by the method, said backup control device in restoration of the backed up data sends the snapshots of said recording backup device to said intermediate device;
  • said intermediate device distributing and transmitting said plural snapshots to said plural file devices;
  • said plural file devices restoring the file systems based on said snapshots transmitted thereto.
  • Preferably, the backup method according to the present invention, further comprises
  • providing a backup control device for communication coupling to a plurality of said file devices;
  • said backup control device in taking a backup receiving from said intermediate device the pseudo file system information configured for allowing a plurality of said file systems to look as a single file system; said backup control device correlating said pseudo file system information to the actual file systems to take a backup of the so correlated information as a set with backup data. In the method for restoration of data backed up by the back up method, in restoration, the backup data is transferred from said recording backup device to a plurality of said file devices, and wherein
  • said pseudo file system information is transmitted from said backup control device to said intermediate device.
  • Preferably, in the backup method according to the present invention, said intermediate device is a switch device logically arranged between said terminal forming a client and a plurality of server devices each forming said file device;
  • said switch device receiving a file access request from said client; said switch device distributing said file access request to appropriate server devices and transmitting the so distributed file access request; said switch device receiving a response to said file access request transmitted from said server devices to transfer said response to said terminal which transmitted said file access request.
  • Preferably, in the backup method according to the present invention, said switch device transmits a request, pertinent to an object, sent from said client, to said servers supervising said object;
  • a response to said request from said server device is transmitted to said client as a source of transfer of said request; and wherein the server identification information for discriminating a server device, supervising an object associated with an original object ID generated in said server device, from other server devices, is inserted into a transmitted response, for identifying said object, in case said original object ID is included in the transmitted response, and said original object ID is rewritten to an information carrying object ID; said information carrying object ID being restored into said original object ID in case said information carrying object ID is included in the transmitted request.
  • Preferably, in the backup method according to the present invention, said switch device stores and supervises, as said pseudo file system information, the information pertinent to nodes of directory trees of a unified single directory tree combined from the directory trees of said plural file systems, as said pseudo file system information.
  • Preferably, in the backup method according to the present invention, said server device is a NAS (Network Attached Storage) device and wherein
  • said switch device distributes said file access request to said servers using the predetermined layer information.
  • According to yet another aspect of the present invention, there is provided a switch device logically arranged between at least one client and a plurality of file servers, each provided with a file system, for providing file access services which virtually render said plural file systems accessible as a single file system, termed a ‘pseudo file system’, when viewed from said client; said switch device comprising
  • means for distributing a command for starting to generate a snapshot, as a fixed image of a file system at a certain point in time, to a plurality of said file servers; and
  • means for setting a link across a plurality of said snapshots so that said snapshots generated by said file servers on receipt of a command for staring to generate the snapshots so that said snapshots are in correspondence with said pseudo-file system at the time of generation of said snapshots.
  • Preferably, in the switch device according to the present invention, the link information of junctions connecting said snapshots is retained as the snapshot information corresponding to said pseudo-file system.
  • Preferably, the switch device according to the present invention, further comprises means for exercising control for halting the access to said file systems in starting to take snapshots.
  • Preferably, the switch device according to the present invention, further comprises means for exercising control for first confirming synchronization relating to file access across said file servers and said client and for subsequently allowing said plural file devices to take snapshots.
  • Preferably, the switch device according to the present invention, further comprises means for exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • Preferably, in the switch device according to the present invention, the same generation name is assigned to each snapshot generation of said file systems.
  • According to another aspect of the present invention, there is provided a computer program for a computer constituting a switch device logically arranged between at least one client and a plurality of file servers, each provided with a file system, for providing file access services which virtually render said plural file systems accessible as a single file system, termed a ‘pseudo file system’, when viewed from said client, said program causing said computer to execute the processing of distributing a command for starting to generate a snapshot, as a fixed image of a file system at a certain point in time, to a plurality of said file servers; and
  • setting a link across a plurality of said snapshots so that said snapshots generated by said file servers on receipt of a command for snapshotting to generate the snapshots so that said snapshots are in correspondence with said pseudo-file system at the time of generation of said snapshots.
  • Preferably, in the program according to the present invention, the link information of junctions connecting said snapshots is retained as the snapshot information corresponding to said pseudo-file system.
  • Preferably, the program according to the present invention, further comprises the processing of exercising control for halting the access to said file systems in starting to take snapshots.
  • Preferably, the program according to the present invention, further comprises the processing of exercising control for first confirming synchronization relating to file access across said file servers and said client and for subsequently allowing said plural file devices to take snapshots.
  • Preferably, the program according to the present invention, further comprises the processing of exercising control for first generating snapshots and for subsequently restarting to access said file systems.
  • Preferably, the program according to the present invention, the same generation name is donated to each snapshot generation of said file systems.
  • The meritorious effects of the present invention are summarized as follows.
  • According to the present invention, there is provided a system for supporting file system access services to a virtualized file system for plural real file systems, in which an administrator is able to manage the snapshotting and backup/restore as a virtualized device, whereby the number of management steps may be decreased appreciably.
  • Still other objects and advantages of the present invention will become readily apparent to those skilled in this art from the following detailed description in conjunction with the accompanying drawings wherein only the preferred embodiments of the invention are shown and described, simply by way of illustration of the best mode contemplated of carrying out this invention. As will be realized, the invention is capable of other and different embodiments, and its several details are capable of modifications in various obvious respects, all without departing from the invention. Accordingly, the drawing and description are to be regarded as illustrative in nature, and not as restrictive.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram showing system configuration of an embodiment of the present invention.
  • FIG. 2 is a diagram showing configuration of a switch of an embodiment of the present invention.
  • FIG. 3 illustrates a unified directory tree in an embodiment of the present invention.
  • FIG. 4 illustrates generation of a snapshot in an embodiment of the present invention.
  • FIG. 5 illustrates the sequence of generation of a snapshot in an embodiment of the present invention.
  • FIG. 6 illustrates backup/restore in an embodiment of the present invention.
  • FIG. 7 illustrates a processing sequence for backup/restore in an embodiment of the present invention.
  • FIG. 8 is a diagram showing system configuration of another embodiment of the present invention.
  • FIG. 9 illustrates backup/restore in another embodiment of the present invention.
  • FIG. 10 illustrates a processing sequence for backup/restore in another embodiment of the present invention.
  • FIG. 11 illustrates backup/restore in another embodiment of the present invention.
  • FIG. 12 illustrates a processing sequence of for backup/restore in a further embodiment of the present invention.
  • FIGS. 13A, 13B and 13C illustrate snapshot.
  • FIG. 14 illustrates a conventional system configuration.
  • PREFERRED EMBODIMENTS OF THE INVENTION
  • An embodiment of the present invention will now be described. Referring to FIG. 1, a system according to an embodiment of the present invention includes a switch 100 which is logically arranged between the client 1 and the file devices. The switch 100 provides file access services which virtually render the plural file services accessible as a single file system, termed a ‘pseudo file system’, when viewed from the terminal. The switch has the function of performing integrated management of the snapshotting and backup/restoring of plural file systems, as a single virtual file system.
  • A snapshot command is entered to the switch 100. This inputting is achieved by a command over a network 2, or login at the switch 100.
  • The switch 100 receives the snapshot command and distributes the command to a plurality of file servers 3 to take respective snapshots. Each file server 3 is assumed to be provided with snapshot function.
  • With the switch 100, it is possible to halt file access in timed relation to the snapshotting (to freeze the snapped file system) and to take a point of quiescence (check point) of the virtual file system.
  • The switch 100 then sets a link across the snapshots of the respective file systems, in accordance with a consolidated directory tree, corresponding to a single file system (termed a pseudo file system), obtained by virtualizing plural file systems with the link set across the plural snapshots, the plural snapshots are virtualized in accordance with the pseudo file system. The switch 100 manages the information for virtualization of snapshots. In this manner, data of the plural snapshots may be made to coincide with data of the pseudo file system.
  • The switch 100 also donates, for management, the same generation name by a command to the snapshots of the same generation of the file systems of the respective servers 3.
  • Next, backup taking by the snapshots will be described. If, in taking a backup to a backup unit 6, a client 1, for example, takes a backup over the network 2, the client reads out the snapshots from the plural file servers 3. At this time, the client 1 is able to read out, via switch 100, a plural number of virtualized snapshots. A backup image of the pseudo file system structure at the time point of generation of the virtualized snapshots is backed up on a recording medium, such as tape. That is, according to the present invention, a virtualized snapshot structure is formed by plural snapshots by the switch 100 setting a link across plural snapshots. Since the structure of the virtualized snapshots coincides with the file system structure of the pseudo file system as of the snapshotting time point, the pseudo file system as of the snapshotting time point can be backed up and restored. This represents a principal feature of the present invention.
  • In taking backup to a tape drive unit, not shown, locally connected to the file server, or in taking backup with NDMP (Network Dump Management Protocol) or SCSI (Small Computer System Interface), a backup server 7 takes backup of each file server 3, as shown in FIG. 8.
  • The backup server 7 includes an interface (71 of FIG. 8), configured for cooperating with the switch 100. The pseudo file system information for turning real file systems into a sole virtual file system that looks as a single file system is delivered from the switch 100 to the backup server 7.
  • The backup server 7 correlates the pseudo file system information with the servers 3 and takes a backup of the so correlated pseudo file system information as a set with data files on tape drives 8.
  • Thus, according to the present invention, it is possible to take backup in accordance with the unified directory tree of the pseudo file system. In the conventional system, an administrator has to map the pseudo file system information with the real file systems to take a backup, as described above. This operation may be eliminated with the present invention.
  • The restoring operation according to the present invention will be described. In case backup has been stored in the backup unit 6 through the client 1, in FIG. 1, a backup image, coincident with the file system structure of the pseudo file system, is stored in the backup unit 6, as described above. Thus, in restoring the backup image in the sole file server 3, the switch 100 does not take part in the restoring operation. That is, the backup image is directly restored from the backup unit 6 to the file server 3, operating as a target. Of course, the client 1 may access the restored file system via switch 100. The correspondence between the objects of the file system and the servers for storing the objects is supervised by the switch 100, and file access requests from the client are allocated via switch 100 to relevant servers 3.
  • If, in the restore operation, the pseudo file system, supervised by the switch 100, is restored to plural file servers 3, the switch determines the restore destinations for the backup data, based on the pseudo file system information corresponding to the backup image. This restores file systems, corresponding to the consolidated directory trees, at the time point of formation of the snapshots.
  • In case backup is taken with the protocol other than the NFS protocol, such as NDMP or SCSI, a backup server 7 restores the file systems to the file servers 3, based on the pseudo file system information, as shown in FIG. 8. The backup server 7 restores the pseudo file system information, backed up to the tape drives 8, to the switch 100. In this manner, the pseudo file system at the time point of the snapshotting may be regenerated via switch 100.
  • Thus, in a network file system, formed into a single file system, as a virtual file system, from the plural file systems, in an embodiment of the present invention, an administrator may comprehensively supervise snapshotting and backup/restore as a virtual device, thereby significantly reducing the number of management steps. In the following, explanation is made with reference to preferred embodiments of the present invention.
  • FIG. 1 shows the configuration of a network file system, as a client-server remote file system, provided with a switch according to an embodiment of the present invention. Referring to FIG. 1, the network file system includes at least one client 1, at least one file server 3 and a switch 100, all connected to a network 2. The server 3, which includes a file system layer 4 composed by software for managing data, such as files, accessed by file access services, and a storage device 5 for storing data and files, is a file server providing file access services to each client. A backup unit 6 is connected to the network 2 to save backup data of the servers 3. In the present embodiment, the switch 100 is provided with the function of managing snapshot and backup/restore in the servers 3. As shown for example in FIG. 6, regarding the backup unit 6, a backup server 7 may be connected to the network 2 and to the file servers 3 so that backup will be carried out from the backup client (file server 3) via backup server 7 to tape drives 8.
  • As a basic technology for hiding the presence of the plural servers 3 from the client 1, the management of the correspondence relationship between the object ID and the server 3 in the switch 100 is first described. As for details, see e.g. the above indicated Patent Document 2. The switch 100 receives a file access request from the client 1 and distributes and transmits the request to appropriate ones of the file servers 3. On the other hand, the switch 100 receives a response for the file access request, transmitted from the file servers 3, to transfer the response to the associated client as the source of transfer of the file access request. The client 1 designates an ID for identification of objects, such as directories or files, being accessed, and accesses the object that are managed by the servers 3. The object ID is generated in the server 3 and the client 1 owns a list of the objects that the client is able to access. The client generates and transmits a request designating the access path to the object from the above list, and retrieves the object ID of the object, that may be accessed first, from the response data. As for the object, arranged in a lower rank relative to the object, the object ID of which has already been acquired by the client 1, the client 1 transmits a request, inclusive of the object ID, already retrieved, and the name of the object, as a target of the file access, and retrieves the object ID from the response to the request.
  • In the network file system of the present embodiment, the presence of the server 3 is hidden from the client by the switch 100. Thus, a request for file access from the client 1 is transmitted to the switch 100. On receipt of the file access request from the client 1, the switch 100 distributes and transfers (routes) the file access request to an appropriate server 3. The switch 100 receives a response to the file access request, transmitted from the server 3, and transmits (routes) the response to the client 1 which transmitted the file access request. The object ID, generated in the server 3, is made up by a data string that can be interpreted only by the server 3 which produced it, so that neither the client 1 nor the switch 100 is able to interpret the object ID data. Moreover, the client 1 is unable to manipulate the object, matched to the object ID, except if the client 1 has received the response from the server 3 and has obtained the object ID contained in the response. Thus, in the present embodiment, the switch 100 inserts server identification information for identifying the server, as the source of transfer, from the other server(s), into the object ID, included in the response data transmitted from the server 3, reconstructs a packet, by a response, including the object ID, in turn including the so inserted server identification information, and re-transmits the so reconstructed packet to the client. The client 1 transmits the file access request which includes the object ID into which has been inserted the server identification information, to the switch 100. The switch 100 receives the file access request transmitted from the client and refers to the server identification information, inserted in the object ID thereof, to specify the server to which the file access request is to be transmitted. Meanwhile, when transmitting the file access request to the server 3, the switch 100 converts the object ID, into which has been introduced the server identification information, to the original object ID generated by the server 3. With the switch 100, having the function above mentioned, it is possible to achieve distributed processing by plural servers in the network file system.
  • FIG. 2 illustrates an example of the configuration of the switch 100 according to the present embodiment. Referring to FIG. 2, the switch 100 according to the present embodiment includes an object ID rewrite unit 101 for rewriting the object ID, as described above, a file access management unit 102, a packet processing unit 103, a file system supplementary processing unit 104, a pseudo-file system (PFS) 105, a virtual snapshot management unit 106 and the virtual snapshot link information 107.
  • The packet processing unit 103 analyzes a packet, received over the network 2 from the client 1 and the servers 3, extracts data contained in the packet and outputs the data to the file access management unit 102. The packet processing unit 103 packetizes the data output from the file access management unit 102, and transmits the so packetized data over the network 2 to the client 1 and to the servers 3.
  • The file access management unit 102 is supplied with and analyzes data, output from the packet processing unit 103, and determines the transfer destination of the packet 103 received by the packet processing unit 103.
  • The object ID rewrite unit 101 rewrites the object ID, contained in the above data, depending on the transfer destination of the packet as determined by the file access management unit 102.
  • The pseudo-file system 105 is a system for combining plural directory trees, made up by respective file systems of the plural servers 3, shown in FIG. 1, and for managing the directory trees, thus combined together, as a consolidated directory tree.
  • The file system supplementary processing unit 104 executes supplementary processing in a case where a file access request from the client 1 necessitates file access across a plurality of transmission destinations such as the plurality of servers 3 or plurality of file system layers 4.
  • The virtual snapshot management unit 106 issues a snapshot command to the server 3. The virtual snapshot management unit 106 also exercises control for setting a link across the plural snapshots in correspondence with the file system structure of the pseudo-file system (PFS) 105 at the time of generating snapshots. Meanwhile, in the present embodiment, it is each server 3 that takes charge of snapshot, backup and restore processing operations.
  • The virtual snapshot management unit 106 sets up the link across the plural snapshots generated by the plural servers 3, so that these snapshots will be in correspondence with the consolidated directory tree of the pseudo-file system 105. The virtual snapshot link information 107 saves and holds the link information across the snapshots (pointer information at a junction to the connection destination). Although the pseudo-file system 105 of the switch 100 is changed with changes in the data in the servers 3, the virtual snapshot link information 107 is a fixed image of the virtual snapshots at the time the snapshots were prepared. Thus, the pseudo-file system 105 at the time of the preparation of the snapshots may be restored based on the virtual snapshot link information 107.
  • In the present embodiment, the switch 100, configured to hold and manage the information at junctions of the directly tree of the respective servers 3, in the pseudo-file system 105, is also configured to hold and manage the information at the junctions of the snapshots of the respective servers 3. The virtual snapshot link information 107 is supervised in dependence upon the snapshot generation. That is, virtual snapshot link information 107 for a predetermined number of generations is saved and retained.
  • The switch 100 includes, in addition to the function of appropriately distributing the file access request packets and file access response packets to the client 1 or to the servers 3, the function of consolidating the directory trees, formed in the file systems 4 of the plural servers 3, to a single directory tree of the pseudo-file system 105. With this function of the switch 100, the client 1 can access any file in the plural servers 3, in a manner as if the client is accessing only the pseudo-file system 105 of the switch 100, without the client becoming conscious of the presence of the individual file systems 4 in the plural servers 3.
  • The pseudo-file system 105 combines the tree structures of the plural directory trees on the file systems 4, laid open by the servers 3 as being accessible over the network 2, for mapping the tree structures to a single directory tree. In the present embodiment, the processing and functions of the object ID rewrite unit 101, file access management unit 102, packet processing unit 103, file system supplementary processing unit 104 and the virtual snapshot management unit 106 of the switch 100, shown in FIG. 2, may be implemented by a computer program executing on a computer constituting the switch 100.
  • FIG. 3 shows an example of a directory tree 200 of the pseudo-file system 105 of FIG. 2. Referring to FIG. 3, the pseudo-file system 105 maps tree structures of directory trees of a directory b(221), laid open by a server 3A, and a directory c(222), laid open by a server 3B, to a directory tree of sub-directories from a root directory 220(/) formed on the pseudo-file system 105. The root directory 220(/) of the directory tree 220 formed on the pseudo-file system 105 includes pointers to the directories 221 and 222. The pseudo-file system 105 creates the directory tree 200 of the pseudo-file system by registering the tree structure of the directory tree of the directory e(224), laid open in the server B, as a directory tree of subdirectories of a directory f(223) lying in a lower layer of the directory tree of the directory b (221). With the switch device according to the present embodiment, the names of the directories on the directory tree 200 of the pseudo-file system need not necessarily be the same as the directory names as set in the file systems 4 of the servers 3, such that these directories may be renamed and these different names may be laid open to the client.
  • In the switch 100, the pseudo-file system 105 manages only the tree structure of the directory tree 200 of the pseudo-file system, such that, for example, the object data, attribute information or the tree structure of each file system, other than the junctions thereof, are all supervised by the server 3. For example, the pseudo-file system retains and supervises the tree information of the directory tree 200 of the pseudo-file system of FIG. 3, such as the information on the node junction points of the root directory 220(/). Only the tree information of the junctions in the directory tree 200 of the pseudo file system at the time of the snapshot generated is stored and supervised as the virtual snapshot link information 107 of FIG. 2, while each tree structure other than the junctions is stored as the snapshot of the server 3. This configuration represents an essential feature of the present invention.
  • The switch 100 takes charge only of name resolution processing for tree portions interconnecting the file systems 4, while the server 3 takes charge of processing for other tree portions, that is, tree portions other than junctions.
  • A concrete example of the operation of the present embodiment will now be described. FIG. 4 schematically shows the operation of an embodiment of the present invention. In FIG. 4, a virtual snapshot function 110 corresponds to the virtual snapshot management unit 106 of FIG. 2, whilst a switch function/virtualization management function 120 comprises the packet processing unit 103, file access management unit 102, file system supplementary processing unit 104, pseudo-file system 105 and the virtual snapshot link information 107 of FIG. 2. In the following, the server is assumed to be a NAS device, only by way of an example.
  • The switch 100 receives a command for generating a snapshot (step 1). In the present embodiment, a command for generating a snapshot is issued by log-in at the switch 100 or over the network. Or, a command for generating the snapshot may periodically be issued by the switch 100.
  • The virtual snapshot function 110 commands the switch function/virtualization management function 120 to halt the forwarding to prohibit updating of the file system being snapped (step 2). For finding a complete point of quiescence of the file system being snapped, it is confirmed at this time that a response from the server 3 to the request (Call) from the client 1 has been returned (checking for synchronization). If synchronization is not achieved, the command for starting the generation of a snapshot to the server 3 is set in the waiting state. This synchronization management is carried out by cooperation between the file access management unit 102 and the packet processing unit 103 of FIG. 2.
  • The virtual snapshot function 110 notifies the servers 3A and 3B accommodating the snapshot function (NAS servers) of the start of generation of the snapshot (step 3).
  • On receipt of the completion of the formation of the snapshot by the server 3, the virtual snapshot function 110 commences the forwarding to the switch function/virtualization management function 120.
  • After generating the snapshot in the servers 3A and 3B, a link for the pseudo-file system 105 (PFS link) is created in the pseudo-file system 105 in the switch 100 (step 105). For example, if the directory tree 200 of the pseudo file system is as shown at 200 in FIG. 4 (or 200 in FIG. 3), that is, if the directory tree 200 is unified from the directory tree 201 of the file system of the server 3A and the directory tree 202 of the file system of the server 3B, the servers 3A and 3B on receipt of the notification of the start of the formation of the snapshot generate an image of the directory tree 201 as ‘snapshot A.1’ and an image of the directory tree 202 as ‘snapshotB.1’, respectively, where ‘snapshot A’ denotes an alias name for snapshot access, as set on the system, and ‘1’ denotes the generation number. It is noted that the alias names ‘snapshot A’ and ‘snapshot B’ are simply for matching to the servers 3A, 3B, such that the alias names of the snapshots, as set by the servers' snapshot software, may be the same for the different servers.
  • In the directory tree 200 of the pseudo-file system 105 of the switch 100, the directory tree 201 of the real file system (server 3A) is linked (by PFS link) to the directory tree 202 of the real file system (server 3B). In similar manner, the snapshot ‘snapshot A.1’ of the directory tree 201, generated by the server 3A, is linked by an equivalent link (PFS link) to the snapshot ‘snapshot B.1’ of the directory tree 201, generated by the server 3B. Specifically, the pointer information, pointing to the objects of the link destination, is held at the junction between the two snapshots ‘snapshot A.1‘and ’ snapshot B.1’. This linkage information is stored and managed by the switch 100, as the virtual snapshot link information 107, in accordance with the snapshot generation.
  • In this manner, the plural snapshots, discretely generated in the respective servers 3 of FIG. 1, may automatically be mapped to a consolidated directory tree effective at the time of the formation of the plural snapshots.
  • FIG. 5 illustrates a processing sequence of the present invention, shown in FIG. 4. The servers are NAS servers. The switch 100 receives a command for generating a snapshot (step 1).
  • The virtual snapshot function 110 commands the switch function/virtualization management function 120 to halt forwarding to inhibit the updating of the file system structure of the servers 3A, 3B. The switch function/virtualization management function 120 halts the forwarding and verifies the synchronization. For example, the switch function/virtualization management function verifies that no response to a call from the client has been returned from the servers 3A and 3B.
  • The virtual snapshot function 110 of the switch 100 sends notification of snapshot generation to the snapshot accommodating servers (NAS servers) 3A and 3B under its control (step 3). This notification is carried out by the switch 100 executing the snap shot command by the server 3 by a rsh (remote shell) or ssh (secure shell). Meanwhile, the virtual snapshot function 110 may transmit snap shot commands in a parallel fashion to a larger number of snapshot accommodating servers.
  • The switch 100 may assign the name of the same generation for the snapshot generation of the servers 3A and 3B. In this case, the generation name may be attached to the notification of the snapshot generation from the switch 100.
  • The virtual snapshot function 110 commands the switch function/virtualization management function 120 to restart the forwarding (step 4).
  • The switch function/virtualization management function 120 creates a link across the plural snapshots in correspondence with the pseudo-file system 105. After creating the link, the switch function/virtualization management function 120 transmits the response to the virtual snapshot function 110, which virtual snapshot function 110 then transmits an accept response (accept) to a terminal.
  • FIG. 6 illustrates the backup/restore operation with a pseudo file system image according to an embodiment of the present invention. The snapshots (snapshot A and snapshot B) of two file systems are combined by a link (PFS link). In this state, an image which is the same as each snapshot is read out from each of the two file systems and backed up under control by the switch of FIG. 1. Thus, a backup image of a single virtual file system associated with plural file systems, is saved in e.g. a tape. Meanwhile, in FIG. 6, ‘Production Data’ schematically represents real data modified as from the time of generation of the snapshots (snapshot A and snapshot B).
  • The backup employing the snapshot will now be described. Since snapshot data are the same as data of the snapped file system, a backup command, such as cpio, operating based on a standard file system structure, may be used. With the backup command for reading a raw disk image, such as fscat, a raw image of the file system, which is the same as that obtained when the backup command of the disk image is used for the disk which has stored the file system snapped at the time of the generation of the snapshot, is obtained. If a system call which supports reading of the snapshot is used, the same result as that obtained on reading the disk which stored the snapped file system when the snapshot was generated may be obtained (see e.g. the above indicated Non-Patent Document 1).
  • When the backup image, saved on a tape, is restored in a single file system, the one virtual file system for the time point of formation of the snapshot, may directly be restored.
  • The processing of FIG. 6 may also be carried out by the client 1 of FIG. 1 being mounted to the server 3 via switch 100, in accordance with the NFS protocol, reading out the snapshot and backing up the snapshot in the backup unit 6.
  • FIG. 7 illustrates the case of carrying out the operation of FIG. 6 using a backup server. A snapshot is taken by each of the two file servers 3 (NAS# 1, NAS#2), and the switch 100, termed a NAS switch, sets a link across plural snapshots of the two file servers 3 (NAS# 1, NAS#2). The respective file systems of the two file servers 3 (NAS# 1, NAS#2) are backed up on the tape drives 8, via switch 100 and backup server 7, to the same image as the virtualized snapshot. This backs up a backup image (i.e. a backup image of a virtual file system) of the plural file systems, turned into a single virtual file system. This configuration also represents one of the principal features of the present invention.
  • In restoring, the backup image is restored from the tapes 8 to a single file server 3 (NAS device), by the backup server 7, without the intermediary of the switch 100. The file server 3 is able to restore the virtual file system as of the snap time point.
  • In the present embodiment, the backup server and the file server may be connected with a protocol other than the NFS protocol to effectuate high-speed transfer. The storage device for backup is not limited to a tape. Of course, the storage device for backup is not limited to a tape drive and may be any of other suitable recording devices.
  • FIG. 8 shows an example of the configuration of a system including the backup server 7 shown in FIG. 7. The backup server 7 and the server 3 (backup client) may also be connected by an interface other than the NFS protocol (e.g. SCSI). The backup server 7 and the switch 100 may also be connected by an interface other than the NFS protocol. There may also be provided an interface 71 for controlling the direct communication connection across the backup server 7 and the switch 100.
  • FIG. 9 illustrates the operation for backup/restore to the image of the pseudo file system for another embodiment of the present invention. A link (PFS link) is set across the snapshots of the two file systems (snapshotA, snapshotB), in keeping with the directory tree of the pseudo file system. In this state, the backup of the two file systems is taken, using virtualized snapshots. A backup image of the directory tree of the pseudo file system at the time point of the generation of the snapshots is stored e.g. in a tape. Meanwhile, the “production data” in FIG. 9 schematically shows the real data changed as from the time point of the generation of the snapshots.
  • The switch 100 distributes the backup image, stored on the tape, to restore destinations, based on the pseudo-file system information of the switch 100 (virtual snapshot link information 107 of FIG. 2), to restore the image to the two file systems, for restoration of the file system at the time point of snapshot generation, in the respective file systems. By the restored two file systems, the virtual file system at the time of snapshot generation may be restored.
  • FIG. 10 schematically shows a case where the file server (backup client), switch and the backup server execute the processing, shown in FIG. 9, using the NFS protocol. The two file servers 3 (NAS# 1 and NAS#2) take snapshots and the switch 100 (NAS switch) sets a link across the plural snapshots, in correspondence with the directory tree of the pseudo file system, to generate a virtualized snapshot. The backup server 7 is mounted via switch 100 to the file servers 3 to take a backup using the snapshots. At this time, the data read out from the two file servers 3 (NAS# 1, NAS#2) are backed up in the tape drives 8, in accordance with the snapshots turned into the virtual entities by the switch (NAS switch 100), for taking a backup of the file system corresponding to the file system structure of the pseudo file system.
  • In restoring, backup data are distributed from the backup server 7 via switch 100 to plural file servers (NAS devices). The restore data (objects) are distributed, at the time of restoring, to the servers 3 by the switch 100, as it is verified, based on the virtual snapshot link information 107, in the configuration shown in FIG. 2, to which server relates the restore data. As for the backup data, increments (delta) as from the time of snapshot generation may be backed up. In this case, the file system, added by the increments as from the time point of the snapshot generation, is restored in the two servers.
  • FIG. 11 illustrates backup/restore processing in case the file server (backup client) and the backup server communicate with each other using a protocol other than the NFS protocol. There is a link (PFS link) formed across the snapshots of the two file systems (snapshot A and snapshot B), in keeping with the directory tree of the pseudo file system at the time of snapshot generation. In this state, each of the two file systems is backed up and furthermore the information of the pseudo-file system 105 at the time of snapshot generation (directory tree information) is stored e.g. in the tape.
  • By restoring the backup image of the two file systems of the tapes 8, and by saving the pseudo-file system information at the time of snapshot generation in the switch 100, the virtual file system at the time of snapshot generation, when viewed from the client 1, may be restored via switch 100.
  • FIG. 12 schematically shows the case where the file server (backup client) and the backup server perform the processing shown in FIG. 11 using a protocol other than the NFS protocol. The two file servers 3 (NAS# 1, NAS#2) take snapshots, whilst the switch 100 sets a link (PFS link) of the two snapshots.
  • From the two file servers 3 (NAS# 1, NAS#2), data are directly transmitted to the backup server 7, by e.g. SCSI, without the intermediary of the switch 100, so as to be backed up e.g. in the tapes 8. The backup server 7 may carry out the full backup of the storage device to the tape 8.
  • From the switch 100, the pseudo file system information (PFS information), for example, the virtual snapshot link information 107 of FIG. 2, is transmitted to the backup server 7 via e.g. an interface 71 so as to be stored on e.g. the tapes 8.
  • In restoration, the backup images from the tapes 8 are restored from the backup server 7, without the intermediary of the switch 100, to the two file servers 3 (NAS devices).
  • The pseudo file system information (PFS information), backed up e.g. on the tapes 8, is transmitted from the backup server 7 via e.g. the interface 71 to the switch 100, for restoration.
  • A virtual file system, at the time of the snapshot restoration, viewed via switch 100 from the client, may be restored. When a file access request is made from the client, the server identification information is inserted into the object ID. Based on this server identification information, the switch 100 transmits the file access request to the destination server 3. As at the time before backup/restore, the client is able to access the object of the virtual file system at the time of the snapshot generation.
  • The backup/restore command in the server may be transferred from the client via switch to the server. Requests may be made by the file server as the backup client, and, responsive to the requests, the backup server may be connected to the file system of the file server to take a backup. It may also be the data management application (DMA) that issues a command in accordance with the NDMP.
  • Thus, in the present embodiment, an administrator does not have to map the plural file systems to the virtual file system, by taking a backup image of a single virtual file system, virtually prepared from the plural file systems, using the virtualized snapshots, with the result that the maintenance and management may be facilitated appreciably. That is, safety of data and system reliability may be assured as the load in the maintenance and management is relieved.
  • Although the above-described embodiments are based on the NAS, the present invention is not limited to the NAS and may be applied to optional file servers attached to the Internet. Although the present invention has so far been described with reference to certain preferred embodiments, the present invention is not limited to the configuration of these embodiments and may encompass various changes or corrections that may readily occur to those skilled in the art within the scope of the invention as defined in the claims.
  • It should be noted that other objects, features and aspects of the present invention will become apparent in the entire disclosure and that modifications may be done without departing the gist and scope of the present invention as disclosed herein and claimed as appended herewith.
  • Also it should be noted that any combination of the disclosed and/or claimed elements, matters and/or items may fall under the modifications aforementioned.

Claims (18)

1. A backup management system comprising:
a plurality of file devices, each including a file system;
means for providing a consolidated file system consolidating said file systems; and
a unit for consolidating snapshots of said file devices using junctions of said snapshots.
2. The backup management system according to claim 1, further comprising:
means for at least one of backup and restore, using said consolidated snapshots.
3. The backup management system according to claims 1,
wherein said snapshots are consolidated by setting a link between the snapshots of said file devices.
4. A file access service system comprising:
an intermediate device logically arranged between at least one terminal and a plurality of file devices, each provided with a file system, said intermediate system providing a file access service which renders a plurality of file systems accessible as a single virtual file system, termed a ‘pseudo file system’, when viewed from said terminal; said intermediate device including a unit for consolidating snapshots of said file devices using junctions of said snapshots.
5. The file access service system according to claim 4,
wherein said intermediate device further includes means for executing at least one of backup and restore by using said consolidated snapshots.
6. The file access service system according to claims 4,
wherein said intermediate device consolidates said snapshots of said file devices by setting a link between the snapshots.
7. A switch device logically arranged between at least one terminal and a plurality of file devices, each provided with a file system,
said switch device including means for providing file access switching which renders a plurality of said file systems accessible as a single virtual file system, termed a ‘pseudo file system’ when viewed from said terminal;
said switch device including a unit for consolidating snapshots of said file devices using junctions of said snapshots.
8. The switch device according to claim 7, further comprising:
means for executing at least one of backup and restore, by using said consolidated snapshots.
9. The switch device according to claims 7,
wherein said snapshots are consolidated by setting a link between the snapshots of said file devices.
10. A method for backup management of a plurality of file devices, each including a file system,
said method comprising:
providing a consolidated file system consolidating said file systems; and
consolidating snapshots of said file devices using junctions of said snapshots.
11. The method according to claim 10,
wherein said method further comprising:
at least one of backup and restore, by using said consolidated snapshots.
12. The method according to claims 10,
wherein said snapshots are consolidated by setting a link between the snapshots of said file devices.
13. A method for ale access service comprising:
providing an intermediate device logically arranged between at least one terminal and a plurality of file devices, each including a file system; and
furnishing said terminal with a file access service which allows said terminal to access a plurality of said file systems as a single virtual file system, termed a ‘pseudo file system’;
said intermediate device consolidates said snapshots of said file devices.
14. The method for file access service according to claim 13, further comprising:
executing at least one of backup and restore by using said consolidated snapshots.
15. The method for file access service according to claims 13,
wherein said snapshots are consolidated by setting a link between the snapshots of said file devices.
16. A method for file access switching comprising:
providing a switch device logically arranged between at least one terminal and a plurality of file devices, each provided with a file system,
switching for file accessing a plurality of said file systems as a single virtual file system, termed ‘pseudo file system’ when viewed from said terminal; and
consolidating snapshots of said file devices using of junctions of said snapshots.
17. The method for file access switch according to claim 16, further comprising:
executing at least one of backup and restore, by using said consolidated snapshots.
18. The method for file access switch according to claims 16,
wherein said snapshots are consolidated by setting a link between the snapshots of said file devices.
US12/046,185 2004-09-29 2008-03-11 Switch device, system, backup method and computer program Abandoned US20080162607A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/046,185 US20080162607A1 (en) 2004-09-29 2008-03-11 Switch device, system, backup method and computer program

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2004284378A JP4325524B2 (en) 2004-09-29 2004-09-29 Switch device and system, backup and restore method and program
JP2004-284378 2004-09-29
US11/236,844 US8346826B2 (en) 2004-09-29 2005-09-28 Switch device, system, backup method and computer program
US12/046,185 US20080162607A1 (en) 2004-09-29 2008-03-11 Switch device, system, backup method and computer program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/236,844 Continuation US8346826B2 (en) 2004-09-29 2005-09-28 Switch device, system, backup method and computer program

Publications (1)

Publication Number Publication Date
US20080162607A1 true US20080162607A1 (en) 2008-07-03

Family

ID=36146665

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/236,844 Active 2028-05-10 US8346826B2 (en) 2004-09-29 2005-09-28 Switch device, system, backup method and computer program
US12/046,185 Abandoned US20080162607A1 (en) 2004-09-29 2008-03-11 Switch device, system, backup method and computer program
US12/046,208 Abandoned US20080162608A1 (en) 2004-09-29 2008-03-11 Switch device, system, backup method and computer program

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/236,844 Active 2028-05-10 US8346826B2 (en) 2004-09-29 2005-09-28 Switch device, system, backup method and computer program

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/046,208 Abandoned US20080162608A1 (en) 2004-09-29 2008-03-11 Switch device, system, backup method and computer program

Country Status (3)

Country Link
US (3) US8346826B2 (en)
JP (1) JP4325524B2 (en)
CN (3) CN101221521B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8312046B1 (en) 2007-02-28 2012-11-13 Netapp, Inc. System and method for enabling a data container to appear in a plurality of locations in a super-namespace
US8412896B1 (en) * 2007-04-27 2013-04-02 Netapp, Inc. Method and system for transparent restore of junction file types
US8589350B1 (en) * 2012-04-02 2013-11-19 Axcient, Inc. Systems, methods, and media for synthesizing views of file system backups
US8886611B2 (en) 2010-09-30 2014-11-11 Axcient, Inc. Systems and methods for restoring a file
US8954544B2 (en) 2010-09-30 2015-02-10 Axcient, Inc. Cloud-based virtual machines and offices
US9235474B1 (en) 2011-02-17 2016-01-12 Axcient, Inc. Systems and methods for maintaining a virtual failover volume of a target computing system
US9292153B1 (en) 2013-03-07 2016-03-22 Axcient, Inc. Systems and methods for providing efficient and focused visualization of data
US9397907B1 (en) 2013-03-07 2016-07-19 Axcient, Inc. Protection status determinations for computing devices
US9705730B1 (en) 2013-05-07 2017-07-11 Axcient, Inc. Cloud storage using Merkle trees
US9785647B1 (en) 2012-10-02 2017-10-10 Axcient, Inc. File system virtualization
US9852140B1 (en) 2012-11-07 2017-12-26 Axcient, Inc. Efficient file replication
US10284437B2 (en) 2010-09-30 2019-05-07 Efolder, Inc. Cloud-based virtual machines and offices

Families Citing this family (109)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8037264B2 (en) 2003-01-21 2011-10-11 Dell Products, L.P. Distributed snapshot process
JP4466001B2 (en) * 2003-08-06 2010-05-26 株式会社日立製作所 Snapshot acceleration method
US8458295B1 (en) * 2005-11-14 2013-06-04 Sprint Communications Company L.P. Web content distribution devices to stage network device software
JP4795787B2 (en) * 2005-12-09 2011-10-19 株式会社日立製作所 Storage system, NAS server, and snapshot method
US20070214384A1 (en) * 2006-03-07 2007-09-13 Manabu Kitamura Method for backing up data in a clustered file system
US20070282964A1 (en) * 2006-06-06 2007-12-06 International Business Machines Corporation Method and apparatus for processing remote shell commands
US8457121B1 (en) * 2006-08-01 2013-06-04 Hewlett-Packard Development Company, L.P. Heterogeneous network switch system
US8990270B2 (en) * 2006-08-03 2015-03-24 Hewlett-Packard Development Company, L. P. Protocol virtualization for a network file system
JP2008077249A (en) * 2006-09-19 2008-04-03 Fujitsu Ltd System environment restoration method
US7716186B2 (en) * 2007-01-22 2010-05-11 International Business Machines Corporation Method and system for transparent backup to a hierarchical storage system
US8768898B1 (en) * 2007-04-26 2014-07-01 Netapp, Inc. Performing direct data manipulation on a storage device
JP5232406B2 (en) * 2007-05-25 2013-07-10 株式会社日立製作所 Information processing apparatus and method
US8117243B2 (en) * 2008-02-21 2012-02-14 Oracle America, Inc. Dynamic transactional instantiation of system configuration using a virtual file system layer
US8769048B2 (en) 2008-06-18 2014-07-01 Commvault Systems, Inc. Data protection scheduling, such as providing a flexible backup window in a data protection system
US8725688B2 (en) 2008-09-05 2014-05-13 Commvault Systems, Inc. Image level copy or restore, such as image level restore without knowledge of data object metadata
JP5414223B2 (en) * 2008-09-16 2014-02-12 株式会社日立ソリューションズ Transfer data management system for Internet backup
JP2010097359A (en) * 2008-10-15 2010-04-30 Hitachi Ltd File management method and hierarchy management file system
US8291261B2 (en) * 2008-11-05 2012-10-16 Vulcan Technologies Llc Lightweight application-level runtime state save-and-restore utility
US9270785B2 (en) 2008-12-18 2016-02-23 Citrix Systems, Inc. System and method for a distributed virtual desktop infrastructure
US8566362B2 (en) 2009-01-23 2013-10-22 Nasuni Corporation Method and system for versioned file system using structured data representations
JP5206864B2 (en) * 2009-03-18 2013-06-12 富士通株式会社 Update program, information processing apparatus, and update method
CN101841425B (en) * 2009-12-25 2013-01-23 创新科存储技术有限公司 Network backup method, device and system without proxy
US8788628B1 (en) * 2011-11-14 2014-07-22 Panzura, Inc. Pre-fetching data for a distributed filesystem
US9811532B2 (en) 2010-05-03 2017-11-07 Panzura, Inc. Executing a cloud command for a distributed filesystem
US9852150B2 (en) 2010-05-03 2017-12-26 Panzura, Inc. Avoiding client timeouts in a distributed filesystem
US9852149B1 (en) 2010-05-03 2017-12-26 Panzura, Inc. Transferring and caching a cloud file in a distributed filesystem
US8805968B2 (en) * 2010-05-03 2014-08-12 Panzura, Inc. Accessing cached data from a peer cloud controller in a distributed filesystem
US8799414B2 (en) * 2010-05-03 2014-08-05 Panzura, Inc. Archiving data for a distributed filesystem
US8799413B2 (en) * 2010-05-03 2014-08-05 Panzura, Inc. Distributing data for a distributed filesystem across multiple cloud storage systems
US9792298B1 (en) 2010-05-03 2017-10-17 Panzura, Inc. Managing metadata and data storage for a cloud controller in a distributed filesystem
US8805967B2 (en) * 2010-05-03 2014-08-12 Panzura, Inc. Providing disaster recovery for a distributed filesystem
US10162722B2 (en) * 2010-07-15 2018-12-25 Veritas Technologies Llc Virtual machine aware replication method and system
US8306950B2 (en) * 2010-08-26 2012-11-06 International Business Machines Corporation Managing data access requests after persistent snapshots
US8799231B2 (en) 2010-08-30 2014-08-05 Nasuni Corporation Versioned file system with fast restore
EP2628100A4 (en) 2010-10-12 2016-12-21 Nasuni Corp Versioned file system with sharing
CN102012947A (en) * 2010-12-16 2011-04-13 创新科存储技术有限公司 Method and system for online backup of database
US10210169B2 (en) * 2011-03-31 2019-02-19 EMC IP Holding Company LLC System and method for verifying consistent points in file systems
US9996540B2 (en) 2011-03-31 2018-06-12 EMC IP Holding Company LLC System and method for maintaining consistent points in file systems using a prime dependency list
US8832394B2 (en) * 2011-03-31 2014-09-09 Emc Corporation System and method for maintaining consistent points in file systems
US8612495B2 (en) * 2011-05-31 2013-12-17 Hitachi, Ltd. Computer and data management method by the computer
WO2013056228A1 (en) * 2011-10-13 2013-04-18 Citrix Systems, Inc. System and method for a distributed virtual desktop infrastructure
US9804928B2 (en) 2011-11-14 2017-10-31 Panzura, Inc. Restoring an archived file in a distributed filesystem
US9805054B2 (en) 2011-11-14 2017-10-31 Panzura, Inc. Managing a global namespace for a distributed filesystem
US8516210B2 (en) * 2011-12-21 2013-08-20 Microsoft Corporation Application consistent snapshots of a shared volume
CN102662797A (en) * 2012-04-11 2012-09-12 无锡华御信息技术有限公司 Virtualization-based software backup method
CN102693173A (en) * 2012-05-15 2012-09-26 记忆科技(深圳)有限公司 File processing method based on snapshot and solid state disk with snapshot function
US20140068040A1 (en) * 2012-09-04 2014-03-06 Bank Of America Corporation System for Enabling Server Maintenance Using Snapshots
US9633216B2 (en) 2012-12-27 2017-04-25 Commvault Systems, Inc. Application of information management policies based on operation with a geographic entity
US9152338B2 (en) 2013-02-21 2015-10-06 International Business Machines Corporation Snapshot management in hierarchical storage infrastructure
US9459968B2 (en) 2013-03-11 2016-10-04 Commvault Systems, Inc. Single index to query multiple backup formats
US9152776B2 (en) * 2013-04-30 2015-10-06 Netapp, Inc. Secure access-based enumeration of a junction or mount point on a clustered server
CN105339903B (en) 2013-06-03 2019-02-19 慧与发展有限责任合伙企业 Restore the method and system of file system object
US20150081644A1 (en) * 2013-07-16 2015-03-19 Openpeak Inc. Method and system for backing up and restoring a virtual file system
US9979783B2 (en) 2014-01-21 2018-05-22 Red Hat, Inc. Distributed coordinated snapshots
JP6288241B2 (en) * 2014-02-24 2018-03-07 富士通株式会社 Service providing method, service providing apparatus, and service providing program
US9798596B2 (en) 2014-02-27 2017-10-24 Commvault Systems, Inc. Automatic alert escalation for an information management system
US10459892B2 (en) 2014-04-23 2019-10-29 Qumulo, Inc. Filesystem hierarchical aggregate metrics
US9740574B2 (en) 2014-05-09 2017-08-22 Commvault Systems, Inc. Load balancing across multiple data paths
US11249858B2 (en) 2014-08-06 2022-02-15 Commvault Systems, Inc. Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host
US9852026B2 (en) 2014-08-06 2017-12-26 Commvault Systems, Inc. Efficient application recovery in an information management system based on a pseudo-storage-device driver
CN104408050A (en) * 2014-10-28 2015-03-11 北京临近空间飞行器系统工程研究所 Online automatic interpretation system and method of test data
US9720779B2 (en) * 2014-11-27 2017-08-01 Institute For Information Industry Backup system and backup method thereof
US10311153B2 (en) 2014-11-28 2019-06-04 Nasuni Corporation Versioned file system with global lock
JP6450598B2 (en) 2015-01-19 2019-01-09 東芝メモリ株式会社 Information processing apparatus, information processing method, and program
CN104657236A (en) * 2015-03-11 2015-05-27 深圳市新岸通讯技术有限公司 Embedded Linux file system based on 32-bit MCU (microprogrammable control unit) and operating method thereof
US11144520B2 (en) * 2015-05-08 2021-10-12 Adp, Llc Information system with versioning descending node snapshot
US9766825B2 (en) 2015-07-22 2017-09-19 Commvault Systems, Inc. Browse and restore for block-level backups
US10296368B2 (en) 2016-03-09 2019-05-21 Commvault Systems, Inc. Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block-level pseudo-mount)
ES2903130T3 (en) * 2016-04-26 2022-03-31 Umbra Tech Ltd Network Slinghop Implemented Using Tapestry Slingshot
CN106339278A (en) * 2016-08-24 2017-01-18 浪潮电子信息产业股份有限公司 Data backup and recovery method for network file system
CN107784013B (en) * 2016-08-30 2021-08-27 福建福昕软件开发股份有限公司 Method for interconnecting dispersed documents for distributed management
CN107957918B (en) * 2016-10-14 2019-05-10 腾讯科技(深圳)有限公司 Data reconstruction method and device
CN106598785A (en) * 2016-12-16 2017-04-26 广东美晨通讯有限公司 File system backup and restoration method and device
US10838821B2 (en) 2017-02-08 2020-11-17 Commvault Systems, Inc. Migrating content and metadata from a backup system
US11182340B2 (en) * 2017-02-15 2021-11-23 Paypal, Inc. Data transfer size reduction
US10740193B2 (en) 2017-02-27 2020-08-11 Commvault Systems, Inc. Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US10891069B2 (en) 2017-03-27 2021-01-12 Commvault Systems, Inc. Creating local copies of data stored in online data repositories
US10776329B2 (en) 2017-03-28 2020-09-15 Commvault Systems, Inc. Migration of a database management system to cloud storage
US11074140B2 (en) 2017-03-29 2021-07-27 Commvault Systems, Inc. Live browsing of granular mailbox data
US10664352B2 (en) 2017-06-14 2020-05-26 Commvault Systems, Inc. Live browsing of backed up data residing on cloned disks
US10705922B2 (en) 2018-01-12 2020-07-07 Vmware, Inc. Handling fragmentation of archived data in cloud/object storage
US10783114B2 (en) 2018-01-12 2020-09-22 Vmware, Inc. Supporting glacier tiering of archived data in cloud/object storage
US10503602B2 (en) 2018-01-12 2019-12-10 Vmware Inc. Deletion and restoration of archived data in cloud/object storage
US10503444B2 (en) * 2018-01-12 2019-12-10 Vmware, Inc. Object format and upload process for archiving data in cloud/object storage
US10795927B2 (en) 2018-02-05 2020-10-06 Commvault Systems, Inc. On-demand metadata extraction of clinical image data
US10789387B2 (en) 2018-03-13 2020-09-29 Commvault Systems, Inc. Graphical representation of an information management system
US11360936B2 (en) 2018-06-08 2022-06-14 Qumulo, Inc. Managing per object snapshot coverage in filesystems
US10860443B2 (en) 2018-12-10 2020-12-08 Commvault Systems, Inc. Evaluation and reporting of recovery readiness in a data storage management system
US10534758B1 (en) 2018-12-20 2020-01-14 Qumulo, Inc. File system cache tiers
CN110008067B (en) * 2019-04-15 2020-07-07 苏州浪潮智能科技有限公司 Method and device for writable snapshot chain clone and distributed storage system
US11308034B2 (en) 2019-06-27 2022-04-19 Commvault Systems, Inc. Continuously run log backup with minimal configuration and resource usage from the source machine
CN112748991A (en) * 2019-10-30 2021-05-04 伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for backing up data
US10795796B1 (en) 2020-01-24 2020-10-06 Qumulo, Inc. Predictive performance analysis for file systems
US10860372B1 (en) 2020-01-24 2020-12-08 Qumulo, Inc. Managing throughput fairness and quality of service in file systems
US11151001B2 (en) 2020-01-28 2021-10-19 Qumulo, Inc. Recovery checkpoints for distributed file systems
US11775481B2 (en) 2020-09-30 2023-10-03 Qumulo, Inc. User interfaces for managing distributed file systems
KR102491998B1 (en) * 2020-12-04 2023-01-26 (주)글루버 Virtualization server, operating method of server virtualization system, and program using the same
US11157458B1 (en) 2021-01-28 2021-10-26 Qumulo, Inc. Replicating files in distributed file systems using object-based data storage
US11461241B2 (en) 2021-03-03 2022-10-04 Qumulo, Inc. Storage tier management for file systems
US11567660B2 (en) 2021-03-16 2023-01-31 Qumulo, Inc. Managing cloud storage for distributed file systems
US11132126B1 (en) * 2021-03-16 2021-09-28 Qumulo, Inc. Backup services for distributed file systems in cloud computing environments
US11669255B2 (en) 2021-06-30 2023-06-06 Qumulo, Inc. Distributed resource caching by reallocation of storage caching using tokens and agents with non-depleted cache allocations
US11294604B1 (en) 2021-10-22 2022-04-05 Qumulo, Inc. Serverless disk drives based on cloud storage
US11354273B1 (en) 2021-11-18 2022-06-07 Qumulo, Inc. Managing usable storage space in distributed file systems
US11599508B1 (en) 2022-01-31 2023-03-07 Qumulo, Inc. Integrating distributed file systems with object stores
US11722150B1 (en) 2022-09-28 2023-08-08 Qumulo, Inc. Error resistant write-ahead log
US11729269B1 (en) 2022-10-26 2023-08-15 Qumulo, Inc. Bandwidth management in distributed file systems
US11921677B1 (en) 2023-11-07 2024-03-05 Qumulo, Inc. Sharing namespaces across file system clusters
US11934660B1 (en) 2023-11-07 2024-03-19 Qumulo, Inc. Tiered data storage with ephemeral and persistent tiers

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030097454A1 (en) * 2001-11-02 2003-05-22 Nec Corporation Switching method and switch device
US20030182301A1 (en) * 2002-03-19 2003-09-25 Hugo Patterson System and method for managing a plurality of snapshots
US20030220985A1 (en) * 2002-05-24 2003-11-27 Hitachi,Ltd. System and method for virtualizing network storages into a single file system view
US20040107222A1 (en) * 2002-12-03 2004-06-03 Dinesh Venkatesh Client-server protocol for directory access of snapshot file systems in a storage system
US20040220971A1 (en) * 2003-04-29 2004-11-04 Brocade Communications Systems, Inc. Fibre channel fabric snapshot service
US20040254962A1 (en) * 2003-06-12 2004-12-16 Shoji Kodama Data replication for enterprise applications
US20050021564A1 (en) * 2002-01-21 2005-01-27 Andrzej Szajdecki System for storing data and method for recording data
US20050071390A1 (en) * 2003-09-30 2005-03-31 Livevault Corporation Systems and methods for backing up data files
US6996582B2 (en) * 2002-10-03 2006-02-07 Hewlett-Packard Development Company, L.P. Virtual storage systems and virtual storage system operational methods
US20060053333A1 (en) * 2004-09-07 2006-03-09 Emc Corporation Systems and methods for backing up data
US7236987B1 (en) * 2003-02-28 2007-06-26 Sun Microsystems Inc. Systems and methods for providing a storage virtualization environment

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5079695A (en) * 1988-04-25 1992-01-07 Hewlett-Packard Company Object management facility which includes a snapshot facility for providing data transfer between two objects
US6604118B2 (en) * 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US5991763A (en) * 1996-10-29 1999-11-23 Sun Microsystems, Inc. Method and apparatus for embedding concatenated data files into object files during runtime in a virtual file system
US6038639A (en) * 1997-09-09 2000-03-14 Storage Technology Corporation Data file storage management system for snapshot copy operations
US6061770A (en) * 1997-11-04 2000-05-09 Adaptec, Inc. System and method for real-time data backup using snapshot copying with selective compaction of backup data
US6212531B1 (en) * 1998-01-13 2001-04-03 International Business Machines Corporation Method for implementing point-in-time copy using a snapshot function
US6173293B1 (en) * 1998-03-13 2001-01-09 Digital Equipment Corporation Scalable distributed file system
JP3810577B2 (en) 1999-03-26 2006-08-16 株式会社日立製作所 Directory synchronization method
US7363633B1 (en) * 2000-04-24 2008-04-22 Microsoft Corporation Registering and storing dependencies among applications and objects in a computer system and communicating the dependencies to a recovery or backup service
US6829617B2 (en) * 2002-02-15 2004-12-07 International Business Machines Corporation Providing a snapshot of a subset of a file system
US7216135B2 (en) * 2002-02-15 2007-05-08 International Business Machines Corporation File system for providing access to a snapshot dataset where disk address in the inode is equal to a ditto address for indicating that the disk address is invalid disk address
US7467167B2 (en) * 2002-03-19 2008-12-16 Network Appliance, Inc. System and method for coalescing a plurality of snapshots
JP2004054607A (en) 2002-07-19 2004-02-19 Nec Corp Switch device, method of distributed object management, and program
US6928514B2 (en) * 2002-08-05 2005-08-09 Lsi Logic Corporation Method and apparatus for teaming storage controllers
US20040088301A1 (en) * 2002-10-31 2004-05-06 Mallik Mahalingam Snapshot of a file system
US6959313B2 (en) * 2003-07-08 2005-10-25 Pillar Data Systems, Inc. Snapshots of file systems in data storage systems
JP4321705B2 (en) * 2003-07-29 2009-08-26 株式会社日立製作所 Apparatus and storage system for controlling acquisition of snapshot

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030097454A1 (en) * 2001-11-02 2003-05-22 Nec Corporation Switching method and switch device
US20050021564A1 (en) * 2002-01-21 2005-01-27 Andrzej Szajdecki System for storing data and method for recording data
US20030182301A1 (en) * 2002-03-19 2003-09-25 Hugo Patterson System and method for managing a plurality of snapshots
US20030220985A1 (en) * 2002-05-24 2003-11-27 Hitachi,Ltd. System and method for virtualizing network storages into a single file system view
US6996582B2 (en) * 2002-10-03 2006-02-07 Hewlett-Packard Development Company, L.P. Virtual storage systems and virtual storage system operational methods
US20040107222A1 (en) * 2002-12-03 2004-06-03 Dinesh Venkatesh Client-server protocol for directory access of snapshot file systems in a storage system
US7236987B1 (en) * 2003-02-28 2007-06-26 Sun Microsystems Inc. Systems and methods for providing a storage virtualization environment
US20040220971A1 (en) * 2003-04-29 2004-11-04 Brocade Communications Systems, Inc. Fibre channel fabric snapshot service
US20040254962A1 (en) * 2003-06-12 2004-12-16 Shoji Kodama Data replication for enterprise applications
US20050071390A1 (en) * 2003-09-30 2005-03-31 Livevault Corporation Systems and methods for backing up data files
US20060053333A1 (en) * 2004-09-07 2006-03-09 Emc Corporation Systems and methods for backing up data

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8312046B1 (en) 2007-02-28 2012-11-13 Netapp, Inc. System and method for enabling a data container to appear in a plurality of locations in a super-namespace
US8412896B1 (en) * 2007-04-27 2013-04-02 Netapp, Inc. Method and system for transparent restore of junction file types
US8954544B2 (en) 2010-09-30 2015-02-10 Axcient, Inc. Cloud-based virtual machines and offices
US20140032498A1 (en) * 2010-09-30 2014-01-30 Eric Lalonde Systems, methods, and media for synthesizing views of file system backups
US8886611B2 (en) 2010-09-30 2014-11-11 Axcient, Inc. Systems and methods for restoring a file
US8924360B1 (en) 2010-09-30 2014-12-30 Axcient, Inc. Systems and methods for restoring a file
US9104621B1 (en) 2010-09-30 2015-08-11 Axcient, Inc. Systems and methods for restoring a file
US9213607B2 (en) * 2010-09-30 2015-12-15 Axcient, Inc. Systems, methods, and media for synthesizing views of file system backups
US10284437B2 (en) 2010-09-30 2019-05-07 Efolder, Inc. Cloud-based virtual machines and offices
US9559903B2 (en) 2010-09-30 2017-01-31 Axcient, Inc. Cloud-based virtual machines and offices
US9235474B1 (en) 2011-02-17 2016-01-12 Axcient, Inc. Systems and methods for maintaining a virtual failover volume of a target computing system
US8589350B1 (en) * 2012-04-02 2013-11-19 Axcient, Inc. Systems, methods, and media for synthesizing views of file system backups
US9785647B1 (en) 2012-10-02 2017-10-10 Axcient, Inc. File system virtualization
US9852140B1 (en) 2012-11-07 2017-12-26 Axcient, Inc. Efficient file replication
US11169714B1 (en) 2012-11-07 2021-11-09 Efolder, Inc. Efficient file replication
US9397907B1 (en) 2013-03-07 2016-07-19 Axcient, Inc. Protection status determinations for computing devices
US9998344B2 (en) 2013-03-07 2018-06-12 Efolder, Inc. Protection status determinations for computing devices
US10003646B1 (en) 2013-03-07 2018-06-19 Efolder, Inc. Protection status determinations for computing devices
US9292153B1 (en) 2013-03-07 2016-03-22 Axcient, Inc. Systems and methods for providing efficient and focused visualization of data
US9705730B1 (en) 2013-05-07 2017-07-11 Axcient, Inc. Cloud storage using Merkle trees
US10599533B2 (en) 2013-05-07 2020-03-24 Efolder, Inc. Cloud storage using merkle trees

Also Published As

Publication number Publication date
CN1755640A (en) 2006-04-05
CN101221521A (en) 2008-07-16
JP4325524B2 (en) 2009-09-02
CN100369002C (en) 2008-02-13
CN101221521B (en) 2010-06-09
JP2006099406A (en) 2006-04-13
US20060080370A1 (en) 2006-04-13
US20080162608A1 (en) 2008-07-03
US8346826B2 (en) 2013-01-01
CN101231603A (en) 2008-07-30

Similar Documents

Publication Publication Date Title
US8346826B2 (en) Switch device, system, backup method and computer program
US8375002B2 (en) Storage system, NAS server and snapshot acquisition method
US9235479B1 (en) Distributed file system having separate data and metadata and providing a consistent snapshot thereof
US8706833B1 (en) Data storage server having common replication architecture for multiple storage object types
US7650341B1 (en) Data backup/recovery
US8762344B2 (en) Method for managing information processing system and data management computer system
JP4336129B2 (en) System and method for managing multiple snapshots
US8688645B2 (en) Incremental restore of data between storage systems having dissimilar storage operating systems associated therewith
US7966293B1 (en) System and method for indexing a backup using persistent consistency point images
US7769722B1 (en) Replication and restoration of multiple data storage object types in a data network
JP5260536B2 (en) Primary cluster fast recovery
US20050216788A1 (en) Fast backup storage and fast recovery of data (FBSRD)
US20080027998A1 (en) Method and apparatus of continuous data protection for NAS
US7702869B1 (en) System and method for verifying the consistency of mirrored data sets
US20070038887A1 (en) Remote disaster recovery and data migration using virtual appliance migration
JP2007334877A (en) System and method for managing consistency among volumes in continuous data protection environment
JP2015525419A (en) Advanced data management virtualization system
EA005000B1 (en) Virtual tape storage system and method
US7290100B2 (en) Computer system for managing data transfer between storage sub-systems
US7437360B1 (en) System and method for communication and synchronization of application-level dependencies and ownership of persistent consistency point images
JP4712873B2 (en) Creating a single client snapshot using the client utility

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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