Use the oakcli create cpupool command to create a CPU pool on one Oracle Database Appliance Virtualized Platform node.
Syntax
oakcli create cpupool poolname -numcpu cpu_count -node nodenum [-h]
Parameters
| Parameter | Description |
|---|---|
|
|
Uniquely names the CPU pool |
|
|
Defines the number of CPUs for the CPU pool |
|
|
Defines the node where the CPU pool will be created (0 or 1) |
|
|
(Optional) Display help for using the command. |
Example
Create a CPU pool with two CPUs on Node 1 of Oracle Database Appliance Virtualized Platform:
oakcli create cpupool twonode -numcpu 2 -node 1