SYNOPSIS

fence_tool [COMMAND] [OPTIONS]

DESCRIPTION

This utility controls and queries the fenced(8) daemon with the following commands:

join

join the fence domain.

leave

leave the fence domain.

dump

print the fenced internal debug buffer ont stdout.

ls

display internal fenced state.

The leave command will not be sent to fenced if fence_tool detects that any instances of gfs or dlm are in use.

OPTIONS

-n

Show all node information in ls.

-t seconds

Retry cman connection for this many seconds. 0 none, -1 indefinite. Default 0.

-q seconds

Delay join up to this many seconds for the cluster to have quorum. 0 none, -1 indefinite. Default 0.

-m seconds

Delay join up to this many seconds for all nodes in cluster.conf to be cluster members. 0 none, -1 indefinite. Default 0.

-w seconds

Wait up to this many seconds for the result of join or leave. 0 none, -1 indefinite. Default 0.

-h

Print a help message describing available options, then exit.

-V

Print program version information, then exit.

RELATED TO fence_tool…