Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stonith_admin(8) [centos man page]

PACEMAKER(8)						  System Administration Utilities					      PACEMAKER(8)

NAME
Pacemaker - Part of the Pacemaker cluster resource manager SYNOPSIS
stonith_admin mode [options] DESCRIPTION
stonith_admin - Provides access to the stonith-ng API. Allows the administrator to add/remove/list devices, check device and host status and fence hosts OPTIONS
-?, --help This text -$, --version Version information -V, --verbose Increase debug output -q, --quiet Print only essential output Commands: -l, --list=value List devices that can terminate the specified host -L, --list-registered List all registered devices -I, --list-installed List all installed devices -M, --metadata Check the device's metadata -Q, --query=value Check the device's status -F, --fence=value Fence the named host -U, --unfence=value Unfence the named host -B, --reboot=value Reboot the named host -C, --confirm=value Confirm the named host is now safely down -H, --history=value Retrieve last fencing operation -R, --register=value Register the named stonith device. Requires: --agent, optional: --option -D, --deregister=value De-register the named stonith device -r, --register-level=value Register a stonith level for the named host. Requires: --index, one or more --device entries -d, --deregister-level=value De-register a stonith level for the named host. Requires: --index Options and modifiers: -a, --agent=value The agent (eg. fence_xvm) to instantiate when calling with --register -e, --env-option=value -o, --option=value -T, --tag=value Identify fencing operations with the specified tag. Useful when there are multiple entities that might be invoking stonith_admin(8) -v, --device=value A device to associate with a given host and stonith level -i, --index=value The stonith level (1-9) -t, --timeout=value Operation timeout in seconds --tolerance=value (Advanced) Do nothing if an equivalent --fence request succeeded less than N seconds earlier -L, --list-all legacy alias for --list-registered AUTHOR
Written by Andrew Beekhof REPORTING BUGS
Report bugs to pacemaker@oss.clusterlabs.org Pacemaker 1.1.10-29.el7 June 2014 PACEMAKER(8)

Check Out this Related Man Page

PACEMAKER(8)						  System Administration Utilities					      PACEMAKER(8)

NAME
Pacemaker - Part of the Pacemaker cluster resource manager SYNOPSIS
crm_attribute command -n attribute [options] DESCRIPTION
crm_attribute - Manage node's attributes and cluster options. Allows node attributes and cluster options to be queried, modified and deleted. OPTIONS
-?, --help This text -$, --version Version information -V, --verbose Increase debug output -q, --quiet Print only the value on stdout -n, --name=value Name of the attribute/option to operate on Commands: -G, --query Query the current value of the attribute/option -v, --update=value Update the value of the attribute/option -D, --delete Delete the attribute/option Additional Options: -N, --node=value Set an attribute for the named node (instead of a cluster option). See also: -l -t, --type=value Which part of the configuration to update/delete/query the option in. Valid values: crm_config, rsc_defaults, op_defaults, tickets -l, --lifetime=value Lifetime of the node attribute. Valid values: reboot, forever -z, --utilization Set an utilization attribute for the node. -s, --set-name=value (Advanced) The attribute set in which to place the value -i, --id=value (Advanced) The ID used to identify the attribute -d, --default=value (Advanced) The default value to display if none is found in the configuration EXAMPLES
Add a new attribute called 'location' with the value of 'office' for host 'myhost': # crm_attribute --node myhost --name location --update office Query the value of the 'location' node attribute for host myhost: # crm_attribute --node myhost --name location --query Change the value of the 'location' node attribute for host myhost: # crm_attribute --node myhost --name location --update backoffice Delete the 'location' node attribute for the host myhost: # crm_attribute --node myhost --name location --delete Query the value of the cluster-delay cluster option: # crm_attribute --type crm_config --name cluster-delay --query Query the value of the cluster-delay cluster option. Only print the value: # crm_attribute --type crm_config --name cluster-delay --query --quiet AUTHOR
Written by Andrew Beekhof REPORTING BUGS
Report bugs to pacemaker@oss.clusterlabs.org Pacemaker 1.1.7 April 2012 PACEMAKER(8)
Man Page