Mounting the product disc

You must have superuser (root) privileges to load the SFHA software.

To mount the product disc

  1. Log in as superuser on a system where you want to install SFHA.

    The system from which you install SFHA does not need to be part of the cluster. The systems must be in the same subnet.

  2. Determine the device access name of the disc drive. For example, enter:
    # lsdev -C -c cdrom

    The output resembles:

    cd0 Available 1G-19-00 IDE DVD-ROM Drive

    In this example, cd0 is the disc's device access name.

  3. Make sure that the /cdrom file system is created:
    # cat /etc/filesystems

    If the /cdrom file system exists, the output contains a listing that resembles:

    .
    .
    /cdrom:
    dev = /dev/cd0
    vfs = cdrfs
    mount = false
    options = ro
    account = false
    .
    .
  4. If the /cdrom file system does not exist, create it:
    # crfs -v cdrfs -p ro -d cd0 -m /cdrom
  5. Insert the product disc with the SFHA software into a drive that is connected to the system.
  6. Mount the disc:
    # mount /cdrom
    # cd /cdrom