managegrid

Use the managegrid command to manage a FlashSystem grid.

Syntax

Read syntax diagramSkip visual syntax diagram managegrid -create-namegrid_namejoinaccept-ipip_address-truststoreid/name-leave-removeip_address-makecoordinator-removeinvalidmembers

Parameters

-create flag
(Required) Creates a new grid and adds the current system.
-name string
(Required) Specifies a name to use for the grid.
-join flag
(Optional) Requests the current system to join the specified grid.
-accept flag
(Optional) Accepts a request from another system to join the grid where the current system is added.
-ip IPv4_IPv6_address_or_FQDN
(Optional) Specifies the IP address (IPv4, IPv6, or FQDN) of the system to which the request is being made.
-truststore integer_or_string
(Optional) Specifies the ID or name of the entry in the truststore for the system that is identified by the IP address.
-leave flag
(Optional) Requests the current system to leave its grid.
-remove IPv4_IPv6_address_or_FQDN
(Optional) Removes the specified system from the grid.
-makecoordinator flag
(Required) Changes the specified member system of the grid to the coordinator system.
-removeinvalidmembers flag
(Optional) Removes all unsupported or unreachable member systems from a grid while changing an existing member system to the coordinator system. The -removeinvalidmembers is used with -makecoordinator.

Description

This command can be used to create a new FlashSystem grid and manage the members of the FlashSystem grid. The system that creates the FlashSystem grid is referred to as the coordinator of the FlashSystem grid, and it assumes responsibility for adding and removing other systems. After creating a FlashSystem grid, the following steps must be performed in order to add a system:
  1. Check the list of scope certificates by using lssystemcertstore CLI. In case the (scope_id = 3) internal_communication certificate is present then download the certificate by using the chsystemcertstore CLI. Otherwise, download certificate by using the chsystemcertstore CLI for scope default or use chsystemcert CLI. Copy the certificate of the FlashSystem grid coordinator-system to the new system, and add it to the truststore by using the mktruststore CLI.
  2. Request to join the FlashSystem grid by using the join option. Provide the IP address or the FQDN of the coordinator system and the entry, which the coordinator system has in the truststore.
  3. Copy the certificate from the new system to the FlashSystem grid coordinator-system, and add it to the truststore.
  4. On the coordinator system, accept the request to join the FlashSystem grid by using the accept option. Provide the IP address or the FQDN of the new system and the entry, which the new system has in the truststore.

To remove a system from a FlashSystem grid by using the CLI, use the remove option on the coordinator system.

To create or join a FlashSystem grid, the following requirements must be met:

  • The system topology must be in the replication layer.

You can also use the managegrid command to change the current coordinator of the FlashSystem grid and make another member system from the grid as coordinator. For details, see Changing FlashSystem grid coordinator.

Note: This command is available during the upgrade process.

An invocation example

The following creates a new FlashSystem grid and makes this system the coordinator system.

managegrid -create -name MyGrid

The resulting output:

No feedback

An invocation example

The following changes the existing coordinator system in the FlashSystem grid and makes another member system from the grid as new coordinator.

managegrid -makecoordinator MyGridmember

The resulting output:

No feedback