Trusted Solaris Installation and Configuration

Access a Trusted Solaris CD Image on a File System

The OS server needs access to the Trusted Solaris CD image on hard disk. You can mount an existing install server's Trusted Solaris CD image, or you can copy the Trusted Solaris CD image to the OS server.

  1. On the workstation that is going to be the OS server, log in as a user who can assume the root role, and assume it.

Either:

    Follow the procedure "Create an Install Server".

    This will copy the Trusted Solaris CD image to one of the OS server's hard disks.

Or:

    As root, at label admin_low, mount a Trusted Solaris CD image that has been copied to an install server:

  1. Add the file systems to be mounted to the file /etc/vfstab.

    For example,

    heron:/export/install/ts7_sparc - /export/install/ts7_sparc nfs - yes bg,intr,soft
  2. As role admin, at label admin_low, create a mount point for the file system to be mounted.


    $ mkdir -p /export/install/ts7_sparc
    
  3. Mount the file system.


    # mount /export/install/ts7_sparc