Install HP AMS on Ubuntu Focal 20.04 LTS
I have an HP ML310e gen8 that I bought on Ebay a few months ago. I love it!
But this is a bit old server, which already has a few years on the market and that HP no longer provides support. So I’m finding some problems.
In this case, I wanted to install HP AMS to improve the ILO more information about the system.
Browsing through the software repository, I found that Focal no longer supported hp-ams, but the previous version Bionic did.
To install it is very simple, first we create the file /etc/apt/sources.list.d/mcp.list
deb http://downloads.linux.hpe.com/SDR/repo/mcp bionic/10.80 non-free
Update the repositories, and install it with apt install hp-ams
Read other posts