Differences between revisions 6 and 7
Revision 6 as of 2015-05-03 14:59:32
Size: 1086
Editor: PieterSmit
Comment:
Revision 7 as of 2015-05-31 08:14:45
Size: 1157
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
     * sudo hpasmcli
       * Dud, can only read fan speed, not set.

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.
      • # 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 
      • sudo hpasmcli
        • Dud, can only read fan speed, not set.
  • Monitoring server using scripts from

...

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