Can additional parameters be specified when shutting down node from System Manager?
Applies to
- ONTAP 9
- ONTAP System Manager
Answer
No, if additional parameters are needed, shut down from CLI.
Additional Information
- When shutting down node from System Manager,
PATCH /cluster/nodes/<NODE_UID>?action=shutdown&shutdown_reboot_reason=<REASON>REST API is run, which is equivalent tosystem node halt -node <NODE> -reason <REASON> - PATCH /cluster/nodes/{uuid}
- system node halt
