show nfs nfsv3_lock_db
Function
The show nfs nfsv3_lock_db command is used to check the NFSv3 lock database records.
Format
show nfs nfsv3_lock_db [ server_ip=? ] [ client_ip=? ]
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. |
Views
Developer view
Usage Guidelines
None
Example
- Check records that maps to the server IP address 192.168.1.100 in the NFSv3 lock database.
developer:/>show nfs nfsv3_lock_db server_ip=192.168.1.100 Server_ip Client_ip Program Version Procedure 192.168.1.100 192.168.1.5 100021 3 16 192.168.1.100 192.168.1.6 100021 3 16
- Check records that maps to the client IP address 192.168.1.5 in the NFSv3 lock database.
developer:/>show nfs nfsv3_lock_db client_ip=192.168.1.5 Server_ip Client_ip Program Version Procedure 192.168.1.100 192.168.1.5 100021 3 16 192.168.1.200 192.168.1.5 100021 3 16
- Check records in the NFSv3 lock database.
developer:/>show nfs nfsv3_lock_db Server_ip Client_ip Program Version Procedure 192.168.1.100 192.168.1.5 100021 3 16 192.168.1.100 192.168.1.6 100021 3 16 192.168.1.200 192.168.1.5 100021 3 16
- Check records that maps to the server IP address 192.168.1.100 and client IP address 192.168.1.5 in the NFSv3 lock database.
developer:/>show nfs nfsv3_lock_db server_ip=192.168.1.100 client_ip=192.168.1.5 Server_ip Client_ip Program Version Procedure 192.168.1.100 192.168.1.5 100021 3 16
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Server_ip |
The IP address of server. |
Client_ip |
The IP address of client. |
Program |
The remote program number of RPC service. |
Version |
The version number of RPC service. |
Procedure |
The remote procedure number of RPC service. |