Skip to main content

Basic commands

The S1StorONE Command-Linecommand Interfaceline interface (CLI) provides five fundamental commands that allow users to manage and control the CLI itself.itself:

Exit the CLI

To exit the CLI application, run the command exit.

Logoutlogout

To logout from the remote connection, use the logout command. This returns you to the initial "Relay Name/IP Address" prompt, and does not exit the CLI client.

Versionversion

To display S1 CLI version (as well as the relay and S1 software versions), run the version command.

Refreshrefresh

To synchronize auto-complete between the S1 CLI and the S1 system, run the refresh command. This command is helpful when the S1 system is accessed simultaneously by multiple S1-CLI users. For example, when two different S1-CLI clients connect to the same S1 system, if one of the users runs the refresh command, then the S1 system synchronizes all the users. As a result, S1 will provide the same synchronized interface for all users.

Example

Suppose users A and B are logged simultaneously to the same S1 system using S1-CLI clients. Assume that user A creates a volume named RH. Another user, B, runs a command that references a volume. User B does not see volume RH listed in the auto-complete options when pressing the TAB key.

If user A or user B runs the command refresh, then both users are synchronized with the S1 system and user B can see the volume RH in auto-complete options.

Clear the screenclear

To clear the S1 CLI screen, run the clear command.