If the Redundant Line Control Function is used
If you use Solaris 10 or later, Check SMF service of Global Link Services (hereinafter GLS) has been started using the following steps.
In Solaris 10, use the following step.
# svcs -a | grep fjsvhanet <Return>
online HH:MM:SS svc:/network/fjsvhanet:default
online HH:MM:SS svc:/network/fjsvhanet-poll:default
In Solaris 11 or later, use the following step.
# svcs -a | grep fjsvhanet <Return> online HH:MM:SS svc:/network/fjsvhanet:default online HH:MM:SS svc:/network/fjsvhanet-poll:default
# svcs -a | grep fjsvrvnet <Return>
online HH:MM:SS svc:/network/fjsvrvnet:default
If SMF service of GLS is "disbale", start SMF service by using the following steps.
In Solaris 10, use the following step.
# svcadm enable /network/fjsvhanet <Return> # svcadm enable /network/fjsvhanet-poll <Return>
In Solaris 11 or later, use the following step.
# svcadm enable /network/fjsvhanet <Return> # svcadm enable /network/fjsvhanet-poll <Return> # svcadm enable /network/fjsvrvnet <Return>
If start an SMF service in the above, Check SMF service of GLS is "online".
In Solaris 10, use the following step.
# svcs -a | grep fjsvhanet <Return>
online HH:MM:SS svc:/network/fjsvhanet:default
online HH:MM:SS svc:/network/fjsvhanet-poll:default
In Solaris 11 or later, use the following step.
# svcs -a | grep fjsvhanet <Return> online HH:MM:SS svc:/network/fjsvhanet:default online HH:MM:SS svc:/network/fjsvhanet-poll:default # svcs -a | grep fjsvrvnet <Return> online HH:MM:SS svc:/network/fjsvrvnet:default
If the configuration files included with FJSVhanet package have been saved, execute the following command to restore them.
# cd save_destination_directory <Return> # /opt/FJSVhanet/usr/sbin/hanetrestore -f name_of_saved_file <Return>
In the case of the following configuration, modification of the script (service.sh) is required. Refer to "Example of configuration with GS/SURE linkage mode" of "PRIMECLUSTER Global Link Services Manual (Redundant Line Control Function)" and modify the script.
GS/SURE linkage mode is used, and
Shared-IP zone is used, and
Any shared-IP zone is configured to boot automatically, and
The script (service.sh) of the service for Redundant Line Control function of User command execution function is used.
If the configuration files included with FJSVrvnet package have been saved, execute the following command to restore them.
# cd save_destination_directory <Return> # cp -p name_of_saved_file /etc/opt/FJSVrvnet/config/fjsvrvnet.xml <Return>
Execute the shutdown(1M) command to reboot the system.
# /usr/sbin/shutdown -y -g0 -i6 <Return>
the Multipath Function is used
If the configuration files included with an earlier version has been saved, execute the following procedure to restore them.
# cd /etc/opt/FJSVmpnet <Return> # uncompress mpnetfile.tar.Z <Return> # tar xvf mpnetfile.tar <Return>
Setup the configuration files by following the procedure given in the "PRIMECLUSTER Global Link Services Configuration and Administration Guide (Multipath Function)".