EP1908261B1 - Client failure fencing mechanism for fencing network file system data in a host-cluster environment - Google Patents
Client failure fencing mechanism for fencing network file system data in a host-cluster environment Download PDFInfo
- Publication number
- EP1908261B1 EP1908261B1 EP06788193A EP06788193A EP1908261B1 EP 1908261 B1 EP1908261 B1 EP 1908261B1 EP 06788193 A EP06788193 A EP 06788193A EP 06788193 A EP06788193 A EP 06788193A EP 1908261 B1 EP1908261 B1 EP 1908261B1
- Authority
- EP
- European Patent Office
- Prior art keywords
- cluster
- storage system
- storage
- fencing
- network
- 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.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols 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]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0709—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0706—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
- G06F11/0727—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a storage system, e.g. in a DASD or network based storage system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/40—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass for recovering from a failure of a protocol instance or entity, e.g. service redundancy protocols, protocol state redundancy or protocol service redirection
Definitions
- This invention relates to data storage systems, and more particularly, to failure fencing in networked data storage systems.
- a storage system is a computer that provides storage service relating to the organization of information on writable persistent storage devices, such as memories, tapes or disks.
- the storage system is commonly deployed within a storage area network (SAN) or a networked storage environment.
- SAN storage area network
- the storage system may be embodied as a storage system including an operating system that implements a file system to logically organize the information as a hierarchical structure of directories and files on, e.g. the disks.
- Each "on-disk" file may be implemented as a set of data structures, e.g., disk blocks, configured to store information, such as the actual data for the file.
- a directory on the other hand, may be implemented as a specially formatted file in which information about other files and directories are stored.
- the client may comprise an application executing on a computer that "connects" to a storage system over a computer network, such as a point-to-point link, shared local area network, wide area network or virtual private network implemented over a public network, such as the Internet.
- NAS systems generally utilize file-based access protocols; therefore, each client may request the services of the storage system by issuing file system protocol messages (in the form of packets) to the file system over the network.
- file system protocols such as the conventional Common Internet File System (CIFS), the Network File System (NFS) and the Direct Access File System (DAFS) protocols, the utility of the storage system may be enhanced for networking clients.
- CIFS Common Internet File System
- NFS Network File System
- DAFS Direct Access File System
- a SAN is a high-speed network that enables establishment of direct connections between a storage system and its storage devices.
- the SAN may thus be viewed as an extension to a storage bus and, as such, an operating system of the storage system (a storage operating system, as hereinafter defined) enables access to stored information using block-based access protocols over the "extended bus.”
- the extended bus is typically embodied as Fibre Channel (FC) or Ethernet media (i.e., network) adapted to operate with block access protocols, such as Small Computer Systems Interface (SCSI) protocol encapsulation over FC or TCP/IP/Ethernet.
- FC Fibre Channel
- Ethernet media i.e., network
- SCSI Small Computer Systems Interface
- a SAN arrangement or deployment allows decoupling of storage from the storage system, such as an application server, and placing of that storage on a network.
- the SAN storage system typically manages specifically assigned storage resources.
- storage can be grouped (or pooled) into zones (e.g., through conventional logical unit number or "lun" zoning, masking and management techniques), the storage devices are still pre-assigned by a user that has administrative privileges, (e.g., a storage system administrator, as defined hereinafter) to the storage system.
- the storage system may operate in any type of configuration including a NAS arrangement, a SAN arrangement, or a hybrid storage system that incorporates both NAS and SAN aspects of storage.
- Access to disks by the storage system is governed by an associated "storage operating system,” which generally refers to the computer-executable code operable on a storage system that manages data access, and may implement file system semantics.
- the NetApp® Data ONTAPTM operating system available from Network Appliance, Inc., of Sunnyvale, California that implements the Write Anywhere File Layout (WAFLTM) file system is an example of such a storage operating system implemented as a microkernel.
- the storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows NT®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
- clients requesting services from applications whose data is stored on a storage system are typically served by coupled server nodes that are clustered into one or more groups. Examples of these node groups are Unix®-based host-clustering products.
- the nodes typically share access to the data stored on the storage system from a direct access storage/storage area network (DAS/SAN).
- DAS/SAN direct access storage/storage area network
- the absence of a heartbeat signal indicates to a node that there has been a failure of some kind.
- the absent heartbeat signal may be the result of interconnect failure.
- the nodes are not in communication with one another and, typically, only one node should be allowed access to the shared storage system.
- a node that is not properly functioning may need to have its access to the data of the storage system restricted.
- NFS network file system
- Document D1 discloses a fencing system wherein the cluster member detecting failure of one of the cluster member nodes establishes a telnet session to the switch, to which the failed cluster member node is connected and sends a message to the switch to disable port(s) to which the failed member node is connected.
- the present invention defines a method according to claim 1, a system according to claim 10 and a computer readable medium including program instructions according to claim 18. Specific embodiments are set forth in the dependent claims 2-9, 11-17 and 19-22.
- the present invention overcomes the disadvantages of the prior art by providing a clustered storage environment that includes a fencing mechanism that supports a file system protocol, such as the network file system (NFS) protocol, as a shared data source in the clustered environment.
- a plurality of nodes interconnected as a cluster is configured to utilize the storage services provided by an associated networked storage system.
- Each node in the cluster is an identically configured redundant node that may be utilized in the case of failover or for load balancing with respect to the other nodes in the cluster.
- the nodes are hereinafter referred to as a "cluster members.”
- Each cluster member is supervised and controlled by cluster software executing on one or more processors in the cluster member.
- a novel fencing program resides on each cluster member and implements program instructions for fencing operations for the clustered storage environment.
- the clusters are coupled with the associated storage system through an appropriate network such as a wide area network, a virtual private network implemented over a public network (Internet), or a shared local area network.
- an appropriate network such as a wide area network, a virtual private network implemented over a public network (Internet), or a shared local area network.
- the clients are typically configured to access information stored on the storage system as directories and files.
- the cluster members typically communicate with the storage system over a network by exchanging discreet frames or packets of data according to predefined protocols, such as the NFS over Transmission Control Protocol/Internet Protocol (TCP/IP).
- TCP/IP Transmission Control Protocol/Internet Protocol
- a change in cluster membership is detected by the cluster software and, in response, the fencing program is initiated.
- the fencing program generates host fencing application programming interface (API) messages that notify a NFS server of the storage system to instruct an export module to change access permission rights of one or more cluster members affected by the change (i.e., the "target" cluster members) such that write access by the target cluster members is restricted from certain data in the form of files, directories, or the storage system itself.
- API application programming interface
- Cluster membership can change when there is a failure of one or more of the cluster members, or upon the addition of a new cluster member, or upon a failure of the communication link between cluster members, for example.
- a change in cluster membership and thus the need for fencing, and/or unfencing is determined by the cluster softwware, which may in turn be controlled by a quorum device or other software arrangement controlling the cluster, all of which are hereinafter generally referred to as the cluster infrastructure.
- the fencing program when a fencing operation is to be performed, the fencing program, either by an administrator through a user interface, or automatically, generates and transmits an API message via a predetermined protocol, such as the HyperText Transfer Protocol ("HTTP"), over the network to the storage system.
- HTTP HyperText Transfer Protocol
- a member of the cluster is to be fenced off, one of the surviving cluster members transmits the API message using HTTP, which is received by a HTTP module of the storage system.
- the message is parsed and sent to an NFS subsystem of the storage system.
- the NFS server has associated therewith certain export lists that provide rules relating to access to the NFS data served by the storage system. More specifically, an access rule provides the authentication level required for read access, read/write access and/or administrative (root) access by a client identified by a particular network address. For example, when processing an incoming data access request directed to the storage system, a search is performed through an ordered export list of rules in a rule set to find a match between the network address of the client and a specific rule in the export list If no match is found, then the data access request is denied. If a match is found, then the matching rule indicates the permission rights that the particular client has, i.e., read-write access, or read-only access to the specified data container, which may be a file, a directory or a storage system.
- an access rule provides the authentication level required for read access, read/write access and/or administrative (root) access by a client identified by a particular network address. For example, when processing an incoming data access request directed to the storage system, a search
- the API message issued by the fencing program executing on the cluster member not affected by the change in cluster membership notifies the NFS server in the storage system that a modification must be made in one of the export lists such that a target cluster member, for example, cannot write to any of the disks in the storage system, thereby fencing off that member from that data.
- the fenced cluster member may continue to have read access so that when it comes back online, the fenced member can read relevant storage devices in the storage system to bring the node up to date with the current state of the data in the storage system. After the fencing is no longer needed i.e when the node becomes member of the cluster (either through administrative action or the cluster framework implementation), an "unfence" operation can be performed to allow access to the relevant data.
- Fig. 1 is a schematic block diagram of a storage environment 100 that includes a cluster 120 having cluster members 130a and 130b, each of which is an identically configured redundant node that utilizes the storage services of an associated storage system 200.
- the cluster 120 is depicted as a two-node cluster, however, the architecture of the environment 100 can vary from that shown while remaining within the scope of the present invention.
- Cluster members 130a and 130b comprise various functional components that cooperate to provide data from storage devices of the storage system 200 to a client 150.
- the cluster member 130a includes a plurality of ports that couple the member to the client 150 over a computer network 152.
- the cluster member 130b includes a plurality of ports that couple that member with the client 150 over a computer network 154.
- each cluster member 130 for example, has a second set of ports that connect the cluster member to the storage system 200 by way of a network 160.
- the cluster members 130a and 130b in the illustrative example, communicate over the network 160 using a Transmission Control Protocol/Internet Protocol (TCP/IP).
- TCP/IP Transmission Control Protocol/Internet Protocol
- the cluster member 130a In addition to the ports which couple the cluster member 130a to the client 150 and to the network 160, the cluster member 130a also has a number of program modules executing thereon. For example, cluster software 132a performs overall configuration, supervision and control of the operation of the cluster member 130a. An application 134a running on the cluster member 130a communicates with the cluster software to perform the specific function of the application running on the cluster member 130a. This application 134a may be, for example, an Oracle® database application. In accordance with an illustrative embodiment of the invention, the cluster member 130a also includes a fencing program 136a, as described in further detail hereinafter.
- a fencing program 136a as described in further detail hereinafter.
- cluster member 130b includes cluster software 132b which is in communication with an application program 134b.
- a fencing program 136b executes on the cluster member 130b.
- the cluster members 130a and 130b are illustratively coupled by a cluster interconnect 170.
- each of the cluster members 130a and 130b may optionally be directly attached to a quorum disk 172 which provides quorum services for the cluster 120 such that if a cluster member detects the absence of a notification, such as a heartbeat, from another cluster member, that cluster member will attempt to assert a claim by, for example, asserting a SCSI-3 persistent reservation, on the quorum device in order to have continued access to the storage device, as described previously herein.
- Fig. 2 is a more detailed schematic block diagram of the storage system 200 that is connected to the network 160 in order to serve data with respect to the cluster 120.
- the storage system 200 comprises one or more processors 222, a memory 224, a network adapter 225 and a storage adapter 228 interconnected by a system bus 223.
- the network adapter 225 comprises a plurality of ports adapted to couple the storage system 200 to the cluster 120 by way of the network 160.
- the storage system 200 also includes a storage operating system 300 that includes a virtualization system including a file system to logically organize the information as a hierarchical structure of named directory, file and virtual disk (vdisk) storage objects on disk drives 230.
- vdisk virtual disk
- the memory 224 comprises storage locations that are addressable by the processor and adapters for storing software program code and data structures, the latter containing information passed between disk drives and the network during normal runtime operations.
- the processor and adapters may comprise processing elements and/or logic circuitry configured to execute the software code and manipulate the data structures.
- the storage operating systems 200 portions of which are typically resident in memory and executed by the processing elements, functionally organizes the storage system by, inter alia, invoking storage operations in support of the storage service implemented by the system. It will be apparent to those skilled in the art that other processing and memory means, including various computer readable media, may be used for storing and executing program instructions pertaining to the invention described herein.
- vdisk is a special file type that is implemented by the virtualization system and translated into an emulated disk as viewed by the SAN clients. The storage system 200 thereafter makes these emulated disks accessible to SAN clients.
- the network adapter 225 couples the storage system 200 to a cluster, such as the cluster 120, over point-to-point links, wide area networks, virtual private networks implemented over a public network (Internet) or a shared local area network, as illustrated by the arrow 265.
- a cluster such as the cluster 120
- the clients are configured to access information stored on the storage system 200 as files.
- the cluster 120 communicates with the storage system over network 160 by exchanging discrete frames or packets of data according to pre-defined protocols, such as NFS over the TCP/IP protocol.
- the cluster 120 may include general-purpose computers configured to execute applications over a variety of operating systems, including the UNIX® and Microsoft® WindowsTM operating systems.
- Client systems generally utilize file-based access protocols when accessing information (in the form of files and directories) over a NAS-based network. Therefore, each client 150 may request the services of the storage system 200 by issuing file access protocol messages (in the form of packets) to the system over the network 160.
- file access protocol messages in the form of packets
- a cluster member 130a running the Windows operating system may communicate with the storage system 200 using the Common Internet File System (CIFS) protocol over TCP/IP.
- CIFS Common Internet File System
- a cluster member 130b running the UNIX operating system may communicate with the storage system using either the Network File System (NFS) protocol over TCP/IP or the Direct Access File System (DAFS) protocol over a virtual interface (VI) transport in accordance with a remote DMA (RDMA) protocol over TCP/IP.
- NFS Network File System
- DAFS Direct Access File System
- VI virtual interface
- RDMA remote DMA
- the storage adapter 228 cooperates with the storage operating system 300 executing on the storage system 200 to access information requested by the clients.
- the information may be stored in the disk drives 230 or other similar media adapted to store information.
- the storage adapter includes I/O interface circuitry that couples to the disks over an I/O interconnect arrangement, such as a conventional high-performance, FC serial link topology.
- the information is retrieved by the storage adapter and, if necessary, processed by the processor 222 (or the adapter 228 itself) prior to being forwarded over the system bus 223 to the network adapters 225 where the information is formatted into packets or messages and returned to the clients.
- Storage of information on the storage system 200 is preferably implemented as one or more storage volumes (e.g., VOL1-2 250) that comprise a cluster of physical storage disk drives 230, defining an overall logical arrangement of disk space.
- the disks within a volume are typically organized as one or more groups of Redundant Array of Independent (or Inexpensive ) Disks (RAID).
- RAID implementations enhance the reliability/integrity of data storage through the writing of data "stripes" across a given number of physical disks in the RAID group, and the appropriate storing of redundant information with respect to the striped data. The redundant information enables recovery of data lost when a storage device fails.
- each volume 250 is constructed from an array of physical disk drives 230 that are organized as RAID groups 240, 242, and 244.
- the physical disks of each RAID group include those disks configured to store striped data (D) and those configured to store parity (P) for the data, in accordance with an illustrative RAID 4 level configuration.
- RAID 4 level configuration e.g. RAID 5
- a minimum of one parity disk and one data disk may be employed.
- a typical implementation may include three data and one parity disk per RAID group and at least one RAID group per volume.
- the storage operating system 300 implements a write-anywhere file system that cooperates with virtualization modules to provide a system that "virtualizes" the storage space provided by the disk drives 230.
- the file system logically organizes the information as a hierarchical structure of named directory and file objects (hereinafter “directories” and “files") on the disks.
- directories and file objects
- Each "on-disk" file may be implemented as set of disk blocks configured to store information, such as data, whereas the directory may be implemented as a specially formatted file in which names and links to other files and directories are stored.
- the virtualization system which is described more fully with reference to Fig.
- NAS file-based
- SAN block-based
- the storage operating system is preferably the NetApp® Data ONTAPTM operating system that implements a Write Anywhere File Layout (WAFL®) file system.
- WAFL® Write Anywhere File Layout
- the term "storage operating system” generally refers to the computer-executable code operable on a computer that manages data access and may, in the case of a storage system, implement data access semantics, such as the Data ONTAP storage operating system.
- the storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows NT®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
- inventive technique described herein may apply to any type of special-purpose (e.g., storage serving appliance) or general-purpose computer, including a standalone computer or portion thereof, embodied as or including a storage system.
- teachings of this invention can be adapted to a variety of storage system architectures including, but not limited to, a network-attached storage environment, a storage area network and disk assembly directly-attached to a client or host computer.
- storage system should therefore be taken broadly to include such arrangements in addition to any subsystems configured to perform a storage function and associated with other equipment or system.
- Fig. 3 is a schematic block diagram of a storage operating system 300 that may be advantageously used with embodiments of the present invention.
- the storage operating system 300 comprises a series of software layers organized to form an integrated network protocol stack or, more generally, a multi-protocol engine that provides data paths for clients to access information stored on the storage system 200 using block and file access protocols.
- the protocol stack includes a media access layer 310 of network drivers (e.g., gigabit Ethernet drivers) that interfaces to network protocol layers, such as the IP layer 312 and its supporting transport mechanisms, the TCP layer 314.
- a file system protocol layer provides multi-protocol file access and, to that end, includes support for the NFS protocol 320, the CIFS protocol 322 and the Hypertext Transfer Protocol (HTTP) protocol 324.
- the NFS protocol layer 320 is illustratively embodied as an NFS server.
- An iSCSI driver layer 328 provides block protocol access over the TCP/IP network protocol layers, while a FC driver layer 330 operates with the network adapter to receive and transmit block access requests and responses to and from the storage system.
- the FC and iSCSI drivers provide FC-specific and iSCSI-specific access control to the luns (vdisks) and, thus, manage exports of vdisks to either iSCSI or FCP or, alternatively, to both iSCSI and FCP when accessing a single vdisk on the storage system.
- the storage operating system includes a disk storage layer 340 that implements a disk storage protocol, such as a RAID protocol, and a disk driver layer 350 that implements a disk access protocol such as, e.g., a SCSI protocol.
- the virtualization system 370 includes a file system 374 interacting with virtualization modules illustratively embodied as, e.g., vdisk module 376 and SCSI target module 378. It should be noted that the vdisk module 376, the file system 374 and SCSI target module 378 can be implemented in software, hardware, firmware, or a combination thereof.
- the vdisk module 376 communicates with the file system 374 to enable access by administrative interfaces in response to a storage system administrator issuing commands to the storage system 200.
- the vdisk module 376 manages SAN deployments by, among other things, implementing a comprehensive set of vdisk (lun) commands issued by the storage system administrator. These vdisk commands are converted to primitive file system operations ("primitives") that interact with the file system 374 and the SCSI target module 378 to implement the vdisks.
- primary primitive file system operations
- the SCSI target module 378 initiates emulation of a disk or lun by providing a mapping procedure that translates luns into the special vdisk file types.
- the SCSI target module is illustratively disposed between the FC and iSCSI drivers 330, 328 and the file system 374 to thereby provide a translation layer of the virtualization system 370 between the SAN block (lun) space and the file system space, where luns are represented as vdisks 376.
- the SCSI target module 378 has a set of APIs that are based on the SCSI protocol and that enable a consistent interface to both the iSCSI and FC drivers 328, 330, respectively.
- the file system 374 provides volume management capabilities for use in block-based access to the information stored on the storage devices, such as disks. That is, in addition to providing file system semantics, such as naming of storage objects, the file system 374 provides functions normally associated with a volume manager. These functions include (i) aggregation of the disks, (ii) aggregation of storage bandwidth of the disks, and (iii) reliability guarantees, such as mirroring and/or parity (RAID), to thereby present one or more storage objects layered on the file system.
- functions include (i) aggregation of the disks, (ii) aggregation of storage bandwidth of the disks, and (iii) reliability guarantees, such as mirroring and/or parity (RAID), to thereby present one or more storage objects layered on the file system.
- RAID mirroring and/or parity
- the file system 374 illustratively implements the WAFL® file system having an on-disk format representation that is block-based using, e.g., 4 kilobyte (KB) blocks and using inodes to describe files.
- the WAFL® file system uses files to store metadata describing the layout of its file system; these metadata files include, among others, an inode file.
- a file handle i.e., an identifier that includes an inode number, is used to retrieve an inode from disk.
- a description of the structure of the file system, including on-disk inodes and the inode file, is provided in commonly owned U.S. Patent No.
- the teachings of this invention can be employed in a hybrid system that includes several types of different storage environments such as the particular storage environment 100 of Fig. 1 .
- the invention can be used by a storage system administrator that deploys a system implementing and controlling a plurality of satellite storage environments that, in turn, deploy thousands of drives in multiple networks that are geographically dispersed.
- storage system should, therefore, be taken broadly to include such arrangements.
- the host-cluster environment includes a fencing mechanism that supports a file system protocol, such as NFS, as a shared data source in the clustered environment. More specifically, a plurality of nodes is interconnected as a cluster and is configured to utilize the storage services provided by an associated networked storage system. Each node in the cluster, referred to as a "cluster member,” is supervised and controlled by cluster software executing on one or more processors in the cluster member.
- a fencing program in addition to the cluster software, a fencing program resides on each cluster member and implements program instructions for fencing operations in the networked storage environment.
- a change in cluster membership is detected by the cluster software and, in response, the fencing program is initiated.
- the fencing program generates host fencing API messages that notify the NFS server on the storage system to instruct an export module to change access permission rights of one or more cluster members affected by the change (i.e., the "target" cluster members) such that write access by the target cluster members is restricted from certain data in the form of files, directories, or the storage system itself.
- Cluster membership can change when there is a failure of one or more of the cluster members, or upon the addition of a new cluster member, or upon a failure of the communication link between cluster members, for example.
- the cluster member is fenced off from the shared data or storage device to avoid any risk of spurious messages being sent by a failed or failing component. It is noted that for the purpose of clarity of illustration, the invention is described with reference to a two-node cluster embodiment. However, the invention is not limited to such a deployment and instead, the invention can be readily employed in a wide variety of clustered environments that include one or more clusters of greater than two nodes as well as multiple storage systems that may include one or more clusters of storage systems.
- the fencing technique of the present invention on the host cluster side is illustratively implemented in a software program embodied as fencing program 136a on the cluster member 130a, for example.
- the functionality of the fencing program 136 may be implemented as a module that is integrated with the clustering software 132 executing on each node.
- the fencing program transmits a host API message to the storage system when a fencing operation is to be performed.
- the host API message is illustratively sent as a TCP/IP packet utilizing the HTTP protocol.
- the packet is received by the storage system at media access layer 310, which processes the packet prior to passing it to IP layer 312 of the protocol stack.
- the IP portion of the packet is stripped and interpreted, and the remainder of the packet is passed to TCP layer 314.
- the TCP layer 314 parses the packet and interprets it as an HTTP message and, thus, passes the remaining portion of the packet to HTTP layer 324.
- the HTTP layer interprets the message and passes it to an Export Module within the NFS layer 320 (as described further with reference to Fig. 4 ) via a host fencing API interface 325.
- Fig. 4 depicts a schematic software process arrangement 400 embodying the NFS layer 320 that includes an NFS server 402 that communicates with an export module 404 (residing in the memory 224 of the storage system 200.)
- the export module 404 contains NFS export lists 406, 408 and 410, which are also referred to herein as "NFS exports.”
- the NFS export lists set forth permission rights regarding the read-write access and/or read-only access of cluster members (as identified by their respective IP addresses or hostnames) with respect to certain data in files and/or directories of the storage system. The restriction can also apply to an entire storage system.
- the storage system and in particular the Export Module 404, are initially configured to support the fencing program running on the cluster members.
- the details of the fencing procedure of the present invention on the storage system side are set forth in the above cited commonly-owned United States Patent Application 7,516,285, of Haynes, et al. , for AN API FOR FENCING CLUSTER HOSTS VIA EXPORT ACCESS RIGHTS, filed on even date herewith.
- export configuration module 420 specifies whether a cluster member has read-write access or read-only access with respect to particular directories or files.
- administrative (root) access can be granted to cluster members if desired in a particular application of the invention.
- the export list 502 is a list of cluster members that have either read-write permission, or read-only permission to File X. Though not shown in the schematic illustration of Fig. 5 , the cluster members can be identified by any one of their respective IP addresses, hostnames netgroups and the like. Typically, a cluster member is addressed by either its IP address or host name.
- the export list 504 is a list of cluster members that have either read-write permission or read-only permission to Directory X, for example. For additional protection, a constraint may also be included whereby an IP address must appear on one of the lists or otherwise is considered a non-valid address and access is restricted completely for that particular IP address.
- the cluster 120 may be initially configured such that certain members have read-write permission and other members have read-only permission to certain data. In an illustrative embodiment, however, all cluster members are granted read-write access and if a cluster member is subsequently fenced off, its access permission rights to given exports are changed to read-only access.
- An initial configuration is illustratively provided by the fencing export module 420 ( Fig. 4 ) on the storage system using a configuration file.
- the configuration file is illustratively written for a particular cluster member and specifies operations directed to individual exports and/or the storage system from which that cluster member may be fenced.
- the configuration file illustratively comprises up to 2 sections, which are named storage systems and directories respectively.
- FIG. 6A A code block of a typical configuration file in accordance with an illustrative embodiment of the invention is illustrated in Fig. 6A .
- the first portion applies to the directories section having entries of the form (columns are separated by white spaces):
- the subsequent storage systems section has entries of the form (columns are separated by whitespaces):
- the cluster member to which the configuration file code block 600 relates is fenced off from (i) the export /vol/vol0/home on the storage system x, (ii) the export /vol/vol0/home on the storage system y, and (iii) all exports on the storage system Z.
- the export module 404 utilizes the configuration file to perform fencing operations to restrict access to certain data.
- the fencing operations are illustratively initiated by the fencing program 136a when generating and sending host API messages that notify the export module 404 that the export lists 406 through 410 are to be modified. Modification is performed in accordance with the fencing technique of the present invention to restrict write access to data under certain circumstances, such as a failure of one of the cluster members.
- the fencing program supports at least four key operations, each of which can be specified by a different command line option.
- the four operations are illustratively Fence (-D option), UnFence (-A option), Validate (-V) and Read Exports (-R option).
- the cluster 120 ( Fig. 1 ) uses the -D and -A options to achieve fencing and unfencing.
- the cluster member node may also use -V for out-of-band sanity/validation checks.
- a surviving cluster member When cluster membership changes, a surviving cluster member asserts a claim on the quorum device 172 ( Fig. 1 ). If that cluster member claims the quorum device first, it then continues to communicate with the storage system 200 over the network 160. In addition, the surviving cluster member initiates the fencing operation of the present invention. In accordance with the fencing program, a host API message 360 ( Fig. 4 ) is generated by the fencing program 136a ( Fig.1 ) of the surviving cluster member and is sent to the storage system, as illustrated in Fig. 4 .
- the Server API 365 Upon receipt of the host API message 360, the Server API 365 instructs the export module 404 to modify the export lists as specified in the API message 360.
- the details of the NFS server's Fencing API instructions are set forth in commonly-assigned, co-pending United States Patent 7,516,285 of Haynes, et al . for AN API FOR FENCING CLUSTER HOSTS VIA EXPORT ACCESS RIGHTS filed on even date herewith, which sets forth further details about the fencing operations as implemented on the storage system side of the network.
- the fencing program is illustratively implemented as a command line interface (CLI) command such as:
- the ⁇ operation> field identifies the operation to be performed.
- -A denotes "allow", i.e., the -A operation commands the NFS server to allow or add the supplied list of nodes to the read-write portion of the export list. This effectively unfences the affected cluster member from those exports.
- the -D entry is used to deny or remove the supplied list of nodes from the export lists so that those nodes are fenced from those exports.
- the -R entry denotes reading of the access controls and that the node list is not needed and is enforced.
- the -V entry denotes that the server should validate the configuration; in other words, the storage system and exports configuration should be validated.
- the [ ⁇ options>] field may be one of the following: -1 indicates that NFS locks should be reclaimed. This is described in further detail in the above cited commonly-assigned co-pending United States Patent 7,516,285 .
- the other options in accordance with an illustrative embodiment of the invention include: -u for a default username (root), -p for a default password (_none_), and -h which commands an associated user interface to "display this usage message.”
- the affected exports or storage system are identified in the ⁇ config> field.
- An -f entry indicates an entire storage system, meaning that all exports on the named storage system are subjected to the operation.
- a "config" file can be referenced and, in this case, all the exports and/or storage systems identified in the respective config file are subjected to the operation.
- the [ ⁇ node list>] identifies the cluster members that are the subject of the operation.
- a user name and password are also specified.
- a specific example of a command line invocation of the fencing program in accordance with the invention may be of the form:
- This message specifies that the IP address 10.1.1.56 is fenced from all exports of the storage system called "manor.”
- the username and password (fu_bar) used to connect to the storage system are also specified.
- the storage system is specified with the -f option.
- those cluster members are listed on the read-only "export list" and are re-configured with an '-ro' permission for the files specified until they are unfenced by an appropriate command.
- Fig. 7 illustrates the procedure 700, which summarizes in broad terms, the steps of fencing technique of the present invention.
- the present invention relates to the fencing program 136a implemented on a cluster node 130a, for example ( Fig. 1 ).
- the above-cited commonly owned United States Patent 7,516,285 filed on even date herewith sets forth further details about the fencing operations as implemented on the storage system side of the network.
- the procedure 700 begins with the start step 702 and continues to step 704 where the cluster software detects that the cluster membership in an established cluster has changed. For example, one of the clusters in the cluster 120 of Fig. 1 may have failed, or alternatively, a new node could be added as a cluster member to the cluster 120, or the communications over interconnect 170 between the clusters may have failed. In any of these circumstances, the cluster software detects that cluster membership has changed, or an administrator has notified the system of the change in cluster membership, in accordance with step 704.
- a surviving cluster member such as the cluster member 130a, initiates the fence program 136a of the present invention.
- the surviving cluster member transmits a host fencing API message over the network 160 to the storage system 200, where it is received by the storage system 200 in step 710 and passed to the NFS server.
- the Server API Module 365 instructs the export module 404 to modify the export lists 406 through 410 to fence off the identified former cluster member 130b, for example, as illustrated in step 712.
- the fencing operations on the cluster side of the storage environment are illustrated in further detail in the flow chart of Figs. 8A and 8B which together form a flow chart of a procedure 800.
- the procedure 800 starts with step 802 and continues to step 804, where the fence program is (down)loaded into each cluster member controlled by the fencing/unfencing procedure of the present invention.
- step 804 a user name and password required to access the storage system is noted for access from the cluster member.
- step 806 the storage system and the export configuration are validated and, in step 808, the cluster member attempts to connect to the specified storage system. Authentication with the specified user name and password is performed in step 810.
- step 812 the fence program checks for the presence of "-rw” and "-ro” wild cards. If any such wild cards are detected, an error message is issued, and the procedure ends.
- step 814 a determination is made as to whether the export paths specified in the configuration file for that particular storage system are indeed correct for the corresponding storage system.
- the fence program has been downloaded from a storage system provider's website or via an other suitable medium, as will be understood by those skilled in the art and the various validations and authentications have occurred and the program is ready for execution.
- a relatively weaker form of validation is performed when fence (-D) and unfence (-A) operations are executed on a cluster member. In this embodiment, it is confirmed whether the appropriate error messages are issued, but the operation continues to proceed.
- a-V operation is specifically executed to validate the exports configuration, before using the shared data sources in this environment.
- step 816 a change in cluster membership is detected when there is a loss, addition or communication failure between cluster members.
- the cluster member software establishes a new quorum via the quorum disk 172 ( Fig. 1 ) with a group of new cluster members in step 818.
- One of the surviving cluster members generates a host fencing API message 360 in accordance with the fence program in step 820 and transmits that message to the storage system over the network in step 822.
- the API message is sent in the form described herein.
- the export lists are modified accordingly to either fence (i.e., to restrict read-write access to one or more former cluster members) or unfence (i.e., to reinstate or allow read-write access to a previously fenced node).
- fence i.e., to restrict read-write access to one or more former cluster members
- unfence i.e., to reinstate or allow read-write access to a previously fenced node.
- the present invention provides a unique mechanism and cluster side tool used to support a file system protocol, such as NFS, as a shared data source with Unix®-based host clustering products.
- NFS file system protocol
- the present invention is advantageous in that NFS data access over a network can still be afforded fencing techniques without the need for using SCSI-based reservations to perform fencing from the exported file systems of a storage system.
- the invention provides a simplified user interface for fencing cluster members, which is easily portable across all Unix®-based host platforms.
- the invention can be implemented and used over TCP with insured reliability.
- the invention also provides a means to fence cluster members and enables the use of NFS in a shared collaborative clustering environment. It should be noted that while the present invention has been written in terms of files and directories, the present invention may be utilized to fence/unfence any form of networked data containers associated with a storage system. It should be further noted that the system of the present invention provides a simple and complete user interface that can be plugged into a host cluster framework which can accommodate different types of shared data containers.
- system and method of the present invention supports NFS as a shared data source in a high-availability environment that includes one or more storage system clusters and one or more host clusters having end-to-end availability in mission-critical deployments having 24 x 7 availability.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
- This invention relates to data storage systems, and more particularly, to failure fencing in networked data storage systems.
- A storage system is a computer that provides storage service relating to the organization of information on writable persistent storage devices, such as memories, tapes or disks. The storage system is commonly deployed within a storage area network (SAN) or a networked storage environment. When used within a networked environment, the storage system may be embodied as a storage system including an operating system that implements a file system to logically organize the information as a hierarchical structure of directories and files on, e.g. the disks. Each "on-disk" file may be implemented as a set of data structures, e.g., disk blocks, configured to store information, such as the actual data for the file. A directory, on the other hand, may be implemented as a specially formatted file in which information about other files and directories are stored.
- In the client/server model, the client may comprise an application executing on a computer that "connects" to a storage system over a computer network, such as a point-to-point link, shared local area network, wide area network or virtual private network implemented over a public network, such as the Internet. NAS systems generally utilize file-based access protocols; therefore, each client may request the services of the storage system by issuing file system protocol messages (in the form of packets) to the file system over the network. By supporting a plurality of file system protocols, such as the conventional Common Internet File System (CIFS), the Network File System (NFS) and the Direct Access File System (DAFS) protocols, the utility of the storage system may be enhanced for networking clients.
- A SAN is a high-speed network that enables establishment of direct connections between a storage system and its storage devices. The SAN may thus be viewed as an extension to a storage bus and, as such, an operating system of the storage system (a storage operating system, as hereinafter defined) enables access to stored information using block-based access protocols over the "extended bus." In this context, the extended bus is typically embodied as Fibre Channel (FC) or Ethernet media (i.e., network) adapted to operate with block access protocols, such as Small Computer Systems Interface (SCSI) protocol encapsulation over FC or TCP/IP/Ethernet.
- A SAN arrangement or deployment allows decoupling of storage from the storage system, such as an application server, and placing of that storage on a network. However, the SAN storage system typically manages specifically assigned storage resources. Although storage can be grouped (or pooled) into zones (e.g., through conventional logical unit number or "lun" zoning, masking and management techniques), the storage devices are still pre-assigned by a user that has administrative privileges, (e.g., a storage system administrator, as defined hereinafter) to the storage system.
- Thus, the storage system, as used herein, may operate in any type of configuration including a NAS arrangement, a SAN arrangement, or a hybrid storage system that incorporates both NAS and SAN aspects of storage.
- Access to disks by the storage system is governed by an associated "storage operating system," which generally refers to the computer-executable code operable on a storage system that manages data access, and may implement file system semantics. In this sense, the NetApp® Data ONTAP™ operating system available from Network Appliance, Inc., of Sunnyvale, California that implements the Write Anywhere File Layout (WAFL™) file system is an example of such a storage operating system implemented as a microkernel. The storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows NT®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
- In many high availability server environments, clients requesting services from applications whose data is stored on a storage system are typically served by coupled server nodes that are clustered into one or more groups. Examples of these node groups are Unix®-based host-clustering products. The nodes typically share access to the data stored on the storage system from a direct access storage/storage area network (DAS/SAN). Typically, there is a communication link configured to transport signals, such as a heartbeat, between nodes such that during normal operations, each node has notice that the other nodes are in operation.
- In the case of a two-node cluster, for example, the absence of a heartbeat signal indicates to a node that there has been a failure of some kind. However, if both nodes are still in normal operating condition, the absent heartbeat signal may be the result of interconnect failure. In that case, the nodes are not in communication with one another and, typically, only one node should be allowed access to the shared storage system. In addition, a node that is not properly functioning may need to have its access to the data of the storage system restricted.
- But, in a networked storage device, access to a storage system is typically through a conventional file system protocol, such as the network file system (NFS) protocol. Thus, any techniques that are used to restrict access to data with respect to a NAS device would need to incorporate the NFS protocol. Moreover, the NFS protocol does not support SCSI reservations, and thus prior techniques which relied on SCSI reservations would not be suitable for an environment in which access to the storage system is through NFS. Thus, a network accessed storage system does not fit into this traditionally disk-based host cluster model.
- There remains a need, therefore, for a host cluster environment that includes failure fencing but that can support NFS data access from a networked clustered environment that is interfaced with the storage system.
- There remains a further need for performing fencing operations without requiring a traditional SCSI-based reservation mechanism when a cluster does not predominantly share data from a directly attached disk, but instead functions in a networked storage environment.
- In addition, there remains a need for a simple user interface adapted to perform fencing operations for the cluster, which can be easily downloaded into the host clustering framework.
- Document D1 discloses a fencing system wherein the cluster member detecting failure of one of the cluster member nodes establishes a telnet session to the switch, to which the failed cluster member node is connected and sends a message to the switch to disable port(s) to which the failed member node is connected.
- The present invention defines a method according to
claim 1, a system according to claim 10 and a computer readable medium including program instructions according to claim 18. Specific embodiments are set forth in the dependent claims 2-9, 11-17 and 19-22. - The present invention overcomes the disadvantages of the prior art by providing a clustered storage environment that includes a fencing mechanism that supports a file system protocol, such as the network file system (NFS) protocol, as a shared data source in the clustered environment. More specifically, a plurality of nodes interconnected as a cluster is configured to utilize the storage services provided by an associated networked storage system. Each node in the cluster is an identically configured redundant node that may be utilized in the case of failover or for load balancing with respect to the other nodes in the cluster. The nodes are hereinafter referred to as a "cluster members." Each cluster member is supervised and controlled by cluster software executing on one or more processors in the cluster member. In accordance with illustrative embodiments of the invention, in addition to the cluster software, a novel fencing program resides on each cluster member and implements program instructions for fencing operations for the clustered storage environment.
- The clusters are coupled with the associated storage system through an appropriate network such as a wide area network, a virtual private network implemented over a public network (Internet), or a shared local area network. For a networked environment, the clients are typically configured to access information stored on the storage system as directories and files. The cluster members typically communicate with the storage system over a network by exchanging discreet frames or packets of data according to predefined protocols, such as the NFS over Transmission Control Protocol/Internet Protocol (TCP/IP).
- In accordance with illustrative embodiments of the invention, a change in cluster membership is detected by the cluster software and, in response, the fencing program is initiated. The fencing program generates host fencing application programming interface (API) messages that notify a NFS server of the storage system to instruct an export module to change access permission rights of one or more cluster members affected by the change (i.e., the "target" cluster members) such that write access by the target cluster members is restricted from certain data in the form of files, directories, or the storage system itself. Details about the API by which the export module is instructed to change access permission rights provided in commonly-owned United States Patent No.
7,516,285, of Haynes, et al. , for AN API FOR FENCING CLUSTER HOSTS VIA EXPORT ACCESS RIGHTS, filed on even date herewith. - Cluster membership can change when there is a failure of one or more of the cluster members, or upon the addition of a new cluster member, or upon a failure of the communication link between cluster members, for example. However, a change in cluster membership and thus the need for fencing, and/or unfencing, is determined by the cluster softwware, which may in turn be controlled by a quorum device or other software arrangement controlling the cluster, all of which are hereinafter generally referred to as the cluster infrastructure.
- More specifically, when a fencing operation is to be performed, the fencing program, either by an administrator through a user interface, or automatically, generates and transmits an API message via a predetermined protocol, such as the HyperText Transfer Protocol ("HTTP"), over the network to the storage system. In particular, if a member of the cluster is to be fenced off, one of the surviving cluster members transmits the API message using HTTP, which is received by a HTTP module of the storage system. The message is parsed and sent to an NFS subsystem of the storage system.
- The NFS server has associated therewith certain export lists that provide rules relating to access to the NFS data served by the storage system. More specifically, an access rule provides the authentication level required for read access, read/write access and/or administrative (root) access by a client identified by a particular network address. For example, when processing an incoming data access request directed to the storage system, a search is performed through an ordered export list of rules in a rule set to find a match between the network address of the client and a specific rule in the export list If no match is found, then the data access request is denied. If a match is found, then the matching rule indicates the permission rights that the particular client has, i.e., read-write access, or read-only access to the specified data container, which may be a file, a directory or a storage system.
- According to illustrative embodiments of the present invention, the API message issued by the fencing program executing on the cluster member not affected by the change in cluster membership (i.e., the "surviving" cluster member) notifies the NFS server in the storage system that a modification must be made in one of the export lists such that a target cluster member, for example, cannot write to any of the disks in the storage system, thereby fencing off that member from that data. The fenced cluster member may continue to have read access so that when it comes back online, the fenced member can read relevant storage devices in the storage system to bring the node up to date with the current state of the data in the storage system. After the fencing is no longer needed i.e when the node becomes member of the cluster (either through administrative action or the cluster framework implementation), an "unfence" operation can be performed to allow access to the relevant data.
- The above and further advantages of the invention may be better understood by reference to the following description in conjunction with the accompanying drawings, in which like reference numerals indicate identical or functionally similar elements:
-
Fig. 1 is a schematic block diagram of a storage environment, which includes an interconnected set of cluster members coupled by a network to a storage system in which illustrative embodiments of the present may be advantageously employed; -
Fig. 2 is a schematic block diagram of the storage system that may be advantageously used in accordance with an embodiment of the present invention; -
Fig. 3 is a schematic block diagram of a storage operating system that may be advantageously used in accordance with an embodiment of the present invention; -
Fig. 4 is a schematic block diagram illustrating an NFS server, which can be advantageously employed in the storage system in accordance with an embodiment of the present invention; -
Fig. 5 is a schematic block diagram illustrating the format of an exemplary export list in accordance with an embodiment of the present invention; -
Fig. 6A is an exemplary block of code representing a configuration file for configuring aspects of the storage system in accordance with illustrative embodiments of the invention; -
Fig. 6B is a chart setting forth various details for a host API message in accordance with illustrative embodiment of the invention; -
Fig. 7 is a flow chart detailing the steps of a procedure for performing fencing operations in accordance with the present invention; and -
Figs. 8A and8B together form a flow chart detailing the steps of a procedure for configuration, validation and use of the fencing program in connection with the cluster software running on a cluster member in accordance with illustrative embodiments of the present invention. -
Fig. 1 is a schematic block diagram of astorage environment 100 that includes acluster 120 havingcluster members storage system 200. For purposes of clarity of illustration, thecluster 120 is depicted as a two-node cluster, however, the architecture of theenvironment 100 can vary from that shown while remaining within the scope of the present invention. -
Cluster members storage system 200 to aclient 150. Thecluster member 130a includes a plurality of ports that couple the member to theclient 150 over acomputer network 152. Similarly, thecluster member 130b includes a plurality of ports that couple that member with theclient 150 over acomputer network 154. In addition, each cluster member 130, for example, has a second set of ports that connect the cluster member to thestorage system 200 by way of anetwork 160. Thecluster members network 160 using a Transmission Control Protocol/Internet Protocol (TCP/IP). It should be understood that althoughnetworks Fig. 1 as individual networks, these networks may in fact comprise a single network or any number of multiple networks, and thecluster members - In addition to the ports which couple the
cluster member 130a to theclient 150 and to thenetwork 160, thecluster member 130a also has a number of program modules executing thereon. For example,cluster software 132a performs overall configuration, supervision and control of the operation of thecluster member 130a. Anapplication 134a running on thecluster member 130a communicates with the cluster software to perform the specific function of the application running on thecluster member 130a. Thisapplication 134a may be, for example, an Oracle® database application. In accordance with an illustrative embodiment of the invention, thecluster member 130a also includes afencing program 136a, as described in further detail hereinafter. - Similarly,
cluster member 130b includescluster software 132b which is in communication with anapplication program 134b. Afencing program 136b, in accordance with the invention, executes on thecluster member 130b. Thecluster members cluster interconnect 170. In addition, each of thecluster members quorum disk 172 which provides quorum services for thecluster 120 such that if a cluster member detects the absence of a notification, such as a heartbeat, from another cluster member, that cluster member will attempt to assert a claim by, for example, asserting a SCSI-3 persistent reservation, on the quorum device in order to have continued access to the storage device, as described previously herein. -
Fig. 2 is a more detailed schematic block diagram of thestorage system 200 that is connected to thenetwork 160 in order to serve data with respect to thecluster 120. Thestorage system 200 comprises one ormore processors 222, amemory 224, anetwork adapter 225 and astorage adapter 228 interconnected by asystem bus 223. Thenetwork adapter 225 comprises a plurality of ports adapted to couple thestorage system 200 to thecluster 120 by way of thenetwork 160. Thestorage system 200 also includes astorage operating system 300 that includes a virtualization system including a file system to logically organize the information as a hierarchical structure of named directory, file and virtual disk (vdisk) storage objects on disk drives 230. An example of a storage system that may be advantageously used with the present invention is described in co-pending, commonly assigned United States Patent Application Publication No.2004/0030668 A1, filed on August 9, 2002 , entitled A MULTIPROTOCOL STORAGE APPLIANCE THAT PROVIDES INTEGRATED SUPPORT FOR FILE AND BLOCK ACCESS PROTOCOLS. - In the illustrative embodiment, the
memory 224 comprises storage locations that are addressable by the processor and adapters for storing software program code and data structures, the latter containing information passed between disk drives and the network during normal runtime operations. The processor and adapters may comprise processing elements and/or logic circuitry configured to execute the software code and manipulate the data structures. Thestorage operating systems 200, portions of which are typically resident in memory and executed by the processing elements, functionally organizes the storage system by, inter alia, invoking storage operations in support of the storage service implemented by the system. It will be apparent to those skilled in the art that other processing and memory means, including various computer readable media, may be used for storing and executing program instructions pertaining to the invention described herein. - Whereas clients of a NAS-based network environment have a storage viewpoint of files, the clients of a SAN-based network environment have a storage viewpoint of blocks or disks. To that end, the
storage system 200 presents (exports) disks to SAN clients through the creation of logical unit numbers (luns) or vdisk objects. A vdisk object (hereinafter "vdisk") is a special file type that is implemented by the virtualization system and translated into an emulated disk as viewed by the SAN clients. Thestorage system 200 thereafter makes these emulated disks accessible to SAN clients. - The
network adapter 225 couples thestorage system 200 to a cluster, such as thecluster 120, over point-to-point links, wide area networks, virtual private networks implemented over a public network (Internet) or a shared local area network, as illustrated by thearrow 265. For a NAS-based network environment, the clients are configured to access information stored on thestorage system 200 as files. Thecluster 120 communicates with the storage system overnetwork 160 by exchanging discrete frames or packets of data according to pre-defined protocols, such as NFS over the TCP/IP protocol. - The
cluster 120 may include general-purpose computers configured to execute applications over a variety of operating systems, including the UNIX® and Microsoft® Windows™ operating systems. Client systems generally utilize file-based access protocols when accessing information (in the form of files and directories) over a NAS-based network. Therefore, eachclient 150 may request the services of thestorage system 200 by issuing file access protocol messages (in the form of packets) to the system over thenetwork 160. For example, acluster member 130a running the Windows operating system may communicate with thestorage system 200 using the Common Internet File System (CIFS) protocol over TCP/IP. On the other hand, acluster member 130b running the UNIX operating system may communicate with the storage system using either the Network File System (NFS) protocol over TCP/IP or the Direct Access File System (DAFS) protocol over a virtual interface (VI) transport in accordance with a remote DMA (RDMA) protocol over TCP/IP. It will be apparent to those skilled in the art that other clients running other types of operating systems may also communicate with the storage system using other file access protocols. - The
storage adapter 228 cooperates with thestorage operating system 300 executing on thestorage system 200 to access information requested by the clients. The information may be stored in the disk drives 230 or other similar media adapted to store information. The storage adapter includes I/O interface circuitry that couples to the disks over an I/O interconnect arrangement, such as a conventional high-performance, FC serial link topology. The information is retrieved by the storage adapter and, if necessary, processed by the processor 222 (or theadapter 228 itself) prior to being forwarded over thesystem bus 223 to thenetwork adapters 225 where the information is formatted into packets or messages and returned to the clients. - Storage of information on the
storage system 200 is preferably implemented as one or more storage volumes (e.g., VOL1-2 250) that comprise a cluster of physicalstorage disk drives 230, defining an overall logical arrangement of disk space. The disks within a volume are typically organized as one or more groups of Redundant Array of Independent (or Inexpensive) Disks (RAID). RAID implementations enhance the reliability/integrity of data storage through the writing of data "stripes" across a given number of physical disks in the RAID group, and the appropriate storing of redundant information with respect to the striped data. The redundant information enables recovery of data lost when a storage device fails. - Specifically, each
volume 250 is constructed from an array ofphysical disk drives 230 that are organized asRAID groups - To facilitate access to the disk drives 230, the
storage operating system 300 implements a write-anywhere file system that cooperates with virtualization modules to provide a system that "virtualizes" the storage space provided by the disk drives 230. The file system logically organizes the information as a hierarchical structure of named directory and file objects (hereinafter "directories" and "files") on the disks. Each "on-disk" file may be implemented as set of disk blocks configured to store information, such as data, whereas the directory may be implemented as a specially formatted file in which names and links to other files and directories are stored. The virtualization system, which is described more fully with reference toFig. 3 , allows the file system to further logically organize information as a hierarchical structure of named vdisks on the disks, thereby providing an integrated NAS and SAN appliance approach to storage by enabling file-based (NAS) access to the files and directories, while further enabling block-based (SAN) access to the vdisks on a file-based storage platform. - As noted, in the illustrative embodiment, the storage operating system is preferably the NetApp® Data ONTAP™ operating system that implements a Write Anywhere File Layout (WAFL®) file system. However, it is expressly contemplated that any appropriate storage operating system, including a write in-place file system, may be enhanced for use in accordance with the inventive principles described herein. As such, where the term "WAFL" is employed, it should be taken broadly to refer to any storage operating system that is otherwise adaptable to the teachings of this invention.
- As used herein, the term "storage operating system" generally refers to the computer-executable code operable on a computer that manages data access and may, in the case of a storage system, implement data access semantics, such as the Data ONTAP storage operating system. The storage operating system can also be implemented as an application program operating over a general-purpose operating system, such as UNIX® or Windows NT®, or as a general-purpose operating system with configurable functionality, which is configured for storage applications as described herein.
- In addition, it will be understood to those skilled in the art that the inventive technique described herein may apply to any type of special-purpose (e.g., storage serving appliance) or general-purpose computer, including a standalone computer or portion thereof, embodied as or including a storage system. Moreover, the teachings of this invention can be adapted to a variety of storage system architectures including, but not limited to, a network-attached storage environment, a storage area network and disk assembly directly-attached to a client or host computer. The term "storage system" should therefore be taken broadly to include such arrangements in addition to any subsystems configured to perform a storage function and associated with other equipment or system.
-
Fig. 3 is a schematic block diagram of astorage operating system 300 that may be advantageously used with embodiments of the present invention. Thestorage operating system 300 comprises a series of software layers organized to form an integrated network protocol stack or, more generally, a multi-protocol engine that provides data paths for clients to access information stored on thestorage system 200 using block and file access protocols. The protocol stack includes amedia access layer 310 of network drivers (e.g., gigabit Ethernet drivers) that interfaces to network protocol layers, such as theIP layer 312 and its supporting transport mechanisms, theTCP layer 314. A file system protocol layer provides multi-protocol file access and, to that end, includes support for theNFS protocol 320, theCIFS protocol 322 and the Hypertext Transfer Protocol (HTTP)protocol 324. As described further herein, theNFS protocol layer 320 is illustratively embodied as an NFS server. - An
iSCSI driver layer 328 provides block protocol access over the TCP/IP network protocol layers, while a FC driver layer 330 operates with the network adapter to receive and transmit block access requests and responses to and from the storage system. The FC and iSCSI drivers provide FC-specific and iSCSI-specific access control to the luns (vdisks) and, thus, manage exports of vdisks to either iSCSI or FCP or, alternatively, to both iSCSI and FCP when accessing a single vdisk on the storage system. In addition, the storage operating system includes adisk storage layer 340 that implements a disk storage protocol, such as a RAID protocol, and adisk driver layer 350 that implements a disk access protocol such as, e.g., a SCSI protocol. - Bridging the disk software layers with the integrated network protocol stack layers is a
virtualization system 370. Thevirtualization system 370 includes afile system 374 interacting with virtualization modules illustratively embodied as, e.g.,vdisk module 376 andSCSI target module 378. It should be noted that thevdisk module 376, thefile system 374 andSCSI target module 378 can be implemented in software, hardware, firmware, or a combination thereof. Thevdisk module 376 communicates with thefile system 374 to enable access by administrative interfaces in response to a storage system administrator issuing commands to thestorage system 200. In essence, thevdisk module 376 manages SAN deployments by, among other things, implementing a comprehensive set of vdisk (lun) commands issued by the storage system administrator. These vdisk commands are converted to primitive file system operations ("primitives") that interact with thefile system 374 and theSCSI target module 378 to implement the vdisks. - The
SCSI target module 378 initiates emulation of a disk or lun by providing a mapping procedure that translates luns into the special vdisk file types. The SCSI target module is illustratively disposed between the FC andiSCSI drivers 330, 328 and thefile system 374 to thereby provide a translation layer of thevirtualization system 370 between the SAN block (lun) space and the file system space, where luns are represented asvdisks 376. To that end, theSCSI target module 378 has a set of APIs that are based on the SCSI protocol and that enable a consistent interface to both the iSCSI andFC drivers 328, 330, respectively. By "disposing" SAN virtualization over thefile system 374, thestorage system 200 reverses the approaches taken by prior systems to thereby provide a single unified storage platform for essentially all storage access protocols. - The
file system 374 provides volume management capabilities for use in block-based access to the information stored on the storage devices, such as disks. That is, in addition to providing file system semantics, such as naming of storage objects, thefile system 374 provides functions normally associated with a volume manager. These functions include (i) aggregation of the disks, (ii) aggregation of storage bandwidth of the disks, and (iii) reliability guarantees, such as mirroring and/or parity (RAID), to thereby present one or more storage objects layered on the file system. - The
file system 374 illustratively implements the WAFL® file system having an on-disk format representation that is block-based using, e.g., 4 kilobyte (KB) blocks and using inodes to describe files. The WAFL® file system uses files to store metadata describing the layout of its file system; these metadata files include, among others, an inode file. A file handle, i.e., an identifier that includes an inode number, is used to retrieve an inode from disk. A description of the structure of the file system, including on-disk inodes and the inode file, is provided in commonly ownedU.S. Patent No. 5,819,292 , titled METHOD FOR MAINTAINING CONSISTENT STATES OF A FILE SYSTEM AND FOR CREATING USER-ACCESSIBLE READ-ONLY COPIES OF A FILE SYSTEM by David Hitz et al., issued October 6, 1998. - It should be understood that the teachings of this invention can be employed in a hybrid system that includes several types of different storage environments such as the
particular storage environment 100 ofFig. 1 . The invention can be used by a storage system administrator that deploys a system implementing and controlling a plurality of satellite storage environments that, in turn, deploy thousands of drives in multiple networks that are geographically dispersed. Thus, the term "storage system" as used herein, should, therefore, be taken broadly to include such arrangements. - In an illustrative embodiment of the present invention, the host-cluster environment includes a fencing mechanism that supports a file system protocol, such as NFS, as a shared data source in the clustered environment. More specifically, a plurality of nodes is interconnected as a cluster and is configured to utilize the storage services provided by an associated networked storage system. Each node in the cluster, referred to as a "cluster member," is supervised and controlled by cluster software executing on one or more processors in the cluster member. In accordance with illustrative embodiments of the invention, in addition to the cluster software, a fencing program resides on each cluster member and implements program instructions for fencing operations in the networked storage environment.
- In accordance with illustrative embodiments of the invention, a change in cluster membership is detected by the cluster software and, in response, the fencing program is initiated. The fencing program generates host fencing API messages that notify the NFS server on the storage system to instruct an export module to change access permission rights of one or more cluster members affected by the change (i.e., the "target" cluster members) such that write access by the target cluster members is restricted from certain data in the form of files, directories, or the storage system itself. Cluster membership can change when there is a failure of one or more of the cluster members, or upon the addition of a new cluster member, or upon a failure of the communication link between cluster members, for example. The cluster member is fenced off from the shared data or storage device to avoid any risk of spurious messages being sent by a failed or failing component. It is noted that for the purpose of clarity of illustration, the invention is described with reference to a two-node cluster embodiment. However, the invention is not limited to such a deployment and instead, the invention can be readily employed in a wide variety of clustered environments that include one or more clusters of greater than two nodes as well as multiple storage systems that may include one or more clusters of storage systems.
- The fencing technique of the present invention on the host cluster side is illustratively implemented in a software program embodied as
fencing program 136a on thecluster member 130a, for example. In alternate embodiments, the functionality of the fencing program 136 may be implemented as a module that is integrated with the clustering software 132 executing on each node. Referring toFigs. 1 through 3 , the fencing program transmits a host API message to the storage system when a fencing operation is to be performed. The host API message is illustratively sent as a TCP/IP packet utilizing the HTTP protocol. The packet is received by the storage system atmedia access layer 310, which processes the packet prior to passing it toIP layer 312 of the protocol stack. The IP portion of the packet is stripped and interpreted, and the remainder of the packet is passed toTCP layer 314. TheTCP layer 314, in turn, parses the packet and interprets it as an HTTP message and, thus, passes the remaining portion of the packet toHTTP layer 324. The HTTP layer then interprets the message and passes it to an Export Module within the NFS layer 320 (as described further with reference toFig. 4 ) via a hostfencing API interface 325. -
Fig. 4 depicts a schematicsoftware process arrangement 400 embodying theNFS layer 320 that includes anNFS server 402 that communicates with an export module 404 (residing in thememory 224 of thestorage system 200.) Theexport module 404 contains NFS export lists 406, 408 and 410, which are also referred to herein as "NFS exports." The NFS export lists set forth permission rights regarding the read-write access and/or read-only access of cluster members (as identified by their respective IP addresses or hostnames) with respect to certain data in files and/or directories of the storage system. The restriction can also apply to an entire storage system. - The storage system, and in particular the
Export Module 404, are initially configured to support the fencing program running on the cluster members. The details of the fencing procedure of the present invention on the storage system side are set forth in the above cited commonly-owned United States Patent Application7,516,285, of Haynes, et al. , for AN API FOR FENCING CLUSTER HOSTS VIA EXPORT ACCESS RIGHTS, filed on even date herewith. - Briefly, upon initial set up and configuration,
export configuration module 420 specifies whether a cluster member has read-write access or read-only access with respect to particular directories or files. Read-only access is illustratively identified by an '-ro=' entry, which means that the cluster member identified after the -ro= has read only permission to files, directories, and/or storage systems specified. A cluster member that is granted read-write access, indicated by '-rw=' means the identified cluster member has read-write permission to the files, directories, and/or storage systems specified. In addition, administrative (root) access can be granted to cluster members if desired in a particular application of the invention. - An example of a set of export lists 500 is schematically illustrated in
Fig. 5 . Theexport list 502 is a list of cluster members that have either read-write permission, or read-only permission to File X. Though not shown in the schematic illustration ofFig. 5 , the cluster members can be identified by any one of their respective IP addresses, hostnames netgroups and the like. Typically, a cluster member is addressed by either its IP address or host name. Theexport list 504 is a list of cluster members that have either read-write permission or read-only permission to Directory X, for example. For additional protection, a constraint may also be included whereby an IP address must appear on one of the lists or otherwise is considered a non-valid address and access is restricted completely for that particular IP address. - In order to implement a fencing operation procedure of the present invention, the
cluster 120 may be initially configured such that certain members have read-write permission and other members have read-only permission to certain data. In an illustrative embodiment, however, all cluster members are granted read-write access and if a cluster member is subsequently fenced off, its access permission rights to given exports are changed to read-only access. An initial configuration is illustratively provided by the fencing export module 420 (Fig. 4 ) on the storage system using a configuration file. The configuration file is illustratively written for a particular cluster member and specifies operations directed to individual exports and/or the storage system from which that cluster member may be fenced. The configuration file illustratively comprises up to 2 sections, which are named storage systems and directories respectively. If an entire storage system is identified, e.g., in the storage systems section, then all of the exports for that storage system are included in the fencing operation. A code block of a typical configuration file in accordance with an illustrative embodiment of the invention is illustrated inFig. 6A . - For example, the first portion applies to the directories section having entries of the form (columns are separated by white spaces):
- The subsequent storage systems section has entries of the form (columns are separated by whitespaces):
- Thus, in the example shown in
Fig. 6A , the cluster member to which the configurationfile code block 600 relates is fenced off from (i) the export /vol/vol0/home on the storage system x, (ii) the export /vol/vol0/home on the storage system y, and (iii) all exports on the storage system Z. - After the cluster member and/or the export lists are initially configured and the storage system is in normal operation, the
export module 404 utilizes the configuration file to perform fencing operations to restrict access to certain data. The fencing operations are illustratively initiated by thefencing program 136a when generating and sending host API messages that notify theexport module 404 that the export lists 406 through 410 are to be modified. Modification is performed in accordance with the fencing technique of the present invention to restrict write access to data under certain circumstances, such as a failure of one of the cluster members. - The fencing program supports at least four key operations, each of which can be specified by a different command line option. The four operations are illustratively Fence (-D option), UnFence (-A option), Validate (-V) and Read Exports (-R option). The cluster 120 (
Fig. 1 ) uses the -D and -A options to achieve fencing and unfencing. In addition, the cluster member node may also use -V for out-of-band sanity/validation checks. - When cluster membership changes, a surviving cluster member asserts a claim on the quorum device 172 (
Fig. 1 ). If that cluster member claims the quorum device first, it then continues to communicate with thestorage system 200 over thenetwork 160. In addition, the surviving cluster member initiates the fencing operation of the present invention. In accordance with the fencing program, a host API message 360 (Fig. 4 ) is generated by thefencing program 136a (Fig.1 ) of the surviving cluster member and is sent to the storage system, as illustrated inFig. 4 . - Upon receipt of the
host API message 360, theServer API 365 instructs theexport module 404 to modify the export lists as specified in theAPI message 360. The details of the NFS server's Fencing API instructions are set forth in commonly-assigned, co-pending United States Patent7,516,285 of Haynes, et al . for AN API FOR FENCING CLUSTER HOSTS VIA EXPORT ACCESS RIGHTS filed on even date herewith, which sets forth further details about the fencing operations as implemented on the storage system side of the network. - In accordance with an illustrative embodiment of the present invention, the fencing program is illustratively implemented as a command line interface (CLI) command such as:
- The <operation> field identifies the operation to be performed. As noted, any of the above mentioned operations can be used. For example, -A denotes "allow", i.e., the -A operation commands the NFS server to allow or add the supplied list of nodes to the read-write portion of the export list. This effectively unfences the affected cluster member from those exports. The -D entry is used to deny or remove the supplied list of nodes from the export lists so that those nodes are fenced from those exports. The -R entry denotes reading of the access controls and that the node list is not needed and is enforced. The -V entry denotes that the server should validate the configuration; in other words, the storage system and exports configuration should be validated.
- The [<options>] field may be one of the following: -1 indicates that NFS locks should be reclaimed. This is described in further detail in the above cited commonly-assigned co-pending United States Patent
7,516,285 . The other options in accordance with an illustrative embodiment of the invention include: -u for a default username (root), -p for a default password (_none_), and -h which commands an associated user interface to "display this usage message." - The affected exports or storage system are identified in the <config> field. An -f entry indicates an entire storage system, meaning that all exports on the named storage system are subjected to the operation. Alternatively, a "config" file can be referenced and, in this case, all the exports and/or storage systems identified in the respective config file are subjected to the operation. The [<node list>] identifies the cluster members that are the subject of the operation. A user name and password are also specified. The above described usage information based upon the
fencing program 136a of the present invention generates the hostfencing API messages 360 is summarized in thechart 650 ofFig. 6B . - A specific example of a command line invocation of the fencing program in accordance with the invention may be of the form:
- This message specifies that the IP address 10.1.1.56 is fenced from all exports of the storage system called "manor." The username and password (fu_bar) used to connect to the storage system are also specified. As mentioned, the storage system is specified with the -f option.
- Upon receiving the host
fencing API message 360, theServer API 365 instructs the export module to modify the export lists 406, 408, and 410 such that specified cluster member(s) has an "-rw=" entry modified as to the identified exports or storage system. Accordingly, the specified cluster member no longer has read-write access to the files, directories or volumes indicated in that segment of thehost API message 360. In an illustrative embodiment of the invention, those cluster members are listed on the read-only "export list" and are re-configured with an '-ro' permission for the files specified until they are unfenced by an appropriate command. - Using this software code to generate the host
fencing API messages 360, the fencing and unfencing operations are performed in accordance with the present invention. More specifically, the flow chart ofFig. 7 illustrates theprocedure 700, which summarizes in broad terms, the steps of fencing technique of the present invention. As noted, the present invention relates to thefencing program 136a implemented on acluster node 130a, for example (Fig. 1 ). Moreover, the above-cited commonly owned United States Patent7,516,285 filed on even date herewith, sets forth further details about the fencing operations as implemented on the storage system side of the network. - The
procedure 700 begins with thestart step 702 and continues to step 704 where the cluster software detects that the cluster membership in an established cluster has changed. For example, one of the clusters in thecluster 120 ofFig. 1 may have failed, or alternatively, a new node could be added as a cluster member to thecluster 120, or the communications overinterconnect 170 between the clusters may have failed. In any of these circumstances, the cluster software detects that cluster membership has changed, or an administrator has notified the system of the change in cluster membership, in accordance withstep 704. - In
step 706, a surviving cluster member, such as thecluster member 130a, initiates thefence program 136a of the present invention. Instep 708, the surviving cluster member transmits a host fencing API message over thenetwork 160 to thestorage system 200, where it is received by thestorage system 200 instep 710 and passed to the NFS server. As a result, the Server API Module 365 (Fig. 4 ) instructs theexport module 404 to modify the export lists 406 through 410 to fence off the identifiedformer cluster member 130b, for example, as illustrated instep 712. Once the failed cluster member has been fenced off, operations continue with the survivingcluster member 130a and theprocedure 700 completes in accordance withstep 714. - The fencing operations on the cluster side of the storage environment are illustrated in further detail in the flow chart of
Figs. 8A and8B which together form a flow chart of aprocedure 800. Theprocedure 800 starts withstep 802 and continues to step 804, where the fence program is (down)loaded into each cluster member controlled by the fencing/unfencing procedure of the present invention. As part of thisstep 804, a user name and password required to access the storage system is noted for access from the cluster member. - In
step 806, the storage system and the export configuration are validated and, instep 808, the cluster member attempts to connect to the specified storage system. Authentication with the specified user name and password is performed instep 810. Instep 812, the fence program checks for the presence of "-rw" and "-ro" wild cards. If any such wild cards are detected, an error message is issued, and the procedure ends. - If no such wild cards are detected, then the procedure continues to step 814 where a determination is made as to whether the export paths specified in the configuration file for that particular storage system are indeed correct for the corresponding storage system. At this point, the fence program has been downloaded from a storage system provider's website or via an other suitable medium, as will be understood by those skilled in the art and the various validations and authentications have occurred and the program is ready for execution. A relatively weaker form of validation is performed when fence (-D) and unfence (-A) operations are executed on a cluster member. In this embodiment, it is confirmed whether the appropriate error messages are issued, but the operation continues to proceed. In contrast, a-V operation is specifically executed to validate the exports configuration, before using the shared data sources in this environment.
- In
step 816, a change in cluster membership is detected when there is a loss, addition or communication failure between cluster members. In that case, the cluster member software establishes a new quorum via the quorum disk 172 (Fig. 1 ) with a group of new cluster members instep 818. One of the surviving cluster members generates a hostfencing API message 360 in accordance with the fence program instep 820 and transmits that message to the storage system over the network instep 822. Illustratively, the API message is sent in the form described herein. - In response to the host
fencing API message 360, the export lists are modified accordingly to either fence (i.e., to restrict read-write access to one or more former cluster members) or unfence (i.e., to reinstate or allow read-write access to a previously fenced node). Once the fencing or unfencing operation has been performed, the fenced off cluster member can no longer write to the files and/or directories served by the storage system and does not share data with any of the new cluster members. A previously fenced cluster member waits to read the disk to determine status and to be brought to the same state as the other cluster members prior to continuing operations thereafter as shown in thestep 824. Once the fencing operation is performed, theprocedure 800 returns to wait until a further change is detected by loss, addition or other reason that a fence or unfence operation is to occur. - It should be understood that the present invention provides a unique mechanism and cluster side tool used to support a file system protocol, such as NFS, as a shared data source with Unix®-based host clustering products. The present invention is advantageous in that NFS data access over a network can still be afforded fencing techniques without the need for using SCSI-based reservations to perform fencing from the exported file systems of a storage system.
- Thus, the invention provides a simplified user interface for fencing cluster members, which is easily portable across all Unix®-based host platforms. In addition, the invention can be implemented and used over TCP with insured reliability. The invention also provides a means to fence cluster members and enables the use of NFS in a shared collaborative clustering environment. It should be noted that while the present invention has been written in terms of files and directories, the present invention may be utilized to fence/unfence any form of networked data containers associated with a storage system. It should be further noted that the system of the present invention provides a simple and complete user interface that can be plugged into a host cluster framework which can accommodate different types of shared data containers. Furthermore, the system and method of the present invention supports NFS as a shared data source in a high-availability environment that includes one or more storage system clusters and one or more host clusters having end-to-end availability in mission-critical deployments having 24 x 7 availability.
- The foregoing has been a detailed description of the invention. Furthermore, it is expressly contemplated that the various processes, layers, modules and utilities shown and described according to this invention can be implemented as software, consisting of a computer readable medium including programmed instructions executing on a computer, as hardware or firmware using state machines and the like, or as a combination of hardware, software and firmware. Accordingly, this description is meant to be taken only by way of example and not to otherwise limit the scope of the invention.
Claims (22)
- A method for performing fencing in a clustered storage environment (100), the method comprising the steps of:providing a plurality of nodes configured in a cluster (120) for sharing data, each node being a cluster member (130a; 130b);providing a storage system (200) that supports a plurality of data containers, said storage system (200) supporting a protocol that configures export lists (406; 408; 410) that assign each cluster member (130a; 130b) certain access permission rights including read-write access permission or read only access permission as to each respective data container associated with the storage system (200);coupling the cluster (120) to the storage system (200) by a network (160); andproviding a fencing program in each cluster member (130a; 130b) such that when a change in cluster membership is detected, a surviving member transmits an application program interface message to said storage system (200) commanding said storage system to modify one or more of said export lists (406; 408; 410) such that the access permission rights of one or more identified cluster members (130a; 130b) are modified.
- The method as defined in claim 1, wherein said protocol used by said storage system (200) is the Network File System protocol (320).
- The method as defined in claim 1 or 2, wherein said cluster (120) is coupled to the storage system (200) over a network using Transmission Control Protocol/Internet Protocol (314/312).
- The method as defined in any of claims 1, 2 or 3, wherein said cluster member (130a; 130b) transmits said application program interface messages encapsulated in HyperText Transfer Protocol messages.
- The method as defined in any of the preceding claims, further comprising the step of initially configuring the storage system (200) such that each cluster member (130a; 130b) has a set of access permission rights set forth in a configuration file.
- The method as defined in claim 5 wherein, said application program interface message provides said modifications to said access permission rights of said initial configuration.
- The method as defined in any of the preceding claims, including the further step of validating the storage system (200) and the exports configuration.
- The method as defined in any of the preceding claims, further comprising checking the initial configuration for the presence of any wildcard entries in said export lists (406; 408; 410), and if said wildcard entries are found, issuing an error message.
- The method as defined in any of the preceding claims, wherein a change in cluster membership is determined by the associated cluster infrastructure.
- A system adapted to perform fencing operations in a clustered storage environment (100), the system comprising:a cluster (120) of interconnected cluster members (130a; 130b) that provide storage services for one or more clients (150);a networked storage system (200) coupled to said cluster (120) by way of a network, said storage system (200) having a plurality of storage devices (230), said storage system (200) including export lists (406; 408; 410) that contain rules regarding access permission rights for specified cluster members (130a; 130b) as to specified associated storage devices, and/or files and/or directories stored therein; anda fencing program (136a; 136b) executing within each cluster member (130a; 130b) that includes program instructions for sending an application program interface message from one of said cluster members (130a; 130b) to said storage system (200) and that contains instructions for modifying one or more of said export lists (406; 408; 410) to change the access permission rights of one or more of said cluster members (130a; 130b).
- The system as defined in claim 10, wherein said networked storage system (200) is coupled to said cluster (120) by way of a network (160) that uses Transmission Control Protocol/Internet Protocol (314/312).
- The system as defined in claim 10 or 11, wherein said networked storage system (200) includes a Network File System server (402) that uses Network File System export lists (406; 408; 410) that contain rules regarding access permission rights to data of the storage system (200) that is shared by said cluster members (130a; 130b).
- The system as defined in any of claims 10, 11 or 12, where said storage system (200) is initially configured with a set of export lists that sets forth read-only and/or read-write access permissions for each cluster member (130a; 130b) of the cluster (120) that is interfaced with the storage system (200) with respect to one of an entire storage system, a file of a storage system, and a directory of a storage system.
- The system as defined in any of claims 10 to 13, wherein said fencing program (136a; 136b) is initiated upon a change in cluster membership as determined by the associated cluster infrastructure.
- The system as defined in any of claims 10 to 14, wherein said cluster members (130a; 130b) are interfaced with a client requesting data from the storage system (200) via one or more networks (160).
- The system as defined in any of claims 10 to 15, further comprising a quorum device (172) that is directly coupled to each cluster member (130a; 130b) and which quorum device (172) is configured in such manner that the cluster member (130a; 130b) that asserts a claim to the quorum device (172) first is thereby granted access to the storage system (200).
- The system as defined in claim 16, wherein the cluster member (130a; 130b) that asserts a claim to the quorum device (172) first transmits the application program interface message to the storage system (200) containing instructions for modifying one or more of said export lists to change an access permission right of one or more of said cluster members (130a; 130b).
- A computer readable medium for performing failure fencing in a clustered environment with networked storage (200), including program instructions for performing the steps of:providing a plurality of nodes configured in a cluster (120) for sharing data, each node being a cluster member (130a; 130b);providing a storage system (200) that has access to multiple storage devices including disks (230), said storage system (200) supporting a protocol that configures export lists that assign each cluster member (130a; 130b) certain access permission rights including read-write access permission or read only access permission as to each respective storage device, and files and directories of said storage device, associated with the storage system (200);coupling the cluster (120) to the storage system (200) by a network (160); andproviding a fencing program (136a; 136b) in each cluster member (130a; 130b) such that when a change in cluster membership is detected, a surviving member transmits an application program interface message via said protocol over said network to said storage system (200) commanding said storage system to modify one or more of said export lists such that the access permission rights of one or more identified cluster members (130a; 130b) are modified.
- The computer readable medium for performing failure fencing as defined in claim 18, further comprising program instructions for sending an application program interface message that provides said modifications to said access permission rights of an initial configuration by way of a config file or a command line.
- The computer readable medium for performing failure fencing as defined in claim 18 or 19, wherein changes in cluster membership are determined by the associated cluster infrastructure.
- The computer readable medium for performing failure fencing as defined in any of claims 18 to 20, further comprising a simple and complete user interface that can be plugged into a host cluster framework which can accommodate different types of shared data containers.
- The computer readable medium as defined in any of claims 18 to 21, including means for supporting NFS as a shared data source in a high-availability environment that includes one or more storage system clusters and one or more host clusters having end-to-end availability in mission-critical deployments having substantially continuous availability.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/187,781 US7653682B2 (en) | 2005-07-22 | 2005-07-22 | Client failure fencing mechanism for fencing network file system data in a host-cluster environment |
PCT/US2006/028494 WO2007014079A1 (en) | 2005-07-22 | 2006-07-20 | Client failure fencing mechanism for fencing network file system data in a host-cluster environment |
Publications (2)
Publication Number | Publication Date |
---|---|
EP1908261A1 EP1908261A1 (en) | 2008-04-09 |
EP1908261B1 true EP1908261B1 (en) | 2010-06-16 |
Family
ID=37442053
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP06788193A Active EP1908261B1 (en) | 2005-07-22 | 2006-07-20 | Client failure fencing mechanism for fencing network file system data in a host-cluster environment |
Country Status (5)
Country | Link |
---|---|
US (1) | US7653682B2 (en) |
EP (1) | EP1908261B1 (en) |
AT (1) | ATE471624T1 (en) |
DE (1) | DE602006014971D1 (en) |
WO (1) | WO2007014079A1 (en) |
Families Citing this family (38)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7096213B2 (en) * | 2002-04-08 | 2006-08-22 | Oracle International Corporation | Persistent key-value repository with a pluggable architecture to abstract physical storage |
US7631016B2 (en) * | 2005-05-04 | 2009-12-08 | Oracle International Corporation | Providing the latest version of a data item from an N-replica set |
US20070022314A1 (en) * | 2005-07-22 | 2007-01-25 | Pranoop Erasani | Architecture and method for configuring a simplified cluster over a network with fencing and quorum |
US7437426B2 (en) * | 2005-09-27 | 2008-10-14 | Oracle International Corporation | Detecting and correcting node misconfiguration of information about the location of shared storage resources |
US7676687B2 (en) * | 2006-09-28 | 2010-03-09 | International Business Machines Corporation | Method, computer program product, and system for limiting access by a failed node |
US7613947B1 (en) * | 2006-11-30 | 2009-11-03 | Netapp, Inc. | System and method for storage takeover |
NO326041B1 (en) | 2007-02-08 | 2008-09-01 | Fast Search & Transfer As | Procedure for managing data storage in a system for searching and retrieving information |
US9104323B2 (en) * | 2007-08-16 | 2015-08-11 | International Business Machines Corporation | Apparatus and method for storage cluster control |
US7725603B1 (en) * | 2008-04-30 | 2010-05-25 | Network Appliance, Inc. | Automatic network cluster path management |
US8495030B2 (en) * | 2011-01-06 | 2013-07-23 | International Business Machines Corporation | Records declaration filesystem monitoring |
US8065714B2 (en) * | 2008-09-12 | 2011-11-22 | Hytrust, Inc. | Methods and systems for securely managing virtualization platform |
US8266474B2 (en) * | 2009-12-30 | 2012-09-11 | Symantec Corporation | Fast cluster failure detection |
US10019447B1 (en) * | 2010-05-14 | 2018-07-10 | EMC IP Holding Company LLC | Methods and apparatus for managing objects in a storage environment |
US8381017B2 (en) | 2010-05-20 | 2013-02-19 | International Business Machines Corporation | Automated node fencing integrated within a quorum service of a cluster infrastructure |
US8713067B1 (en) | 2010-07-09 | 2014-04-29 | Open Invention Network, Llc | Stable file system |
KR20130123387A (en) * | 2010-10-25 | 2013-11-12 | 마벨 월드 트레이드 리미티드 | Cluster cache coherency protocol |
US9607105B1 (en) * | 2011-03-30 | 2017-03-28 | Amazon Technologies, Inc. | Content searching techniques |
GB2496840A (en) * | 2011-11-15 | 2013-05-29 | Ibm | Controlling access to a shared storage system |
CN102420820B (en) * | 2011-11-28 | 2016-06-08 | 杭州华三通信技术有限公司 | Partition method in a kind of group system and device |
WO2013126430A1 (en) * | 2012-02-20 | 2013-08-29 | Virtustream Canada Holdings, Inc. | Systems and methods involving virtual machine host isolation over a network |
US9274772B2 (en) | 2012-08-13 | 2016-03-01 | Microsoft Technology Licensing, Llc. | Compact type layouts |
JP6056554B2 (en) * | 2013-03-04 | 2017-01-11 | 日本電気株式会社 | Cluster system |
WO2015099730A1 (en) * | 2013-12-26 | 2015-07-02 | Intel Corporation | Sharing memory and i/o services between nodes |
US9354992B2 (en) * | 2014-04-25 | 2016-05-31 | Netapp, Inc. | Interconnect path failover |
US10977134B2 (en) * | 2014-08-19 | 2021-04-13 | Netapp Inc. | Restoration process to restore corrupted data of a volume |
WO2016106682A1 (en) | 2014-12-31 | 2016-07-07 | 华为技术有限公司 | Post-cluster brain split quorum processing method and quorum storage device and system |
US20170230419A1 (en) | 2016-02-08 | 2017-08-10 | Hytrust, Inc. | Harmonized governance system for heterogeneous agile information technology environments |
CN107786374B (en) * | 2017-10-19 | 2021-02-05 | 苏州浪潮智能科技有限公司 | Oracle cluster file system and method for realizing ince thereof |
US10671143B2 (en) * | 2018-01-11 | 2020-06-02 | Red Hat Israel, Ltd. | Power management using automation engine |
US10437517B2 (en) | 2018-02-15 | 2019-10-08 | International Business Machines Corporation | Enhanced soft fence of devices |
CN109871708A (en) * | 2018-12-15 | 2019-06-11 | 平安科技(深圳)有限公司 | Data transmission method, device, electronic equipment and storage medium |
US11403001B2 (en) * | 2020-04-30 | 2022-08-02 | EMC IP Holding Company, LLC | System and method for storage system node fencing |
US11119872B1 (en) * | 2020-06-02 | 2021-09-14 | Hewlett Packard Enterprise Development Lp | Log management for a multi-node data processing system |
CN112152837B (en) * | 2020-08-14 | 2024-01-26 | 上海纽盾科技股份有限公司 | Method, device and system for realizing intelligent supervision of network security equipment |
US11809276B2 (en) * | 2021-02-26 | 2023-11-07 | EMC IP Holding Company LLC | Container-based stateful application resilience to node failure |
US12131074B2 (en) | 2021-10-27 | 2024-10-29 | EMC IP Holding Company LLC | Methods and systems for storing data in a distributed system using GPUS |
US11922071B2 (en) | 2021-10-27 | 2024-03-05 | EMC IP Holding Company LLC | Methods and systems for storing data in a distributed system using offload components and a GPU module |
US12007942B2 (en) * | 2021-10-27 | 2024-06-11 | EMC IP Holding Company LLC | Methods and systems for seamlessly provisioning client application nodes in a distributed system |
Family Cites Families (86)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4156907A (en) * | 1977-03-02 | 1979-05-29 | Burroughs Corporation | Data communications subsystem |
US4399503A (en) * | 1978-06-30 | 1983-08-16 | Bunker Ramo Corporation | Dynamic disk buffer control unit |
US4598357A (en) * | 1980-11-14 | 1986-07-01 | Sperry Corporation | Cache/disk subsystem with file number for recovery of cached data |
US4837675A (en) * | 1981-10-05 | 1989-06-06 | Digital Equipment Corporation | Secondary storage facility empolying serial communications between drive and controller |
US4570217A (en) * | 1982-03-29 | 1986-02-11 | Allen Bruce S | Man machine interface |
JPS60142418A (en) * | 1983-12-28 | 1985-07-27 | Hitachi Ltd | Input/output error recovery system |
US4896259A (en) * | 1984-09-07 | 1990-01-23 | International Business Machines Corporation | Apparatus for storing modifying data prior to selectively storing data to be modified into a register |
JPS61141056A (en) * | 1984-12-14 | 1986-06-28 | インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション | Intermittent error detection for volatile memory |
US5202979A (en) * | 1985-05-08 | 1993-04-13 | Thinking Machines Corporation | Storage system using multiple independently mechanically-driven storage units |
US4805090A (en) * | 1985-09-27 | 1989-02-14 | Unisys Corporation | Peripheral-controller for multiple disk drive modules having different protocols and operating conditions |
US4916608A (en) * | 1986-05-30 | 1990-04-10 | International Business Machines Corporation | Provision of virtual storage resources to an operating system control program |
US4761785B1 (en) * | 1986-06-12 | 1996-03-12 | Ibm | Parity spreading to enhance storage access |
USRE34100E (en) | 1987-01-12 | 1992-10-13 | Seagate Technology, Inc. | Data error correction system |
US4843541A (en) * | 1987-07-29 | 1989-06-27 | International Business Machines Corporation | Logical resource partitioning of a data processing system |
US5129088A (en) * | 1987-11-30 | 1992-07-07 | International Business Machines Corporation | Data processing method to create virtual disks from non-contiguous groups of logically contiguous addressable blocks of direct access storage device |
US4899342A (en) * | 1988-02-01 | 1990-02-06 | Thinking Machines Corporation | Method and apparatus for operating multi-unit array of memories |
US4864497A (en) * | 1988-04-13 | 1989-09-05 | Digital Equipment Corporation | Method of integrating software application programs using an attributive data model database |
US4993030A (en) | 1988-04-22 | 1991-02-12 | Amdahl Corporation | File system for a plurality of storage classes |
US4989206A (en) * | 1988-06-28 | 1991-01-29 | Storage Technology Corporation | Disk drive memory |
US5163131A (en) * | 1989-09-08 | 1992-11-10 | Auspex Systems, Inc. | Parallel i/o network file server architecture |
DE69033092D1 (en) * | 1989-09-08 | 1999-06-10 | Auspex Systems Inc Santa Clara | OPERATING SYSTEM DESIGN WITH SEVERAL PROCESSING UNITS |
US5097439A (en) * | 1989-11-08 | 1992-03-17 | Quantum Corporation | Expansible fixed disk drive subsystem for computer |
JPH04211844A (en) * | 1990-01-19 | 1992-08-03 | Texas Instr Inc <Ti> | File system defragmentation device and method |
US5124987A (en) * | 1990-04-16 | 1992-06-23 | Storage Technology Corporation | Logical track write scheduling system for a parallel disk drive array data storage subsystem |
US5155835A (en) * | 1990-11-19 | 1992-10-13 | Storage Technology Corporation | Multilevel, hierarchical, dynamically mapped data storage subsystem |
US5278979A (en) * | 1990-12-20 | 1994-01-11 | International Business Machines Corp. | Version management system using pointers shared by a plurality of versions for indicating active lines of a version |
US5426747A (en) * | 1991-03-22 | 1995-06-20 | Object Design, Inc. | Method and apparatus for virtual memory mapping and transaction management in an object-oriented database system |
US5511177A (en) * | 1991-11-21 | 1996-04-23 | Hitachi, Ltd. | File data multiplexing method and data processing system |
JP3160106B2 (en) * | 1991-12-23 | 2001-04-23 | ヒュンダイ エレクトロニクス アメリカ | How to sort disk arrays |
US6026452A (en) * | 1997-02-26 | 2000-02-15 | Pitts; William Michael | Network distributed site cache RAM claimed as up/down stream request/reply channel for storing anticipated data and meta data |
JPH0695906A (en) * | 1992-09-17 | 1994-04-08 | Fujitsu Ltd | Method for automatically switching ssu control right of svp in scm system |
US5581724A (en) * | 1992-10-19 | 1996-12-03 | Storage Technology Corporation | Dynamically mapped data storage subsystem having multiple open destage cylinders and method of managing that subsystem |
WO1994018634A1 (en) * | 1993-02-01 | 1994-08-18 | Lsc, Inc. | Archiving file system for data servers in a distributed network environment |
EP0701716B1 (en) * | 1993-06-03 | 2002-08-14 | Network Appliance, Inc. | Method and file system for allocating blocks of files to storage space in a RAID disk system |
US5963962A (en) * | 1995-05-31 | 1999-10-05 | Network Appliance, Inc. | Write anywhere file-system layout |
DE69435146D1 (en) * | 1993-06-03 | 2008-11-13 | Network Appliance Inc | Method and apparatus for describing arbitrary areas of a file system |
US6138126A (en) * | 1995-05-31 | 2000-10-24 | Network Appliance, Inc. | Method for allocating files in a file system integrated with a raid disk sub-system |
DE19513308A1 (en) * | 1994-10-04 | 1996-04-11 | Hewlett Packard Co | Virtual node file system for computer data system |
US5907672A (en) * | 1995-10-04 | 1999-05-25 | Stac, Inc. | System for backing up computer disk volumes with error remapping of flawed memory addresses |
US5858876A (en) * | 1996-04-01 | 1999-01-12 | Chartered Semiconductor Manufacturing, Ltd. | Simultaneous deposit and etch method for forming a void-free and gap-filling insulator layer upon a patterned substrate layer |
US5832513A (en) * | 1996-06-04 | 1998-11-03 | Symantec Corporation | Detecting significant file system alterations during execution of a storage media software utility |
US5828876A (en) | 1996-07-31 | 1998-10-27 | Ncr Corporation | File system for a clustered processing system |
US5944789A (en) * | 1996-08-14 | 1999-08-31 | Emc Corporation | Network file server maintaining local caches of file directory information in data mover computers |
US6148377A (en) * | 1996-11-22 | 2000-11-14 | Mangosoft Corporation | Shared memory computer networks |
US5897661A (en) * | 1997-02-25 | 1999-04-27 | International Business Machines Corporation | Logical volume manager and method having enhanced update capability with dynamic allocation of storage and minimal storage of metadata information |
US5987477A (en) * | 1997-07-11 | 1999-11-16 | International Business Machines Corporation | Parallel file system and method for parallel write sharing |
US6016553A (en) * | 1997-09-05 | 2000-01-18 | Wild File, Inc. | Method, software and apparatus for saving, using and recovering data |
US5987495A (en) * | 1997-11-07 | 1999-11-16 | International Business Machines Corporation | Method and apparatus for fully restoring a program context following an interrupt |
US5941972A (en) * | 1997-12-31 | 1999-08-24 | Crossroads Systems, Inc. | Storage router and method for providing virtual local storage |
US6185655B1 (en) * | 1998-01-22 | 2001-02-06 | Bull, S.A. | Computer system with distributed data storing |
US6173374B1 (en) * | 1998-02-11 | 2001-01-09 | Lsi Logic Corporation | System and method for peer-to-peer accelerated I/O shipping between host bus adapters in clustered computer network |
US6173293B1 (en) * | 1998-03-13 | 2001-01-09 | Digital Equipment Corporation | Scalable distributed file system |
US6128627A (en) * | 1998-04-15 | 2000-10-03 | Inktomi Corporation | Consistent data storage in an object cache |
US6457021B1 (en) * | 1998-08-18 | 2002-09-24 | Microsoft Corporation | In-memory database system |
JP3763992B2 (en) * | 1999-03-30 | 2006-04-05 | 富士通株式会社 | Data processing apparatus and recording medium |
US6275898B1 (en) * | 1999-05-13 | 2001-08-14 | Lsi Logic Corporation | Methods and structure for RAID level migration within a logical unit |
US20020049883A1 (en) * | 1999-11-29 | 2002-04-25 | Eric Schneider | System and method for restoring a computer system after a failure |
EP1107119A3 (en) | 1999-12-02 | 2005-07-20 | Sun Microsystems, Inc. | Extending cluster membership and quorum determinations to intelligent storage systems |
US6526478B1 (en) * | 2000-02-02 | 2003-02-25 | Lsi Logic Corporation | Raid LUN creation using proportional disk mapping |
US6952737B1 (en) * | 2000-03-03 | 2005-10-04 | Intel Corporation | Method and apparatus for accessing remote storage in a distributed storage cluster architecture |
US6618798B1 (en) * | 2000-07-11 | 2003-09-09 | International Business Machines Corporation | Method, system, program, and data structures for mapping logical units to a storage space comprises of at least one array of storage units |
US6571261B1 (en) * | 2000-07-13 | 2003-05-27 | International Business Machines Corporation | Defragmentation utility for a shared disk parallel file system across a storage area network |
US6636879B1 (en) * | 2000-08-18 | 2003-10-21 | Network Appliance, Inc. | Space allocation in a write anywhere file system |
US6671773B2 (en) * | 2000-12-07 | 2003-12-30 | Spinnaker Networks, Llc | Method and system for responding to file system requests |
US6868417B2 (en) * | 2000-12-18 | 2005-03-15 | Spinnaker Networks, Inc. | Mechanism for handling file level and block level remote file accesses using the same server |
US6516380B2 (en) * | 2001-02-05 | 2003-02-04 | International Business Machines Corporation | System and method for a log-based non-volatile write cache in a storage controller |
JP4457184B2 (en) * | 2001-02-13 | 2010-04-28 | ネットアップ,インコーポレイテッド | Failover processing in the storage system |
US6606690B2 (en) * | 2001-02-20 | 2003-08-12 | Hewlett-Packard Development Company, L.P. | System and method for accessing a storage area network as network attached storage |
US7073044B2 (en) * | 2001-03-30 | 2006-07-04 | Intel Corporation | Method and apparatus for sharing TLB entries |
US6643654B1 (en) * | 2001-06-25 | 2003-11-04 | Network Appliance, Inc. | System and method for representing named data streams within an on-disk structure of a file system |
US6713630B2 (en) * | 2001-08-03 | 2004-03-30 | Basf Aktiengesellschaft | Continuous preparation of substituted oxazoles |
US6978283B1 (en) * | 2001-12-21 | 2005-12-20 | Network Appliance, Inc. | File system defragmentation technique via write allocation |
US7055058B2 (en) | 2001-12-26 | 2006-05-30 | Boon Storage Technologies, Inc. | Self-healing log-structured RAID |
US7039663B1 (en) * | 2002-04-19 | 2006-05-02 | Network Appliance, Inc. | System and method for checkpointing and restarting an asynchronous transfer of data between a source and destination snapshot |
US20030217077A1 (en) * | 2002-05-16 | 2003-11-20 | Schwartz Jeffrey D. | Methods and apparatus for storing updatable user data using a cluster of application servers |
US7010528B2 (en) * | 2002-05-23 | 2006-03-07 | International Business Machines Corporation | Mechanism for running parallel application programs on metadata controller nodes |
US7873700B2 (en) * | 2002-08-09 | 2011-01-18 | Netapp, Inc. | Multi-protocol storage appliance that provides integrated support for file and block access protocols |
US7254736B2 (en) * | 2002-12-18 | 2007-08-07 | Veritas Operating Corporation | Systems and method providing input/output fencing in shared storage environments |
US20040210656A1 (en) * | 2003-04-16 | 2004-10-21 | Silicon Graphics, Inc. | Failsafe operation of storage area network |
US7133983B2 (en) * | 2003-09-29 | 2006-11-07 | International Business Machines Corporation | Method, system, and program for asynchronous copy |
US7590807B2 (en) * | 2003-11-03 | 2009-09-15 | Netapp, Inc. | System and method for record retention date in a write once read many storage system |
US7409494B2 (en) * | 2004-04-30 | 2008-08-05 | Network Appliance, Inc. | Extension of write anywhere file system layout |
US20050283641A1 (en) * | 2004-05-21 | 2005-12-22 | International Business Machines Corporation | Apparatus, system, and method for verified fencing of a rogue node within a cluster |
US7962915B2 (en) * | 2005-03-18 | 2011-06-14 | International Business Machines Corporation | System and method for preserving state for a cluster of data servers in the presence of load-balancing, failover, and fail-back events |
US7516285B1 (en) * | 2005-07-22 | 2009-04-07 | Network Appliance, Inc. | Server side API for fencing cluster hosts via export access rights |
US20070088702A1 (en) * | 2005-10-03 | 2007-04-19 | Fridella Stephen A | Intelligent network client for multi-protocol namespace redirection |
-
2005
- 2005-07-22 US US11/187,781 patent/US7653682B2/en active Active
-
2006
- 2006-07-20 WO PCT/US2006/028494 patent/WO2007014079A1/en active Application Filing
- 2006-07-20 DE DE602006014971T patent/DE602006014971D1/en active Active
- 2006-07-20 AT AT06788193T patent/ATE471624T1/en not_active IP Right Cessation
- 2006-07-20 EP EP06788193A patent/EP1908261B1/en active Active
Also Published As
Publication number | Publication date |
---|---|
DE602006014971D1 (en) | 2010-07-29 |
EP1908261A1 (en) | 2008-04-09 |
US20070022138A1 (en) | 2007-01-25 |
US7653682B2 (en) | 2010-01-26 |
ATE471624T1 (en) | 2010-07-15 |
WO2007014079A1 (en) | 2007-02-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1908261B1 (en) | Client failure fencing mechanism for fencing network file system data in a host-cluster environment | |
US11546337B2 (en) | Servicing of network software components of nodes of a cluster storage system | |
US7516285B1 (en) | Server side API for fencing cluster hosts via export access rights | |
US6606690B2 (en) | System and method for accessing a storage area network as network attached storage | |
US8205043B2 (en) | Single nodename cluster system for fibre channel | |
US11290545B2 (en) | Servicing of storage device software components of nodes of a cluster storage system | |
US9262285B1 (en) | System and method for failover using virtual ports in clustered systems | |
US20070022314A1 (en) | Architecture and method for configuring a simplified cluster over a network with fencing and quorum | |
RU2302034C2 (en) | Multi-protocol data storage device realizing integrated support of file access and block access protocols | |
JP4758424B2 (en) | System and method capable of utilizing a block-based protocol in a virtual storage appliance running within a physical storage appliance | |
US7930587B1 (en) | System and method for storage takeover | |
EP1747657B1 (en) | System and method for configuring a storage network utilizing a multi-protocol storage appliance | |
US7120654B2 (en) | System and method for network-free file replication in a storage area network | |
US7779201B1 (en) | System and method for determining disk ownership model | |
US20070088917A1 (en) | System and method for creating and maintaining a logical serial attached SCSI communication channel among a plurality of storage systems | |
US7523201B2 (en) | System and method for optimized lun masking | |
US10798159B2 (en) | Methods for managing workload throughput in a storage system and devices thereof | |
US8015266B1 (en) | System and method for providing persistent node names | |
US8037524B1 (en) | System and method for differentiated cross-licensing for services across heterogeneous systems using transient keys |
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: 20080128 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR |
|
AX | Request for extension of the european patent |
Extension state: AL BA HR MK RS |
|
RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: HAYNES, THOMAS Inventor name: RICHART, JOSEPH Inventor name: DANIEL, STEPHEN Inventor name: ERASANI, PRANOOP.C/O NETWORK APPL.INC. |
|
GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
GRAS | Grant fee paid |
Free format text: ORIGINAL CODE: EPIDOSNIGR3 |
|
GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR |
|
AX | Request for extension of the european patent |
Extension state: AL BA HR MK RS |
|
REG | Reference to a national code |
Ref country code: CH Ref legal event code: EP |
|
REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D |
|
REF | Corresponds to: |
Ref document number: 602006014971 Country of ref document: DE Date of ref document: 20100729 Kind code of ref document: P |
|
REG | Reference to a national code |
Ref country code: NL Ref legal event code: VDEP Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: SE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
LTIE | Lt: invalidation of european patent or patent extension |
Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LV Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: FI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: SI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100917 Ref country code: PL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: CY Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: EE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: BE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: CZ Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: IS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20101016 Ref country code: MC Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20100731 Ref country code: RO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: PT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20101018 |
|
REG | Reference to a national code |
Ref country code: CH Ref legal event code: PL |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: DK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 Ref country code: CH Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20100731 Ref country code: LI Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20100731 |
|
26N | No opposition filed |
Effective date: 20110317 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602006014971 Country of ref document: DE Effective date: 20110316 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20100720 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20100720 Ref country code: HU Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20101217 Ref country code: BG Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: TR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100616 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: BG Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100916 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: ES Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20100927 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R082 Ref document number: 602006014971 Country of ref document: DE |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20140717 Year of fee payment: 9 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R081 Ref document number: 602006014971 Country of ref document: DE Owner name: NETAPP, INC. (N.D.GES.D. STAATES DELAWARE), SU, US Free format text: FORMER OWNER: NETWORK APPLIANCE, INC., SUNNYVALE, CALIF., US Effective date: 20141117 |
|
REG | Reference to a national code |
Ref country code: FR Ref legal event code: CD Owner name: NETAPP, INC., US Effective date: 20150403 |
|
REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST Effective date: 20160331 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: FR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20150731 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GR Payment date: 20170425 Year of fee payment: 7 |
|
GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20180720 |
|
PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GB Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20180720 |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R079 Ref document number: 602006014971 Country of ref document: DE Free format text: PREVIOUS MAIN CLASS: H04L0029080000 Ipc: H04L0065000000 |
|
P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230523 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20240729 Year of fee payment: 19 |