Skip to content

Rotelok Brain Dump

Perpetually incomplete

  • Reading Material
  • Contact Page
  • Cyberchef Recipes

Get Current ILo IP address without reboot

If you have ‘hponcfg’ installed and need to get the current ILo ip you can do it by running:


hponcfg -a -w /tmp/ilo.xml > /dev/null;egrep "<IP_ADDRESS VALUE=" /tmp/ilo.xml | cut -d '"' -f2;rm /tmp/ilo.xml

 
It will print a nice line with the current ILo ip of the local machine.

Sources:

https://community.hpe.com/t5/ProLiant-Servers-ML-DL-SL/how-to-obtain-iLO-IP-from-OS-without-reboot/td-p/5333543
https://community.hpe.com/hpeb/attachments/hpeb/itrc-298/3437/1/301692.pdf

Author rotelokPosted on 2019-03-132019-03-22Categories Linux

Post navigation

Previous Previous post: Bad Idea of the day, Compiling PHP-52 for Debian 8
Next Next post: Linux Unity Spacebar Not Working Fix

Categories

  • Apache
  • Audio
  • AWS
  • Bad Ideas
  • Centos
  • Certbot
  • Debian
  • DynamicDNS
  • esp32
  • git
  • GitLab
  • IPv6
  • Kernel
  • KSM
  • letsencrypt
  • Linux
  • Mattermost
  • Networking
  • NFS
  • patch
  • php
  • platformio
  • Proxmox
  • proxy
  • Python
  • qemu
  • Windows-10

Recent Posts

  • HC-SR04 UltraSound distance Sensor Arduino/esp32
  • Force wordpress curl to use ipv4
  • certbot centos 7 route53 dns verification error
  • Wemos S2 Mini ( Esp32S2 ) Platformio example
  • Show alert on admin dashboard wordpress
  • Reading Material
  • Contact Page
  • Cyberchef Recipes
Rotelok Brain Dump Proudly powered by WordPress