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 into which this software is going to be installed. This name will change the system configuration. In the following examples, the name of the non-global zone will be "zone-a".
Login to the non-global zone.
# zlogin zone-a <Return>
4. Execute the pkgrm(1M) command.
# pkgrm FJSVhanet <Return> (*1)
(*1) When the "FJSVhanet" package is deleted, the following message might be output. If the message is displayed, it partially fails in the deletion of the package.
Removal of <FJSVhanet> partially failed.
If the above message is displayed, re-execute the pkgadd(1M) command. Confirm the package was completely deleted from the display of the following messages.
Removal of <FJSVhanet> was successful.
In PRIMECLUSTER Global Link Services (Redundant Line Control Function), when using the user command execution function and script files remains, the directory under /etc/opt/FJSVhanet is not deleted. Delete this directory after saving or deleting script files.
# /usr/bin/rm -r /etc/opt/FJSVhanet <Return>