Description
Updates Object Direct cloud connection details and creates sentinel in the given cloud bucket. This command should be used when the cloud connection fails during QoreStor installation in Object Direct mode, which takes the system to Manual Intervention mode.
The cloud provider name and cloud container or bucket name are to be passed as arguments. The command prompts for connection string. QoreStor comes to Operational mode after successful completion of the command.
Syntax
object_direct --update_sentinel --cloud_container <bucket name> --cloud_provider <(missing or bad snippet)>
Where
--cloud_container Name of the cloud container. Valid values are [a-z,0-9,'-','.'].
--cloud_provider Name of the cloud service provider. Valid values are [<AWS-S3|AZURE|Wasabi-S3|Google-S3|IBM-S3|S3-Compatible>].
Result
Enter AZURE cloud connection string to connect to container <container>: ( connection string here )
Checking if container [<container>] is empty...
Container empty test pass. Container [<container>] in the cloud is empty.
Connection credentials validated successfully.
Object Direct Connection updated successful. Restarting the filesystem service.
Filesystem service re-started successfully.
Description
Updates Object Direct cloud connection details. This command can be used to change the connection string, for example to change the secret key or to change the protocol for cloud connection (http or https). Command prompts for the connection string.
The cloud provider or the cloud bucket cannot be changed
Syntax
object_direct --update
Result
Enter Google-S3 cloud connection string to connect to container <container>:
Description
Displays the list of object_direct related options that can be used as a reference when using the QoreStor CLI.
Syntax
object_direct --help
Result
object_direct --show
object_direct --update_sentinel --cloud_container <bucket name> --cloud_provider <(missing or bad snippet)>
object_direct --update
object_direct --help
object_direct <command> <command-arguments>
<command> can be one of:
--show Displays the current list of object_direct.
--update_sentinel Updates an object direct cloud connection details and creates sentinel.
--update Updates an object direct cloud connection details.
For command-specific help, please type object_direct --help <command>
eg:
object_direct --help show
This topic introduces the set of QoreStor CLI commands that allow you to manage, configure, and display connection-related settings for performance tiers on a QoreStor server. For more information, see Container Command Usage .