Top
ETERNUS SF Storage Cruiser 14.0 User's Guidefor Virtual Storage Conductor

B.1.18 getvd Command

NAME

getvd - Displays information about a virtual disk


SYNOPSIS

[Solaris OS/Linux OS]
/opt/FJSVssmgr/sbin/vscmcmd getvd -v virtual-disk-name [-a [-d]]
/opt/FJSVssmgr/sbin/vscmcmd getvd -h
[Windows OS]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvd -v virtual-disk-name [-a [-d]]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe getvd -h

($INS_DIR means "Program Directory" specified at the Manager installation.)


DESCRIPTION

This command displays information about the physical disks that make up the specified virtual disk.

Execute this command as the administrator for the operating system (that is, with “Administrator” or “root” privileges).


OPTIONS

-v virtual-disk-name

Specify the name of the virtual disk.

-a

This option displays detailed information.

-d

This option displays information in CSV format.

If this option is specified, the -a option must be specified.

-h

Indicates how to use the command.


EXAMPLES

Displaying a list of information about the physical disks that make up the specified virtual disk.

# /opt/FJSVssmgr/sbin/vscmcmd getvd -v VDISK001
PhysicalDiskName LogicalVolume WWPN:LUN                              Capacity(MB)
POOL001R00001    0x0001        210000e000a80382:1,210000e000a80383:1          512
POOL001R00002    0x0002        210000e000a80382:2,210000e000a80383:2         1024
POOL001R00003    0x0003        210000e000a80382:3,210000e000a80383:3         2048
Command terminated normally.

Displaying a list of detailed information about the physical disks that make up the specified virtual disk.

# /opt/FJSVssmgr/sbin/vscmcmd getvd -v VDISK001 -a
PhysicalDiskName StorageName         LogicalVolume RaidLevel Encryption DiskType WWPN:LUN                              Capacity(MB)
POOL001R00001    E2000_DB            0x0001        1+0       Encryption Online   210000e000a80382:1,210000e000a80383:1          512
POOL001R00002    E2000_DB            0x0002        1+0       Encryption Online   210000e000a80382:2,210000e000a80383:2         1024
POOL001R00003    E2000_DB            0x0003        5         Encryption Online   210000e000a80382:3,210000e000a80383:3         2048
Command terminated normally.

Displaying a list of detailed information about the physical disks that make up the specified virtual disk in CSV format.

# /opt/FJSVssmgr/sbin/vscmcmd getvd -v VDISK001 -a -d
"PhysicalDiskName","StorageName","LogicalVolume","RaidLevel","Encryption","DiskType","WWPN:LUN","Capacity(MB)"
"POOL001R00001","E2000_DB","0x0001","1+0","Encryption","Online","210000e000a80382:1,210000e000a80383:1","512"
"POOL001R00002","E2000_DB","0x0002","1+0","Encryption","Online","210000e000a80382:2,210000e000a80383:2","1024"
"POOL001R00003","E2000_DB","0x0003","5","Encryption","Online","210000e000a80382:3,210000e000a80383:3","2048"
Command terminated normally.

Table B.5 Display items for the getvd command and their meanings

Display item

Displayed when the -a option is not specified

Meaning

PhysicalDiskName

Yes

The names of the physical disks that make up the virtual disk

StorageName

No

The names of the disk devices that contain each physical disk

LogicalVolume

Yes

The disk device numbers for the physical disks

RaidLevel

No

The RAID level for each physical disk (1+0,1,5,6,0)

Encryption

No

The encryption attribute for each physical disk (encrypted/unencrypted)

DiskType

No

The disk type for each physical disk (online/nearline)

WWPN:LUN

Yes

The WWPNs and LUN numbers of the physical disks

Capacity(MB)

Yes

The capacity of each physical disk that has been allocated to the virtual disk


EXIT STATUS

0: Displaying information about the virtual disk has terminated normally.

1: Displaying information about the virtual disk has terminated abnormally.


SEE ALSO

B.1.9 createvd Command, B.1.10 deletevd Command