Insert DVD of this software into the DVD drive.
Login to the global zone and become a root user.
% su <Return> Password:password <Return> #
Boot the non-global zone in single user mode from the global zone.
# zoneadm -z zone-a boot -s <Return>
"zone-a" is the name of the non-global zone which this software is going to be uninstalled. This name will change depending on the system configuration. In the following examples, the name of the non-global zone will be "zone-a".
Mount the DVD on the global zone.
# 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" exists and creates accordingly.
(*2) Since the underlined device name is different according to the machine environment, please confirm it.
Execute the uninstallation script cluster_uninstall.
# cd /cdrom/cdrom0/Tool <Return> # ./cluster_uninstall -e PCL-GLS -z zone-a <Return> Are you sure to remove PRIMECLUSTER software packages from <zone-a>?(y,n) y <Return> Checking <zone-a> for uninstalling PRIMECLUSTER ...finished. Preparing for uninstalling PRIMECLUSTER from <zone-a> ...finished. Uninstalling PRIMECLUSTER from <zone-a> ... : : Uninstallation was successful. Executing post-uninstall process on <zone-a> ...finished. ------Uninstallation result------ zone-a:succeeded #
Check if "zonename:succeeded" is displayed in "Uninstallation result" field.
In GLS (Redundant Line Control Function), when using the user command execution function and script files remains, the directory under /etc/opt/FJSVhanet is not deleted. Login to the non-global zone and delete this directory after saving or deleting script files.
# zlogin zone-a <Return> # /usr/bin/rm -r /etc/opt/FJSVhanet <Return>
Unmount the DVD, and eject DVD.
# cd / <Return> # /usr/sbin/umount /cdrom/cdrom0 <Return>