HP-UX Virtual Partitions Administrator's Guide (includes A.05.02)

CPU, Memory, and I/O Resources (A.03.xx)
I/O: Adding or Deleting LBAs
Chapter 8
279
I/O: Adding or Deleting LBAs
I/O Syntax in Brief
The basic core syntax for adding or deleting I/O resources is:
-a|d io:
hardware_path
where:
a is adding
d is deleting
hardware_path
is the hardware path of the I/O
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 I/O resources.