This topic introduces the container command usage:
- container --show [options]
- container --add --name [options]
- container --update [options]
- container --delete --name [options]
- container --marker --name <name> [--enable options] [--disable options]
- container --cloud_policy [options]
- container --delete_files --name <name>
- container --add_uac [options]
- container --delete_uac [options]
- container --update_uac [options]
- container --show_uac [options]
- container --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. |
Displays the current list of containers.
Syntax
container --show [--name <name>] [--verbose]
Where
--name Display details for a specific container.
--verbose Display more details.
Result
container --show --name vRanger_FastContainer's Group ID : 2
Container's Group Name : tool-load
Container Name : QSPL-4300-13_OST
Container Path : /containers/QSPL-4300-13_OST
Container Object Direct Storage : No
Container Cloud Replication : None
Container Marker : None
Recycle Bin Enabled : No
OST connection Quota : Unlimited
OST connection Used Capacity : 758222.0 GiB
OST connection Enabled : Yes
OST connection status : Available
Number of container UACs : 1
Other Examples
Displays the detailed status of an existing container that you specify by name using the container --show --name --verbose command:
Container Entry ID : 6
Container's Group ID : 2
Container's Group Name : tool-load
Container Name : QSPL-4300-13_OST
Container Path : /containers/QSPL-4300-13_OST
Container Object Direct Storage : No
Container Cloud Replication : None
Container Marker : None
Container Created On : Tue Jun 26 11:56:43 2018 EDT
Container Created Ver : 4.1.0.235
Container Created Bld : 1082C
Recycle Bin Enabled : No
OST connection Entry ID : 5
OST connection Quota : Unlimited
OST connection Used Capacity : 758222.0 GiB
OST connection Enabled : Yes
OST connection status : Available
Number of container UACs : 1
user: backup_user, user_id: 1, access: RWD
Description
Creates and names a new container in QoreStor.
|
NOTE: If a storage group name is not provided, the container will be placed in Default Group. |
|
NOTE: Container names and storage group names cannot exceed 32 characters in length. Container names cannot start with a number, and the /, #, and @ special characters are not allowed. Valid values for the container and storage group name are [a-z, A-Z, 0–9, and ‘_’. |
Syntax
container --add --name <name>
[--type <VTL>]
[--tape_size <800GB|400GB|200GB|100GB|50GB|10GB>]
[--no_of_drives <1-60>]
[--is_oem <yes|no>]
[--oem_vendor <QUEST>]
[--group_name <name>]
Where
--name Name of the container. Valid values are [a-z,A-Z,0-9,'-' and '_' for non-VTL containers] and maximum of 32 characters.
--type Type of the container.
--tape_size Tape size <800GB|400GB|200GB|100GB|50GB|10GB>
--no_of_drives Number of Drives (applicable to FC containers only)
--is_oem Is OEM <yes|no>
--oem_vendor oem_vendor <QUEST>
--group_name Name of the storage group. Valid values are [a-z,A-Z,0-9,'-' and '_'] and maximum of 32 characters.
Result
Container "acme99" created successfully.
Description
Updates the specified container.
Syntax
container --update --name <name>
[--no_of_drives <1-60>]
[--cloud_replication <yes|no>]
[--immutable_file_stat]
[--locked_file_stat]
Where
--name Name of the container. Valid values are [a-z,A-Z,0-9,'-' and '_' for non-VTL containers] and maximum of 32 characters.
--no_of_drives Number of Drives (applicable to FC containers only)
--cloud_replication <yes|no>
--immutable_file_stat Updates immutable file stat
--locked_file_stat Updates locked file stat.
Result
The FC service will be restarted for this change to take effect, Do you want to continue? (yes/no) [n]? y
Successfully updated Container FC1's number of drives as 32.