Sun N1 Service Provisioning System User's Guide for OS Provisioning Plug-In 3.1

ProcedureHow to Set up NFS Access

The distribution should be accessible through NFS for each subnet served from this boot and install server.

Before You Begin

Be sure that the NFS utililties are installed on the boot and install server.

Steps
  1. Edit the /etc/exports file and add lines similar to the following example:


    /export   10.42.42.*(ro)
  2. Enable NFS and start it.

    Use commands similar to the following, which apply to RedHat AS 3.0:


    #chkconfig --level 35 nfs on
      #service nfs restart