Previous Topic: volume list Command Output SpecificationNext Topic: volume info Command Output Specification


info (Volume Management)--Retrieve Detailed Information for a Volume

Retrieve detailed information for an existing volume

Syntax
volume info name [--batch]  
Arguments
name

Name of the volume for which to retrieve information The format of name is the following:

application:volume - application volume

application:class.volume - singleton class volume

application/local:class.volume - application catalog class volume

/catalog:class.volume - global catalog class volume

application/volcache:subordinate.volume - application instance volume

_GLOBAL:volume - global volume

_GLOBAL_RO:volume - global read-only volume

--batch

Display output in UDL format

Examples
volume info sugarcrm:data

Retrieve information for application user volume

volume info sugarcrm:NAS1.boot

Retrieve information for application singleton class volume

volume info sugarcrm/catalog:NAS1.boot

Retrieve information for application local catalog class volume

volume info /system:NAS.boot

Retrieve information for global catalog class volume

Note: A specification of the output of this command can be found here.

Typical Output
   Name                : sugarcrm:data
   Link                   : no
   Comment           :
   Size                  : 50 MB
   State                 : ok
   Filesystem         : ext3
   Mount State       : in_use
   Mounted Device  : none
   Current Users     : 1
   Attributes           : rw
   Time Created      : Sat May 27 08:16:24 2006
   Time Written       : Sat May 27 08:16:24 2006
   Time Accessed   : Sat May 27 10:58:53 2006
   Number Mirrors   : 2
   Mirrors               :
      Server   State
      srv3     ok
      srv1     ok

This section contains the following topics:

volume info Command Output Specification