Reference Guide

container --show [--name <name>] [--verbose]
Displays the summary status of an existing container in a DR Series system that you specify using the container --show
--name command.
Syntax
container –-show --name acme-41-cifs-1
Result
Container Name : acme-41-cifs-1
Container Path : /containers/acme-41-cifs-1
Container Marker : commvault
Other Examples
Displays the detailed status of an existing container that you specify by name using the container --show --name --
verbose command:
Container Name : acme55-S2
Container Path : /containers/acme55-S2
Container Marker : None
NFS connection IP addresses : *
NFS connection Root map : root
NFS connection options : rw
NFS connection Enabled : Yes
NFS connection status : Available
CIFS connection IP addresses : *
CIFS connection Enabled : Yes
CIFS connection status : Available
Replication Role : Source
Replication Target System : acme-85
Replication Target System IP : 10.20.22.20
Replication Target Container : acme85-S2
Replication Enabled : Yes
Replication Compression Enabled : Yes
Replication Encryption : AES 128-bit
container --add --name <name> [--type <VTL>] [--tape_size <tape_size>][--is_oem <yes|
no>]
Description
Creates and names a new container in the DR Series system.
NOTE: Container names cannot exceed 32 characters in length and cannot start with a number. The /, #, and @
special characters are not allowed. The underscore (‘_’) character is also not allowed.
NOTE: When creating the VTL container type, you must specify the option, --type VTL. Also, possible values for
tape size include:
800GB|400GB|200GB|100GB|50GB|10GB
Syntax
container --add --name acme99
Result
Container "acme99" created successfully.
Container "vtlcont" created successfully.
130