You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.3 KiB
65 lines
2.3 KiB
.\" 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\-\-check\-network\-mapping\fR |
|
This reports if the host is currently in network mapping (this disables several features and watches the network states much more frequently) |
|
.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\-\-disable\-network\-mapping\fR |
|
This disables the network mapping mode. |
|
.TP |
|
\fB\-\-enable\-network\-mapping\fR |
|
This enables the network mapping mode. |
|
.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
|
|
|