Skip to content

Instantly share code, notes, and snippets.

@fclaeys
Forked from wmantly/dl3X0Gen8.md
Created November 1, 2020 15:34
Show Gist options
  • Save fclaeys/8c279ed26bd5fb8e60d04670927bc01d to your computer and use it in GitHub Desktop.
Save fclaeys/8c279ed26bd5fb8e60d04670927bc01d 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