For K5 environment, when performing the procedure to be performed in single user mode that is described in this manual, start the system by the following procedure instead of starting it in single user mode.
Inhibit the automatic startup of the RC script.
Execute the following command on all the nodes to inhibit the automatic startup of the RC script.
# /opt/FJSVpclinst/bin/pclservice off
Restart the system.
Restart the system on all the nodes.
# /sbin/shutdown -r now
Stop the daemons of PRIMECLUSTER SF and GDS.
Execute the following commands on all the nodes to stop the daemons of PRIMECLUSTER SF and GDS.
# initctl stop sf # initctl stop sdxm
Perform the procedure to be performed in single user mode.
Configure the automatic startup of the RC script.
Execute the following command on all the nodes to return the settings of the RC script inhibited in step 1 to the original settings.
# /opt/FJSVpclinst/bin/pclservice on
Restart the system.
Restart the system on all the nodes.
# /sbin/shutdown -r now