Skip to content

Instantly share code, notes, and snippets.

@wmantly
Last active August 4, 2023 19:44
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wmantly/dc29f109ff95bedea6403ab5c0d1f3ab to your computer and use it in GitHub Desktop.
Save wmantly/dc29f109ff95bedea6403ab5c0d1f3ab to your computer and use it in GitHub Desktop.

Update the iLO

  • Log into iLO. iLO will use DHCP to obtain a IP address.
  • GoTo Administration > iLO Firmware and Upload this file https://stuff.718it.biz/hp/ilo4_270.bin
  • Allow it to reboot and enjoy the HTML5 remote console!

Upgrade the Raid array to version 8+

This step requires a redhat based distro, like centos. A live distro may do although is untested.

Put the RAID array in passthought(HBA) mode.

rpm -i hpssacli-2.40-13.0.x86_64.rpm
  • Open the RAID CLI
hpssacli
  • Delete the current raid configuration
controller slot=0 delete
  • Force the controller in HBA mode
controller slot=0 modify hbamode=on forced
  • Reboot and see if the disks in the hot swap bays are exposed to the OS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment