EP1618500A2 - Transparente dateimigration unter verwendung einer namenraumduplikation - Google Patents

Transparente dateimigration unter verwendung einer namenraumduplikation

Info

Publication number
EP1618500A2
EP1618500A2 EP04750678A EP04750678A EP1618500A2 EP 1618500 A2 EP1618500 A2 EP 1618500A2 EP 04750678 A EP04750678 A EP 04750678A EP 04750678 A EP04750678 A EP 04750678A EP 1618500 A2 EP1618500 A2 EP 1618500A2
Authority
EP
European Patent Office
Prior art keywords
file
nas
location
file server
switch
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.)
Ceased
Application number
EP04750678A
Other languages
English (en)
French (fr)
Other versions
EP1618500A4 (de
Inventor
Thomas K. Wong
Panagiotis Tsirigotis
Anand Iyengar
Rajeev Chawla
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.)
NeoPath Networks Inc
Original Assignee
NeoPath Networks Inc
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
Priority claimed from US10/831,701 external-priority patent/US7587422B2/en
Priority claimed from US10/831,376 external-priority patent/US7346664B2/en
Application filed by NeoPath Networks Inc filed Critical NeoPath Networks Inc
Publication of EP1618500A2 publication Critical patent/EP1618500A2/de
Publication of EP1618500A4 publication Critical patent/EP1618500A4/de
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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/119Details of migration of file systems
    • 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/184Distributed file systems implemented as replicated file system
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • Namespace Replication by Thomas K. Wong et al.; and is related to U.S. Patent Application No. [attorney docket #23313-07962], filed on [date even herewith], entitled “Transparent File Replication Using Namespace Replication,” by Thomas K. Wong et al., each of which applications are herein incorporated by reference in their entirety.
  • This invention relates generally to storage networks and, more specifically, to a network device that uses namespace replication to migrate files between file servers in a decentralized storage network.
  • NAS Network Attached Storage
  • NAS file servers connected directly to the network provide an inexpensive and easily configurable solution for a storage network.
  • These NAS file servers are self-sufficient because they contain file systems that allow interoperability with clients running any operating system and communication using open protocols.
  • NFS Network File System
  • CLFS Common Internet File System
  • NAS file servers provide true universal file access.
  • SAN Storage Area Network
  • a SAN file system is part of the operating system or an application running on the client.
  • heterogeneous client operating systems may require additional copies of each file to be stored on the storage network to ensure compatibility on the SAN file server.
  • communication between file servers on a SAN use proprietary protocols and thus are typically provided by a common vendor.
  • NAS file servers are preferred when price and ease of use are major considerations.
  • the benefits of NAS storage networks over SAN storage networks also have drawbacks.
  • each client must maintain communication channels between each of the NFS file servers separately.
  • NAS file servers are either added or removed from the storage network, each client must mount or unmount directories for the associated storage resources as appropriate. This is particularly inefficient when there are changes in hardware, but not in the particular files available on the network, such as when a failing NAS file server is swapped out for an identically configured back-up NAS file server.
  • a related drawback is that a client must be reconfigured each time a file is relocated within the storage network, such as during file migration or file replication.
  • the client generates a NAS file handle that identifies a physical location of the directory or file object on the file server.
  • the client sends an object access request directly to the NAS file server.
  • subsequent requests for access to the file require a new look-up to locate the file and generate a new NAS file handle.
  • NAS file servers are inaccessible during large data transfer operations such as file migrations and replications. Such data transfers typically occur during non-business hours to reduce consequential downtime. However, ever-larger storage capacities increase the amount of time necessary for data transfers. Additionally, many enterprises and applications have a need for data that is always available.
  • the present invention meets these needs by providing file migrations in a decentralized storage network that are transparent to a client.
  • a NAS switch in the data path of a client and NAS file servers, reliably coordinates file migration of a source file server to a destination file server using namespace replication to track new file locations. Additionally, the NAS switch maintains data availability during time-consuming data transfers.
  • An embodiment of a system configured according to the present invention comprises the NAS switch in communication with the client on a front-end of the storage network, and both a source file server and a destination file server on a back-end.
  • the NAS switch associates NAS file handles (e.g., CTFS file handles or NFS file handles) received from the source and destination file servers with switch file handles that are independent of a location.
  • the NAS switch then exports switch file handles to the client.
  • the NAS switch substitutes switch file handles with appropriate NAS file handles for submission to the appropriate NAS file server.
  • the NAS switch further comprises a migration module to coordinate the migration of source files at locations on the source file server to destination files at locations on the destination file server.
  • the migration module separately performs namespace replication and data replication. Namespace replication copies the namespace of the directory hierarchy on the source file server to the destination file server. Namespace replication can also include the use of stored file handles as pointers from the source file server to files migrated to the destination file server, or as pointers from the destination file server to files yet to be migrated from the source file server.
  • the migration module migrates the data and swaps stored file handles
  • the migration module updates a file migration table upon successful migration of an object. Accordingly, the migration module enters the location of the object on the source file server and the location of the object on the destination file server.
  • the NAS switch searches the file migration table according to the switch file handle. If a there is a match, the NAS switch sends the object access request to the location on the destination file server. Otherwise, the NAS switch sends the object access request to the location on the source file server.
  • the migration module provides migration services to decentralized file servers and file servers that do not otherwise natively support migration. [0013] In still another embodiment, during migration, the migration module duplicates namespace access requests to both the namespace on the source file server and the replicated namespace on the destination file server.
  • FIG. 1 is a high-level block diagram illustrating a storage network system according to one embodiment of the present invention.
  • FIG. 2 is a block diagram illustrating a NAS switch according to one embodiment of the present invention.
  • FIG. 3 is a high-level flow chart illustrating a method of providing transparent file migration in a NAS storage network according to one embodiment of the present invention..
  • FIG. 4 is a flow chart illustration a method of associating original NAS file handles with switch file handles according to one embodiment of the present invention.
  • FIG. 5 is a flow chart illustrating a method of performing file migration using namespace replication according to one embodiment of the present invention.
  • FIG. 6 is a flow chart illustrating a method of replicating a directory hierarchy of a source file server according to one embodiment of the present invention.
  • FIG. 7 is a flow chart illustrating a method of committing namespace replication according to one embodiment of the present invention.
  • FIG. 8 is a flow chart illustrating a method of copying data according to one embodiment of the present invention.
  • FIG. 9 is a flow chart illustrating a method of committing data migration according to one embodiment of the present invention.
  • FIG. 10 is a flow chart illustrating a method of redirecting NAS requests concerning migrated objects according to one embodiment of the present invention.
  • the present invention provides file migrations in a storage network that are transparent to the clients.
  • a NAS (Network Attached Storage) switch in the data path of a client and NAS file servers on the storage network uses namespace replication to coordinate file migration between decentralized servers while maintaining data availability to a client.
  • Example computing devices include enterprise servers, application servers, workstations, personal computers, network computers, network appliances, personal digital assistants, game consoles, televisions, , set-top boxes, premises automation equipment, point-of-sale terminals, automobiles, and personal communications devices.
  • the program instructions can be distributed on a computer readable medium, storage volume, or the Internet.
  • Program instructions can be in any appropriate form, such as source code, object code, or scripts.
  • FIG. 1 is a high-level block diagram illustrating a storage network system 100 according to one embodiment of the present invention.
  • the system 100 comprises a NAS switch 110 and a client 140 coupled to a network 195.
  • the NAS switch 110, a source file server 120, and a destination file server 130, are each coupled in communication through a subnetwork 196.
  • the system 100 components are implemented in, for example, a personal computer with an x86-type processor executing an operating system and/or an application program, a workstation, a specialized NAS device with an optimized operating system and/or application program, a modified server blade, etc.
  • the storage network 175 comprises a NAS using protocols such as NFS and CLFS.
  • the storage network 175 comprises a combination of NAS, SAN, and other types of storage networks.
  • the storage network 175 comprises a decentralized standard or proprietary storage system other than NAS.
  • the NAS switch 110 provides continuous transparency to the client 140 with respect to object management. Specifically, the NAS switch can off-load tasks related to physical configurations, object management, object migration, object replication, efficient storage and/or other services on the storage network 175.
  • the NAS switch 110 emulates file server processes to the client 140 and emulates client processes to the file servers 120, 130. Accordingly, the client 140 is unaware of the NAS switch 110 since the NAS switch 110 is able to redirect NAS requests intended for the source file server 120 to appropriate locations on the destination file server 130. Thus, the client 140 submits object requests, such as file writes and directory reads, directly to the NAS switch 110.
  • the file servers 120, 130 are unaware of the NAS switch 110 since the NAS switch 110 is able to resubmit requests, contained in server file handles, as if they originated from the client 140. To do so, the NAS switch 110 can use mapping, translating, bridging, packet forwarding, other network interface functionality, and other control processes to perform file handle switching, thereby relieving the client 140 of the need to track changes in a file's physical location.
  • the NAS switch 110 comprises a client module 112 and a file server module 114 to facilitate communications and file handle switching.
  • the client module 112 receives exported file system directories from the file servers 120, 130 containing NAS switch handles.
  • the client module 112 maps the file system directories to internal switch file systems which it sends to the client 140.
  • the client 140 traverses an exported switch file system and selects a switch file handle which it sends to the NAS switch 110 along with a requested operation.
  • the file server module 114 coordinates migration processes.
  • the file server module 114 initiates tasks that are passively performed by the source and destination file server 120, 130, which may not have native migration capabilities.
  • the file server module 114 replicates a namespace containing the data to be migrated from the source file server 120 to the destination file server 130, and then replicates associated data.
  • the file server module 114 redirects namespace and file object accesses request by the client 140 to appropriate locations. Thus, data transfer services remain available to the client 140.
  • the file server module 114 also tracks reconfigurations resulting from migration, replication and other object relocation processes (e.g. adding or removing file server capacity) with a nested system of tables, or information otherwise linked to the switch file systems.
  • the switch file handles are static as they are persistent through the relocation processes, but the associated NAS file handles can be dynamic as they are selected depending upon an object's current location.
  • the file server module 114 maintains a file handle migration table and a file handle replication table corresponding to each file system that maps NAS file handles of migrated and replicated objects to locations on the storage network 175. Further embodiments of the file server module 114 are described with respect to FIG. 2.
  • the client module 112 associates 310 a NAS file handle with a switch file handle as described below with respect to FIG. 4. This enables the NAS switch 110 to act as an intermediary between the client 140 and the file servers 120, 130.
  • the client 140 submits NAS requests using switch file handles as if the NAS switch 110 were a file server 120, 130, and, in turn, the file servers 120, 130 process NAS file handles from the NAS switch 110 as if they were submitted by the client 140.
  • NAS file handles uniquely identify objects, such as a directory file server, on the file servers 120, 130, such as a directory or file, as long as that object exists.
  • NAS file handles are file server specific, and are valid only to the file servers 120, 130 that issued the file handles.
  • the process of obtaining a file handle from a file name is called a look-up.
  • the NAS file handle may be formatted according to protocols such as NFS or CLFS as discussed in further detail below, e.g., with reference to Tables 1A and IB.
  • a switch file handle identifies a directory or file object independent of location, making it persistent through file replications, migrations, and other data transfers.
  • the switch file handle can be a modified NAS file handle that refers to an internal system within the NAS switch 110 rather than the source file server 120. This enables the NAS switch 110 in mapping persistent file handles to a choice of alternative NAS file handles.
  • An original NAS file handle refers to an initial object location on the source file server 120.
  • a stored NAS file handle refers to a NAS file handle, stored as an object on the file servers 120, 130, which points to an alternative file location.
  • Object access requests handled by the NAS switch 110 include, for example, directory and/or file reads, writes, creation, deletion, moving, and copying.
  • a namespace access refers to an operation accessing or modifying the namespace such as look-up, rename, delete, or create.
  • a file access refers to an operation accessing or modifying files such as read or write.
  • An object can refer to a directory object or a file object. Directory objects can further comprise sub-directories and file objects within directory.
  • NAS switch 110 As used herein, various terms are used synonymously to refer to a location of an object prior to migration (e.g., “primary”; “source”; “original”; and “first”) and various terms are used to refer to a location of the same object after migration (e.g., “replica”; “destination”; “substitute”; and “second”). Further embodiments of the NAS switch 110 and methods operating therein are described below.
  • the client 140 accesses resources on the file servers 120, 130 by submitting a switch file handle to the NAS switch 110, intended for the source file server 120. To find the switch handle, the client 140 first mounts an exported switch file system containing switch file handles. The client 140 looks-up an object to obtain its file handle and submits an associated request. From the perspective of the client 140, transactions are carried out by the file servers 120, 130 having object locations that do not change. Thus, the client 140 interacts with the
  • NAS switch 110 before and after a file replication in the same manner.
  • a user of the client 140 can submit operations through a command line interface, a windows environment, a software application, or otherwise.
  • the NAS switch 110 further provides access to a storage network 175 other than a NAS storage network.
  • the source file server 120 is the default or original network file server for the client 140 before file migration.
  • the source file server 120 further comprises source objects 125, which include namespace directories and files such as enterprise data, records, database information, applications, and the like.
  • the source file server 120 can store a table of migrated directories maintained by the NAS switch 110 that correlate results from namespace migration.
  • the source file server 120 can store a file handle migration table, maintained by the NAS switch 110, denoting each migrated directory and file object.
  • the source file server 120 comprises, for example, a personal computer using an x86-type processor with an operating system and/or an application, a workstation, a specialized NAS device with an optimized operating system and/or application, a modified server blade, etc.
  • the destination file server 130 becomes the primary network file server used by the NAS switch 110 after file migration.
  • the destination file server 130 further comprises destination objects 135, which include the replicated namespace directories and source files.
  • the destination file server 130 can comprise the same hardware and/or software as described with reference to the source file server 120.
  • the source and destination file servers 120, 130 are preferably NAS file server, but can also be file servers using other decentralized protocols that do not inherently support file migration. Further embodiments of the source and destination file servers 120, 130 and related methods are described below.
  • the network 195 facilitates data transfers between connected hosts (e.g., 110,
  • the connections to the network 195 may be wired and/or wireless, packet and/or circuit switched, and use network protocols such as TCP/IP (Transmission Control Protocol/Internet Protocol), IEEE (Institute of Electrical and Electronics Engineers) 802.11, IEEE 802.3 (i.e., Ethernet), ATM (Asynchronous Transfer Mode), or the like.
  • the network, 195 comprises, for example, a LAN (Local Area Network), WAN (Wide Area Network), the Internet, and the like.
  • the NAS switch 110 acts as a gateway between the client 140, connected to the Internet, and the directory file server 120, and the shadow file servers 130, connected to a LAN.
  • the sub-network 196 is preferably a local area network providing optimal response time to the NAS switch 110. In one embodiment, the sub-network 196 is integrated into the network 195.
  • FIG. 2 is a block diagram illustrating the file server module 112 according to one embodiment of the present invention.
  • the file server module 114 comprises a file server interface 210, a migration module 220, and a redirection module 230.
  • the file server interface 210 manages operations before migration
  • the migration module 220 maintains data availability during migration
  • the redirection module 230 provides transparency to the client 140 after migration.
  • modules are merely exemplary groupings of functionality.
  • the file server interface 210 Prior to file migration, receives a switch file handle with a request from the client 140 which it uses to find an original NAS file handle.
  • the file server interface 210 submits the original NAS file handle with the request to the source file server 120. If the object has yet to change locations in the storage network 175, the file server interface 210 uses the original NAS file handle.
  • the file server interface 210 can submit the switch file handle to the migration module 220 to determine if the object is part of a data migration. Also, the file server interface 220 can submit the switch file handle to the redirection module 230 to determine if the object has completed data migration.
  • a migration module 220 in the NAS switch 110 coordinates migration from the source file server 120 to the destination file server 130 using namespace replication.
  • Namespace replication copies directory metadata of the source file server 120 separately from the data itself.
  • the migration module 220 walks through the directories to copy data, it updates a file handle migration table that indicates whether an object has been migrated, and if so, where the object has been migrated. Because the namespace replication is many times faster than the data migration, directory services remain available even while the data migration occurs.
  • the file handle migration table provides a current list of which objects have been migrated so that the NAS switch 110 is able to provide nearly continuous data availability, hi one embodiment, the NAS switch can reconstruct the file handle migration table in response to, for example, a device crash or data corruption.
  • the redirection module 230 looks-up switch file handles received from the client 140 in the file handle migration table. IF an object has been migrated, the redirection module outputs a destination NAS file handle corresponding to a location on the destination file server 130.
  • FIG. 3 is a high-level flow chart illustrating a method 300 of providing transparent file migration in a NAS storage network according to one embodiment of the present invention.
  • the client module 112 associates 310 an original NAS file handle with a switch file handle as described below with respect to FIG. 4. This enables the NAS switch 110 to act as an intermediary between the client 140 and the file servers 120, 130.
  • the client 140 submits NAS requests using switch file handles as if the NAS switch 110 were a file server 120, 130, and, in turn, the file servers 120, 130 process NAS file handles from the NAS switch 110 as if they were submitted by the client 140.
  • the migration module 220 performs 320 file migration using namespace replication as described below with respect to FIGS. 5-9. By separating directory replication from data replication, the migration module 220 is able to maintain availability and data integrity between the file servers 120, 130.
  • the redirection module 230 redirects 330 NAS requests concerning migrated files as described below with respect to FIG. 10. Because the NAS switch 110 coordinates and stores elements involved in migration, the client 140 continues referring to objects stored in alternative locations with the same switch file handle used prior to replication. On the back end, however, many changes can occur. For example, file migration relocates the source objects 125 from the source file server 120 to the destination file server 120.
  • FIG. 4 is a flow chart illustration the method 310 of associating a NAS file handle with a switch file handle according to one embodiment of the present invention.
  • the NAS switch 110 mounts 410 an exported directory of file systems from the primary server 120. in general, the file system organizes objects on the file servers 120, 130 into a directory hierarchy of NAS file handles.
  • the NAS switch 110 receives exported directories from associated source file servers 120 and, in turn, sends exported directories to associated clients 140.
  • the client module 112 generates 420 switch file handles independent of object locations in the primary file server 120.
  • the client module 112 organizes exported file systems from the file server 120 by replacing file system or tree identifiers with a switch file system number as shown below in Tables 2 A and 2B.
  • the client module 112 exports 430 the switch file system to the client 140 to use in requesting operations.
  • the NAS switch 110 receives the NAS request and searches replicated file handles and/or replicated namespaces using the NAS file handle.
  • the file server interface 210 checks entries of nested tables maintained by the synchronization module 230.
  • the file server interface 210 generates a NAS file handle from the switch file handle based on an object location.
  • An example of the contents of an NFS and CIFS file handle are shown in Tables 1A IB, while an example of switch file handles or modified NFS and CIFS file handles are shown in Tables 2A and 2B:
  • FIG. 5 is a flow chart illustrating the method 220 of performing file migration using namespace replication according to one embodiment of the present invention.
  • the migration module 220 replicates 510 a directory hierarchy of the source file server 120 as described below with respect to FIGS. 6-7.
  • an object access request such as a directory operation is received from the client 140, it is sent to both the first and destination file servers 120, 130 to maintain consistency between the namespace and replicated namespace.
  • a directory can thus be created or deleted during the file migration process whereas in the systems of the prior art, the directory would be locked so that such operations would not be possible.
  • the migration module 220 resubmits 530 the request to update the replicated namespace.
  • the replicated namespace is stored on the destination file server 130.
  • operations such as a create directory, create file, delete, directory, delete file, and the like affect the source namespace, that same modification is made to the replicated namespace.
  • the migration module 220 copies 550 data from the source file server 120 to the destination file server 130.
  • FIG. 6 is a flow chart illustrating the method 510 of replicating a directory hierarchy from the source file server 120 to the destination file server 130 according to one embodiment of the present invention.
  • the reproduction module 220 selects 610 a current source directory from the directory hierarchy of the source file server 120 and the current destination directory from the destination file server 130.
  • the migration module 220 adds 620 a mapping entry in a replication table with switch file handles related to the source and destination locations.
  • the migration module 220 selects 630 a current object from a listing of file and directory objects in the current source directory.
  • the migration module 220 creates 650 a directory in the destination file server 130 with the same name as the current directory in the primary file server 120.
  • the reproduction module 220 creates 645 a file with a stored file handle for the object from the file handle in the current destination directory.
  • the stored file handle is similar to the switch file handle.
  • the stored file handle is a predetermined size so that the NAS switch 110 can determine whether a file contains a stored file handle merely by inspecting the file's size.
  • An exemplary stored file format is shown in Table 3:
  • the migration module 220 adds 655 a mapping entry in a replicated file list with source and destination switch file handles.
  • the reproduction module 220 commits 690 the namespace replication. However, if there are more objects to be processed 660, the migration module 220 continues the process from selecting 630 objects. If there was an error in the directory or file creation 670, the reproduction module 220 deletes 675 the destination directory, and repeats the process from adding 620 mapping entries. Also, if there are more directories to process 680, the first file server 120 returns to selecting 510 primary directories.
  • the migration module 220 commits 690 the namespace as shown in FIG. 7.
  • FIG. 7 is a flow chart illustrating the method 590 of committing the namespace replication according to one embodiment of the present invention.
  • the migration module 220 adds 710 an entry to the migrated directory table. As a result, future object access requests will be directed to the destination file server 130 rather than the source file server 110.
  • the source file server 120 deletes 720 the replication table since it is no longer needed.
  • FIG. 8 is a flow chart illustrating the method 420 of copying data according to one embodiment of the present invention.
  • the NAS switch 110 selects 810 a current entry in the migrated file list.
  • the source file server 120 copies 820 the data of the source objects 125 to the destination objects 135 in the destination file server 130.
  • FIG. 9 is a flow chart illustrating the method 840 of committing data migration according to one embodiment of the present invention.
  • the migration module 220 locks 910 the source file to prevent further access to the file.
  • the migration module 220 replaces 920 the contents of the source file with a stored file handle indicating the new location on the destination file server 130.
  • the migration module 220 marks 930 the current entry in the migrated file list as done, and enters 840 the source and destination file handles indicative of the locations on the source and destination file servers 120, 130 in the file handle migration table.
  • the migration module 220 resumes 950 access to the source file.
  • the migration module 220 reconstructs the migration module
  • the migration module 220 due to, for example, a device crash or data corruption. To do so, the migration module 220 walks through the namespace of the source file server 120. Since the stored file handles have a consistent size, the migration module 220 can quickly recognize stored file handles and retrieve pointer information. This association is added to entries in a reconstructed file handle migration table.
  • the destination file server 110 detects an error by comparing the file size before migration to the file size after migration.
  • FIG. 10 is a flow chart illustrating the method 330 of redirecting NAS requests concerning migrated objects according to one embodiment of the present invention.
  • the NAS switch 110 locates 1010 a file system ID in the file systems table from the switch file handle.
  • the NAS switch 110 next locates 1020 the file handle migration table from the file system ID.
  • the NAS switch 110 forwards the client request using the source or original NAS file handle. If the file has migrated 1030, the NAS switch 110 retrieves the destination NAS file handle from the file handle migration table in the source file server
EP04750678A 2003-04-24 2004-04-26 Transparente dateimigration unter verwendung einer namenraumduplikation Ceased EP1618500A4 (de)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US46557803P 2003-04-24 2003-04-24
US46557903P 2003-04-24 2003-04-24
US10/831,701 US7587422B2 (en) 2003-04-24 2004-04-23 Transparent file replication using namespace replication
US10/831,376 US7346664B2 (en) 2003-04-24 2004-04-23 Transparent file migration using namespace replication
PCT/US2004/012847 WO2004097572A2 (en) 2003-04-24 2004-04-26 Transparent file migration using namespace replication

Publications (2)

Publication Number Publication Date
EP1618500A2 true EP1618500A2 (de) 2006-01-25
EP1618500A4 EP1618500A4 (de) 2009-01-07

Family

ID=33425572

Family Applications (1)

Application Number Title Priority Date Filing Date
EP04750678A Ceased EP1618500A4 (de) 2003-04-24 2004-04-26 Transparente dateimigration unter verwendung einer namenraumduplikation

Country Status (3)

Country Link
EP (1) EP1618500A4 (de)
JP (1) JP4588024B2 (de)
WO (2) WO2004097572A2 (de)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004097624A1 (en) 2003-04-24 2004-11-11 Neopath Networks, Inc. Large file support for a network file server
US7346664B2 (en) 2003-04-24 2008-03-18 Neopath Networks, Inc. Transparent file migration using namespace replication
US7587422B2 (en) 2003-04-24 2009-09-08 Neopath Networks, Inc. Transparent file replication using namespace replication
US8539081B2 (en) 2003-09-15 2013-09-17 Neopath Networks, Inc. Enabling proxy services using referral mechanisms
US7720796B2 (en) 2004-04-23 2010-05-18 Neopath Networks, Inc. Directory and file mirroring for migration, snapshot, and replication
US8195627B2 (en) 2004-04-23 2012-06-05 Neopath Networks, Inc. Storage policy monitoring for a storage network
US8190741B2 (en) 2004-04-23 2012-05-29 Neopath Networks, Inc. Customizing a namespace in a decentralized storage environment
JP4451293B2 (ja) 2004-12-10 2010-04-14 株式会社日立製作所 名前空間を共有するクラスタ構成のネットワークストレージシステム及びその制御方法
DE102005013502A1 (de) * 2005-03-23 2006-09-28 Fujitsu Siemens Computers Gmbh Verfahren zum Entfernen eines Massenspeichersystems aus einem Rechnerverbund sowie Computerprogramm-Produkt und Rechnerverbund zur Durchführung des Verfahrens
EP1900189B1 (de) 2005-06-29 2018-04-18 Cisco Technology, Inc. Paralleles dateisystemtraversal zur transparenten spiegelung von verzeichnissen und dateien
US8131689B2 (en) 2005-09-30 2012-03-06 Panagiotis Tsirigotis Accumulating access frequency and file attributes for supporting policy based storage management
US7716420B2 (en) 2006-04-28 2010-05-11 Network Appliance, Inc. Methods of converting traditional volumes into flexible volumes
JP4288525B2 (ja) 2007-02-16 2009-07-01 日本電気株式会社 ファイル共有システムおよびファイル共有方法
US9235595B2 (en) * 2009-10-02 2016-01-12 Symantec Corporation Storage replication systems and methods
JP2012008854A (ja) * 2010-06-25 2012-01-12 Hitachi Ltd ストレージ仮想化装置
JP6485352B2 (ja) * 2013-07-23 2019-03-20 株式会社アレスシステム 受信装置、方法、コンピュータプログラム
CN104407947B (zh) * 2014-10-29 2018-04-27 中国建设银行股份有限公司 主备nas切换方法及装置
JP6720744B2 (ja) 2016-07-15 2020-07-08 富士通株式会社 情報処理システム、情報処理装置、及び制御プログラム
CN109428942A (zh) * 2017-09-05 2019-03-05 南京南瑞继保电气有限公司 一种多现场文件服务系统及文件服务器跨现场同步方法
JP7347007B2 (ja) 2019-08-28 2023-09-20 富士フイルムビジネスイノベーション株式会社 情報処理装置、情報処理システム、及び情報処理プログラム

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0926585A2 (de) * 1997-12-24 1999-06-30 Hitachi, Ltd. Subsystem-Ersetzungsverfahren
EP1209556A2 (de) * 2000-10-26 2002-05-29 Microsoft Corporation Verfahren und System zur transparenten Erweiterung von einem nichtflüchtigen Speicher
US20020161855A1 (en) * 2000-12-05 2002-10-31 Olaf Manczak Symmetric shared file storage system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5689701A (en) * 1994-12-14 1997-11-18 International Business Machines Corporation System and method for providing compatibility between distributed file system namespaces and operating system pathname syntax
US5937406A (en) * 1997-01-31 1999-08-10 Informix Software, Inc. File system interface to a database
WO1999042934A2 (en) * 1998-02-20 1999-08-26 Storm Systems, Llc File system performance enhancement
JP2005502096A (ja) * 2001-01-11 2005-01-20 ゼット−フォース コミュニケイションズ インコーポレイテッド ファイルスイッチ及び交換ファイルシステム
US20030154236A1 (en) * 2002-01-22 2003-08-14 Shaul Dar Database Switch enabling a database area network
US7225204B2 (en) * 2002-03-19 2007-05-29 Network Appliance, Inc. System and method for asynchronous mirroring of snapshots at a destination using a purgatory directory and inode mapping
US6540337B1 (en) * 2002-07-26 2003-04-01 Hewlett-Packard Company Slotted substrates and methods and systems for forming same
US7284030B2 (en) * 2002-09-16 2007-10-16 Network Appliance, Inc. Apparatus and method for processing data in a network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0926585A2 (de) * 1997-12-24 1999-06-30 Hitachi, Ltd. Subsystem-Ersetzungsverfahren
EP1209556A2 (de) * 2000-10-26 2002-05-29 Microsoft Corporation Verfahren und System zur transparenten Erweiterung von einem nichtflüchtigen Speicher
US20020161855A1 (en) * 2000-12-05 2002-10-31 Olaf Manczak Symmetric shared file storage system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2004097572A2 *

Also Published As

Publication number Publication date
JP2006524873A (ja) 2006-11-02
WO2004097572A2 (en) 2004-11-11
EP1618500A4 (de) 2009-01-07
WO2004097572A3 (en) 2005-01-06
WO2004097686A1 (en) 2004-11-11
JP4588024B2 (ja) 2010-11-24

Similar Documents

Publication Publication Date Title
US7346664B2 (en) Transparent file migration using namespace replication
US7720796B2 (en) Directory and file mirroring for migration, snapshot, and replication
US7587422B2 (en) Transparent file replication using namespace replication
US7072917B2 (en) Extended storage capacity for a network file server
US8190741B2 (en) Customizing a namespace in a decentralized storage environment
US8195627B2 (en) Storage policy monitoring for a storage network
US7831641B2 (en) Large file support for a network file server
EP1805665B1 (de) Überwachung der speicherpolitik für ein speichernetzwerk
WO2004097572A2 (en) Transparent file migration using namespace replication
US7877511B1 (en) Method and apparatus for adaptive services networking
US6947940B2 (en) Uniform name space referrals with location independence
US8131689B2 (en) Accumulating access frequency and file attributes for supporting policy based storage management
US9930099B2 (en) Hybrid segment-oriented file server and WAN accelerator
US9323758B1 (en) Efficient migration of replicated files from a file server having a file de-duplication facility
US7475077B2 (en) System and method for emulating a virtual boundary of a file system for data management at a fileset granularity
US20150261801A1 (en) Method for handling large object files in an object storage system
US20070088669A1 (en) Method and apparatus for accessing information based on distributed file system (DFS) paths
US8429368B2 (en) Providing an administrative path for accessing a writeable master storage volume in a mirrored storage environment
WO2013173539A1 (en) Indirection objects in a cloud storage system
WO2007041456A2 (en) Accumulating access frequency and file attributes for supporting policy based storage management
WO2004097571A2 (en) Extended storage capacity for a network file server

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20051108

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL HR LT LV MK

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: NEOPATH NETWORKS, INC.

DAX Request for extension of the european patent (deleted)
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1086646

Country of ref document: HK

A4 Supplementary search report drawn up and despatched

Effective date: 20081204

17Q First examination report despatched

Effective date: 20090409

REG Reference to a national code

Ref country code: DE

Ref legal event code: R003

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20120130

REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1086646

Country of ref document: HK