* Updated scancore to use the new Get->switches() list parameter. Signed-off-by: Digimer <digimer@alteeve.ca>main
parent
d9910fc951
commit
b3b185a43c
6 changed files with 90 additions and 27 deletions
@ -0,0 +1,52 @@ |
|||||||
|
.\" Manpage for the Alteeve! repo setup tool |
||||||
|
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions. |
||||||
|
.TH alteeve-repo-setup "8" "August 02 2022" "Anvil! Intelligent Availability™ Platform" |
||||||
|
.SH NAME |
||||||
|
alteeve-repo-setup \- Tool used to configure the Anvil! repository. |
||||||
|
.SH SYNOPSIS |
||||||
|
.B alteeve-repo-setup |
||||||
|
\fI\,<command> \/\fR[\fI\,options\/\fR] |
||||||
|
.SH DESCRIPTION |
||||||
|
alteeve-repo-setup \- This tool configures the local repository needed to install the Anvil! Intelligent Availability™ platform. The repository will be based on the OS running on this system. For example, if the host is RHEL 8, the repo will be configured for 'rhel-8'. Similarly, if this host is CentOS 8 Stream, the repo will be configured for 'centos-8-stream'. |
||||||
|
.TP |
||||||
|
There are two main repos for the Anvil! system; |
||||||
|
.TP |
||||||
|
- community: This repo is free for use, and tracks the latest available release of the Anvil! platform. |
||||||
|
.TP |
||||||
|
For support on the Community version is provided through; |
||||||
|
.TP |
||||||
|
* Alteeve Wiki - https://wiki.alteeve.com/ |
||||||
|
.TP |
||||||
|
* Alteeve Support - https://www.alteeve.com/c/supportandresources/contact-support/ |
||||||
|
.TP |
||||||
|
* ClusterLabs Users - https://lists.clusterlabs.org/mailman/listinfo/users |
||||||
|
.TP |
||||||
|
* ClusterLabs on Libera Chat's #clusterlabs channel |
||||||
|
.TP |
||||||
|
- enterprise: This repo has additional testing and hardening, but is slower to get new features. |
||||||
|
.TP |
||||||
|
To access our enterprise repository with Alteeve support please visit: |
||||||
|
.TP |
||||||
|
* https://www.alteeve.com/c/supportandresources/contact-support/ |
||||||
|
.SH OPTIONS |
||||||
|
.TP |
||||||
|
\-?, \-h, \fB\-\-help\fR |
||||||
|
Show this man page. |
||||||
|
.TP |
||||||
|
\fB\-\-log-secure\fR |
||||||
|
When logging, record sensitive data, like passwords. |
||||||
|
.TP |
||||||
|
\-d, \fB\-\-debug\fR |
||||||
|
This tool does not use the main Anvil::Tools modules, so debugging is limited to messaged shown during the run. This enables those debug messages. |
||||||
|
.SS "Commands:" |
||||||
|
.TP |
||||||
|
\-k, \fB\-\---key\fR <uuid> |
||||||
|
If you have a key, provide it this way. This will configure the host to use the enterprise repository. |
||||||
|
.TP |
||||||
|
\-y, \fB\-\-yes\fR |
||||||
|
Do not ask to confirm the use of the community repository. |
||||||
|
.IP |
||||||
|
.SH AUTHOR |
||||||
|
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors. |
||||||
|
.SH "REPORTING BUGS" |
||||||
|
Report bugs to users@clusterlabs.org |
@ -0,0 +1,32 @@ |
|||||||
|
.\" Manpage for the ScanCore daemon. |
||||||
|
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions. |
||||||
|
.TH scancore "8" "July 29 2022" "Anvil! Intelligent Availability™ Platform" |
||||||
|
.SH NAME |
||||||
|
scancore \- ScanCore systemd daemon for the M3 Anvil! Cluster. |
||||||
|
.SH SYNOPSIS |
||||||
|
.B scancore |
||||||
|
\fI\,<command> \/\fR[\fI\,options\/\fR] |
||||||
|
.SH DESCRIPTION |
||||||
|
scancore \- ScanCore provides all of the decision engine logic that provides all of the autonomous operation logic. How exactly it behaves depends on whether it is running on a Striker dashboard, Anvil! sub-node or DR host. |
||||||
|
.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\-\-purge\fR |
||||||
|
If passed, all scancore agents will be invoked with '\fB\-\-purge\fR'. This will cause all ScanCore data to be purged from the databases. |
||||||
|
.TP |
||||||
|
\fB\-\-run-once\fR |
||||||
|
This will tell the program to exit after one run of all scan agents and after doing to post-scan logic. |
||||||
|
.IP |
||||||
|
.SH AUTHOR |
||||||
|
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors. |
||||||
|
.SH "REPORTING BUGS" |
||||||
|
Report bugs to users@clusterlabs.org |
Loading…
Reference in new issue