Hi,
Does anyone have installed HP Agentless Management Service ?
My server is an HP DL380p Gen8, with Proxmox 6.2-10 (Debian Buster 10.5).
I can't find the good packages for this configuration. Only for Debian 9 or for Debian 10 but for Gen 9 / Gen10
The Debian version works as Proxmox is Debian based.
http://downloads.linux.hpe.com/SDR/project/mcp/
Can i use the package for Debian stretch (9) for my serveur witch is debian buster (10,5) ?
i didn't find hp-ams in the repository for debian buster ... (and i need hp-ams for Proliant Gen 8).
why do you add Stretch? Proxmox VE 6.x is based on Debian Buster.- Added: deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free
I followed the steps, but when applying apt install hp-ams I got:Could anyone provide a step-by-step to get this installed please? I keep getting the 'couldn't find package' error when running the final command.
Steps undertaken:
1. Subscribe to mcp repository:
- nano /etc/apt/sources.list.d/pve-enterprise.list
- Added: deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free
2. Enroll the HPE public keys :
- curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add -
- curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add -
- curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add -
3. Install package:
- apt-get update
- apt-get install hp-ams_2.6.2-2551.13_amd64.deb
I'm sure it's something ridiculously simple however any help gratefully received.
Following https://wiki.debian.org/HP/ProLiant#HP_RepositoryI followed the steps, but when applying apt install hp-ams I got:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hp-ams
applying apt-get install apt-get install hp-ams_2.6.2-2551.13_amd64.deb lead to:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package hp-ams_2.6.2-2551.13_amd64.deb
E: Couldn't find any package by glob 'hp-ams_2.6.2-2551.13_amd64.deb'
E: Couldn't find any package by regex 'hp-ams_2.6.2-2551.13_amd64.deb'
apt-get update lead to
Get:1 http://security.debian.org buster/updates InRelease [65.4 kB]
Hit:2 http://download.proxmox.com/debian/pve buster InRelease
Hit:3 http://ftp.de.debian.org/debian buster InRelease
Get:4 http://ftp.de.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://security.debian.org buster/updates/main amd64 Packages [270 kB]
Ign:6 http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current InRelease
Hit:7 http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current Release
Any hint, in which direction I need to check, would be very welcome.
Wonder though, why it reports:
...
Ign:6 http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current InRelease
Hit:7 http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current Release
for the entry in /etc/apt/sources.list.d/pve-no-enterprise.list is:
deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free
---
- name: Install packages
apt:
name: ['gnupg', 'lsb-release']
state: present
# To be able to use facts like under ['lsb']
- name: Collect facts after package install
setup:
gather_subset:
- 'all'
- name: Add hp Public key
apt_key:
url: https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub
state: present
- name: Add hp Public key_1
apt_key:
url: https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub
state: present
- name: Add hpe Public key
apt_key:
url: https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub
state: present
- name: Add HPE repo
apt_repository:
repo: deb http://downloads.linux.hpe.com/SDR/repo/mcp {{ ansible_facts['lsb']['codename'] }}/current non-free
state: present
- name: Install all packages
apt:
name: ['ssa', 'ssacli', 'ssaducli', 'storcli', 'amsd']
state: present
update_cache: yes
Great that it works for you. Really.root@pve-dev:~# hpasmcli -s "show fan"
Product Name: ProLiant MicroServer Gen10 Plus
with current PVE "hp-health" is just not installable because of those unsolved dependencies.~# hpasmcli -s "show fan"
ERROR: Failed to get SMBIOS system ID.
This does not seem to be the HP Proliant Server that you are looking for.
ERROR: hpasmcli only runs on HPE Proliant Servers.