Description
Displays the list of performance_tier related options that can be used as a reference when using the QoreStor CLI.
Syntax
performance_tier --help
Result
performance_tier --show [--verbose]
performance_tier --add --path <enclosure filesystem dir>
[--compression_mode <fast|best>]
[--quota <Quota value in GiB or TiB>]
performance_tier --update --compression_mode <fast|best>
[--quota <Quota value in GiB or TiB>]
performance_tier --encryption [--set <ON | OFF>]
[--mode < static | internal >]
[--interval <7 days to 70 years>]
performance_tier --setpassphrase
performance_tier --test-iops --path <enclosure filesystem dir>
performance_tier --help
performance_tier <command> <command-arguments>
<command> can be one of:
--show Displays the details of PerformanceTier storage_group.
--add Adds a new performance tier.
--update Updates a performance tier.
--encryption Updates encryption settings of a performance tier.
--setpassphrase Sets passphrase to a performance tier.
--test-iops Run IOPS tests on performance tier.
For command-specific help, please type performance_tier --help <command>
eg:
performance_tier --help show
To allow QoreStor replication operations, ensure that TCP ports 9904, 9911, 9915, and 9916 are enabled. For more information about supported ports for the QoreStor, see the QoreStor Administrator Guide.
The Replication QoreStor CLI command and its options allow you to manage the status of all current replication relationships and tasks on a system by:
- Displaying the current replication process status information
- Creating and defining new replication links or relationships to containers
- Deleting specific replication links
- Starting and stopping the replication process between source and target containers
- Limiting the bandwidth consumed during replication
- Resynchronizing replication between source and target containers
- Troubleshooting replication connection issues
This topic introduces the replication command usage:
- replication --show [options]
- replication --add --name --role --peer [options]
- replication --update --name --role --peer [options]
- replication --delete --name --role [options]
- replication --start --name --role [options]
- replication --stop --name --role [options]
- replication --limit --speed --target [options]
- replication --resync --name --role [options]
- replication --troubleshoot --peer
- replication --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 the current status of all existing replication containers (and respective roles) in the QoreStor.
Syntax
replication --show [--air]
[--name <name>]
[--role <source | target>]
[--verbose]
[--limits]
Where
--air Auto Image replication enabled.
--name Name of container.
--role Role of container.
--verbose Display more details.
--limits Replication speed limits.
Result
Container Name Replication Role Status
backup Source, Target Enabled
acme-59 Source Enabled
acmeStorage1 Source Enabled
acmeStorage2 Source Enabled
acmeStorage3 Target Enabled