Maintenance Mode#
CLI commands are available to also place the VOSS Automate system in a maintenance mode during system upgrade, to suspend any scheduled transactions. Scheduled transactions that are in progress, will be allowed to complete.
See also: Cluster Commands.
Maintenance Mode Commands#
Put node or cluster into maintenance mode
For all nodes in a cluster: cluster maintenance-mode start
Running this command prompts for confirmation and then shows:
System is now in maintenance mode
When the node or cluster is in maintenance mode:
Upon login on the CLI or when obtaining a health report, e.g. diag health, the message is then shown:
SYSTEM IN MAINTENANCE MODE
No scheduled Platform tasks will be started while in maintenance mode.
No scheduled Automate transactions will be started while in maintenance mode.
Check the status of the maintenance mode
For all nodes in a cluster: cluster maintenance-mode status
The command returns a message, for example
System is in maintenance mode
Take node or cluster out of maintenance mode
For all nodes in a cluster: cluster maintenance-mode stop
Running the command requests confirmation and then shows:
System is now out of maintenance mode
Scheduled tasks will resume once the system is out of maintenance mode.