Samstag, 20. Juli 2019

Prepare a HP ProLiant DL160 G6 Ubuntu 18.04

For playing a little bit I bought a used HP ProLiant DL160 G6 server.

It is my first server to bring up, so I get some help from a friend :-) and struggle over some points regarding of the age of the server.

Ok, let's start:

First I set a static IP in the BIOS (get in with F10)
Then I have to create a RAID device. It's really easy:
  • start the server
  • wait until the configuration menu of the RAID controller appears and get in
  • choose "Create logical drive"
  • select the devices you want and which RAID
    • for me I had 2 devices and select RAID0 cause it is a non-production server
  •  confirm and that's it
To install the OS I used a minimal ISO of Ubuntu 18.04 and take my RAID0 device as one partition.


Updating the HP firmware:

I had a CPxxxxx.cexe file which I copied on the server. There I tried to execute this file but this didn't work for me. It was not possible to unpack the archive. So I started the system again with a Live USB 32 bit System and tried it there. But the same issue.
The solution:
  • copy the CPxxxxx.cexe file in a own directory
  • execute ./CPxxxxx.cexe --unpack=/path/to/actual/dir
  • ./CPxxxxx.cexe now works

Backup the BIOS:


To be continued....