Reference Guide

--clients command option only applies to NFS and CIFS type container connections and specifies to restrict NFS/
CIFS access to this list of comma separated hosts.
--dma option only applies to NDMP type container connections and specifies to restrict NDMP access to this DMA
host.
--initiator option only applies to iSCSI type container connections and specifies to restrict ISCSI access to the
specified iSCSI initiator.
--rootmap and --options command options apply only to NFS type container connections.
--capacity command option only applies to OST or RDS container connections, and lets you specify a positive
decimal number to represent the capacity size in Gigabytes (GB). By default, OST and RDS type container
connections are unlimited.
Syntax
connection –-update --name dataStorage3 --type nfs --clients 10.27.22.11
--options ro,rw
Result
Successfully updated connection entry.
NFS connection IP addresses : 10.27.22.11
NFS connection Root map : administrator
NFS connection options : ro,rw
NFS connection Enabled : Yes
connection --delete --name <name> --type <NFS|CIFS|OST|RDS|NDMP|ISCSI> [--clients
<ip address>]
Description
Deletes an existing container connection type on a DR Series system.
NOTE: For NDMP and iSCSI type connections, the "--clients" option does not need to be specified.
Syntax
connection –-delete --name dataStorage3 --type nfs --clients 10.27.22.11
connection --delete --name iscsi-vtl1 --type iscsi
Result
Successfully deleted connection entry.
connection --enable --name <name> --type <NFS|CIFS|OST|RDS>
Description
Enables an existing container connection type (NFS, CIFS, OST, or RDS) that was disabled on a DR Series system.
Syntax
connection –-enable --name dataStorage3 --type nfs
Result
Successfully updated connection entry.
NFS connection IP addresses : 10.27.22.11
NFS connection Root map : administrator
NFS connection options : rw,ro
NFS connection Enabled : Yes
127