Gen10/iLO5/RHEL6.8/hponcfg 수행 중 오류 발생 - CPQCIDRV driver is not loaded
일부 기존 OS에 포팅되어 있는 CHIF 드라이버(iLO와의 통신을 위한 Channel interface driver)와 Gen10 시스템의 iLO 5와 호환 문제로 명령 수행 중 오류가 발생되나, 새로운 CHIF 드라이버를 통해 해소 가능.
Test System:
DL380 Gen10
RHEL 6.8
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)
uname -a
Linux hostname 2.6.32-642.el6.x86_64 #1 SMP Wed Apr 13 00:51:26 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
# rpm -ivh hponcfg-5.5.0-0.x86_64.rpm
warning: hponcfg-5.5.0-0.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY
Preparing... ########################################### [100%]
1:hponcfg ########################################### [100%]
# rpm -ql hponcfg
/sbin/hponcfg
/usr/lib64/libhponcfg64.so
/usr/share/doc/hponcfg
/usr/share/doc/hponcfg/readme.txt
/usr/share/smartupdate/hponcfg/component.xml
# hponcfg -l
HP Lights-Out Online Configuration utility
Version 5.5.0 Date 5/30/2019 (c) 2005,2019 Hewlett Packard Enterprise Development LP
ERROR: CpqCiCreateFunc() 0 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: CpqCiCreateFunc() 1 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: A general system error occurred while detecting Management Processor.
ACTION REQUIRED: Check if iLO and iLO driver are up and running.
▒▒Q
>> inbox chif driver로 명령 수행 시, 오류 발생
# rpm -Uvh kmod-hpilo-1.5-344.9.rhel6u8.x86_64.rpm
warning: kmod-hpilo-1.5-344.9.rhel6u8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY
Preparing... ########################################### [100%]
1:kmod-hpilo ########################################### [100%]
# hponcfg -l
HP Lights-Out Online Configuration utility
Version 5.5.0 Date 5/30/2019 (c) 2005,2019 Hewlett Packard Enterprise Development LP
ERROR: CpqCiCreateFunc() 0 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: CpqCiCreateFunc() 1 time failed.
Driver Error Code:(1,1h).
Driver Error Message: CPQCIDRV driver is not loaded.
ERROR: A general system error occurred while detecting Management Processor.
ACTION REQUIRED: Check if iLO and iLO driver are up and running.
▒▒Q
>> 설치 후 자동 로드/변경되지 않음
# rpm -ql kmod-hpilo-1.5-344.9.rhel6u8.x86_64
/lib/modules/2.6.32-642.el6.x86_64
/lib/modules/2.6.32-642.el6.x86_64/extra
/lib/modules/2.6.32-642.el6.x86_64/extra/hpilo
/lib/modules/2.6.32-642.el6.x86_64/extra/hpilo/hpilo.ko
rmmod hpilo.ko
insmod /lib/modules/2.6.32-642.el6.x86_64/extra/hpilo/hpilo.ko
>> 기존 드라이버 삭제 및 신규 드라이버를 로딩
# hponcfg -a -w /tmp/log
HP Lights-Out Online Configuration utility
Version 5.5.0 Date 5/30/2019 (c) 2005,2019 Hewlett Packard Enterprise Development LP
Firmware Revision = 2.16 Device type = iLO 5 Driver name = hpilo
Management Processor configuration is successfully written to file "/tmp/log"
cat /tmp/log
< ** snip, 내용 삭제 ** >
#
>> 드라이버 오류 없이, 명령 정상 동작