Servers - General
1823914 Members
3251 Online
109667 Solutions
New Discussion

How to install ams on debian?

 
dhchoi
Occasional Advisor

How to install ams on debian?

How to install ams on debian?


I've tried to install AMS on debian linux but I have some issue.

Please let me know how to solve my problem.

* My HPE Server : Microserver Gen10 plus (v1) with iLO5

 

1. Debian version : 11.6 (amd-netinst)

2. My Installation

1) mcp.list

# nano /etc/apt/sources.list.d/mcp.list

and add "deb http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current non-free" to mcp.list.

2) and then I've installed the HPE public gpg 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) and then

# apt-get update

4) and then I've installed amsd.

# apt-get install amsd

[Result]

Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Ign:4 http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current InRelease
Get:5 http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current Release [6,053 B]
Get:6 http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current Release.gpg [490 B]
Get:7 http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current/non-free amd64 Packages [2,215 B]
Fetched 8,758 B in 2s (5,764 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
amsd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,180 kB of archives.
After this operation, 7,069 kB of additional disk space will be used.
Get:1 http://downloads.linux.hpe.com/SDR/repo/mcp bullseye/current/non-free amd64 amsd amd64 2.6.0-1701.2-debian11 [1,180 kB]
Fetched 1,180 kB in 3s (387 kB/s)
Selecting previously unselected package amsd.
(Reading database ... 32607 files and directories currently installed.)
Preparing to unpack .../amsd_2.6.0-1701.2-debian11_amd64.deb ...
Unpacking amsd (2.6.0-1701.2-debian11) ...
Setting up amsd (2.6.0-1701.2-debian11) ...
Created symlink /etc/systemd/system/multi-user.target.wants/amsd.service → /lib/systemd/system/amsd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smad.service → /lib/systemd/system/smad.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ahslog.service → /lib/systemd/system/ahslog.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mr_cpqScsi.service → /lib/systemd/system/mr_cpqScsi.service.
Created symlink /etc/systemd/system/multi-user.target.wants/cpqiScsi.service → /lib/systemd/system/cpqiScsi.service.
Created symlink /etc/systemd/system/multi-user.target.wants/cpqScsi.service → /lib/systemd/system/cpqScsi.service.
Created symlink /etc/systemd/system/multi-user.target.wants/cpqIde.service → /lib/systemd/system/cpqIde.service.
Job for smad.service failed because the control process exited with error code.
See "systemctl status smad.service" and "journalctl -xe" for details.
A dependency job for amsd.service failed. See 'journalctl -xe' for details.
A dependency job for cpqiScsi.service failed. See 'journalctl -xe' for details.
Processing triggers for man-db (2.9.4-2) ...

2 REPLIES 2
Suman_1978
HPE Pro

Re: How to install ams on debian?

Hi,

Take a look at these community forums, it may help.

https://forum.proxmox.com/threads/hp-agentless-management-service.74210/page-2
https://community.hpe.com/t5/proliant-servers-ml-dl-sl/amsd-installation-fails-on-debian-bullseye/td-p/7153752
https://community.hpe.com/t5/linux-general/cannot-install-amsd-lt-packagename-gt/td-p/7129461

Thank You!
I work with HPE but opinions expressed here are mine.
Recent Support Video Releases



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
bluedust
Visitor

Re: How to install ams on debian?

I can confirm this works for Microserver Gen 11 too

see details in my reddit post