Syntax Notes When
specifying only the SBA on the command-line, the vPars commands will
assume the change applies to all LBAs under the specified SBA.
The exception are boot disks; boot disks are specified using the full legacy hardware path.
|
| |
|
| NOTE: When assigning I/O, if you specify a path below
the LBA level (for example, cell/sba/lba/.../device, vPars automatically assigns the LBA to the virtual partition. For
example, if you specify -a io:0/0/0/2/0.6.0 where 0/0/0 is the cell/sba/lba, the lba
of 0/0/0 is assigned to the virtual partition. Further, this LBA assignment
implies that all devices using 0/0/0 are
assigned to the virtual partition. The assignment rules of LBAs remain applicable:
the LBA can only be owned by one virtual partition. For example, once
the LBA at 0/0/0 is assigned to one virtual partition, it cannot be
simultaneously assigned to any other virtual partition. Thus, if the
device at 0/0/0/2/0.6.0 is assigned to a
virtual partition, the LBA at 0/0/0 is assigned to that virtual partition,
so the device at 0/0/0/3/0.6.0 cannot be
assigned to a different virtual partition. |
|
| |
|
LBA Example
The vparcreate command on a
non-nPartitionable system looks like:
#vparcreate -p vpar1 -a cpu::1 -a cpu:::1
-a mem::1024 -a io:0.0 -a io:0.0.2.0.6.0:BOOT
where the I/O assignment is specified using the
LBA level (-a io:0.0) and the boot disk is
specified using the full hardware path (-a io:0.0.2.0.6.0).
For an nPartitionable system, the vparcreate command would look like:
# vparcreate -p vpar1 -a cpu::1 -a cpu:::1 -a mem::1024 -a io:0.0.0 \
-a io:0.0.0.2.0.6.0:BOOT |
where the I/O assignment is specified using the
LBA level (-a io:0.0.0.) and the boot disk
is specified using the full hardware path (-a io:0.0.0.2.0.6.0).
For information on using the LBA level on nPartitionable
systems, also see “Planning, Installing, and Using vPars with an nPartitionable
Server”.