Previous Topic: volume info Command Output SpecificationNext Topic: create (Volume Management)--Create a New Volume for an Application


set (Volume Management)--Set Volume Information

Set volume information

Syntax
volume set name comment=comment  
Parameters
name

Name of volume 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

_GLOBAL:volume - global volume

_GLOBAL_RO:volume - global read-only volume

comment

volume comment

Examples
volume set sugarcrm:data comment="My comment"

Set information for application user volume

volume set sugarcrm:NAS1.boot comment="My comment"

Set information for application singleton class volume

volume set sugarcrm/catalog:NAS1.boot comment="My comment"

Set information for application local catalog class volume

volume set /system:NAS.boot comment="My comment"

Set information for global catalog class volume

Notes: Only maintainers may set information for global read-only volumes.