connection --show [--name <name>]
Description
Displays the status of a specific existing container connection that you define by name (backup) on a DR Series system.
Syntax
connection --show --name backup
Result
Container Name : backup
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
connection --show [--name <name>] [--type <nfs|cifs|ost>] [--verbose]
Description
Displays the status of all existing container connections on a DR Series system (this example shows containers
configured for NFS, CIFS, None, and OST connections).
NOTE: In addition to displaying the current status of an existing container connection, this command also verifies if
an existing container connection is disabled (by listing its status as offline).
Syntax
connection --show
Result
Container Name Connection Type
backup NFS, CIFS
acme1234 NFS
acme5678 NFS, CIFS
acme-41-source NFS, CIFS
acme-41-target NFS, CIFS
acme-west1-source NFS, CIFS
acme-west1-target None
Container_16 NFS
ost_west_source OST
ost-123 OST
Other Examples
Display the status of a specific existing OST container connection (backup) by defining it by name using the --name
backup command on a DR Series system:
connection --show --name backup
Container Name : backup
NFS connection IP addresses : *
NFS connection Root map : root
NFS connection options : rw
NFS connection Enabled : Yes
NFS connection status : Available
100