seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPE Smart Array version details displayling null using latest version 4.4.3.

ssathish062087 opened this issue · comments

Hi Team,

we are using below python-hpilo module to capture version information of HP SPP component , but we are upgrading to latest HP SPP 2021.05 sucessfully post that we are not able to get only HPE Smart Array value it display null but in ILO GUI its displayling correctly version 3.53.

Kindly check and let us know exact RCA for this.

[root@node1 bin]# python
Python 2.7.5 (default, Mar 3 2020, 04:30:21)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import os, re, sys
import hpilo
ilo = hpilo.Ilo("10.61.x.x", "admin", "*****")
ilo.get_product_name().split(' ')[-1]
'Gen10'
ilo.get_embedded_health()['firmware_information']['HPE Smart Array P408i-a SR Gen10']
''
ilo.get_embedded_health()['firmware_information']
{'System Programmable Logic Device': '0x2A', 'Intelligent Platform Abstraction Data': '14.1.0 Build 18', 'HPE Smart Storage Energy Pack 1 Firmware': '0.60',
'iLO': '2.44 Apr 30 2021', 'HPE Smart Array P408i-a SR Gen10': '', 'Power Management Controller FW Bootloader': '1.1', 'Embedded Video Controller': '2.5',
'System ROM': 'U32 v2.42 (01/23/2021)', 'Innovation Engine (IE) Firmware': '0.2.2.0', 'Server Platform Services (SPS) Firmware': '4.1.4.423',
'HPE Ethernet 1Gb 4-port 331i Adapter - NIC': '20.18.31', 'HP Ethernet 1Gb 4-port 331FLR Adapter': '20.18.31',
'Redundant System ROM': 'U32 v2.32 (03/09/2020)', 'Intelligent Provisioning': '3.64.2', 'Power Management Controller Firmware': '1.0.4'}

Thanks and Regards,
S Sathish