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.