HP-UX vPars and Integrity VM V6.3 Administrator Guide

Table 35 Options to vpar and hpvm commands (continued)
DescriptionOptionCommand
Increment the base memory by the specified
amount to the given vPar.
-a mem::<amount>
nl
-a mem::<amount>:b
hpvmmodify
Decrement the base memory by the
specified amount to the given vPar.
-d mem::<amount>
nl
-d mem::<amount>:b
Modify the base memory with the specified
amount to the given vPar.
-m mem::<amount>
nl
-m mem::<amount>:b
Increment the floating memory by the
specified amount to the given vPar.
-a mem::<amount>:f
Decrement the floating memory by the
specified amount to the given vPar.
-d mem::<amount>:f
Modify the floating memory with the
specified amount to the given vPar.
-m mem::<amount>:f
Cancel the pending memory migration
operation.
-R
Increment the base memory by the specified
amount.
-a mem::<amount>
nl
-a mem::<amount>:b
vparmodify
Decrement the base memory by the
specified amount.
-d mem::<amount>
nl
-d mem::<amount>:b
Modify the base memory with the specified
amount.
-m mem::<amount>
nl
-m mem::<amount>:b
Increment the floating memory by the
specified amount.
-a mem::<amount>:f
Decrement the floating memory by the
specified amount.
-d mem::<amount>:f
Modify the floating memory with the
specified amount.
-m mem::<amount>:f
Cancel the pending memory migration
operation.
-C
13.15.2 Base or floating memory configuration rules
The following lists some of the base or floating memory configuration rules:
When an attribute is not specified, the memory defaults to base. Hence, base memory can
be added or deleted without specifying any attribute or by explicitly including the ‘:b attribute.
The following lists syntaxes to add base memory:
# vparcreate -p <vpar> -a mem::<amount>[:b] ...
# vparmodify -p <vpar> -a mem::<amount>[:b] ...
Alternatively,
# hpvmcreate -P <vPar_name> -x vm_type=vpar -a mem::<amount>[:b]...
# hpvmmodify -P <vPar_name> -a mem::<amount>[:b]...
Floating memory requires explicit specification of the attribute ‘:f’ during add or delete. The
following lists syntaxes to add floating memory:
13.15 Online Memory Migration for vPar 241