Skip to main content

Systems

TheAll CLIStorONE manages(S1) two-nodesystems clusters by configuring their S1 operating system. The S1 operating system manages the two-node clusters and their peripherals. Each of the two-node cluster servers connectsconnect to a management station.station, also known as a relay. The managementcommand stationline providesinterface relay(CLI) services for the CLI. When the CLIclient connects to the managementrelay, station, itand can manage any ofsystems itsconnected two-nodeto clusterthat servers.relay.

When the CLI connects to a management station M, itYou can use the systems command to list alland theselect two-node cluster serverssystems connected to M.the Thesame system command allows you to manage any two-node cluster server in M simply by selecting it.relay. You maycan usealso rename the system command to rename any two-node cluster servers in M.system.

Notice: The command prompt indicates the name of the system that you are currently working on. For example, if you are working on a system namenamed CloudR,Acme-Inc, then the command prompt appears asas:
CloudRAcme-Inc>

List all systems

To view all two-nodeS1 cluster serverssystems connected to the management station (available to the CLI session), use the systems list command.

Usage:

systems list [--connectToAllSystems]

Options:

clusterserversconnectedto
Options and arguments Description
--connectToAllSystems ListCreate a connection to all two-nodesystems.
--showNodes Show nodes within the management station.systems.

Examples:

  1. To list all available two-nodesystems clusterconnected servers,to the relay, run
    systems list
  2. To list all two-nodenodes clusterwithin serversall systems connected to the management station,relay, run
    systems list --connectToAllSystems --showNodes

Select a system

To work on a specific system, use the system select command.

Usage:

systems select --name=<name>|--id=<num>

Options:

Options and arguments Description
--name=<name> Switch to an S1 two-node cluster by specifying its name, replace <name> with system name.
--id=<num> Switch to an S1 two-node cluster by specifying its id. Replace <num> with the id number of the system.

Examples:

  1. To switch to system name CLD1, run systems select --name CLD1
  2. To switch to system id 1, run system select --id 1

Rename a system

To rename a system that is available in your current CLI session, use the systems rename command.

Usage:

systems rename (--name=<name>|--id=<num>) --newname=<new_name>

Options:

Options and arguments Description
--name=<name> Specify the system by name, replace <name> with system name that you want to rename.
--id=<num> Specify the system by id, replace <num> with the idID number of the system that you want to rename.
--newname=<new_name> MakeSpecify athe new name for the system. Replace <new_name> with a name of your choice.

Examples:

  1. To rename system CLD1 to Cloud1, run systems rename --name CLD1 --renamenewname Cloud1
  2. toTo rename a system idwith ID 2 to MK1, run systems rename --id 2 --renamenewname MK1