Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

group_tool(8) [debian man page]

GROUP_TOOL(8)							      cluster							     GROUP_TOOL(8)

NAME
group_tool - run common fence_tool, dlm_tool, gfs_control commands SYNOPSIS
group_tool [COMMAND] [OPTIONS] DESCRIPTION
This utility is deprecated and the new replacements are shown. See fence_tool(8), dlm_tool(8), gfs_control(8) man pages for more informa- tion about the new commands. ls runs fence_tool ls ; dlm_tool ls ; gfs_control ls dump fence equivalent to new fence_tool dump dump dlm equivalent to new dlm_tool dump dump gfs equivalent to new gfs_control dump dump plocks name equivalent to new dlm_tool plocks name Cluster Uprading When performing a rolling upgrade from cluster2 to cluster3, the groupd(8) daemon will be running and group_tool can be used with groupd like it was in cluster2. ls -g1 queries and displays the internal groupd state. dump queries and dumps the groupd debug buffer. compat queries and displays the internal groupd compatibility mode. OPTIONS
-g num Force old groupd queries with 1. -n Show all node information in ls. -v Show verbose information from groupd with ls -g1. -h Print a help message describing available options, then exit. -V Print program version information, then exit. SEE ALSO
cman(5), groupd(8), fence_tool(8), dlm_tool(8), gfs_control(8) cluster 2009-01-19 GROUP_TOOL(8)

Check Out this Related Man Page

FENCE_TOOL(8)							      cluster							     FENCE_TOOL(8)

NAME
fence_tool - a utility for the fenced daemon 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. SEE ALSO
fenced(8) cluster 2009-12-21 FENCE_TOOL(8)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

overwriting existing files with scp.

Ok. I am using one cluster to remotely write into another cluster. I can scp to copy files from cluste1 to cluster2, however, I need to copy a file that already exists in cluster 2 and replace it with the new file. I was thinking I could either remove the file in cluster 2 (which I don't know how... (2 Replies)
Discussion started by: libertyforall
2 Replies

2. Shell Programming and Scripting

Is there a command to close a program with dump?

I'm running into some problems using pkill in my scripts. I'm using a program that needs to dump. (4 Replies)
Discussion started by: ninjaaron
4 Replies

3. Shell Programming and Scripting

Execute teradata queries from a file

In a .txt file i have a set of teradata queries which i need to execute and capture result for all queries.Is there any way to run teradata queries from a file? (1 Reply)
Discussion started by: katakamvivek
1 Replies