How to manually reload the LLT and GAB modules in Linux

book

Article ID: 100029685

calendar_today

Updated On:

Description

Description

How to manually reload the LLT and GAB modules in Linux

Steps to be performed

At times, the Global Atomic Broadcast (GAB) and LLT modules need to be reloaded because the nodes in a cluster are unable to determine the status for each other.
 
Following commands can be run to reload the modules

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

There is no need to reboot the system.
 
 

 

Issue/Introduction

How to manually reload the LLT and GAB modules in Linux