Make sure there is sufficient disk space to install this software program.
For information on how much disk space this software requires,
refer to the section "Static Disk Resources" in the "Software Description" of the product's CD-ROM (readme.txt).
If there is insufficient disk space, reconfigure the disk partition.
Become the super-user of the system.
Execute the following command.
# mkdir -p /cdrom <RETURN> (Note 1) |
Note 1: | Only required if /cdrom is absent. |
Execute the following command and check to see if pfs is running. If pfs is running, skip to step 7.
# ps -ef | grep pfs <RETURN> |
Execute the following command to find the name of the CD-ROM device.
# ioscan -funC disk <RETURN> |
Add the following line to "/etc/pfs_fstab".
/dev/dsk/c8t0d0 /cdrom pfs-rrip xlat=unix 1 0 (Note 2) |
Note 2: |
Specify the device name obtained from step 4 for "/dev/dsk/c8t0d0". |
Execute the following command.
# nohup /usr/sbin/pfs_mountd & <RETURN>
# nohup /usr/sbin/pfsd & <RETURN> |
Place the CD-ROM in the CD-ROM drive, then execute the following command.
# /usr/sbin/pfs_mount /cdrom <RETURN> |
Change the current directory to the installation directory (/opt is recommended).
Perform the following operations for installation.
# tar xvfo /cdrom/FHPmftf.tar <RETURN> |
Change the directory and run the install.sh file.
# cd FHPmftf <RETURN>
# ./install.sh <RETURN> |
Execute the following command to ready the CD-ROM for ejection.
# /usr/sbin/pfs_umount /cdrom <RETURN> |