Trusted Solaris Installation and Configuration

Set up Each Client's Mounts

  1. On the OS server, as root at label admin_low, open the Admin Editor from the System_Admin folder, with the file /export/root/clientname/etc/vfstab.

    You will do this once per client.

  2. Create an /opt entry in the vfstab file.

    The /opt mount point enables the client to run Solstice AdminSuite. You can add other mount points as well.

    For example,

    <server>:/export/opt - /export/opt nfs - yes     bg,intr,soft
    squirrel:/export/tools - /export/tools nfs - yes   bg,intr,soft
  3. Write the file and exit the editor.

  4. As root, at label admin_low, create the mount points in the client's root directory.


    # cd /export/root/clientname
    # mkdir -p export/opt
    # mkdir -p export/tools