Previous Topic: move (Volume Management)--Move a Volume to Another ApplicationNext Topic: fscheck (Volume Management)--Check the File System on a Volume


manage (Volume Management)--Manage a Volume

Manage a volume

Syntax
vol manage <name> [<name2>] [ --abort | ( [ --ro | --rw ] [ <prop>=<val> ]* [ --nossh ] [ --nomount ] [filer=<filer> ] ) ]

Parameters
name

Name of the volume to be manage.

name2

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

Abort previous volume manage session.

--ro

access to volume is read-only.

--rw

access to volume is read/write.

--nossh

do not provide SSH access to the managed volume.

--nomount

do not mount file system of the managed volume.

filer=<filer>

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.

prop=val

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.

Examples
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: