Manage a volume
vol manage <name> [<name2>] [ --abort | ( [ --ro | --rw ] [ <prop>=<val> ]* [ --nossh ] [ --nomount ] [filer=<filer> ] ) ]
Name of the volume to be manage.
Name of secondary volume to be managed. If this argument is specified the volume represented by name is managed read-only and the volume represented by name2 is managed read/write.
Abort previous volume manage session.
access to volume is read-only.
access to volume is read/write.
do not provide SSH access to the managed volume.
do not mount file system of the managed volume.
Specifies the Filer to be used for the operation. Possible values are 'windows' or 'linux'. If this option is not specified, the filer will be selected based on the first partition that is not raw.
Specifies settings to configure external network access for use with the volume manager GUI/shell. The following values are supported:
ip - Specifies the IP address.
netmask - Specifies the network mask. This must be specified if ip is specified.
gateway - Specifies the IP address of the default network gateway. It can be left blank only if the remote host is on the same subnet; must be specified otherwise.
dns1 - Specifies the IP address of the primary DNS server used to resolve domain names. This allows the user to specify hostnames when uploading/downloading files to/from a volume.
dns2 - Specifies the IP address of the secondary DNS server, which will be used if the primary DNS server does not respond.
volume manage sugarcrm:data --rw
manage application user volume
volume manage /system:NAS.boot --ro
manage global catalog class volume
volume manage /myapp:myvol --rw ip=192.168.1.100 netmask=255.255.255.0 gateway=192.168.1.254
manage application user volume and set up external network access from within the volume manager. This allows the user to upload/download files to/from the specified volume to/from a remote location, all from within the volume manager GUI/shell.
volume manage my-app:data my-app:data1
manage two application user volumes
vol manage my-app:data1 --abort
abort management of the previous volume management session
vol manage my-app:data --abort
abort management of application user volume
Notes:
|
Copyright © 2013 CA.
All rights reserved.
|
|