table of contents
cs_clear_sbd_devices(8) | ClusterTools2 | cs_clear_sbd_devices(8) |
NAME¶
cs_clear_sbd_devices - clears reset message on SBD devices
SYNOPSIS¶
cs_clear_sbd_devices [ --help | --version ]
cs_clear_sbd_devices [ --all | --local ]
cs_clear_sbd_devices --node NODE
DESCRIPTION¶
cs_clear_sbd_devices clears reset message on SBD devices. This might be neccessary once a node got fenced and should be brought back into the cluster.
OPTIONS¶
--help show help.
--version show version.
--all clear all reset nodes on all devices.
--local clear local node on all devices.
--node NODE clear node NODE on all devices.
EXAMPLES¶
- * Clear all reset nodes on all SBD devices.
-
# cs_clear_sbd_devices --all - * Clear local node ($HOSTNAME) on all SBD devices.
-
# cs_clear_sbd_devices --local
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_clear_sbd_devices
- the program itself.
- /etc/sysconfig/sbd
- the SBD configuration.
BUGS¶
Currently only Linux hostnames are handled. If Corosync node IDs
are used on SBD, that nodes are not found.
Feedback is welcome, please use the project page at
https://build.opensuse.org/package/show?package=ClusterTools2&project=home%3Afmherschel
SEE ALSO¶
cs_make_sbd_devices(8), cs_show_sbd_devices(8), stonith_sbd(7), sbd(8), ClusterTools2(7), https://www.suse.com/support/kb/doc.php?id=7016305
COPYRIGHT¶
(c) 2020 L.Pinne, Germany.
cs_clear_sbd_devices comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
14 Sep 2020 |