Issue Description:
In VCS 1+1 or N+1 two-node cluster mode, if the operator restarts all the other nodes at the same time when one node is faulty, the VCS fails to restart.
Possbile reason:
To avoid dual-active situation, single-node start is forbidden in the default VCS configuration.
Solution :
- Log in to a node where the VCS fails to start as the root user. The operating system is hardened by default and remote login as the root user is forbidden. Therefore, you need to log in as a common user and then switch to the root user.
- Log in as the cgpexpert user. The default password is mt2013@HW.
- Run the su - root command to switch to the root user. The default password is cnp200@HW.
- Modify the gabtab configuration file.
- Open the gabtab configuration file.
vi /etc/gabtab
- Press I to make the file editable.
- Replace /sbin/gabconfig -c -n 2 with /sbin/gabconfig -c -n 1.
/sbin/gabconfig -c -n 1
- Press Esc and run the :wq command to save the file and exit.
- Open the gabtab configuration file.
- Run the reboot command to restart the node.
- When the VCS starts successfully, refer to 2 to restore the default configuration of the gabtab file.

