Description
Displays the list of all system-related options that can be used as a reference when using the QoreStor CLI.
Result
Usage:
system --show
[--storage]
[--license] [--verbose]
[--version]
system --license
[--show] [--verbose]
[--validate] [--file <path>]
[--add] [--file <path>]
system --storage [--add] [--path <path>]
[--show]
system --help
system <command> <command-arguments>
<command> can be one of:
--show Displays command specific information.
--license Installs the license on the machine.
--storage Configure / Display storage properties.
For command-specific help, please type system --help <command>
eg:
system --help show
Description
Enables the MSP mode on QoreStor.
Result
Usage:
system --msp [--enable]
[--show]
--enable Enable MSP mode.
--show Show MSP mode.
#system --msp --enable
WARNING: IO will be stopped to enable msp mode.
Do you want to continue (yes/no) [n]? yes
Stopping filesystem... Done.
Configuring MSP mode... Done.
Starting filesystem... Done.
# system --msp --show
MSP: enabled.
This topic introduces the QoreStor CLI commands that allow you to manage user accounts by enabling or disabling user accounts, adding and updating users, setting passwords, deleting users, and displaying the list of current active user accounts logged in to a QoreStor.
This topic introduces the user command usage:
- user --show [options]
- user --add --name [options]
- user --update --name [options]
- user --delete --name
- user --setpassword --name
- user --help
|
NOTE: If you specify a command without supplying the expected value or option, you will be prompted to provide the correct value or option. |