manageflashgrid

Use the manageflashgrid command to manage a FlashSystem grid.

Syntax

Read syntax diagramSkip visual syntax diagram manageflashgrid -create-nameflash_grid_namejoinaccept-ipip_address-truststoreid/name-leave-removeip_address

Parameters

-create flag
(Required) Creates a new FlashSystem grid and adds the current system.
-name string
(Required) Specifies a name to use for the FlashSystem grid.
-join flag
(Optional) Requests the current system to join the specified FlashSystem grid.
-accept flag
(Optional) Accepts a request from another system to join the FlashSystem 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 FlashSystem grid.
-remove IPv4_IPv6_address_or_FQDN
(Optional) Removes the specified system from the FlashSystem grid.

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 owner 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. 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, use the remove option on the coordinator system. The system that is removed from the FlashSystem grid also needs to run the leave option.

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

  • The system must have the multiple_io_groups compatibility mode disabled, see chcompatibilitymode.
  • The system topology must be in the replication layer.

An invocation example

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

manageflashgrid -create -name MyFlashGrid

The resulting output:

No feedback