HP Integrity Virtual Machines 4.3: Installation, Configuration, Administration

The -V, -M, and -X options are mutually exclusive.
-X
Displays verbose attribute and resource information in the XML format.
The -V, -M, and -X options are mutually exclusive.
-x keyword=value
Specifies virtual machine characteristics. Use the following keywords:
-x ram_target={0 | start | amount}
Specifies the guest RAM target, where the values are as follows:
0 indicates the dynamic memory driver reduces the memory
on the guest to what it determines is a comfortable minimum
that does not result in guest memory being paged out.
start indicates that the guest dynamic memory size is set
back to the boot time value.
amount is a specific target memory size for the guest.
Each amount is expressed as an integers, optionally followed
by one of these units:
M (megabytes)
G (gigabytes)
If the letter is omitted, the default unit is megabytes.
RETURN VALUES
The hpvmmgmt command exits with one of the following values:
0: Successful completion.
1: One or more error conditions
occurred.
DIAGNOSTICS
The hpvmmgmt command displays error messages on stderr for any of the following conditions:
An invalid option is specified.
The hpvmmgmt command and Integrity VM are at different revision levels.
EXAMPLES
The following example lists all the types of data that can be managed, as well as the name value
pairs:
# hpvmmgmt
Type Guest Control
====== =============
ram yes
cpus yes
The following example show the information about the number of vCPUs available to the guest:
# hpvmmgmt -l cpu
Virtual CPUs: 2 activated, 0 deactivated, 2 total
The following example specifies the number of vCPUs that should be enabled on the guest:
# hpvmmgmt -c 1
hpvmmgmt: 1 virtual CPUs enabled, 1 disabled
The following example shows the detailed information about the manageable data:
# hpvmmgmt -l ram -V
[Dynamic Memory Information]
=======================================
Type : driver
Current memory : 2103 MB
284