After upgrade, llt tries to start. This should not happen when using one node VCS cluster.
To start VCS as one node, make sure llt/gab are disabled. Setup the SMF service correctly for the next reboot by running the following :
# svcadm disable llt
# svcadm disable gab
# svcadm disable vcs
# svcadm enable vcs-onenode
If the vcs-onenode SMF service is not found then create the vcs-onenode SMF service :
# svccfg import /etc/init.d/vcs-onenode.xml
# svcadm enable vcs-onenode
To configure VCS in single node mode
yes.
/etc/sysconfig/vcs
Note:Disabling VCS kernel modules means that you cannot make the applications highly available across multiple nodes.
Installer fails to create vcs-onenode service after upgrade OR cluster was not configured as single node.