Friday, December 14, 2012

Conga Cluster Commands

Redhat Cluster Commands at one go 


Here I will try to cover all the basic commands that are required to configure and work on conga cluster. The motive behind this is to remember all the related commands at one go..

For detailed information I would be writing more on the same front latter down the line... Let me know if you are interested.

 ----------------------------------------------------------------------------------------------------------

# luci_admin init
# service luci restart
# luci_admin passwd

# lvm dumpconfig | grep locking type
# lvmconf --enable -cluster
# lvm dumpconfig | grep locking type

# ip addr list
# clustat
# clustat -i 1
# css_tool addnodeid
# cman_tool status
# cman_tool nodes
# cman_tool join -p "id"
# css_tool update /etc/cluster/cluster.conf
# fence_tool join -w
# gfs_fsck
# fenced_node node1
# cman_tool kill -n node1
# service qdisk start
# mkqdisk -C device -l label
# mkqdisk -l
# clulog
# cman_tool leave|remove
# cman_tool votes -v
# cman_tool expected -e

No comments:

Post a Comment