Asset ID: |
1-71-2308323.1 |
Update Date: | 2017-09-18 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2308323.1
:
How To Find ILO IP Address of HP Server
Related Items |
- Oracle Communications Diameter Signaling Router (DSR)
- Oracle Communications Performance Intelligence Center (PIC) Software
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
|
In this Document
Applies to:
Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.0 and later
Oracle Communications Performance Intelligence Center (PIC) Software - Version 9.0.0 and later
Information in this document applies to any platform.
Goal
Find ILO (Integrated Lights Outà IP and MAC address of server.
Solution
Usually during a troubleshooting session, if you don't know ILO for any of the server, you can go use the below method to find it.
Method 1
- Execute "sudo hponcfg -w iLO.txt" , this command will generate a file in the same directory named iLO.txt , Below is sample for your reference:
$ sudo hponcfg -w iLO.txt
HP Lights-Out Online Configuration utility
Version 4.3.0 Date 12/10/2013 (c) Hewlett-Packard Company, 2014
Firmware Revision = 1.30 Device type = iLO 4 Driver name = hpilo
Management Processor configuration is successfully written to file "iLO.txt"
- Check the file generated. Cat the file. Below is sample for your reference:
$ ls -ltrh
total 220K
-rw------- 1 root root 1.8K Sep 18 01:30 iLO.txt
Content:
[admusr@kong-mp-1 ~]$ sudo cat iLO.txt
<IP_ADDRESS VALUE = "10.X.X.X"/> <========== IP Address
<SUBNET_MASK VALUE = "255.255.255.224"/>
<GATEWAY_IP_ADDRESS VALUE = "10.75.56.1"/>
<DNS_NAME VALUE = "ILOUSE303T82V"/>
Method 2
Using ipmitool:
$ sudo ipmitool lan print
Output example:
Set in Progress : Set Complete
Auth Type Support :
IP Address Source : DHCP Address
IP Address : 10.X.X.X <========== IP Address
Subnet Mask : 255.255.255.224
MAC Address : A:B:C:D:E:F
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Default Gateway IP : 10.75.56.1
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
Cipher Suite Priv Max : Not Available
Attachments
This solution has no attachment