ProLiant Servers (ML,DL,SL)
1825775 Members
2106 Online
109687 Solutions
New Discussion

Running hplog and asmcli got Could not open /dev/cpqhealth/cdt on CentOS7 with HP-MCP

 
norvikb
Occasional Collector

Running hplog and asmcli got Could not open /dev/cpqhealth/cdt on CentOS7 with HP-MCP

How to make hp management cmd line tools work on Linux CentOS7?

# hpasmcli

ERROR: Could not open /dev/cpqhealth/cdt.
Please make sure the Health Monitor is started.
root@nsr:~# hplog -f

ERROR: Could not open /dev/cpqhealth/cdt.
Please make sure the Health Monitor is started.

# systemctl status hp-health
● hp-health.service - HP System Health Monitor
   Loaded: loaded (/usr/lib/systemd/system/hp-health.service; enabled; vendor preset: disabled)
   Active: active (exited) (Result: core-dump) since Tue 2017-10-03 21:55:22 EEST; 28min ago
  Process: 22617 ExecStop=/usr/lib/systemd/scripts/hp-health.sh stop (code=exited, status=0/SUCCESS)
  Process: 22667 ExecStart=/usr/lib/systemd/scripts/hp-health.sh start (code=exited, status=0/SUCCESS)
 Main PID: 22737 (code=dumped, signal=SEGV)

Oct 03 21:55:21 nsr.ltk hp-health.sh[22667]: IPMI based System Health Monitor
Oct 03 21:55:22 nsr.ltk hp-health.sh[22667]: Starting Proliant Standard
Oct 03 21:55:22 nsr.ltk hp-health.sh[22667]: IPMI based System Health Monitor (hpasmlited):
Oct 03 21:55:22 nsr.ltk hpasmlited[22737]: StartIpmiRmqThread
Oct 03 21:55:22 nsr.ltk hpasmlited[22737]: StartIpmiRmqThread: Thread created (TID -1486092544)
Oct 03 21:55:22 nsr.ltk hpasmlited[22737]: IpmiRmqThread: Entry
Oct 03 21:55:22 nsr.ltk hp-health.sh[22667]: [  OK  ]
Oct 03 21:55:22 nsr.ltk hpasmlited[22737]: ehpsmb_parse_SMBIOS: SMBIOSInitTable was not successful.
Oct 03 21:55:22 nsr.ltk systemd[1]: Started HP System Health Monitor.
Oct 03 21:55:22 nsr.ltk systemd[1]: hp-health.service: main process exited, code=dumped, status=11/SEGV

 

# ls -l /dev/cpqhealth
total 0
crw-r--r-- 1 root root 255, 171 Oct  3 21:55 casr
crw-r--r-- 1 root root 255, 173 Oct  3 21:55 ccsm
crw-r--r-- 1 root root 255, 178 Oct  3 21:55 cdt
crw-r--r-- 1 root root 255, 172 Oct  3 21:55 cecc
crw-r--r-- 1 root root 255, 176 Oct  3 21:55 cevt
crw-r--r-- 1 root root 255, 180 Oct  3 21:55 crom
crw-r--r-- 1 root root 255, 184 Oct  3 21:55 indc
crw-r--r-- 1 root root 255, 183 Oct  3 21:55 proc
# lsmod | grep -e ^hp -e ^cpq
hpwdt                  14278  0
hpilo                  17381  0
hpsa                   99651  2
# rpm -qa|grep hp-
hp-smh-templates-10.5.0-1462.26.noarch
hp-snmp-agents-10.50-2926.49.rhel7.x86_64
hp-health-10.50-1826.40.rhel7.x86_64
# uname -a
Linux nsr.ltk 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
# cat /etc/yum.repos.d/hpe-mcp.repo
[HP-MCP]
name=HP SPP - $basearch
baseurl=http://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/
# dmidecode |grep -i proliant
        Product Name: ProLiant DL360 G7

How can I tune watchdog working?

 

 

1 REPLY 1
Dave Baddorf
Advisor

Re: Running hplog and asmcli got Could not open /dev/cpqhealth/cdt on CentOS7 with HP-MCP

Did you get this working?  I am having the same issue w/ a CentOS 7.,4 based OS.