Insert CD of this software into the CD drive.
Login to the system and become a root user.
% su <Return> Password:password <Return> #
The system is changed to the OpenBoot environment.
# /usr/sbin/shutdown -y -g0 -i0 <Return>
Start the system in single user mode.
{0} ok boot -s <Return>
Mount necessary file systems.
# /usr/sbin/zfs mount -a <Return>
When installing in the UFS file system directory, please execute the following command.
# /usr/sbin/mountall -l <Return>
Mount the CD.
# mkdir -p /cdrom/cdrom0 <Return> (*1) # /usr/sbin/mount -F hsfs -o ro /dev/dsk/c0t4d0s2 /cdrom/cdrom0 <Return> (*2)
(*1) Checks if "/cdrom/cdrom0" directory exists and creates accordingly.
(*2) Since the underlined device name is different according to the machine environment, please confirm it.
Execute the pkgadd(1M) command. Install described in "Chapter 1 Program components".
# pkgadd -d /cdrom/cdrom0/Solaris/GDS_Snapshot FJSVsdxsl FJSVsdxss FJSVgdapi <Return>
Follow the interactive process as instructed.
Processing package instance <FJSVsdxsl> from </cdrom/cdrom0/Solaris/GDS_Snapshot> SDX Snapshot License(sparc) 4.5.0 : Do you want to continue with the installation of <FJSVsdxsl> [y,n,?] y <Return> : Installation of <FJSVsdxsl> was successful. Processing package instance <FJSVsdxss> from </cdrom/cdrom0/Solaris/GDS_Snapshot> SDX Snapshot(sparc) 4.5.0 : Do you want to continue with the installation of <FJSVsdxss> [y,n,?] y <Return> : Installation of <FJSVsdxss> was successful. Processing package instance <FJSVgdapi> from </cdrom/cdrom0/Solaris/GDS_Snapshot> GR-API for GDS on Solaris(sparc) 2.21 : *** Information *** This package has two types of API libraries for accessing GR. One is for 32-bit module, and other is for 64-bit module. Installation directory structure: [32-bit] : <BASEDIR>/FJSVgdapi/<32 bit directory> [64-bit] : <BASEDIR>/FJSVgdapi/<64 bit directory> Default installation directory: [32-bit] : /opt/FJSVgdapi/32 [64-bit] : /opt/FJSVgdapi/64 *** *** *** *** *** Please input install base directory (default /opt) [?,q] <Return> Please input directory for 32-bit module (default 32) [?,q] <Return> Please input directory for 64-bit module (default 64) [?,q] <Return> This package installation information: [32-bit] : /opt/FJSVgdapi/32 [64-bit] : /opt/FJSVgdapi/64 Are you sure? (default : y) [y,n,?,q] <Return> : Do you want to continue with the installation of <FJSVgdapi> [y,n,?] y <Return> :
Follow the interactive process as instructed if the package is overridden.
The following files are already installed on the system and are being used by another package: : Do you want to install these conflicting files[y,n,?,q] y <Return> This package contains scripts which will be executed with super-user permission during the process of installing this package. Do you want to continue with the installation of <FJSVsdxss> [y,n,?] y <Return> : Installation directory structure: [32-bit] : <BASEDIR>/FJSVgdapi/<32 bit directory> [64-bit] : <BASEDIR>/FJSVgdapi/<64 bit directory> Default installation directory: [32-bit] : /opt/FJSVgdapi/32 [64-bit] : /opt/FJSVgdapi/64 *** *** *** *** *** Please input install base directory (default /opt) [?,q] <Return> Please input directory for 32-bit module (default 32) [?,q] <Return> Please input directory for 64-bit module (default 64) [?,q] <Return> This package installation information: [32-bit] : /opt/FJSVgdapi/32 [64-bit] : /opt/FJSVgdapi/64 Are you sure? (default : y) [y,n,?,q] y <Return> : Do you want to install these conflicting files [y,n,?,q] y <Return> This package contains scripts which will be executed with super-user permission during the process of installing this package. Do you want to continue with the installation of <FJSVgdapi> [y,n,?] y <Return> :
Unmount the CD, and eject CD.
# cd / <Return> # /usr/sbin/umount /cdrom/cdrom0 <Return>
Execute the shutdown(1M) command to reboot the system.
# /usr/sbin/shutdown -y -g0 -i6 <Return>