Installing and Managing HP-UX Virtual Partitions (A.02.01)

Monitor and Shell Commands
Adding or Removing Hardware Resources
Chapter 5140
Adding or Removing Hardware Resources
You can assign resources to a virtual partition at creation time via
arguments to the vparcreate command, but if a partition already exists,
you can only add or remove resources via the vparmodify command.
All resources are managed the same way, except for CPUs. For
information on managing CPUs, see “Adding and Removing CPU
Resources” on page 141.
Examples To add all hardware beginning with address 1/2 to the existing
partition winona2:
winona1# vparmodify -p winona2 -a io:1/2
To remove all hardware beginning with the address 1/2 from
partition winona2:
winona1# vparmodify -p winona2 -d io:1/2
NOTE For the required virtual partition states, please see the vparresources (5)
manpages.