For example:
• --clients command option only applies to NFS and CIFS type container connections.
• --rootmap and --options command options apply only to NFS type container connections.
• --capacity command option only applies to OpenStorage Technology (OST) type container connections, and lets
you specify a positive integer value to represent the capacity size in Gigabytes (GB). By default, OST 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> [--clients <ip address>]
Description
Deletes an existing container connection type on a DR Series system.
Syntax
connection –-delete --name dataStorage3 --type nfs --clients 10.27.22.11
Result
Successfully deleted connection entry.
connection --enable --name <name> --type <nfs|cifs|ost>
Description
Enables an existing container connection type 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
connection --disable --name <name> --type <nfs|cifs|ost>
Description
Disables an existing container connection type (NFS, CIFS, or OST) on a DR Series system.
Syntax
connection –-disable --name acme3 --type ost
103