During server maintenance (e.g., OS patching), administrators often need to place both active workloads and upcoming events on hold. While active workloads can be managed via bulk execCommand calls, upcoming events are frequently managed manually, which can be time-consuming during limited maintenance windows.
There is no direct execCommand function designed specifically to bulk-hold only "upcoming events" individually. However, the product provides built-in mechanisms for system-wide holds and bulk event management through the UI.
To manage upcoming events in bulk during maintenance, use one of the following two recommended approaches:
If you require a targeted approach to hold specific events (or ALL events) without quiescing the entire server:
To release:
This is the most efficient method for full server maintenance. The quiesce command effectively holds all events and applications system-wide, preventing any jobs from triggering.
Quiesce the Server: Issue the command via the Monitor Perspective or the CLI: quiesce
Unquiesce the Server: Once maintenance is complete, use the unquiesce command to resume operations. Note: Unquiescing only events while keeping applications quiesced will still prevent jobs from triggering.
Command to resume all: unquiesce appl("*.*") event("*.*") reason("Maintenance complete")
To speak with a customer representative or a Support Engineer see Contact Support. Scroll to the bottom of the page and click on the respective region.