![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2206481.1 : ODA_Lite - Odacli Cpu Core Increase Command Not Showing Increase in CPU Cores as Expected In Server
ODA_Lite is the new family of single-server Oracle Database Appliances. Cpu Core Counts no longer require MOS Core Key Generation. Core Count can be altered dynamically using odacli update-cpucore -c ## where ## represents the CPU count to be used In this Document
Created from <SR 3-13670448051> Applies to:Oracle Database Appliance Software - Version 12.1.2.7 to 12.1.2.8 [Release 12.1]Oracle Database Appliance - Version All Versions to All Versions [Release All Releases] Oracle Database Appliance X6-2 Hardware - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. SymptomsAfter executing "odacli update-cpucore -c 4" to increase CPU cores from 2 to 4 . ============================================ odacli update-cpucore -c 4 << Where 4 is the cpucore count being increased to [root@oda6m ~]# odacli update-cpucore -c 4
{ "jobId" : "64a123456-5cb5-4e45-b765-c10b123a12f7", "status" : "Created", "message" : null, "reports" : [ ], "createTimestamp" : "November 17, 2016 14:45:42 PM MST", "description" : "CPU cores service update", "updatedTime" : "November 17, 2016 14:45:42 PM MST" } odacli list-cpucores root@oda6m tools]# odacli list-cpucores Node Cores Modified Job Status odaadmcli show processor [root@oda6m tools]# odaadmcli show processor NAME HEALTH HEALTH_DETAILS PART_NO. LOCATION MODEL MAX_CLK_SPEED TOTAL_CORES CPU_0 OK - 060F P0 (CPU 0) Intel(R) Xeon(R) CPU E5-2630 2.200 GHz 10 # lscpu [root@oda6m tools]# lscpu Architecture: x86_64 ChangesNew usage of the ODA_Lite X6-2m (ODA Lite series X6-2S ; X6-2M ; X6-2L ) CauseThis is due to a variation on Internal Bug 24469826 : LNX64-121-CMT:CPUCOURE UPDATE DIDN'T TAKE AFFECT & LSCPU STILL OLD NUMBERS.
SolutionCreate and edit the Active_Processor_Cores section of the 6mbios.xml file /usr/sbin/ubiosconfig export all -f --expert -x /tmp/6mbios.xml Example of the 6mbios.xml file up to the Active Processor Cores section <?xml version="1.0" encoding="UTF-8"?> <!-- Active Processor Cores -->
Edit the 6mbios.xml file <Active_Processor_Cores>.... < insert the target Core Count # you want here
2) Change the Active_Processor_Cores from 1 to your targeted number -- as seen above you can choose from 1 up to 21 ...
<Active_Processor_Cores> 4 </Active_Processor_Cores> ...
/usr/sbin/ubiosconfig import config -f -x /tmp/6mbios.xml --expert -y
For Reference Excerpt in X6-2m 6mbios.xml file in the Active Processor Cores Section
... .. <-- Active Processor Cores --> .. <-- Description: Number of cores to enable in each processor package. Must not exceed number of cores available. See Main > CPU Information > Processor Cores. --> .. <-- Possible Values: "All", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21" --> ... <Active_Processor_Cores> 1 </Active_Processor_Cores> ...
References<BUG:24469826> - LNX64-121-CMT:CPUCOURE UPDATE DIDN'T TAKE AFFECT&LSCPU STILL OLD NUMBERS.<BUG:25130696> - "ODACLI UPDATE-CPUCORE -C 4" TO INCREASE CPU CORES FROM 2 TO 4 TO 6 SHOWS IN OS Attachments This solution has no attachment |
||||||||||||||||||||
|