United States-English |
|
|
HP-UX Virtual Partitions Administrator’s Guide > Chapter 3 Planning Your System for Virtual PartitionsPlanning, Installing, and Using vPars with an nPartitionable Server |
|
When using vPars, the major difference between non-nPartitionable and nPartitionable systems is the hardware path. For non-nPartitionable systems, the beginning portions of the I/O hardware paths are in the format: But for nPartitionable systems, the beginning portions of the I/O hardware paths include the cell and are in the format: On a non-nPartitionable system, a vparcreate command might look like: # vparcreate -p winona1 -a cpu::2 -a cpu:::2 -a mem::1024 -a io:0.0 -a io:0.4 -a io:0.0.2.0.6.0:BOOT But on an nPartitionable system, the equivalent vparcreate command would look like: # vparcreate -p vpar1 -a cpu::2 -a cpu:::2 -a mem::1024 -a io:0.0.0 -a io:0.0.4 -a io:0.0.0.2.0.6.0:BOOT
The same is true for CPU hardware paths. In the non-nPartitionable systems, the CPU path is But for nPartitionable systems, the CPU path includes the cell, so the CPU path is Since the nPartitionable systems include the cell in the hardware path, when specifying a CPU hardware path, you must include the cell number to specify the entire CPU hardware path. On a non-nPartitionable system, if the ioscan output shows
where 41 and 45 are the hardware paths of two CPUs, then the vparcreate command might look like: # vparcreate -p winona2 -a cpu::2 -a cpu:::2 -a cpu:41 -a cpu:45 ... But for an nPartitionable system, if the ioscan output shows
where 0/12 and 0/13 are the cell/CPU hardware paths, then the vparcreate command would look like: # vparcreate -p vpar2 -a cpu::2 -a cpu:::2 -a cpu:0/12 -a cpu:0/13 ... |
Printable version | ||
|