Mar 10 13:35:59 node01 svc.startd[7]: [ID 652011 daemon.warning] svc:/system/llt:default: Method "/lib/svc/method/llt start" failed with exit status 2.
Mar 10 13:35:59 node01 svc.startd[7]: [ID 748625 daemon.error] system/llt:default failed: transitioned to maintenance (see 'svcs -xv' for details)
Mar 10 13:36:37 node01 llt: [ID 296307 kern.notice] LLT Protocol unavailable
This is due to auto-load functionality in Solaris, when any script/code tries to access the device file, the OS will load the corresponding module in the kernel. For a one-node VCS cluster, LLT and GAB are not required and hence disabled in VCS default configuration files (/etc/default/llt and /etc/default/gab).
We should remove the LGF drivers so that modules will not get auto-loaded during bootup. This is typically applicable for single node clusters.
Remove the driver using following command:
# rem_drv
If some more nodes are to be added in this cluster, then we will have to add the LGF drivers back and enable LGF services so that LGF services can start after reboot.
To add the driver back, use this command:
# add_drv
Currently removal/addition of drivers will have to be done manually. This is planned to be fixed in the next major release of VCS.
Note:
Additional steps may be needed to convert this cluster from single node cluster to multi-node cluster.
Applies To
Solaris 10
VCS 5.1 (Single node cluster)