Clustered environments, e.g., environments where workload is distributed across multiple machines, are commonly used to provide failover and high availability of information to clients. Clustered environments allow clients to access resources via the one or more nodes that are a part of the environment. A clustered environment can act as a client, a server, or both. In a client cluster server, an application may reside on any of the nodes that make up the cluster. The application may issue requests for resources that are stored locally within the client cluster or stored remotely. If an error occurs on the node, the client failover, or migrate, to a different node in the cluster. However, when the client again requests to access a resource that it was working with at the time of the error, the resource may be fenced or locked by the server for the previous client node that the application resided on.
It is with respect to these and other considerations that embodiments have been made. Also, although relatively specific problems have been discussed, it should be understood that the embodiments should not be limited to solving the specific problems identified in the background.
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detail Description section. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
Systems and methods are disclosed herein that provide an application or a process with continuous access to a resource after the application migrates to a new node in a clustered client environment. An application or process residing on a node in a client cluster sends a request to a server to access a resource. In embodiments, a unique application instance identifier is used to identify an application requesting a resource. The unique application identifier may be provided with the request. When the client accesses a resource, the application instance identifier is associated with the requested resource.
Before the application or process completes its operations on the resource, the node upon which the client resides in the clustered environment may experience an error that causes it to fail or otherwise lose access to the resource prior to the application properly releasing the resource. In such circumstances, the resource may remain in a fenced or locked state on the server per the previous client's request. Upon failing over to a different node in the client cluster, the application on the new client node may reestablish a connection with the server managing the resource and make a second request for the resource that the application previously had access to at the time of the error. The second request may include the application instance identifier was sent with the first request. Although the second request for the resource may be received from a different node in the clustered environment, the application instance identifier permits the server managing the request to determine that the second request belongs to the same application or process that had previously locked the resource. Doing so allows the server to invalidate the resource and grant the client's second request to access the resource while insuring a conflict situation does not arise.
Embodiments may be implemented as a computer process, a computing system or as an article of manufacture such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process.
Non-limiting and non-exhaustive embodiments are described with reference to the following figures.
Various embodiments are described more fully below with reference to the accompanying drawings, which form a part hereof, and which show specific exemplary embodiments. However, embodiments may be implemented in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the embodiments to those skilled in the art. Embodiments may be practiced as methods, systems or devices. Accordingly, embodiments may take the form of a hardware implementation, an entirely software implementation or an implementation combining software and hardware aspects. The following detailed description is, therefore, not to be taken in a limiting sense.
Embodiments of the present disclosure are related to providing clustered client failover mechanisms that allow a requestor to regain access to a resource after a failover event. In embodiments, a requestor may be a process, an application, or one or more child processes of an application. A resource may be a file, an object, data, or any other type of resource in a computing environment. In embodiments, a resource may reside on a standalone server or it may reside in a clustered environment. In the embodiments disclosed herein, a clustered environment may include one or more nodes (e.g., client and/or server devices).
In an example embodiment, an application residing on a node in a clustered environment may request access to a particular resource. In embodiments, the resource may be stored locally (e.g., on the client node), in a remote device (e.g., a remote server or a different node in the client clustered environment), or in a clustered environment (e.g., an environment containing multiple nodes) that is different from the client clustered environment. For example, in embodiments the clustered environment may be a client or server cluster; however, one of skill in the art will appreciate that the systems and methods disclosed herein may be employed in any other type of environment, such as, but not limited to, a virtual network.
In such environments, resources may be shared among clients and applications. When an application accesses a resource, the resource may be fenced or locked, thereby prohibiting other applications from accessing the resource until the accessing application releases the resource. Fencing or locking the resource may be employed to protect against a conflict, that is, protect against modification of the resource by another application before the accessing application has performed its operations on the resource. However, if the node in a clustered client environment fails, the application accessing the resource may not properly release the resource from a fenced or locked state. For example, the client node accessing the resource on behalf of the application may lose a network connection, may crash, or may otherwise lose access to the resource prior to the application completing its operations and properly releasing the resource. Thus, the resource may remain in a state in which it is unavailable to other clients or applications. Mechanisms may be employed that automatically release a resource from a fenced or locked state, thereby preventing the resource from being permanently locked out. However, such mechanisms often wait a period of time before releasing a fenced of locked resource.
In some instances, when the application performs a failover to migrate from the failed client node to a different client node in the client cluster, the application may attempt to reestablish its previous connection with the server and resume its operation(s) on the resource via the different client node. However, because the resource was not properly released by the failed client node, which previously accessed the resource on the application's behalf, due to the error, the application that had previous access to the resource may not be able to resume its access of the resource until the server releases the resource from its fenced or locked state. However, because a different node is now attempting to access the resource on the application's behalf, the server may not be able to identify the application as the same application that previously established the lock on the resource. However, because the same application is trying to access the resource, a conflict situation does not exist. In such situations, waiting for the server to release the previous lock on the resource may cause an unacceptable delay for the application.
As described, because the application is operating in a clustered client environment, when the application requests to access the resource a second time, the request to access to the resource may be made from a different location, such as, a different node in the client clustered environment. Thus, the second request may come from a location or different IP address. Because the request may be made from a different location, a server may have difficultly ensuring that the client or application attempting to again access the resource is actually the same client that previously accessed the resource. The systems and methods disclosed herein provide mechanisms to identify situations where the same application is attempting to access a resource, thereby avoiding such delay and providing an application continuous access to the resource.
As shown in
In embodiments, client cluster 102 provides failover mechanisms that allow a client to migrate from a first client node to a second client node in case of an error or failure occurring on the first client node. One of skill in the art will appreciate that any type of failover mechanism may be employed with the systems and methods disclosed herein. The methods and systems disclosed herein may be employed to avoid undue delay when an application attempts to regain access to a resource migrating from one client to another (e.g., from Client 102A to Client 102B) in the case of a failover. In embodiments, an application instance identifier identifying the application accessing the resource may be associated with the resource. The application instance identifier may be a globally unique identifier (GUID) that is associated with an application, an action performed by an application, or a child process of an application. For example, in one embodiment an application may be associated with an application instance identifier that is a GUID. In another embodiment, an application instance identifier may be associated with a specific operation or action performed by an application. For example, if the application issues two different open requests for two different files, each open request may have its own application instance identifier. In yet another embodiment, an application instance identifier may be associated with one or more child processes of the application. As will be clear to one of skill in the art from the embodiments described herein, associating the application instance identifier of an application with its one or more child processes will allow the child processes to access the resource if the resource is placed in a locked or fenced state that belongs to the application. In embodiments, the application instance identifier may be sent by the client when, or after, sending a request for a resource.
In accordance with another embodiment, in addition to storing information accessed by clients that are a part of client cluster 102, server cluster 106 also provide a failover mechanism that allows continuous access of a resource in case of a server node failure. Again, one of skill in the art will appreciate that any type of failover mechanism may be employed with the systems and methods disclosed herein.
In embodiments, when a client requests access to a resource on behalf of an application, the application instance identifier of the application is sent with the request. The server receiving the request may associate the application instance identifier with the resource. For example, the server cluster may store the application instance identifier in a table or cache located on one or more nodes (e.g., servers such as servers 106A, 106B, and/or 106C) located in the server cluster 106 in such a manner that the application instance identifier is associated with the resource. Before the client is done with the resource, the client may experience an error that will force it to lose connection with the resource. For example, the client hosting the application or performing requests or operations on the application's behalf may lose its network connection to the server cluster, the client may crash, or any other type of error may occur that interferes with the applications use of the resource. Upon experiencing the error, the application may failover to a new client node in the client cluster 102. The new client node may reconnect to the server cluster and send a second request to access the resource on the application's behalf. In embodiments, the client may reconnect to the same node in the sever cluster 106 or a different node. The second request to access the resource may include the application instance identifier of the application. Upon receiving the second request, the sever (e.g., a Server 106A of server cluster 106) compares the application instance identifier of the second request with the application instance identifier associated with the resource. If the two application instance identifiers match, the server cluster invalidates the resource. In embodiments, invalidating the resource may comprise closing a file, removing a lock on the resource, or otherwise taking any action that frees the resource for use. The server node may then grant the application's second request to access the resource. If the application instance identifier of the second node does not match application identifier associated with the resource, the server will not allow access to the resource until the resource becomes free.
To illustrate one embodiment, a requestor (e.g., a process, application, etc.) on Client 102A in client cluster 106 may request that Client 102A establishes a session with a server of server cluster 106. For example, Client 102A may establish a session with server 106A to access a database stored that is on server 106A or that is a part of server cluster 106, in which server 106A may access the database. Client 102A then sends a request for a resource on behalf of the requestor. An application instance identifier that identifies the requestor is associated with the request. In embodiments, the request may include the application instance identifier or the application instance identifier may be sent separately in a manner such that the server 106A can determine that the application instance identifier is associated with the request. In yet another embodiment, the server 106A or the server cluster 106A may already have information needed to associate the application instance identifier with the request without having to receive the application instance identifier along with the request. Server 106A then grants the requestor access to the resource, thereby allowing the requestor to perform operations on or otherwise access the resource. When granting the requestor access to the resource, server 106A associates an application instance identifier with the resource in a manner that indicates the requestor is currently accessing the resource. The resource may then be fenced or locked so other clients or applications cannot access or modify the resource until client 102 has completed its operation.
Before the requestor completes its operations on the resource, an error occurs that causes Client 102A to fail or to otherwise lose its connection to the resource. Because client requestor completed its operation, it has not released control of the resource. Thus, the resource may remain in a fenced or locked state. The requestor or client cluster 102 may employ a failover mechanism to migrate the requestor from client 102A to client 102B. Once the failover operation is complete, client 102B may reconnect to server cluster 106 on the requestor's behalf. Client 102B may reconnect to server 106A or establish a new connection with any other server in server cluster 106 (e.g., server 106B or 106C). In an example situation, Client 102B reconnects to server 106A. Upon reconnecting, the client 102B may send a second request to access the resource on behalf of the requestor. As previously noted, because the requestor did not release control the resource, the resource may still be in a locked or fenced state. In order to access the resource, without waiting for the server to automatically change the state of the resource, for example, through a time out operation, the requestor may again provide its application instance identifier with the second request. Server 106A compares the application instance identifier provided with the second request to the application instance identifier associated with the resource. For example, by comparing the application instance identifier received or otherwise associated with the second request to an application instance identifier that Server 106A associated with the resource. The associated application instance identifier may be stored in a local cache or table of server 106A, or it may be stored elsewhere in server cluster 106. If the application instance identifier stored in the cache matches the application instance identifier that is associated with the resource, server 106A invalidates or otherwise frees the resource and allows client 102B to again access the resource on the requestor's behalf without waiting for the resource to be released by some other mechanism (e.g., by the fenced or locked state timing out). If the application instance identifiers do not match, Client 102B will have to wait for the resource to become free before accessing it.
While in the above example Client 102B reconnected to the same server 106A, it is also possible, in other embodiments, for the client to connect to another node in server cluster 106. For example, client 102B may reconnect to server 106B and submit a second request to regain access to the resource on behalf of the requestor. The second request may again be associated with the requestor's application instance identifier, for example, by being included in the second request or otherwise associated with the second request. In this example, Server 106B may not have the application instance identifier associated with the resource stored in its local cache because the original access of the resource was on server 106A. In such a situation, server 106B may contact the other servers in server cluster 106 to determine if they have an application identifier associated with the resource. If the application identifier associated with the resource is stored on a different node in the server cluster (e.g., server 106A), the application instance identifier on the other node in the server cluster is compared with the application instance identifier provided with the second request. If they match, server 106B may send a request to server 106A to invalidate the resource, and then server 106B may allow the requestor (now on client 102B) to access the resource. If the application instance identifiers do not match, Client 102B will have to wait for the resource to free.
Based on the above examples, one of skill in the art will appreciate that any client node in the client cluster 102 may request to access for, and then provide access to, a requestor in the client cluster 102. Furthermore, any server node in a server cluster (e.g., any server in server cluster 106) is capable of determining whether the requestor previously had access to the resource even if the access occurred on a different server node in the server cluster. One of skill in the art will appreciate that the following description is merely one example of how the embodiment shown in
Turning now to
Server node cluster 206 may include one or more nodes, such as Node 1208 and Node 2216. Although only two node clusters are illustrated in
In embodiments, a client sends an initial request 222 to clustered environment 206. As illustrated in
As shown in
In one embodiment, the application instance identifier received from client an application instance identifier that identifies a requestor (e.g., an application or process) may be stored in a _NETWORK_APP_INSTANCE_ECP_CONTEXT structure. The _NETWORK_APP_INSTANCE_ECP_CONTEXT structure may be defined as follows:
In such embodiments, the variable size may store information related to the size of the structure and the variable AppInstanceID may be a unique application instance identifier for a failover cluster client application, such as a requestor executing on client 202. In embodiments, the _NETWORK_APP_INSTANCE_ECP_CONTEXT, or another object or variable containing the requestor's application instance identifier may be stored in the globally unique identifier (GUID) cache 214. In embodiments the _NETWORK_APP_INSTANCE_ECP_CONTEXT structure may be sent from a client to a server in association with a request to access a resource (e.g., a create or open request) In one embodiment, the requestor's application instance identifier may be stored in the GUID cache of the client node that the requestor is executing on in the clustered client environment 201. In another embodiment, although not shown in
As previously described, the application instance identifier may be associated with resource 226 while client 202 accesses resource 226 on behalf of a requestor. A server node 206 may store such an association in one or more app instance caches that are part of server node cluster 206, such as app instance caches 212 and 220. In one embodiment, the application instance identifier may be associated with the resource by adding it to an Extra Create Parameter (ECP) list for the resource 226. The ECP list may be stored in an app instance cache that is part of the server node cluster 206, such as app instance caches 212 and 220. In embodiments, when an ECP is received by a server, the server extracts an application instance identifier from the ECP and adds it to a cache to be associated with a resource, resource handle, etc. As described with respect to storing application instance identifiers in client cluster 201, the application instance identifiers associated with a node may be stored in an individual app instance cache on node in server node cluster 206, in a central repository in server cluster 206, or replicated across multiple app instance caches on multiple nodes in server node cluster 206.
In embodiments, resource 226 is fenced or locked while a requestor executing on client 202 has access to resource 222, thereby preventing other client or applications from accessing resource 226 and avoiding any potential conflicts. In embodiments, before the requestor completes its operation on resource 226, client 202 experiences an error that causes it to lose connection with the resource. For example, the client may crash, be taken offline, or lose its network connection to server node 208. In such instances, resource 226 may still be in a fenced or locked state because the requestor did not release a lock on the resource, thereby preventing other clients from accessing resource 226.
When the error occurs to client 202, the requestor may utilize a client failover mechanism 232 to migrate to a new client node (e.g., client 204) in the client cluster 201. One of skill in the art will appreciate that any type of failover mechanism may be employed at client failover 232. In embodiments, the failover mechanism 232 may also include the migration of the requestor's application instance identifier which may have been stored in GUID cache 214 on the now failed client 202. Upon completing the migration, the requestor may attempt to regain access to the resource 202. In embodiments, client 216 may send a second request 224 to Node 1 to request access to resource 226 on behalf of the requestor. However without the continuous access embodiments disclosed herein, when Node 1208 receives a request to access the resource 226 on behalf of client 204 (the sender of second request 224), it may deny the request because resource 226 is still in a fenced or locked state from the previous access that client 202 made on behalf of the resource. Without the embodiments disclosed herein, Node 1208 would recognize that the second request to access resource 226 was from a different location (e.g., client 204). Node 1208 would not be able to determine that the request is for the same requestor that holds the lock on resource 226, and would therefore determine that granting the request would result in a conflict. However, if the same requestor is attempting to access resource 224, there is no issue of conflict and forcing the client to wait for the resource to be freed by the system may result in undue delays.
The application instance identifier may be used to solve this problem. In embodiments, the second request 224 may also include the application instance identifier from identifying the requestor that migrated to client 204 during the failover shown at 232. In embodiments, the requestor's application instance identifier may be present in the GUID cache 228 of client 204 prior to the migration of the requestor during the client failover 232. For example, a replication mechanism may have been employed to replicate the requestor's application instance identifier across the nodes in client cluster 201. In another embodiment, the requestor 203 may store its application instance identifier. In yet another embodiment, the requestor's 203 application instance identifier may be migrated during client failover 232.
As described with respect to request 222, the application instance identifier may be transmitted in the same message as the second request 224 or the second request 224 may be composed of a number of different messages. When the second request is received at the node cluster 206, or an individual node in the cluster, such as Node 1208, and the receiving server determines that the resource is fenced or locked, a determination is made as to whether the application instance identifier in the second request 224 is the same as the application instance identifier associated with resource 226. In embodiments, Node 2216 will compare the application instance identifier received with the second request 222 with the application instance identifier that is associated with resource 226. The application identifier associated with resource 220 may be stored in the app instance cache 212 of Node 1212. In embodiments where multiple app instance caches exist in node cluster 206, the determination may check more than one application instance caches in the node cluster 206. In such embodiments, if a matching application instance identifier is not located in app instance cache 212, Node 1216 may send a request to Node 2212 to determine if a matching application instance identifier is located in app instance cache 220.
In one embodiment, if the application instance identifier received in second request 224 does not match the application instance identifier associated with resource 226 (which may be stored in application instance cache 212 and/or 220), the second request 224 may not be granted until resource 226 is free. However, if a match is found, the receiving server (e.g., Node 1208) and/or the server node cluster 206 perform actions to grant access to resource 226 without causing undue delay to client 204 and requestor 203. In such instances, node cluster 206 may invalidate the resource 226, thereby removing resource 226 from a fenced or locked state. In embodiments, invaliding a previous access may comprise any action that brings a resource out of a fenced or locked state. One non-limiting example is closing an opened file (e.g., if resource 226 is a file). Once the previous access is invalidated, the second request 224 to access resource 226 may be granted, thereby providing continuous access to the requestor 203.
In one embodiment, the node receiving the second request 224, such as Node 1208 in
The described process avoids undue delay in granting a second request 224 to access a resource 226 from a resource 203 that previously accessed and still holds a lock on resource 226 through the use of application instance identifiers. Furthermore, the application instance identifiers provide the benefit of ensuring that any request granted does not create a conflict on resource 226. For example, if the request was received from a different application, the request will include an application instance identifier that is different from the application instance identifier associated with the resource which would result in the request being denied. Because application instance identifiers are globally unique identifiers, the application instance identifier for different applications will not be the same.
Flow continues to operation 304 where an application instance identifier is sent, for example, to a server (e.g., a standalone server or a node in a clustered environment). In one embodiment, the first client that sent the request may also send the application instance identifier on behalf of the requestor. As earlier described, an application instance identifier is a GUID identifying the requestor (e.g., an application, client, or a child process of an application requesting access to a resource). In one embodiment, the application instance identifier may be sent in a message transmitted via a network. The application instance identifier may be transmitted in the same message containing the request in operation 302 or it may be transmitted in a different message. In such embodiments, an object containing the application instance identifier, such as but not limited to the _NETWORK_APP_INSTANCE_ECP_CONTEXT described with respect to
In one embodiment, an interface may be used to send the application instance identifier at operation 304. The interface may be a kernel level interface located on a client or available to a client operating in a client clustered environment. In embodiments, the kernel level interface may be used by the requestor and/or client to send an application instance identifier to a server. The following is a non-limiting example of a kernel level interface that may be employed at operation 304 to send an application instance identifier:
Although a specific kernel level interface is provided, one of skill in the art will appreciate that other kernel level interfaces may be employed at operation 304 to send the application instance identifier.
In another embodiment, an application user interface (API) may be employed at operation 304 to send an application instance identifier. In such embodiment, the requestor and/or client may send an application instance identifier by making a call to the API. The API may be hosted on the client performing the operation 304 (e.g., the first client in a server cluster) or the API may be hosted on another device and accessed by the requestor or another application or process. The following is a non-limiting example of an API that may be employed at operation 304 to send an application instance identifier:
Although a specific API is provided, one of skill in the art will appreciate that other API's may be employed at operation 304. Furthermore, although operation 304 is illustrated as a discrete operation, one of skill in the art will appreciate that sending the application instance identifier may be performed simultaneously with sending the request at operation 302.
When the requested resource is not locked, the request sent at operation 302 is granted and flow continues to operation 306 where the resource is accessed. As previously described, the server or device controlling the resource may place the resource in a fenced or locked state while the requestor accesses the resource at operation 306. At some point while accessing the resource, an error occurs, such as the errors described with reference to
Flow continues to operation 308, where a failover operation is performed. In embodiments, the failover operation may comprise cloning the requestor and its state to a different client in the client node cluster (e.g., a second client). In embodiments, the requestor's state may be cloned on the second on the second and the requestor may be executed on the second client in a manner such that it can resume execution from the point where the first client failed. In another embodiment, the requestor may be in communication with the first client (rather than executing on) at the time of the first clients failover. In such embodiments, the failover operation may comprise the requestor establishing communications with a second client in the client cluster.
In embodiments, state information, including but not limited to the requestors application instance identifier, may be transferred from the first client to the second client. In one embodiment, the first client may send a message including the requestor's application instance identifier and/or the requestor's state information. The application instance identifier and/or state may be sent during the failover process or, in embodiments, may be sent before the first client fails, such as, during a replication process that clone's information across the clients in a client clustered environment. In another embodiment, the requestor's application instance identifier and/or state information may be stored in a central location or repository in the client clustered network. In such embodiments, the failover process may provide the second client with the location of the requestor's application instance identifier and/or state information. In yet another embodiment, the requestor may maintain its application instance identifier. In such embodiments, the client failover operation may comprise relocating to or otherwise establishing a connection between the requestor and a second client.
In embodiments, after the client failover operation flow continues to operation 310. At operation 310 a second request for the same resource is sent to the clustered environment. In embodiments, the second request is sent by the second client in the client cluster on behalf of the requestor. The second request may be sent using the same manner as described with respect to the first resource at operation 302. In order to maintain continuous access to the resource and avoid undue delay, flow continues to operation 312 where the application instance identifier is again sent to the clustered environment. The application instance identifier may be sent at operation 308 according to one of the embodiments described with respect to operation 304. In embodiments, because the a different client (e.g., the second client) is sending the second request, the server receiving the request may not be able to identifier the second request as belonging to the same requestor that holds a lock on the resource (e.g., because the request is made from a different machine, a different address etc.) However, by sending the application instance identifiers at operations 304 and 308, the server will be able to identify the requests as belonging to the same requestor, and will grant continuous access to the resource as previously described with respect to
Flow continues to decision operation 404 where a determination is made as to whether the resource is in a fenced or locked state. One of skill in the art will appreciate that any manner of determining whether a resource is fenced or locked may be employed at operation 404. If the resource is not in a fenced or locked state, flow branches NO to operation 412 where the request for the resource is granted. In embodiments, granting the request may comprise allowing the requestor access to the resource, performing an operation on the resource on behalf of the requestor, or permitting any kind of access or modification to the resource. For example, granting the request in operation 412 may include opening a file or creating a file.
If the resource is in a fenced or locked state, flow branches YES from operation 404 to decision operation 406. At decision operation 406, the application instance identifier received with the request at operation 402 is compared to an application instance identifier that is associated with the resource. For example, as describe with respect to
In one embodiment, the association of the application instance resource may reside locally on the node performing method 400. In such instances, the comparison may be made at a local app instance cache resident on the server. However, as discussed with respect to
If the received application instance identifier is not the same as the application instance identifier associated with the resource, flow branches NO to operation 410. At operation 410 the request to access the resource received at operation 402 is denied. In embodiments, the request may be denied in order to avoid a resource conflict. Because the received application identifier is not the same as the associated application instance identifier, the request to access the resource received at operation 402 is from a different requestor or application. Granting a request to the different client or application, as may be in this case, may cause a conflict situation that will interfere with the application currently accessing the resource. For example, the different application may modify the resource in a manner that modifies or otherwise interferes with the operations performed on the resource by the requestor that currently holds a lock on the resource.
However, receiving an application identifier with the request 402 that is the same as the application identifier associated with the fenced or locked resources indicates that an error may have occurred that caused the requestor that was accessing the resource to lose its access to the resource without properly releasing the resource. For example, the requestor may operate in a client node cluster. The particular client the requestor was operating on may have lost connection to the server or otherwise failed before the requestor completed its operations upon the resource. In order to provide continuous access the resource, that is, to allow the requestor to regain access to the resource without experiencing undue or unacceptable delay, flow branches YES to operation 408.
At operation 408, the resource is invalidated. As earlier described herein, invalidating the resource may include changing the fenced state of the resource or otherwise removing a lock on the resource. For example, if the resource is a file, invalidating the resource may include closing the file. One of skill in the art will appreciate that any method of releasing a fenced or locked resource may be employed at operation 408.
Referring back to
After the resource is invalidated, flow continues to operation 412 where the request to access the resource is granted. Granting the request may comprise allowing the requestor access to the resource, performing an operation on the resource on behalf of the requestor, or permitting any kind of access or modification to the resource. For example, granting the request in operation 412 may include opening a file or creating a file. Granting such access may be performed by the node receiving the request at operation 402, or by another node in the clustered environment.
Methods 300 and 400 are merely some examples of operational flows that may be performed in accordance with embodiments. Embodiments are not limited to the specific description provided above with respect to
In its most basic configuration, system 500 typically includes at least one processing unit 502 and memory 504. Depending on the exact configuration and type of computing device, memory 504 may be volatile (such as RAM), non-volatile (such as ROM, flash memory, etc.) or some combination. This most basic configuration is illustrated in
The term computer readable media as used herein may include computer storage media. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. System memory 504, removable storage, and non-removable storage 508 are all computer storage media examples (e.g. memory storage). Computer storage media may include, but is not limited to, RAM, ROM, electrically erasable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store information and which can be accessed by computing device 500. Any such computer storage media may be part of device 500. Computing device 500 may also have input device(s) 514 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc. Output device(s) 516 such as a display, speakers, a printer, etc. may also be included. The aforementioned devices are examples and others may be used.
The term computer readable media as used herein may also include communication media. Communication media may be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media.
Embodiments of the invention may be practiced via a system-on-a-chip (SOC) where each or many of the components illustrated in
Reference has been made throughout this specification to “one embodiment” or “an embodiment,” meaning that a particular described feature, structure, or characteristic is included in at least one embodiment. Thus, usage of such phrases may refer to more than just one embodiment. Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
One skilled in the relevant art may recognize, however, that the embodiments may be practiced without one or more of the specific details, or with other methods, resources, materials, etc. In other instances, well known structures, resources, or operations have not been shown or described in detail merely to avoid obscuring aspects of the embodiments.
While example embodiments and applications have been illustrated and described, it is to be understood that the embodiments are not limited to the precise configuration and resources described above. Various modifications, changes, and variations apparent to those skilled in the art may be made in the arrangement, operation, and details of the methods and systems disclosed herein without departing from the scope of the claimed embodiments.
Number | Name | Date | Kind |
---|---|---|---|
4399504 | Obermarck | Aug 1983 | A |
4780821 | Crossley | Oct 1988 | A |
4791566 | Sudama | Dec 1988 | A |
4825354 | Agrawal | Apr 1989 | A |
4887204 | Johnson | Dec 1989 | A |
4891785 | Donohoo | Jan 1990 | A |
4914570 | Peacock | Apr 1990 | A |
5008853 | Bly | Apr 1991 | A |
5109519 | Zimmet | Apr 1992 | A |
5113519 | Johnson | May 1992 | A |
5202971 | Henson | Apr 1993 | A |
5218696 | Baird et al. | Jun 1993 | A |
5261051 | Masden et al. | Nov 1993 | A |
5265261 | Rubin et al. | Nov 1993 | A |
5313646 | Hendricks et al. | May 1994 | A |
5349642 | Kingdon | Sep 1994 | A |
5375207 | Blakely et al. | Dec 1994 | A |
5410697 | Baird | Apr 1995 | A |
5437013 | Rubin et al. | Jul 1995 | A |
5452447 | Nelson | Sep 1995 | A |
5491752 | Kaufman et al. | Feb 1996 | A |
5493728 | Solton | Feb 1996 | A |
5513314 | Kandasamy | Apr 1996 | A |
5522042 | Fee et al. | May 1996 | A |
5535375 | Eshel et al. | Jul 1996 | A |
5560008 | Johnson et al. | Sep 1996 | A |
5588117 | Karp et al. | Dec 1996 | A |
5628005 | Hurvig | May 1997 | A |
5764887 | Kells et al. | Jun 1998 | A |
5826027 | Pedersen et al. | Oct 1998 | A |
5931913 | Meriwether et al. | Aug 1999 | A |
5933602 | Grover | Aug 1999 | A |
5978802 | Hurvig | Nov 1999 | A |
6085247 | Parsons et al. | Jul 2000 | A |
6092199 | Dutcher | Jul 2000 | A |
6125122 | Favichia et al. | Sep 2000 | A |
6131125 | Rostoker et al. | Oct 2000 | A |
6208952 | Goertzel | Mar 2001 | B1 |
6219799 | Kandasamy | Apr 2001 | B1 |
6243862 | Lebow | Jun 2001 | B1 |
6247139 | Walker et al. | Jun 2001 | B1 |
6275953 | Vahalia et al. | Aug 2001 | B1 |
6317844 | Kleiman | Nov 2001 | B1 |
6324581 | Xu et al. | Nov 2001 | B1 |
6349250 | Hart et al. | Feb 2002 | B1 |
6349350 | Hathorn et al. | Feb 2002 | B1 |
6401123 | Shields et al. | Jun 2002 | B1 |
6430691 | Di Santo et al. | Aug 2002 | B1 |
6438691 | Mao | Aug 2002 | B1 |
6452903 | Peck et al. | Sep 2002 | B1 |
6453354 | Jiang et al. | Sep 2002 | B1 |
6640226 | Shringeri et al. | Oct 2003 | B1 |
6658476 | Van | Dec 2003 | B1 |
6829473 | Raman et al. | Dec 2004 | B2 |
6883015 | Geen et al. | Apr 2005 | B1 |
6910082 | Marcotte | Jun 2005 | B1 |
6928577 | Moser et al. | Aug 2005 | B2 |
7020651 | Ripley | Mar 2006 | B2 |
7103007 | Natarajan et al. | Sep 2006 | B2 |
7111035 | McClellan et al. | Sep 2006 | B2 |
7111060 | Araujo et al. | Sep 2006 | B2 |
7197535 | Salesky et al. | Mar 2007 | B2 |
7243132 | Choi | Jul 2007 | B2 |
7290141 | Sengodan et al. | Oct 2007 | B2 |
7293192 | Allen et al. | Nov 2007 | B2 |
7318102 | Krause et al. | Jan 2008 | B1 |
7330910 | Young et al. | Feb 2008 | B2 |
7339885 | Ahrens et al. | Mar 2008 | B2 |
7380080 | Hughes | May 2008 | B2 |
7380155 | Fung et al. | May 2008 | B2 |
7383463 | Hayden et al. | Jun 2008 | B2 |
7386889 | Shay | Jun 2008 | B2 |
7388866 | Fan et al. | Jun 2008 | B2 |
7409420 | Pullara et al. | Aug 2008 | B2 |
7421502 | Czap et al. | Sep 2008 | B2 |
7434087 | Singh | Oct 2008 | B1 |
7444536 | Jairath | Oct 2008 | B1 |
7451221 | Basani et al. | Nov 2008 | B2 |
7453879 | Lo | Nov 2008 | B1 |
7457722 | Shain et al. | Nov 2008 | B1 |
7509407 | Miller et al. | Mar 2009 | B2 |
7526658 | He et al. | Apr 2009 | B1 |
7526668 | Shitomi et al. | Apr 2009 | B2 |
7539722 | Mohamed et al. | May 2009 | B2 |
7562129 | Lee et al. | Jul 2009 | B1 |
7664991 | Gunda et al. | Feb 2010 | B1 |
7673066 | Zheng | Mar 2010 | B2 |
7702745 | Lin et al. | Apr 2010 | B2 |
8275815 | Aronovich et al. | Sep 2012 | B2 |
20020019874 | Borr | Feb 2002 | A1 |
20020073211 | Lin et al. | Jun 2002 | A1 |
20020083130 | Shimada et al. | Jun 2002 | A1 |
20020152315 | Kagan et al. | Oct 2002 | A1 |
20020161980 | Nishikawa | Oct 2002 | A1 |
20030018927 | Gadir et al. | Jan 2003 | A1 |
20030056069 | Cabrera et al. | Mar 2003 | A1 |
20030058277 | Bowman-Amuah | Mar 2003 | A1 |
20030093643 | Britt, Jr. | May 2003 | A1 |
20030093678 | Bowe et al. | May 2003 | A1 |
20030112754 | Ramani et al. | Jun 2003 | A1 |
20030115341 | Sinha et al. | Jun 2003 | A1 |
20030126195 | Reynolds et al. | Jul 2003 | A1 |
20030140129 | Livnat et al. | Jul 2003 | A1 |
20030169859 | Strathmeyer et al. | Sep 2003 | A1 |
20030182282 | Ripley | Sep 2003 | A1 |
20040003210 | Duale et al. | Jan 2004 | A1 |
20040003241 | Sengodan et al. | Jan 2004 | A1 |
20040018829 | Raman et al. | Jan 2004 | A1 |
20040019660 | E. et al. | Jan 2004 | A1 |
20040032876 | Garg et al. | Feb 2004 | A1 |
20040044930 | Keller et al. | Mar 2004 | A1 |
20040103342 | Moser et al. | May 2004 | A1 |
20040136325 | Dobric et al. | Jul 2004 | A1 |
20040160909 | Sheynblat | Aug 2004 | A1 |
20040215794 | Lauer | Oct 2004 | A1 |
20040225952 | Brown et al. | Nov 2004 | A1 |
20040260748 | Springer et al. | Dec 2004 | A1 |
20040267932 | Voellm et al. | Dec 2004 | A1 |
20040268118 | Bazran Bejarano | Dec 2004 | A1 |
20050010670 | Greschler et al. | Jan 2005 | A1 |
20050015511 | Izmailov et al. | Jan 2005 | A1 |
20050015747 | Zatloukal et al. | Jan 2005 | A1 |
20050021832 | Bennett et al. | Jan 2005 | A1 |
20050038828 | Kaluskar et al. | Feb 2005 | A1 |
20050041686 | Roy et al. | Feb 2005 | A1 |
20050055345 | Ripley | Mar 2005 | A1 |
20050060442 | Beverly et al. | Mar 2005 | A1 |
20050091212 | Mohamed et al. | Apr 2005 | A1 |
20050102537 | Zheng | May 2005 | A1 |
20050111030 | Berkema et al. | May 2005 | A1 |
20050114670 | Bowe et al. | May 2005 | A1 |
20050125378 | Kawada | Jun 2005 | A1 |
20050129045 | Machulsky et al. | Jun 2005 | A1 |
20050131832 | Fransdonk | Jun 2005 | A1 |
20050132077 | Biran et al. | Jun 2005 | A1 |
20050138528 | Ameigeiras et al. | Jun 2005 | A1 |
20050149817 | Biran et al. | Jul 2005 | A1 |
20050177635 | Schmidt et al. | Aug 2005 | A1 |
20050182850 | Kohno | Aug 2005 | A1 |
20050198113 | Mohamed et al. | Sep 2005 | A1 |
20050198247 | Perry et al. | Sep 2005 | A1 |
20050198359 | Basani et al. | Sep 2005 | A1 |
20050198380 | Panasyuk et al. | Sep 2005 | A1 |
20050223014 | Sharma et al. | Oct 2005 | A1 |
20050228884 | Hawley | Oct 2005 | A1 |
20050246803 | Spencer | Nov 2005 | A1 |
20050248803 | Ohara | Nov 2005 | A1 |
20050251448 | Gropper | Nov 2005 | A1 |
20050257022 | Hughes | Nov 2005 | A1 |
20050258022 | Horton et al. | Nov 2005 | A1 |
20050262084 | Tomita | Nov 2005 | A1 |
20050262103 | Stakutis et al. | Nov 2005 | A1 |
20060031519 | Helliwell et al. | Feb 2006 | A1 |
20060041698 | Han et al. | Feb 2006 | A1 |
20060045005 | Blackmore et al. | Mar 2006 | A1 |
20060047818 | Kruglick et al. | Mar 2006 | A1 |
20060059118 | Byrd et al. | Mar 2006 | A1 |
20060080443 | Kruglick et al. | Apr 2006 | A1 |
20060080568 | Subbaraman et al. | Apr 2006 | A1 |
20060085328 | Cohen et al. | Apr 2006 | A1 |
20060095382 | Mahlbacher | May 2006 | A1 |
20060130107 | Gonder et al. | Jun 2006 | A1 |
20060168262 | Frazer | Jul 2006 | A1 |
20060206705 | Khosravi | Sep 2006 | A1 |
20060271679 | Mousseau et al. | Nov 2006 | A1 |
20060271692 | Kruse et al. | Nov 2006 | A1 |
20060271697 | Kruse et al. | Nov 2006 | A1 |
20060281525 | Borissov | Dec 2006 | A1 |
20070150558 | Teodosiu et al. | Jun 2007 | A1 |
20070171793 | Mesut et al. | Jul 2007 | A1 |
20070192326 | Angal et al. | Aug 2007 | A1 |
20070220155 | Nalla et al. | Sep 2007 | A1 |
20080151885 | Horn et al. | Jun 2008 | A1 |
20080172397 | Maeda et al. | Jul 2008 | A1 |
20090077097 | Lacapra et al. | Mar 2009 | A1 |
20090138615 | Cristallo et al. | May 2009 | A1 |
20090172085 | Arthursson | Jul 2009 | A1 |
20090222582 | Josefsberg et al. | Sep 2009 | A1 |
20090319661 | Shiozawa et al. | Dec 2009 | A1 |
20090327798 | D'Amato et al. | Dec 2009 | A1 |
20100042715 | Tham et al. | Feb 2010 | A1 |
20100161855 | Mohamed et al. | Jun 2010 | A1 |
20100185704 | George et al. | Jul 2010 | A1 |
20110040826 | Chadzelek et al. | Feb 2011 | A1 |
20120151249 | Swan et al. | Jun 2012 | A1 |
20130304932 | Kruse et al. | Nov 2012 | A1 |
20130007180 | Talpey et al. | Jan 2013 | A1 |
20130007518 | George et al. | Jan 2013 | A1 |
20130067095 | Kruse et al. | Mar 2013 | A1 |
20130091199 | Kruse et al. | Apr 2013 | A1 |
20130097211 | Kruse et al. | Apr 2013 | A1 |
Number | Date | Country |
---|---|---|
1 259 045 | Nov 2002 | EP |
1 259 045 | Nov 2002 | EP |
1 727 056 | Nov 2006 | EP |
60-019341 | Jan 1985 | JP |
62-297927 | Dec 1987 | JP |
63-061148 | Mar 1988 | JP |
63-205747 | Aug 1988 | JP |
64-061148 | Mar 1989 | JP |
02-101847 | Apr 1990 | JP |
03-048558 | Mar 1991 | JP |
03-074745 | Mar 1991 | JP |
04-172039 | Jun 1992 | JP |
04-229746 | Aug 1992 | JP |
05-089048 | Apr 1993 | JP |
05-143488 | Jun 1993 | JP |
06-075890 | Mar 1994 | JP |
63-256165 | Oct 1998 | JP |
10-313342 | Nov 1998 | JP |
11-055314 | Feb 1999 | JP |
2001-094613 | Apr 2001 | JP |
2003-016766 | Jan 2003 | JP |
2003-069610 | Mar 2003 | JP |
2003-281091 | Mar 2003 | JP |
2003-125022 | Apr 2003 | JP |
2004-005427 | Jan 2004 | JP |
2004-229143 | Aug 2004 | JP |
2005-322016 | Nov 2005 | JP |
2007-49755 | Feb 2007 | JP |
3967758 | Jun 2007 | JP |
10-1994-0001700 | Mar 1994 | KR |
10-0860152 | Sep 2008 | KR |
WO 03096646 | Nov 2003 | WO |
Entry |
---|
European Exam Report in Application 05111885.9 mailed Sep. 13, 2007, 5 pgs. |
European Invitation to Correct Defects in Application No. 08008916.2 mailed Sep. 4, 2008, 6 pgs. |
European Notice of Allowance in Application 05111885.9 mailed Jun. 11, 2008, 6 pgs. |
European Notice of Allowance in Application 080089162 mailed Jan. 24, 2011, 6 pgs. |
European Notice to Grant in Application 05111885.9 mailed Oct. 9, 2008, 1 page. |
Hong Kong Certificate of Grant in Application 07105689.8 mailed Jun. 26, 2009, 2 pgs. |
Japanese Office Action in Application 200510127997.8 mailed Aug. 3, 2011, 8 pgs. |
Japanese Office Notice of Rejection in Application 2006-307121 mailed Aug. 12, 2011, 5 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Nov. 26, 2008, 12 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Nov. 30, 2010, 17 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Apr. 26, 2010, 17 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Jun. 15, 2009, 14 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Sep. 14, 2009, 7 pgs. |
U.S. Appl. No. 11/182,251, Office Action mailed Nov. 6, 2008, 4 pgs. |
U.S. Appl. No. 11/182,251, Office Action mailed Aug. 22, 2008, 7 pgs. |
U.S. Appl. No. 11/182,251, Office Action mailed Aug. 4, 2011, 23 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed Oct. 19, 2009, 6 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed Oct. 29, 2010, 14 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed Nov. 26, 2008, 12 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed May 3, 2010, 14 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed Aug. 14, 2009, 11 pgs. |
U.S. Appl. No. 11/182,989, Office Action mailed Sep. 1, 2011, 19 pgs. |
U.S. Appl. No. 11/182,989, Office Action mailed Sep. 5, 2008, 6 pgs. |
Microsoft Computer Dictionary, Microsoft Press, Fifth Edition, 2002, p. 486. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Oct. 11, 2012, 2 pgs. |
U.S. Appl. No. 12/964,749, Office Action mailed Jan. 29, 2013, 17 pgs. |
U.S. Appl. No. 13/663,827, Office Action mailed Jan. 29, 2013, 16 pgs. |
U.S. Appl. No. 13/664,012, Office Action mailed Jan. 25, 2013, 19 pgs. |
Chinese 4th Office Action in Application 200510127998.2, mailed Nov. 16, 2011, 7 pgs. |
Chinese 5th Office Action in Application 200510127998.2, mailed Mar. 2, 2012, 8 pgs. |
Chinese Notice of Allowance in Application 2005101279978.2, mailed Dec. 5, 2011, 4 pgs. |
Japanese Office Notice of Allowance in Application 2006-307121 mailed Feb. 14, 2012, 6 pgs. |
Maiworm, Daniel, “Symantec Enterprise Vault”, Retrieved at http://www.cstl.com/products/Symantec/Symantec- Enterprise—Vault/File System Archiving.pdf, Feb. 5, 2007, pp. 35. |
NTFS Design Goals and Features, Retrieved at http://wininternals.uw.hu/ch12lev1sec4.html, Retrieved Date: Oct. 11, 2010, pp. 9. |
Oehme, et al.,“IBM Scale out File Services: Reinventing network-attached storage”, Retrieved at http://www-935.ibm.com/services/us/its/pdf/sofs-am-journal-final-07010B.pdf, vol. 52 No. 4/5 Jul./Sep. 200B, 10 Pages. |
U.S. Appl. No. 11/182,251, Amendment and Response filed Nov. 4, 2011, 17 pgs. |
U.S. Appl. No. 11/182,251, Office Action mailed Jan. 30, 2012, 24 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response filed Dec. 1, 2011, 13 pgs. |
U.S. Appl. No. 11/182,989, Office Action mailed Feb. 28, 2012, 20 pgs. |
Chinese Notice of Entering into Substantive Examination in Application 201210331041.X, mailed Mar. 6, 2013, 3 pgs. |
Indian First Exam Report in Application 3305/DE/L2005, mailed Mar. 28, 2013, 2 pgs. |
PCT International Search Report and Written Opinion in International Application PCT/US2012/041049, mailed Jan. 17, 2013, 12 pgs. |
PCT International Search Report and Written Opinion in International Application PCT/US2012/054038, mailed Feb. 20, 2013, 10 pgs. |
PCT International Search Report and Written Opinion in International Application PCT/US2012/041703, mailed Feb. 14, 2013, 13 pgs. |
PCT International Search Report and Written Opinion in International Application PCT/US2012/054039, mailed Feb. 27, 2013, 11 pgs. |
U.S. Appl. No. 12/964,749, Amendment and Response filed Apr. 29, 2013, 9 pgs. |
U.S. Appl. No. 13/172,757, Office Action mailed Apr. 19, 2013, 23 pgs. |
U.S. Appl. No. 13/663,827, Amendment and Response filed Apr. 29, 2013, 10 pgs. |
U.S. Appl. No. 13/664,012, Amendment and Response filed Apr. 24, 2013, 10 pgs. |
U.S. Appl. No. 13/664,012, Office Action mailed Apr. 30, 2013, 16 pgs. |
U.S. Appl. No. 13/663,827, Office Action mailed May 7, 2013, 16 pgs. |
U.S. Appl. No. 11/182,251, Amendment and Response filed May 30, 2012, 14 pgs. |
U.S. Appl. No. 11/182,251, Notice of Allowance mailed Jul. 12, 2012, 8 pgs. |
U.S. Appl. No. 11/182,989, Amendment and Response mailed May 29, 2012, 11 pgs. |
U.S. Appl. No. 11/182,989, Notice of Allowance mailed Jun. 21, 2012, 5 pgs. |
PCT International Search Report and Written Opinion in International Application PCT/US2011/063618, mailed Jun. 28, 2012, 9 pgs. |
Chinese Notice of Allowance in Application 2005101279982, mailed Aug. 20, 2012, 4 pgs. |
Aboba et al., Extensible Authentication Protocol (EAP) [online], See Fast Connect, RFC 3748, Jun. 2004, [Retrieved Mar. 3, 2007], Retrieved from: http://www.ietf.org/rfc/rfc3748.txt?number=3748. |
Almeida, “FIFS: A Framework for Implementing User-Mode File Systems in Windows NT”, Proceedings of the 3rd USENIX Windows NT Symposium, Jul. 12-15, 1999, 19 pgs. |
Alvisi et al., “Low-Overhead Protocols for Fault-Tolerant File Sharing”; In Proceedings of the IEEE 18th International Conference on Distributed Computing Systems; 1998; 10 pgs. |
ANSI, Financial Institution Message Authentication (Wholesale), Financial Services Technical Publication, ANSI X9.9-1994, Aug. 15, 1986; 38 pgs. |
Asokan et al., Server Supported Signatures, Journal of Computer Security, Fall 1997; 13 pgs. |
Bell Labs, Plan 9 default Fossil File System [online], [Retrieved Sep. 17, 2007], Retrieved from: http://plan9.bell-labs.com/magic/man2html/4/fossil; 4 pgs. |
Bensaou et al., Credit-Based Fair Queueing (CBFQ): A Simple Service-Scheduling Algorithm for Packet-Switched Networks, IEEE/ACM Transactions on Networking, vol. 9, No. 5, Oct. 2001. |
Chinese Office Action dated Apr. 29, 2010 in Application No. 200510127997.8. |
Chinese Office Action dated Apr. 29, 2010 in Application No. 200510127998.2. |
Chinese Second Office Action dated Mar. 3, 2011 in Application No. 200510127998.2. |
Chinese Second Office Action dated Mar. 30, 2011 in Application No. 200510127997.8. |
Chinese Third Office Action dated Jul. 7, 2011 in Application No. 200510127998.2. |
CIFS http://msdn.microsoft.com/library/default.asp?url= /library/en-us/cifs/protocol/cifs.asp, 2 pgs. |
CIFS Oplock File Locking, MSDN, [Retrieved Jan. 7, 2008], Retrieved from: http://msdn2.microsoft.com/en-us/library/aa302210.aspx; 3 pgs. |
CIFS or Public SMB Information on Common Internet File System http://support.microsoft.com/default.aspx ?scid=kb;en-us;199072; 2 pgs. |
Dehaese, G., The ISO 9660 File System [online], May 1995, [Retrieved Sep. 14, 2007], Retrieved from: http://users.pandora.be/it3.consultants.bvba/handouts/ISO9960.html. |
Digital Equipment Corporation, Introduction to RSX-11M [online, Order No. AA-L763B-TC, RSX-11M Version 4.2, First Printing Sep. 1979, Revised Nov. 1981 and Jul. 1985, [Retrieved Aug. 9, 2007], Retrieved from: http://www.computer.museum.uq.edu.au/RSX-11%20Manuals.html; 65 pgs. |
Digital Equipment Corporation, RSX-11M/M-Plus RMS-11 User's Guide [online], Order No. AA-L669A-TC, Apr. 1983, [Retrieved Aug. 17, 2007], Retrieved from: http://www.computer.museum.uq.edu.au/RSX-11%20Manuals.html; 186 pgs. |
ECMA, Volume and File Structure for Write-Once and Rewritable Media using Non-Sequential Recording for Information Interchange 3rd Edition [online], ECMA-167, Jun. 1997, [Retrieved Aug. 9, 2007, Retrieved from: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf; 150 pgs. |
European Search Report dated Feb. 1, 2011 in Application No. 10013021.0. |
European Search Report dated Feb. 15, 2006 in Application No. 05111729.9. |
European Search Report dated Feb. 22, 2006 in Application No. 05111729.9. |
European Search Report dated Jan. 20, 2006 in Application No. RS113279/US18298905. |
European Search Report dated Jan. 20, 2006 in Application No. RS113280/US18225105. |
European Search Report dated Jan. 4, 2011 in Application No. 10012923-8. |
European Search Report dated Jun. 18, 2008 in Application No. 08008916.2. |
European Search Report dated Sep. 19, 2006 in Application No. 055111885.9. |
French, Steven M., “A New Network File System is Born: Comparison of SMB2, CIFS, and NFS”, retrieved Mar. 23, 2011, 14 pgs. |
Gifford et al., The Cedar File System, Communications of the ACM, vol. 31, No. 3, Mar. 1998; 11 pgs. |
Greenberg et al., “NFILE—A File Access Protocol”; Network Working Group; RFC 1037; Dec. 1997; 43 pgs. |
Gu et al., “SABUL: A High Performance Data Transfer Protocol”; IEEE Communications Letters; 2001; 11 pgs. |
Hartman; “The Zebra Striped Network File System”; Doctoral dissertation at the University of California at Berkeley; 1991; 159 pgs. |
Hertel, Implementing CIFS The Common Internet File System [online], [Retrieved Jul. 13, 2007], Retrieved from: http://ubiqx.org/cifs/; 3 pgs. |
Hiltunen et al., “Implementing Integrated Fine-Grain Customizable QoS Using Cactus”; The 29th Annual International Symposium on Fault-Tolerant Computing (Fast Abstract); Madison, WI; 1999, 2 pgs. |
Hitz et al., File System Design for an NFS File Server Appliance [online], Network Appliance, TR 3002, 1994, [Retrieved Aug. 9, 2007], Retrieved from: http://www.netapp.com/library/tr/3002.pdf; 13 pgs. |
Hobbit, CIFS: Common Insecurities Fail Scrutiny [online], Avian Research, Jan. 1997, Retrieved from: http://web.textfiles.com/hacking/cifs.txt; 39 pgs. |
IBM, IBM Personal Computer Seminar Proceedings, vol. 2, No. 5, Sep. 1984; 13 pgs. |
International Organization for Standardization, Banking—Approved algorithms for message authentication—, ISO 8731-1, Jun. 1, 1987; 4 pgs. |
Internet Assigned Numbers Authority, Well-Known Port Numbers, http://www.jana.org/assignments/port-numbers, 233 pgs. |
Japanese Office Notice of Rejection mailed Apr. 3, 2007 in Application No. 2005-356145. |
Japanese Office Notice of Rejection mailed Jan. 15, 2008 in Application No. 2005-356145. |
Japanese Office Notice of Rejection mailed Mar. 10, 2006 in Application No. 2005-356146. |
Japanese Office Notice of Rejection mailed May 12, 2006 in Application No. 2005-356145. |
Japanese Office Notice of Rejection mailed Nov. 10, 2006 in Application No. 2005-356146. |
John H. Samba Team Terpstra, “Chapter 32. High Availability Part III. Advanced Configuration”, retrieved Mar. 22, 2011, 6 pages. |
Kent et al., IP Authentication Header [online], RFC 2402, Nov. 1998, [Retrieved Aug. 9, 2007], Retrieved from: http://tools.ietf.org/html/rfc2402, 20 pgs. |
Kent et al., Security Architecture for the Internet Protocol [online], RFC 2401, Nov. 1998, [Retrieved Jun. 6, 2007], Retrieved from: http://www.ietf.rg/rfc/rfc2401.txt? number=2401, 62 pgs. |
Klima, “Tunnels in Hash Functions: MD5 Collisions Within a Minute”, Version 1, Mar. 2006, Versoin Apr. 2, 2006, Cryptology ePrint Archive, 17 pgs. |
Korean Notice of Preliminary Rejection mailed Jan. 21, 2011, Application No. 10-2007-80691. |
Korean Notice of Rejection mailed Nov. 17, 2006 in Application No. 10-2005-0124340. |
Krawczyk, “HMAC: Keyed-Hashing for Message Authentication”, RFC-2104, Feb. 1997, http://www.jetf.org/rfc/rfc2104.txt, 10 pgs. |
Leach et al., CIFS Logon and Pass Through Authentication Preliminary Draft [online], Jan. 3, 1997, 22 pgs. |
Leach et al., CIFS/E Browser Protocol Preliminary Draft [online], Jan. 10, 1997, 33 pgs. |
Leach et al., draft-leach-cifs-print-spec-00.txt, CFIS Printing Specification Preliminary Draft [online], Jan. 31, 1997; 30 pgs. |
Leach et al., draft-leach-cifs-rap-spec-00.txt, CFIS Remote Administration Protocol Preliminary Draft [online], Feb. 26, 1997; 39 pgs. |
Leach, P. et a., “A Common Internet File System (CIFS/1.0) Protocol Preliminary Draft”, draft-leach-cifs-v1-spec-02, Mar. 13, 1997, http://microsoft.com/mscorp/ip/protocols/BSTD/CIFS; 160 pgs. |
Leach, P., Naik, D., A Common Internet File System (CIFS/1.0) Protocol Preliminary Draft [online], Dec. 19, 1997. Retrieved from: http://tools.ietf.org/html/draft-leach-cifs-v1-spec-01; 132 pgs. |
LeGrow, “Maintenance—MSRPC Update (Version 11) and SMB Update (Version 3)”; cfr-users mailing list; http://list.nfr.com/mailman/listingfo/nfr-users; May 20, 2004; 2 pgs. |
Linn, “Generic Security Service Application Program Interface, Version 2, Update 1”, RFC 2743, Jan. 2000, http://www.ieft.org/rfc/rfc2743.txt, 90 pgs. |
Loafman, Zach, “SMB1/SMB2; A BSD Perspective”, retrieved Mar. 22, 2011, 35 pgs. |
Morris, “Andrew: A Distributed Personal Computing Environment”, Communications of the ACM, vol. 29, No. 3, Mar. 1986, New York, 20 pgs. |
MS-SMB2 -Preview: Server Message Block (SMB) Version 2 Protocol Specification, copyright 2010 Microsoft Corporation, 309 pgs. |
Mullender, “A Distributed File Service Based on Optimistic Concurrency Control”, Proceedings of the Tenth ACM Symposium on Operating Systems Principles, Dec. 1-4, 1985, Orcas Island, WA, 14 pgs. |
Murphy, Origins and Development of TOPS-20 [online], © 1989, 1996, [Retrieved Aug. 9, 2007], Retrieved from: http://www.opost.com/dlm/tenex/hbook.html; 28 pgs. |
National Bureau of Standards, Computer Data Authentication, Federal Information Processing Standards Publication 113, May 30, 1985; 9 pgs. |
Pawlowski, Brian et al. “The NFS Version 4 Protocol” (Publication date not available), 20 pgs. |
Periasamy, Anand Babu, “Next-Gen Linux File Systems: Change Is the New Constant”, retrieved Mar. 23, 2011, 4 pages. |
Platform SDK: File Systems: Microsoft SMB Protocol and CIFS Protocol Overview http://msdn.microsoft.com/ library/default.asp?url=/library/ en-us/fileio/fs/ microsoft—smb—protocol—and—cifs—protocol—overview.asp; 1 pg. |
Pranevich, “The Wonderful World of Linux 2.6”; 2005; 17 pgs. |
Rivest, “The MD5 Message-Digest-Algorithm”, RFC 1321, Apr. 1992, http://www.jetf.org/rfc/rfc2104.txt, 19 pgs. |
Rubin, F., Message Authentication Using Quadratic Residues [online], Jan. 31, 1995, [Retrieved Sep. 14, 2007], Retrieved from: http://www.mastersoftware.biz/crypt002.htm; 6 pgs. |
Samba Team, The Samba Team are pleased to announce Samba1.9.18 [online], Jan. 7, 1998, [Retrieved Jan. 4, 2008], Retrieved from: http://de.samba.org/samba/history/samba1.9.18.html; 4 pgs. |
Satran et al. Internet Small Computer Systems Interface (iSCSI) [online], RFC 3720, Apr. 2004, [Retrieved Mar. 3, 2007], Retrieved from: http://www.ietf.org/rfc/rfc3720.txt?number=3720; 67 pgs. |
Satyanaryanan et al, “Scalable, Secure and Highly Available Distributed File Access”, May 1990, 12 pgs. |
Schneier, B., Applied Cryptography Protocols, Algorithm and Source Code in C Second Edition, John Wiley & Sons, Inc., © 1996; 788 pgs. |
Shepler, S. et al., “Network File System (NFS) Version 4 Protocol”, Network Working Group, Request for Comments: 3530, Apr. 2003, 275 pgs. |
Shepler, S. et al., “NFS Version 4 Protocol”, RFC 3010, Proceedings on the 2nd International System Administration and Networking Conference (SANE2000), Dec. 2000, 212 pgs. |
Shepler, S., NFS Version 4 Design Considerations [online], RFC 2624, Jun. 1999, [Retrieved Jan. 4, 2008], Retrieved from: http://tools.ietf.org/html/rfc2624; 22 pgs. |
SMB: The Server Message Block Protocol [online], 1999, Retrieved from: http://ubiqx.org/cifs/Smb.html; 108 pgs. |
SNIA, Common Internet File System (CIFS) Technical Reference [online], Mar. 1, 2002, Retrieved from: http://www.snia.org/tech—activities/CIFS/CIFS-TR-1p00—FINAL.pdf; 150 pgs. |
Soules et al., Metadata Efficiency in a Comprehensive Versioning File System, May 2002; 33 pgs. |
Srinivasan et al., Spritely Nfs: Implementation and Performance of Cache-Consistency Protocols [online], May 1989, [Retrieved Jan. 4, 2008], Retrieved from: http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-89-5.pdf; 35 pgs. |
Szczerbina, “Novell's NetWare Core Protocol”, Dr. Dobb's Journal, Nov. 1993, 17 pgs. |
Talpey et al., “NFSv4 Session Extensions, draft-ietf-nfsv4-sess-01”; Internet Draft; The Internet Society; Feb. 2005; 70 pgs. |
The Java CIFS Client Library [online], [Retrieved Jul. 13, 2007], Retrieved from: http://jcifs.samba.org/, 8 pgs. |
The Open Group; Technical Standard; Protocols for X/Open PC Interworking: SMB, Version 2; http://www.opengroup.org/onlinepubs/9697999099/toc.pdf; retrieved on Sep. 1, 1992; 534 pgs. |
Tichy, W., RCS—A System for Version Control [online], Jan. 3, 1991, [Retrieved Aug. 6, 2007], Retrieved from: http://www.cs.purdue.edu/homes/trinkle/RCS/rcs.ps; 20 pgs. |
TOPS-20 [online], Wikipedia, [Retrieved Mar. 4, 2007], Retrieved from: http://en.wikipedia.org/wiki/TOPS-20; 4 pgs. |
Tridgell, “Inside Microsoft Networking”, Jun. 25, 1998, 6 pgs. |
U.S. Official Action dated Feb. 2, 2010 cited in U.S. Appl. No. 11/182,989. |
U.S. Official Action dated Jan. 25, 2010 cited in U.S. Appl. No. 11/182,251. |
U.S. Official Action dated Jul. 23, 2010 cited in U.S. Appl. No. 11/182,989. |
U.S. Official Action dated Jul. 30, 2010 cited in U.S. Appl. No. 11/182,251. |
U.S. Official Action dated Mar. 13, 2009 cited in U.S. Appl. No. 11/182,251. |
U.S. Official Action dated May 14, 2009 cited in U.S. Appl. No. 11/182,989. |
U.S. Appl. No. 11/182,251, filed Jul. 15, 2005 entitled “Data Communication Protocol”. |
U.S. Appl. No. 11/182,989, filed Jul. 15, 2005 entitled Data Communication Coordination with Sequence Numbers. |
Vanwasi, “Unleashing the power of P2P”; Network Magazine India; Apr. 2002; 5 pgs. |
Zhu, “The Simple and Protected Generic Security Service Application Program Interface (GSS-API) Negotiation Mechanism”, RFC-4178, Oct. 2005, http://www.ietf.org/rfc/rfc4178.txt, 20 pgs. |
U.S. Appl. No. 13/228,818, Amendment and Response filed Oct. 18, 2013, 24 pgs. |
U.S. Appl. No. 13/228,818, Amendment and Response filed Nov. 25, 2013, 28 pgs. |
U.S. Appl. No. 13/172,757, Office Action mailed Dec. 6, 2013, 27 pgs. |
U.S. Appl. No. 12/964,749, Notice of Allowance mailed Nov. 15, 2013, 2 pgs. |
Chinese 1st Office Action in Application 201110329007.4, mailed Oct. 10, 2013, 13 pgs. |
U.S. Appl. No. 13/663,827, Amendment and Response filed Aug. 6, 2013, 7 pgs. |
U.S. Appl. No. 13/663,827, Advisory Action mailed Aug. 22, 2013, 3 pgs. |
U.S. Appl. No. 13/663,827, Amendment and Response filed Sep. 9, 2013, 8 pgs. |
U.S. Appl. No. 13/663,827, Notice of Allowance mailed Sep. 26, 2013, 11 pgs. |
U.S. Appl. No. 13/664,012, Amendment and Response filed Jul. 30, 2013, 12 pgs. |
U.S. Appl. No. 13/664,012, Notice of Allowance mailed Sep. 12, 2013, 14 pgs. |
U.S. Appl. No. 13/172,757, Amendment and Response filed Aug. 19, 2013, 14 pgs. |
U.S. Appl. No. 12/964,749, Amendment and Response filed Aug. 23, 2013, 8 pgs. |
U.S. Appl. No. 12/964,749, Notice of Allowance mailed Sep. 5, 2013, 11 pgs. |
U.S. Appl. No. 13/228,818, Office Action mailed Jul. 18, 2013, 18 pgs. |
U.S. Appl. No. 12/964,749, Office Action mailed May 23, 2013, 13 pgs. |
U.S. Appl. No. 13/663,827, Notice of Allowance mailed Jan. 13, 2014, 10 pgs. |
U.S. Appl. No. 13/664,012, Notice of Allowance mailed Dec. 24, 2013, 11 pgs. |
U.S. Appl. No. 13/174,271, Office Action mailed Jan. 10, 2014, 17 pgs. |
European Intention to Grant in Application 10013021.0, mailed Jan. 28, 2014, 7 pgs. |
U.S. Appl. No. 13/664,012, Amendment and Response filed Mar. 19, 2014, 7 pgs. |
U.S. Appl. No. 13/228,818, Office Action mailed Mar. 14, 2014, 18 pgs. |
U.S. Appl. No. 13/172,757, Amendment and Response filed Mar. 6, 2014, 16 pgs. |
U.S. Appl. No. 13/174,271, Amendment and Response filed Apr. 10, 2014, 10 pgs. |
U.S. Appl. No. 13/663,827, Notice of Allowance mailed Apr. 25, 2014, 10 pgs. |
U.S. Appl. No. 13/664,012, Notice of Allowance mailed May 20, 2014, 13 pgs. |
Chinese 1st Office Action in Application 201110462797.3, mailed Apr. 16, 2014, 11 pgs. |
Number | Date | Country | |
---|---|---|---|
20130066941 A1 | Mar 2013 | US |