![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 2035218.1 : ODA ODAVP "oakcli apply core_config_key" Fails with "ERROR: Invalid Serial number, cannot set the core count"
Attempting to set the Core Key for the ODA you receive ERROR: Invalid Serial number, cannot set the core count message. Multiple potential problem sources have been reviewed and ruled out as related. Created from <SR 3-10994169031> Applies to:Oracle Database Appliance X4-2 - Version All Versions to All Versions [Release All Releases]Oracle Database Appliance X5-2 - Version All Versions to All Versions [Release All Releases] Oracle Database Appliance X3-2 - Version All Versions to All Versions [Release All Releases] Oracle Database Appliance - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. ODA,oakcli, core_key, SymptomsPrimary Symptom : Unable to apply a Core Key on an Oracle Database Appliance on any version with messages : "...Invalid Serial number..."
Other reasons for Core Key application failure are discussed in Document: 1638577.1 - ODA Troubleshooting ODA Core Key Generation and Application Problems Example: [root@oda1]oakcli apply core_config_key /key_file_location/core_key_filename "ERROR: Invalid Serial number, cannot set the core count" ChangesAttempting to apply a Core Key on the Oracle Database Appliance (ODA) including V1, X3-2, X4-2 and X5-2. CauseOne reason the ODA Core Key application can fail is when the SYSTEM_IDENTIFIER information is missing or incorrect on one or both nodes. Each Node's SYSTEM SYSTEM_IDENTIFIER can be manually or accidentally altered in the ILOM or by command line resulting in validations failing during the Core Key application procedure. The FORMAT for the System identifier is PRODUCT + HW PLATFORM + SERIAL# X3-2 /X4-2/X5-2 system_identifier = Oracle Database Appliance X4-2 1234NMP012 -- example for X4-2 For V1 there is NO reference to the HW Platform/tyoe Just use PRODUCT + SERIAL# V1 system_identifier = Oracle Database Appliance 1234NMP023 -- example for V1
Node0 incorrect -- Missing HW platform reference and Serial Number
Node1 incorrect -- (none) MISSING all three Node Mismatch -- Information not the same for both nodes Excerpt from ...
Node0 incorrect -- Missing correct HW platform
Node1 incorrect -- Missing everything (none) Node Mismatch -- Information not the same for both nodes system_identifier = Oracle Database Appliance 1234NMP023 << This might be correct for the original ODA V1 , but will not be correct for X3-2, X4-2 or X5-2 as there is no reference to the HW Platform Excerpt from ipmitool sunoem cli "show /System" ...
SolutionThe Serial Number for X3-2 X4-2 and X5-2 should be identical on both nodes for both of the following # ipmitool sunoem getval /X/system_identifier Target Value: Oracle Database Appliance X5-2 12345...........
Review the existing system_identifier values using ipmitool on each node Replace missing or incorrect values
root@oda1 ~]# ipmitool -I open sunoem getval /X/system_identifier
If it is not correct: Set the proper value ipmitool -I open sunoem setval /X/system_identifier "<product_name> <HW Platform> <system_serial_number>" Example [root@oda ~]# ipmitool -I open sunoem setval /X/system_identifier "Oracle Database Appliance X4-2 1234NMP567P"
Sun OEM setval command successful.
NOTE For the Product and HW version use the following table for V1 use Oracle Database Appliance <node_serial_number> -- no reference to the HW as this was the first HW version
Example PRODUCT: Oracle Database Appliance system_identifier = Oracle Database Appliance X4-2 1234NMP012
Correct Excerpt from ipmitool sunoem cli "show /System" Second Node
References<BUG:20732508> - LNX64-121-CMT: SYSTEM_IDENTIFIER SHOULD BE NON-MODIFIABLE OR PROTECTED<BUG:21417720> - ODA CORE KEY NOT APPLYING ON RE-IMAGED X4-2 12.1.2.3.0 SYSTEM_IDENTIFIER PROB <NOTE:1638577.1> - ODA Troubleshooting ODA Core Key Generation and Application Problems <NOTE:1447093.1> - Oracle Database Appliance - Steps to Generate a Key via MOS to change your CORE Count and apply this Core Key <NOTE:1597084.1> - ODA FAQ : Understanding the Oracle Database Appliance Core Key Generation usage, common questions and problems ( FAQ ) Attachments This solution has no attachment |
||||||||||||
|