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.
NFS must be running on each computer.
To verify that NFS is running on each computer:
lssrc -g nfsThe Status field for NFS processes should indicate active.
After you have verified that NFS is running on each system, you should check for the specific NFS processes required by DB2® products. The required processes are:
rpc.lockd rpc.statd
showmount -e hostname
Enter
the showmount command without the hostname parameter
to check the local system.
If NFS is not active you will receive a message similar to the following:
showmount: ServerA: RPC: Program not registeredAfter you have verified that NFS is running on each system, you should check for the specific NFS processes required by DB2 products:
rpc.lockd rpc.statdYou can use the following commands to check for these processes:
ps -ef | grep rpc.lockd ps -ef | grep rpc.statd
showmount -e hostname
Enter
the showmount command without the hostname parameter
to check the local system.
If NFS is not active you will receive a message similar to the following:
showmount: ServerA: RPC: Program not registered
After you have verified that NFS is running on each system, you should check for the specific NFS processes required by DB2 products. The required process is 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.
[ Top of Page | Previous Page | Next Page | Contents ]