This QoreStor CLI command and its options allow you to perform the a variety of system-related tasks, including the following:
- Displaying the current system configuration
- Displaying and updating your QoreStor license configuration.
- Adding additional storage paths to QoreStor.
This topic introduces the system command usage:
- system --show [options]
- system --license [options]
- system --storage [options]
- system --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. |
Description
Displays information about the current QoreStor configuration.
Syntax
system --show [--storage] [--license] [--verbose] [--version]
Where
--storage Display system storage information.
--license Shows the installed license.
--verbose Shows more information.
--version Display software version of the system.
Result
Version : 5.0.0
Build : 155
Description
QoreStor installs with a 1 TB trial license. If you have purchased a perpetual license, you can install it using the system --license command, as described below.
When you have downloaded your license file, you will need to copy it to the QoreStor server before installing the license. In the examples below <path> is used to represent the directory that contains the license file.
Syntax
system --license [--show] [--verbose] [--validate] [--file <path>] [--add] [--file <path>]
Where
--show Shows the installed license.
--verbose Shows more information.
--validate Validates the license file.
--add Installs the license file.
--file License file path.
Result
License file is valid and can be installed.
To add a validated license for a QoreStor server, use the following QoreStor CLI command:
system --license --add --file <path>
License file has successfully installed.