reboot
This command is supported on all these:
|
Description
This command performs the software reboot.
Related Commands
Syntax in Gaia gClish or the Expert mode
|
|
Important - You can run this command in Gaia Clish or in the Expert mode only on a Maestro Orchestrator. |
Syntax in Gaia gClish
|
|
Important - You must run this command in Gaia gClish on these:
|
Parameters in Gaia gClish
Parameter |
Description |
---|---|
|
Shows the built-in help. |
No Parameters |
Shows the brief command usage. |
|
Specifies the Security Group Members, for which to run this command. By default, applies to Security Group Members. Applies to Security Group Members as specified by the
|
|
Runs the command also on Security Group Members in the Administrative "DOWN" state. |
Example 1 - Reboot only specific Security Group Members
[Global] SG-s01-01> reboot -b 1_02,1_03 You are about to perform reboot on members: 1_02,1_03 It might cause performance hit for a period of time. Are you sure? (Y - yes, any other key - no) y Reboot requires auditing Enter your full name: John Doe Enter reason for reboot [Maintenance]: Troubleshooting WARNING: Reboot on members: 1_02,1_03, User: John Doe, Reason: Troubleshooting [Global] SG-s01-01> |
Example 2 - Reboot all Security Group Members, including those in the state "DOWN"
[Global] SG-s01-01> reboot -b all -a You are about to perform reboot on members: 1_01,1_02,1_03,2_01,2_02,2_03 It might cause performance hit for a period of time. Are you sure? (Y - yes, any other key - no) y Reboot requires auditing Enter your full name: John Doe Enter reason for reboot [Maintenance]: Troubleshooting WARNING: Reboot on members: 1_01,1_02,1_03,2_01,2_02,2_03, User: John Doe, Reason: Troubleshooting [Global] SG-s01-01> |