I am curently in process of configuring OMV on a HP gen8 microserver. As the server has ilo 4 advanced license and option to monitor the state of hard drives thru it i want to install HP Management Component Pack.
I added the source with this command:
Code: Select all
sudo echo "deb http://downloads.linux.hpe.com/SDR/repo/mcp buster/current non-free" > /etc/apt/sources.list.d/mcp.list
Code: Select all
curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -
curl http://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
Code: Select all
sudo apt update
Code: Select all
sudo apt install hp-health hponcfg amsd ams ssacli ssaducli ssa
Has anyone had better luck with installing hpe tools?
I have read everything here:
https://downloads.linux.hpe.com/SDR/project/mcp/
https://downloads.linux.hpe.com/SDR/keys.html
And i can see the packages here that i want to install:
https://downloads.linux.hpe.co…mcp/Debian/pool/non-free/
b.r.
(sorry for my bad english i hope it's understandable what im trying to do)