# lltconfig -aLLT lltconfig ERROR V-14-2-15000 open /dev/llt failed: No such file or directory# gabconfig -aGAB gabconfig ERROR V-15-2-25022 unknown error
During install/patch upgrade above files may not restore original configuration
Check following files and make following changes to load and start daemon during startup
# cd /etc/sysconfig (for RHEL)
# cd /etc/default (for Solaris)
# ls -l |egrep "llt|gab|vxfen|vcs"
-rw-r--r-- 1 root root 197 Jan 10 05:38 gab
-rw-r--r-- 1 root root 321 Jan 10 05:38 llt
-rw-r--r-- 1 root root 1290 Nov 24 06:01 vcs
-rw-r--r-- 1 root root 1552 Jan 10 05:38 vxfen
# for i in `ls |egrep "llt|gab|vxfen|vcs"`; do cat $i|egrep "START|STOP"; done
GAB_START=0
GAB_STOP=0
LLT_START=0
LLT_STOP=0
VCS_START=0
VCS_STOP=0
VXFEN_START=0
VXFEN_STOP=0
Edit above files and change START and STOP values from "0" to "1"
# for i in `ls |egrep "llt|gab|vxfen|vcs"`; do cat $i|egrep "START|STOP"; done
GAB_START=1
GAB_STOP=1
LLT_START=1
LLT_STOP=1
VCS_START=1
VCS_STOP=1
VXFEN_START=1
VXFEN_STOP=1
Reboot affected cluster node to re-join cluster