Verifying that NFS is running (Linux and UNIX)
Before setting up a database partitioned environment, you should verify that Network File System (NFS) is running on each computer that will participate in your partitioned database system.
Procedure
To verify that NFS is running on each computer:
- AIX® operating systems:Type the following command on each computer:
Thelssrc -g nfs
Status
field for NFS processes should indicateactive
. After you have verified that NFS is running on each system, you should check for the specific NFS processes required by Db2® database products. The required processes are:rpc.lockd rpc.statd
- Linux® operating systems:Type the following command on each computer:
Enter the showmount command without the hostname parameter to check the local system.showmount -e hostname
If NFS is not active you will receive a message similar to the following:
After you have verified that NFS is running on each system, you should check for the specific NFS processes required by Db2 database products. The required process isshowmount: ServerA: RPC: Program not registered
rpc.statd
.You can use the ps -ef | grep rpc.statd commands to check for this process.
If these processes are not running, consult your operating system
documentation.