reboot

This command is supported on all these:

  • ElasticXL Cluster

  • Maestro Orchestrator

  • Maestro Security Group

  • Scalable Chassis Security Group

Description

This command performs the software reboot.

Syntax in Gaia gClish or the Expert mode

reboot

Important - You can run this command in Gaia Clish or in the Expert mode only on a Maestro Orchestrator.

Syntax in Gaia gClish

reboot

      -h

      -b <SGM IDs> [-a]

Important - You must run this command in Gaia gClish on these:

  • ElasticXL Cluster

  • Maestro Security Group

  • Scalable Chassis Security Group

Parameters in Gaia gClish

Parameter

Description

-h

Shows the built-in help.

No Parameters

Shows the brief command usage.

-b <SGM IDs>

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 <SGM IDs>.

<SGM IDs> can be:

  • No <SGM IDs> specified, or all

    Applies to all Security Group Members and all Sites

  • One Security Group Member (for example, 1_1)

  • A comma-separated list of Security Group Members (for example, 1_1,1_4)

  • A range of Security Group Members (for example, 1_1-1_4)

  • One Site (chassis1, or chassis2)

  • The Active Site (chassis_active)

-a

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>