Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2015-04-23 13:53:37
Size: 109
Editor: PieterSmit
Comment:
Revision 6 as of 2015-05-03 14:59:32
Size: 1086
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 5: Line 4:
 * Got a 2nd Hand HP DL380 G7, installed ubuntu 15.04
Line 6: Line 6:
   * Needed to usb boot HP setup software to configure raid contoller.
     * Would not allow disks to be shown as JBOD, configured them as individual disks/raid sets.

 * Fan making a lot of noise.
   * After googling, need HP propitiatory hpasm tool, only found rpm packages.
     * # HP deb http://downloads.linux.hp.com/SDR/repo/mcp precise/current non-free
     * Look at http://downloads.linux.hp.com/SDR/repo/mcp/Ubuntu/dists/
     * added to /etc/apt/sources.list.d/hp-mcp.list
       {{{
# HP Management Component Pack
# http://downloads.linux.hp.com/SDR/repo/mcp/Ubuntu/dists/
deb http://downloads.linux.hp.com/SDR/repo/mcp/Ubuntu 14.04-LTS/current non-free
# update apt & install hpasmcli package
# apt-get update && apt-get install hp-health
# sudo hpasmcli
       }}}
 * Monitoring server using scripts from
   * http://mark.nellemann.nu/2015/02/12/hp-proliant-fan-temperature-monitoring/

HP Server Smart Start 2015

  • Got a 2nd Hand HP DL380 G7, installed ubuntu 15.04
  • Notes on setting up a old HP server
    • Needed to usb boot HP setup software to configure raid contoller.
      • Would not allow disks to be shown as JBOD, configured them as individual disks/raid sets.
  • Fan making a lot of noise.
    • After googling, need HP propitiatory hpasm tool, only found rpm packages.
  • Monitoring server using scripts from

...

HpServersStart (last edited 2018-06-23 12:21:49 by PieterSmit)