![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2227691.1 : On ODA X6-2 S/M/L, the fiber card is not seen after a reimage.
In this Document
Created from <SR 3-13883963881> Applies to:Oracle Database Appliance X6-2 Hardware - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsNetwork devices were not found on brand new ODA X6-2 system. ChangesA reimage was done, but not all network interfaces were listed in ifconfig. The example below does not show the fiber interfaces: # ifconfig lo Link encap:Local Loopback priv0 Link encap:Ethernet HWaddr E2:5C:96:2B:2C:A7
CauseThe system did not have the system_identifier set, therefore, during the reimaging process, not all network devices were created. SolutionUse ipmitool to set the system_identifier, and then reimage again. First, find the ODA serial number: # ipmitool sunoem getval /System/serial_number
Target Value: 1622NM108N <<<<<<<<<<<<<<<<<<< the output here will be what you will use in the next command
Now, set the serial number: # ipmitool sunoem setval /X/system_identifier "Oracle Database Appliance X6-2 Medium 1622NM108N"
Sun OEM setval command successful.
Use this command to confirm it is set correctly: # ipmitool sunoem getval /X/system_identifier
Target Value: Oracle Database Appliance X6-2 Medium 1622NM108N Be sure to use the correct system model and serial number. The above example is for an ODA X6-2 Medium. Be sure that after the system_identifier is set, a reimage is done, so that now, it will create the appropriate interface names. After reimaging the server, you should now be able to see the fiber card interfaces. The example below if from an ODA X6-2 Medium, the output will vary slightly between the Small/Medium/Large configurations: p3p1 Link encap:Ethernet HWaddr 90:E2:BA:C8:24:C0 p3p2 Link encap:Ethernet HWaddr 90:E2:BA:C8:24:C0
References<NOTE:1500235.1> - How To Collect an Sosreport on Oracle Linux<NOTE:1682640.1> - SRDC - EEST ODA ILOM Snapshot Attachments This solution has no attachment |
||||||||||||||||||||
|