Trusted Solaris Installation and Configuration

To Start the nfs.server Daemon

  1. In the role admin, at label admin_low, start the nfs server program.


    $ /etc/init.d/nfs.server stop
    $ /etc/init.d/nfs.server start
    
  2. Check that the directory is shared.

    For example, when home directories are shared:


    $ showmount -e
    export list for home_directory_server:
    /export/home   (everyone)