![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2238616.1 : OVCA ILOM IP address is not accessible
In this Document
Created from <SR 3-14163748721> Applies to:Oracle Virtual Compute Appliance X4-2 Hardware - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsOracle Virtual Compute Appliance node ILOM is not accessible on all the OVCA nodes. Pinging the ILOM ip address will not work: [root@ovcamn05r1 ~]# ping 192.XX.X.XX
PING 192.XX.X.XX (192.XX.X.XX) 56(84) bytes of data. From 192.XX.X.XX icmp_seq=2 Destination Host Unreachable From 192.XX.X.XX icmp_seq=3 Destination Host Unreachable From 192.XX.X.XX icmp_seq=4 Destination Host Unreachable
[root@ovcacnXX ~]# ipmitool sunoem cli 'show /SP/network' /SP/network Properties:
2.) Restarting ILOM does not resolve the issue. CauseThe ILOM is configured to get its network configuration via DHCP. So the DHCP service needs to be up and running on the management node. Solution
We should validate that dhcpd is up and running in management node. [root@ovcamnXX ~]# service dhcpd status
dhcpd is stopped Starting dhcpd service on the management node will resolve the issue. [root@ovcamnXX ~]# service dhcpd status
dhcpd (pid 1871251) is running... We can see the network configuration after we start the DHCP service -> show /SP/network /SP/network Properties:
References<NOTE:555103.1> - Linux OS Service 'dhcpd'<NOTE:1592670.1> - How to Synchronize Pending Values for ILOM /SP/network Output with Configured Settings? <NOTE:1970843.1> - Cannot Access <NOTE:2115679.1> - Exalogic: ZFS-7320 ILOM Network Settings Lost on X2-2 and X3-2 Racks After PSU Upgrade Attachments This solution has no attachment |
||||||||||||||||||
|