set cluster members-admin-state

This command is supported only on these:

  • ElasticXL Cluster

  • Maestro Security Group

  • Scalable Chassis Security Group

Notes:

  • You must run this command in Gaia gClish.

  • For the Expert mode, see cluster-cli.

Description

Configures cluster settings - administrative state (up or down) of the specified Security Group Members.

Best Practice - Do not use this command in production environments without a good technical reason, because it can cause performance degradation (all connections will pass through the remaining Security Group Members).

Notes:

  • When the Security Group Member is in the Administrative DOWN state:

    • Gaia gClish commands do not run on this Security Group Member.

    • Traffic is not sent to this Security Group Member.

    • The "asg stat" command (see asg stat) shows this Security Group Member as "DOWN (admin)".

  • When the cluster state of the Security Group Member is changed to Administrative UP, it automatically synchronizes the configuration from a different Security Group Member that is in the state "UP".

  • This command cannot change the state of a Security Group Member to UP if it is in the DOWN state because of a software or hardware problem.

Use Case

This command is useful for tests and debug.

You can install a Hotfix gradually on the Security Group Members while keeping the current connections.

Syntax

set cluster members-admin-state<ESC><ESC>

      ids <SGM ID> {up | down}

      local {up | down}

      remote {up | down}

Parameters

Parameter

Description

ids <SGM ID> {up | down}

Configures the administrative state (up or down) for the specified Security Group Members.

<SGM IDs> can be:

  • 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)

local {up | down}

Configures the administrative state (up or down) of all Security Group Members on the local Site (to which you are connected).

remote {up | down}

Configures the administrative state (up or down) of all Security Group Members on the remote Site.