..
alteeve-repo-setup.8
* Added the anvil-boot-server man page.
2022-08-02 17:25:28 -04:00
anvil-boot-server.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00
anvil-change-password.8
* Adds the anvil-boot-server man page.
2022-08-02 19:09:57 -04:00
anvil-check-memory.8
* Updated scan-network to check for inactive or activating interfaces and manually bring them up, if the uptime is less than 10 minutes.
2022-08-03 23:38:56 -04:00
anvil-configure-host.8
* Updated scan-network to check for inactive or activating interfaces and manually bring them up, if the uptime is less than 10 minutes.
2022-08-03 23:38:56 -04:00
anvil-daemon.8
* Added the anvil-boot-server man page.
2022-08-02 17:25:28 -04:00
anvil-delete-server.8
* Updated anvil-delete-server to accept '--server' and '--force' to allow direct deletion of a server without interacting with the menu system.
2023-06-06 16:23:28 -04:00
anvil-manage-alerts.8
Updated the man page for anvil-manage-alerts.
2022-11-22 01:15:27 -05:00
anvil-manage-dr.8
* Updated man pages
2023-03-24 01:27:15 -04:00
anvil-manage-files.8
* There were still references in anvil-manage-files to 'file_locations' -> 'file_location_host_uuid'. Had to rework some logic to get things working. More testing needed, but so far at least the "missing file" function is working again.
2022-08-08 21:31:56 -04:00
anvil-manage-keys.1
* OK, this time CentOS is actually supported. For reals.
2020-02-03 02:10:00 -05:00
anvil-manage-power.8
* Reworded striker-update-cluster to use anvil-update-system for on-system OS updates.
2023-07-14 22:29:07 -04:00
anvil-manage-server-storage.8
* Created the new anvil-manage-server-storage tool which will specifically handle managing a server's disks.
2023-02-03 22:05:34 -05:00
anvil-manage-server.8
* Fixed a bug where deleting ports from a fence device in an Install Manifest would not cause the fence methods to be removed from the associated cluster.
2022-10-20 22:33:41 -04:00
anvil-manage-storage-groups.8
* Updated man pages
2023-03-24 01:27:15 -04:00
anvil-report-usage.8
* Updated anvil-report-usage to accept the new '--machine' which reports the usage information in XML format.
2023-07-22 22:21:48 -04:00
anvil-safe-start.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00
anvil-safe-stop.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00
anvil-shutdown-server.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00
anvil-special-operations.8
* Updated anvil-update-system to check if another instance of anvil-update-system is running and, if so, exit.
2023-07-22 20:03:39 -04:00
anvil-update-system.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00
anvil-watch-drbd.8
* Completed the new anvil-watch-drbd which replaces watch_drbd.
2023-06-22 20:43:46 -04:00
anvil.conf.5
* OK, this time CentOS is actually supported. For reals.
2020-02-03 02:10:00 -05:00
Makefile.am
* Updated anvil-report-usage to accept the new '--machine' which reports the usage information in XML format.
2023-07-22 22:21:48 -04:00
scancore.8
* Added the alteeve-repo-setup man page and updated it to show that when called with '-h'.
2022-08-02 14:31:46 -04:00
striker-check-machines.8
This adds the new 'striker-collect-debug' tool that collects all potentially useful debug info into a single tarball.
2023-07-05 21:04:05 -04:00
striker-collect-debug.8
Fixed typo, resolves issue #342
2023-07-22 20:12:20 -04:00
striker-initialize-host.8
* Updated Get->switches() to always support job-uuid.
2022-10-18 19:16:32 -04:00
striker-update-cluster.8
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
2023-07-22 18:09:01 -04:00