Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
Excerpt |
---|
|
System-wide virtual machine configuration. |
The system section is used to configure "system-wide" properties of the virtual machine. The list below describes the options that can be set:- cpu_affinity – Assign virtual CPU processing to a specific host CPU.
- io_affinity – Assign virtual machine I/O processing to a specific host CPU.
- io_cpus – Number of host CPUs reserved for virtual machine I/O processing.
- machine – Specify the Alpha system model of the virtual machine.
cpu_affinity
Assign virtual CPU processing to a specific host CPU.
Syntax
cpu_affinity = cpu-affinity [, cpu-affinity [, ... ] ]
|
Description
This option is a comma delimited list of host CPUs (or cores) that the virtual machine is to assign to virtual CPU threads.
The virtual machine will assign affinity automatically if this option is not set.
io_affinity
Assign virtual machine I/O processing to a specific host CPU.
Syntax
io_affinity = io-affinity [, io-affinity [, ... ] ]
|
Description
This option accepts a comma delimited list of specific host CPUs (or cores) the virtual machine will assign to I/O processing.
If this directive is unset the virtual machine will assign affinity automatically.
io_cpus
Number of host CPUs reserved for virtual machine I/O processing.
Syntax
Description
Use this option to reserve a specific number of host CPUs (or cores) for virtual machine I/O processing.
If both io_affinity and io_cpus are not set, the virtual machine will automatically reserve one third of the host CPUs (or cores) for I/O processing.
machine
Specify the SPARC system model of the virtual machine.
Syntax
fDescription
The model keyword is used to indicate the specific model of the SPARC-based system to emulate. The following table lists the possible values of model-name and the systems they represent.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Virtual Machine Model Names |
---|
|
| |
---|
Enterprise_450 | Sun Enterprise 450 | SPARCstation_20 | Sun SPARCstation 20 |
|
Info |
---|
The model-name specified here must correspond to what is configured on the HASP license dongle. |