Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ssathish062087 opened this issue May 29, 2021 · 0 comments

Comments

@ssathish062087
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant