NFS Services Administrator's Guide
Configuring and Administering NFS Services
Configuring and Administering an NFS Server
Chapter 2 49
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.