Linux-Based Community / Regional
1753366 Members
5068 Online
108792 Solutions
New Discussion

ERROR: hpasmcli only runs on HPE Proliant Servers.

 
westporch
Occasional Contributor

ERROR: hpasmcli only runs on HPE Proliant Servers.

Hello.

hpasmcli command is not working in my hp proliant DL160G6. I'm alreay installed hp-snmp-agents and hp-health.  

https://downloads.linux.hpe.com/SDR/project/mcp/

root@hp-proliant:~# hpasmcli

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.

How can I deal with this situation?

Thanks.

Server: hp proliant DL160G6

OS: Debian 8.5 (Jessie) 

Kernel: Linux hp-proliant 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux

 

root@hp-proliant: ~# cat /etc/apt/sources.list.d/mcp.list
# HPE Management Component Pack
deb http://downloads.linux.hpe.com/SDR/repo/mcp jessie/10.40 non-free

root@hp-proliant: ~# apt-get update 

root@hp-proliant:~# apt-get install hp-snmp-agents hp-health
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다
상태 정보를 읽는 중입니다... 완료
다음 새 패키지를 설치할 것입니다:
hp-health hp-snmp-agents
0개 업그레이드, 2개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
1,334 k바이트 아카이브를 받아야 합니다.
이 작업 후 7,044 k바이트의 디스크 공간을 더 사용하게 됩니다.
받기:1 http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/10.40/non-free hp-health amd64 10.40-1815.49 [459 kB]
받기:2 http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/10.40/non-free hp-snmp-agents amd64 10.40-2909.34 [875 kB]
내려받기 1,334 k바이트, 소요시간 7초 (189 k바이트/초)
Selecting previously unselected package hp-health.
(데이터베이스 읽는중 ...현재 35907개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../hp-health_10.40-1815.49_amd64.deb ...
Unpacking hp-health (10.40-1815.49) ...
Selecting previously unselected package hp-snmp-agents.
Preparing to unpack .../hp-snmp-agents_10.40-2909.34_amd64.deb ...
Unpacking hp-snmp-agents (10.40-2909.34) ...
Processing triggers for systemd (215-17+deb8u4) ...
Processing triggers for man-db (2.7.0.2-5) ...
hp-health (10.40-1815.49) 설정하는 중입니다 ...
hp-snmp-agents (10.40-2909.34) 설정하는 중입니다 ...
새 버전의 설정 파일 /etc/init.d/hp-snmp-agents 설치하는 중입니다 ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Processing triggers for systemd (215-17+deb8u4) ...

root@hp-proliant:~# service hp-health start

root@hp-proliant:~# hpasmcli

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.

 

root@hp-proliant:/var/cache/apt/archives# ls
hp-health_10.40-1815.49_amd64.deb hp-snmp-agents_10.40-2909.34_amd64.deb lock partial

 

 

2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: ERROR: hpasmcli only runs on HPE Proliant Servers.

AFAIR the old PSP does not work on DL100 series, because they are no "real" Proliants (different BIOS, etc).


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
FidelityWorks
Occasional Visitor

Re: ERROR: hpasmcli only runs on HPE Proliant Servers.

It seems the latest version is not compatible with the DL100 series. I managed to get them working by installing an older version

apt-get remove hp-health hp-snmp-agents
apt-get install hp-snmp-agents=10.0.0.1.23-21. hp-health=10.0.0.1.3-4.
/etc/init.d/hp-snmp-agents restart
/etc/init.d/hp-health restart

and then locking them in place, to avoid accidental update

apt-mark hold hp-health
apt-mark hold hp-snmp-agents