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

CPU, Memory, and IO Resources (A.04.xx)
IO: Adding or Deleting LBAs
Chapter 6
161
IO: Adding or Deleting LBAs
IO Syntax in Brief
the basic core syntax for adding or deleting IO resources is
-a|d io:
hardware_path
where
a is adding
d is deleting
hardware_path
is the hardware path of the IO
Examples
To add all hardware using the SBA/LBA hardware path of 1/2 to an existing partition winona2:
winona1# vparmodify -p winona2 -a io:1.2
To remove all hardware with SBA/LBA 1/2 from partition winona2:
winona1# vparmodify -p winona2 -d io:1.2
NOTE The virtual partition must be in the down state to add or delete IO resources.