The interactive installation procedure of Storage Cruiser's agent (for HP-UX) is as follows:
Login to the server on which to perform the tasks. Perform operations after logging in with root (superuser).
Execute the following command to launch the daemon required for this task.
# /usr/sbin/pfs_mountd & # /usr/sbin/pfsd &
Insert the DVD "ETERNUS SF SC/ACM/Express Mediapack (V16.9 or higher) Agent Program and Manual" of this version into the DVD drive and mount the DVD media.
In below example of command execution, the device name of the DVD drive is mounted as /dev/dsk/c1t2d0. The device name for the DVD drive, however, may be different for your particular device.
For earlier than v11.23
# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c1t2d0 dvdMountPoint
For v11.23 or later
# mount -F cdfs /dev/dsk/c1t2d0 dvdMountPoint
Note
There are the following cautions about mounting the DVD media:
If the user (usually "root") who executes the "pfs_mount" command belongs to 9 or more groups, the following error message is output.
pfs_mount /dev/dsk/deviceName not owner. pfs_mount giving up on cdrom.
If the user who executes the "pfs_mount" command belongs to 9 or more groups, in the "/etc/group" file, modify the number of groups to which the user belongs to 8 or less.
On executing the "pfs_mount" command, the following error message may be output.
/usr/sbin/pfs_mount:/etc/pfs_fstab:No such file or directory
In this case, create the "/etc/pfs_fstab" file in the "/etc" directory.
# touch /etc/pfs_fstab # chown root:root /etc/pfs_fstab # chmod 644 /etc/pfs_fstab
If the "/etc/resolv.conf" file exists, executing the "pfs_mount" command may result in an error. Use the following method to temporarily move the "/etc/resolv.conf" file out of the way and then execute the "pfs_mount" command.
After temporarily moving the file out of the way, execute the "pfs_mount" command.
# mv resolv.conf resolv.conf.org
After installing Storage Cruiser's agent, restore the environment.
# mv resolv.conf.org resolv.conf
Install the package.
Copy the compressed target operating system package from the DVD media to the workDir directory, and uncompress it. Execute the "swinstall" command. Examples for executing the command are as follows:
For HP-UX 11i v3(Itanium)
# cp dvdMountPoint/Agent_unix/Storage_Cruiser/HP-UX/pkg/FJSVssage-15.1.0_ia64.depot.Z workDir # uncompress workDir/FJSVssage-15.1.0_ia64.depot.Z # swinstall -s workDir/FJSVssage-15.1.0_ia64.depot
For HP-UX 11i v3(PA-RISC)
# cp dvdMountPoint/Agent_unix/Storage_Cruiser/HP-UX/pkg/FJSVssage-15.1.0_pa.depot.Z workDir # uncompress workDir/FJSVssage-15.1.0_pa.depot.Z # swinstall -s workDir/FJSVssage-15.1.0_pa.depot
The screen is displayed. Select "FJSVssage" from the list, and click Actions > install.
The Install Analysis screen is displayed, and package is checked. After checking package, click OK.
The install information is displayed in the Install Window screen.
When "Completed" is displayed in Status field, the installation is completed. For detailed information, click Logfile.
Click Done to go back to the initial screen.
The installation is completed. Delete the package copied in step 4, as it is no longer needed.
The Storage Cruiser's agent (for HP-UX) installation is completed.
Refer to "6.1 Setup of Storage Cruiser's Agent" to set up the Storage Cruiser's agent.