HP Integrity Virtual Machines Installation, Configuration, and Administration Version A.03.50

hpvmresources(5)
NAME
hpvmresources -- Specifying virtual storage and virtual network devices.
SYNOPSIS
Virtual resource specification
DESCRIPTION
The hpvmcreate, hpvmclone, and hpvmmodify commands may be used to specify storage
devices and vswitches for guests. To specify the name of the storage device or vswitch, use the
syntax described here.
The resource specification contains the virtual device information and the backing store
information, separated by a colon (:). The resource specification can be used to define a virtual
storage device or a virtual network device.
Specifying Storage Devices
For storage devices, enter the resource specification as follows:
devicetype:adaptertype:bus,device,target:storage:device
If you omit any part of the resource specification, you must include the colon (:) character as the
field delimiter.
The guest virtual device information consists of the following fields, separated by colons:
devicetype (virtual device type):
disk
dvd
tape
changer
burner
adaptertype (virtual device adapter type): scsi or avio_stor.
NOTE: You can specify avio_stor only with disk or dvd device types.
bus, device, target (virtual device hardware address) (optional).
The virtual device hardware address consists of three fields, separated by commas:
bus (the virtual device PCI bus number)
device (the virtual device PCI slot number)
target (the virtual device SCSI target number)
If you do not specify the virtual device hardware address, it will be automatically generated.
If you specify a portion of the virtual device hardware address (for example, just the target),
you must include the commas (for example, to specify just target 2, enter ,,2).
The physical device information consists of two fields, separated by a colon:
storage (physical storage type)
device (physical device)
The physical storage type and device specification can be one of the following:
disk. For the physical device, specify a disk or partition character device file (for example,
/dev/rdsk/c4t3d2).
lv. For the physical device, specify the LVM or VxVM character logical device file (for
example, /dev/vg01/rlv0l2).
234