Login to the system and become a root user.
# su <Return> Password:password <Return>
Insert CD in the CD-ROM drive.
# mount /media/cdrom <Return>
<CDROM_DIR> will be used as the mount point.
Execute the CLI installer.
# cd <CDROM_DIR>/Tool <Return> # ./cluster_install -e EE-M <Return> Installation of PRIMECLUSTER started. PRODUCT : PCLsnap Installing package <FJSVpclsnap> ... finished. . . The installation finished successfully.
Eject CD.
# cd / <Return> # umount /media/cdrom <Return> # eject <Return>
Please apply the patch for PRIMECLUSTER.
Please refer to the update information file of each patch for installation instructions and points of concern, etc.
Reboot the system by executing the shutdown(8) command.
# shutdown -r now <Return>