Forum Discussion

prax's avatar
prax
Level 3
14 years ago

Unable to stop GAB & LLT VCS5.1/Solaris 10

/sbin/gabconfig -U GAB /sbin/gabconfig ERROR V-15-2-25014 clients still registered When trying to stop VCS communication modules for GAB & LLT getting the above message on second node. Its a t...
  • Gaurav_S's avatar
    14 years ago

    Hello,

    As you can see port d is still registered, you need to stop ODM as well in order to stop GAB. As a thumb rule, port a ( GAB) can NOT be stopped if any other port exists in "gabconfig -a" output ..

    To stop ODM, use

    # /etc/init.d/vxodm stop

    Once ODM is stopped, you would be able to unconfigure GAB. You also need to check if any module for vcsmm ,lmx or vxfen is loaded, if yes, you need to unload them using "modunload" command ..

     

    Gaurav