IMPORTANT:This information is applicable only if you have installed Fusion manually.
To restart the node manually:
(Conditional) If the node contains CDF, perform the following steps:
Log in to the node you need to restart as root.
Change to the following directory:
cd <K8S_HOME>/bin/
For example:
/opt/arcsight/kubernetes/bin
Stop the kubernetes services by using the following command:
kube-stop.sh
Unmount Kubernetes volumes by using the following command:
kubelet-umount-action.sh
Restart the node using the following command:
reboot
(Conditional) After the node restarts, perform the following steps if the node contains CDF:
Log in to the node as root.
Change to the following directory:
cd <K8S_HOME>/bin/
For example:
/opt/arcsight/kubernetes/bin
Check whether all Kubernetes services are running:
kube-status.sh
(Conditional) If any service is not running, start the service by using the command:
kube-start.sh