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