If the Redundant Line Control Function is used
If you use Solaris 10 or later, Check SMF service of GLS has been started using the following steps.
# svcs -a | grep fjsvhanet <Return> disabled HH:MM:SS svc:/network/fjsvhanet:default disabled HH:MM:SS svc:/network/fjsvhanet-poll:default # svcs -a | grep fjsvrvnet <Return> disabled HH:MM:SS svc:/network/fjsvrvnet:default
If SMF service of GLS is "disbaled", start SMF service using the following steps.
# 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".
# 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>
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>
If you use the DR (Dynamic Reconfiguration) cooperation function, please do the verification and modification of the configuration file using the method below. Please perform this procedure on the physical environment, and the global zone.
[Configuration file name]
/opt/FJSVhanet/etc/dr.d/hanet_dr_dev
[Content of change]
Please confirm that the driver name of the NIC used with GLS has been described in the configuration file. For the driver name which is not written in the configuration file (/opt/FJSVhanet/etc/dr.d/hanet_dr_dev), please add it to the end of the configuration file.
hme
qfe
eri
vge
ge
fjge
fjgx
fjqe
fjgi
ce
ibdl
bge
e1000g
nxge
fjxge
newdev
If 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)".