Description
Sets the passphrase for the specified storage group to be used to encrypt content encryption keys. (The passphrase string can take up to 255 characters. And, alphanumeric and special characters can be entered as part of the passphrase string.) This command will prompt you to enter and confirm a passphrase. This command also requires a filesystem server restart.
|
NOTE: It is mandatory to define a passphrase to enable encryption for a storage group. If the passphrase is compromised or lost, the administrator should change it immediately so that the content encryption keys do not become vulnerable. |
Syntax
storage_group --setpassphrase --name <name>
Where
--name Storage group name
Result
Storage Group "StorageGroup_1" updated successfully.
Passphrase updated successfully.
Description
Displays the list of all storage_group-related options that can be used as a reference when using the QoreStor CLI.
Syntax
storage_group --help
Result
Usage:
storage_group --show [--name <name>]
[--verbose]
storage_group --add --name <name>
[--compression_mode <fast|best>]
[--quota <Quota value in GiB or TiB>]
storage_group --update --name <name>
--compression_mode <fast|best>
[--quota <Quota value in GiB or TiB>]
storage_group --encryption --name <name>
[--set <ON | OFF>]
[--mode < static | internal >]
[--interval <7 days to 70 years>]
storage_group --delete --name <name>
storage_group --setpassphrase --name <name>
storage_group --help
storage_group <command> <command-arguments>
<command> can be one of:
--show Displays the current list of storage_group.
--add Adds a new storage_group.
--update updates a storage_group.
--encryption updates encryption settings of a storage_group.
--delete Deletes an existing storage_group.
--setpassphrase sets passphrase to a storage_group.
For command-specific help, please type storage_group --help <command>
eg:
storage_group --help show
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. |