NFS Services Administrator's Guide (B.11.31.03) August 2008
NFS_SERVER=1
START_MOUNTD=1
2. Enter the following command to verify whether rpcbind daemon is running:
ps -ae | grep rpcbind
If the daemon is running, an output similar to the following is displayed:
778 ? 0:04 rpcbind
No message is displayed if the daemon is not running.
To start the rpcbind daemon, enter the following command:
/sbin/init.d/nfs.core start
3. Enter the following commands to verify whether the lockd and statd daemons
are running:
ps -ae | grep rpc.lockd
ps -ae | grep rpc.statd
If the daemons are running, an output similar to the following is displayed:
1069548396 ? 0:00 rpc.lockd
1069640883 ? 0:00 rpc.statd
No message is displayed if the daemons are not running.
To start the lockd and statd daemons, enter the following command:
/sbin/init.d/lockmgr start
4. Enter the following command to run the NFS startup script:
/sbin/init.d/nfs.server start
The NFS startup script enables the NFS server and uses the variables in the
/etc/rc.config.d/nfsconf file to determine which processes to start.
Sharing Directories with NFS Clients
The share command exports or shares local directories with NFS clients. If you use
the share command without specifying any options, it displays the list of currently
shared directories. You can also use the share command with options to specify access
restrictions and other access options for the shared directories.
30 Configuring and Administering NFS Services