7bd76c10dc
* Updated Server->shutdown_virsh() to work without a database connection. * Updated System->reboot_needed() to store/read from a cache file when the database is not available. * Updated anvil-safe-start to remove the old --enable/disable/status switches, now that we use anvil-safe-start.service systemd unit. * Reworked anvil-safe-stop to work without a database connection, and to work on DR hosts. * Updated anvil-special-operations to add new tasks, but it's likely these new tasks aren't needed and will be removed very shortly. * Added/updated multiple man pages. Signed-off-by: digimer <mkelly@alteeve.ca>
30 lines
1.1 KiB
Groff
30 lines
1.1 KiB
Groff
.\" Manpage for the Anvil! tool to safely start an Anvil! node's subnode.
|
|
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions.
|
|
.TH anvil-safe-start "8" "July 22 2023" "Anvil! Intelligent Availability™ Platform"
|
|
.SH NAME
|
|
anvil-safe-start \- This program safely joins an Anvil! subnode to a node.
|
|
.SH SYNOPSIS
|
|
.B anvil-safe-start
|
|
\fI\,<command> \/\fR[\fI\,options\/\fR]
|
|
.SH DESCRIPTION
|
|
This program will safely join an Anvil! subnode to an Anvil! node. If both nodes are starting, it will communicate with the peer, once available. This includes booting hosted servers.
|
|
.TP
|
|
NOTE: This tool runs at boot (or not) via the 'anvil-safe-start.service' systemd daemon.
|
|
.TP
|
|
\-?, \-h, \fB\-\-help\fR
|
|
Show this man page.
|
|
.TP
|
|
\fB\-\-log-secure\fR
|
|
When logging, record sensitive data, like passwords.
|
|
.TP
|
|
\-v, \-vv, \-vvv
|
|
Set the log level to 1, 2 or 3 respectively. Be aware that level 3 generates a significant amount of log data.
|
|
.SS "Commands:"
|
|
.TP
|
|
NOTE: This tool takes no specific commands.
|
|
.IP
|
|
.SH AUTHOR
|
|
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors.
|
|
.SH "REPORTING BUGS"
|
|
Report bugs to users@clusterlabs.org
|