clear nfs nfsv3_lock_db
Parameters
Parameter |
Description |
Value |
---|---|---|
server_ip=? | The IP address of server. | IPv4 or IPv6 address. |
client_ip=? | The IP address of client. | IPv4 or IPv6 address. |
Example
-
Clear records that maps to the client IP address 192.168.1.10 in the NFSv3 lock database.
developer:/>clear nfs nfsv3_lock_db client_ip=192.168.1.10 WARNING: You are about to clear the NFSv3 lock database records. This operation may affect the NFS service. Suggestion: Before performing this operation, ensure that the risk is acceptable. Do you wish to continue?(y/n)y Command executed successfully.
-
Clear records that maps to the server IP address 192.168.1.100 in the NFSv3 lock database.
developer:/>clear nfs nfsv3_lock_db server_ip=192.168.1.100 WARNING: You are about to clear the NFSv3 lock database records. This operation may affect the NFS service. Suggestion: Before performing this operation, ensure that the risk is acceptable. Do you wish to continue?(y/n)y Command executed successfully.
-
Clear records that maps to the server IP address 192.168.1.100 and client IP address 192.168.1.10 in the NFSv3 lock database.
developer:/>clear nfs nfsv3_lock_db server_ip=192.168.1.100 client_ip=192.168.1.10 WARNING: You are about to clear the NFSv3 lock database records. This operation may affect the NFS service. Suggestion: Before performing this operation, ensure that the risk is acceptable. Do you wish to continue?(y/n)y Command executed successfully.
-
Clear the NFSv3 lock database records.
developer:/>clear nfs nfsv3_lock_db WARNING: You are about to clear the NFSv3 lock database records. This operation may affect the NFS service. Suggestion: Before performing this operation, ensure that the risk is acceptable. Do you wish to continue?(y/n)y Command executed successfully.