OES Cluster Services automatically starts after it is installed. It also automatically starts when you reboot your OES server.
IMPORTANT:If you are using iSCSI for shared disk system access, ensure that you have configured iSCSI initiators and targets to start prior to starting Cluster Services. You can do this by entering the following at the Linux terminal console:
systemctl enable iscsi.service
If you stop OES Cluster Services, you can restart it by doing the following:
Open a terminal console, then log in as the root user.
To start Cluster Services, at the command prompt, enter
rcnovell-ncs start
Or
systemctl start novell-ncs.service
To verify the cluster service status, at the command prompt, enter
rcnovell-ncs status
Or
systemctl status novell-ncs.service
Verify the cluster status:
cluster status
OES Cluster Services is a kernel-space application. As with any kernel-space application, unloading it is a best effort and is not guaranteed to stop the modules. If Cluster Services is busy providing services from the kernel when you attempt to stop it, the process might not stop, and a reboot might be required.
Open a terminal console, then log in as the root user.
Check whether the node is active in the cluster. Enter
cluster view
If the node is in the cluster (and not still in a process of joining the cluster), it is relatively safe to attempt to stop it.
To stop Cluster Services, at the command prompt, enter
rcnovell-ncs stop
or
systemctl stop novell-ncs.service
To verify the cluster service status, at the command prompt, enter
rcnovell-ncs status
Or
systemctl status novell-ncs.service
If you get in a state where the node has not joined the cluster and Cluster Services cannot be stopped:
Disable autostart on reboot. Enter
systemctl disable novell-ncs.service
Reboot the server.
Start Cluster Services manually. Enter
rcnovell-ncs start
or
systemctl start novell-ncs.service
Diagnose why the node had trouble joining the cluster.
(Optional) Re-enable autostart for the node. Enter
systemctl enable novell-ncs.service
OES Cluster Services automatically starts by default after it is installed and on server reboot.
To cause OES Cluster Services to not start automatically after a server reboot:
Open a terminal console, then log in as the root user.
Enter the following at a Linux terminal console:
systemctl disable novell-ncs.service
Reboot the server.
After rebooting, you must manually start Cluster Services by entering
rcnovell-ncs start
or
systemctl start novell-ncs.service
To cause OES Cluster Services to resume starting automatically after a server reboot:
Open a terminal console, then log in as the root user.
Enter the following at a Linux terminal console:
systemctl enable novell-ncs.service
Reboot the server.