How do I manually stop and start the veritas cluster services?



  • Note: These commands will stop the applications too, make sure you have planned downtime. The service command relates to linux only, other platforms usually have startup scripts under /etc/init.d. There should be a llt and gab script in this location to allow you to stop and start those services.

    To manually stop and start the veritas cluster services run the following commands, replacing the platform specific commands were necessary. These command assume a two node cluster.

    # hastop -all
    # gabconfig -U (all nodes)
    # lltconfig -U (all nodes)
    # service gab stop (all nodes)
    # service llt stop (all nodes)
    # service llt start (all nodes)
    # service gab start (all nodes)
    # lltconfig -c (all nodes)
    # gabconfig -c -n2 (all nodes)
    # hastart (all nodes)
    

Log in to reply
 

© Lightnetics 2024