Basic commands
The StorONE command line interface (CLI) provides five fundamental commands that allow users to manage and control the CLI itself:
exit
To exit the CLI application, run the command exit
.
logout
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.
version
To display S1 CLI version (as well as the relay and S1 software versions), run the version
command.
refresh
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
To clear the S1 CLI screen, run the clear
command.
No Comments