Reference Guide

Volume Mapping Examples
Create and map a volume and allow Storage Center Command Utility to assign a controller and LUN:
volume create -name 'volume 1' -server 'server 1'
Create and map a volume with a specied controller:
volume create -name 'volume 1' -server 'server 1' -controller 'leader'
Create and map a volume with a specied controller and LUN:
volume create -name 'volume 1' -server 'server 1' -controller 'leader' -lun 25
Create a volume with a single path for mapping:
volume create -name 'volume 1' -server 'server 1' -singlepath
volume delete
Description
Deletes a volume.
Format
volume delete {–deviceid string | –index integer | –name string | –serialnumber string}
{options}
Options
–deviceid string
Species the volume device ID. See About Device IDs for information.
–h
Shows help for command options.
–index integer
Species the volume index.
–name string
Species the volume name.
–purge
Indicates that the volume should be purged. If the –purge option is not specied, the volume will still be visible using the volume show
command and will have a status of Recycled.
–serialnumber string
Species the volume serial number. (Available only when running on operating systems that expose serial numbers to the user.)
82
Command Reference