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:
Options and arguments | Description |
---|---|
--connectToAllSystems |
|
--showNodes |
Show nodes within the |
Examples:
- To list all available
two-nodesystemsclusterconnectedservers,to the relay, runsystems list
- To list all
two-nodenodesclusterwithinserversall systems connected to themanagement station,relay, runsystems 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:
- To switch to system name
CLD1
, runsystems select --name CLD1
- To switch to system id
1
, runsystem 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 |
--newname=<new_name> |
<new_name> with a name of your choice. |
Examples:
- To rename system
CLD1
toCloud1
, runsystems rename --name CLD1 --
renamenewname Cloud1 toTo rename a systemidwith ID 2 toMK1
, runsystems rename --id 2 --
renamenewname MK1