This topic introduces the set of QoreStor CLI commands that allow you to manage, configure, and display connection-related settings for object containers on a QoreStor server.
This topic introduces the object_container command usage:
- object_container --show [options]
- object_container --add [options]
- object_container --start --name [options]
- object_container --stop
- object_container --update [options]
- object_container –encryption [options]
- object_container --delete_data
- object_container --delete
- object_container –setpassphrase [options]
- object_container --bkt-add [options]
- object_container --bkt-del [options]
- object_container --bkt-list [options]
- object_container --bkt-lock [options]
- object_container --bkt-version [options]
- object_container --bkt-legalhold [options]
- object_container --bkt-retention [options]
- object_container --bkt-show [options]
- object_container --policy-list [options]
- object_container --policy-set [options]
- object_container --policy-unset [options]
- object_container --policy-update [options]
- object_container --policy-show [options]
- object_container --user-add [options]
- object_container --user-del [options]
- object_container --user-enable [options]
- object_container --user-disable [options]
- object_container --user-list [options]
- object_container --cleaner-status [options]
- object_container --help
Description
Displays the current list of object_container.
Syntax
object_container --show [--name <container name>]
Where
--name Name of the object container
Result
ObjectContainer ONLINE,RW https://10.230.48.45:9000
Description
Adds a new object container
Syntax
object_container --add --name <new container name>
[--group <group name>]
[--use_http <yes|no>]
Where
--name Name of the Object Container
--group Name of the Storage Group
--use_http <yes|no>
Result
Successfully created object container `ObjectContainer1`.
Successfully started endpoint on object container `ObjectContainer1`.