oakcli configure cpupool

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

poolname

Unique name for the CPU pool

-numcpu cpu_count

Number of CPUs for the CPU pool

-node nodenum

Node where the CPU pool will be created (0 or 1)

-h

(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