cad524db9d
* Created new anvil-monitor-network daemon to trigger scan-server via anvil-monitor-network on network events. * Moved functionality into scan-network Signed-off-by: digimer <mkelly@alteeve.ca>
57 lines
1.9 KiB
Groff
57 lines
1.9 KiB
Groff
.\" Manpage for the Anvil! server boot program
|
|
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions.
|
|
.TH anvil-manage-host "8" "Octobober 12 2023" "Anvil! Intelligent Availability™ Platform"
|
|
.SH NAME
|
|
anvil-manage-host \- Tool used to check or set various configuration options for a host.
|
|
.SH SYNOPSIS
|
|
.B anvil-manage-host
|
|
\fI\,<command> \/\fR[\fI\,options\/\fR]
|
|
.SH DESCRIPTION
|
|
|
|
.TP
|
|
.SH OPTIONS
|
|
.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
|
|
\fB\-\-age\-out\-database\fR
|
|
This requests the database check for records that are too old and purge them.
|
|
.TP
|
|
\fB\-\-auto\-grow\-pv\fR
|
|
This looks at LVM physical volumes on the local host. For each one that is found, 'parted' is called to check if there's more that 1 GiB of free space available after it. If so, it will extend the PV partition to use the free space.
|
|
.TP
|
|
If you deleted the default '/home' partition during the install of a subnode or DR host, this should give you that space back.
|
|
.TP
|
|
\fB\-\-check\-configured\fR
|
|
Check to see if the host is marked as configured or yet.
|
|
.TP
|
|
\fB\-\-check\-database\fR
|
|
This checks to see if the database is enabled or not.
|
|
.TP
|
|
\fB\-\-confirm\fR
|
|
This confirms actions that would normally prompt the user to confirm before proceeding.
|
|
.TP
|
|
\fB\-\-database\-active\fR
|
|
This enables the database on the local Striker dashboard.
|
|
.TP
|
|
\fB\-\-database\-inactive\fR
|
|
This disables the database on the local Striker dashboard.
|
|
.TP
|
|
\fB\-\-mark\-configured\fR
|
|
This marks the host as having been configured.
|
|
.TP
|
|
\fB\-\-resync\-database\fR
|
|
This forces a database resync if two or more strikers are online.
|
|
.IP
|
|
.SH AUTHOR
|
|
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors.
|
|
.SH "REPORTING BUGS"
|
|
Report bugs to users@clusterlabs.org
|