Closed xuweibj closed 7 years ago
@xuweibj Are you currently working on this? which team are we borrowing these nodes from?
@whowutwut I haven't started my work on this. I will discuss with Ertao whether fix it in this sprint.
I was just wondering who owns the c712 system? I am not aware of any Habaneros that we have in our possession.
The Habaneros system is used fru id 43 to get firmware information, our current ipmi.pm code used fru id 47.
# For openpower servers, fru 3 is used to get MTM/Serial information, fru 47 is used to get firmware information
@{$sessdata->{frus_for_openpower}} = qw(3 47);
fru 47 and fru 43 output from Habaneros system:
[root@c712ems5 ~]# ipmitool-xcat -I lanplus -H 10.128.130.24 -U ADMIN -P admin fru print 47
Device not present (Requested sensor, data, or record not found)
[root@c712ems5 ~]# ipmitool-xcat -I lanplus -H 10.128.130.24 -U ADMIN -P admin fru print 43
Product Name : OpenPOWER Firmware
Product Version : IBM-habanero-ibm-OP8_v1.7_1.62
Product Extra : hostboot-bc98d0b-1a29dff
Product Extra : occ-0362706-16fdfa7
Product Extra : skiboot-5.1.13
Product Extra : hostboot-binaries-43d5a59
Product Extra : habanero-xml-a71550e-cdd3b31
Product Extra : capp-ucode-105cb8f
fru 47 and fru 43 output from garrison system:
[root@fs4 ~]# ipmitool-xcat -I lanplus -H 50.23.17.1 -U ADMIN -P admin fru print 43
Product Manufacturer : ad80
Product Name : 0c
Product Part Number : HMA451R7AFR8N-TF
Product Version : 00
Product Serial : 71103d5d
[root@fs4 ~]# ipmitool-xcat -I lanplus -H 50.23.17.1 -U ADMIN -P admin fru print 47
Product Name : OpenPOWER Firmware
Product Version : IBM-garrison-ibm-OP8_v1.11_2.19
Product Extra : op-build-6ce5903
Product Extra : buildroot-81b8d98
Product Extra : skiboot-5.3.7
Product Extra : hostboot-1f6784d-02b09df
Product Extra : linux-4.4.24-openpower1-5d537af
Product Extra : petitboot-v1.2.6-8fa93f2
Product Extra : garrison-xml-3db7b6e
Product Extra : occ-69fb587
Product Extra : hostboot-bina
@cxhong Thx for your information, casandra, we need to think over how to fix it.
@zet809 Please clear the assignee if they are not working on it, we have it in the backlog to pull from.
There are some systems that @pdlun92 manages that we can use to fix this problem. If it's a low hanging fruit, I suggest that we fix this..
So looks like we would need to ensure that all the BMC related options are working. It seems like doing a rinv <node>
without any options are OK, but once we get into a sub command, it fails. serial, firm, vpd, etc....
Maybe we have to dual path this, detect a Tyan MFG BMC and then support the different FRUs? @cxhong @zet809 ?
For habanero system, the fru id should be 2 and 43 instead of 3 and 47
# ipmitool-xcat -I lanplus -H 10.128.130.24 -U ADMIN -P admin fru print 2
Chassis Type : Unknown
Chassis Part Number : 8348-21C
Chassis Serial : 843F02A
Board Mfg Date : Sun Dec 31 19:00:00 1995
Board Mfg : TYAN
Board Product : SYSTEM BACKPLANE
Board Serial : CUDD2AF3805M
Board Part Number : SP012GMR-IGX
# ipmitool-xcat -I lanplus -H 10.128.130.24 -U ADMIN -P admin fru print 43
Product Name : OpenPOWER Firmware
Product Version : IBM-habanero-ibm-OP8_v1.7_1.62
Product Extra : hostboot-bc98d0b-1a29dff
Product Extra : occ-0362706-16fdfa7
Product Extra : skiboot-5.1.13
Product Extra : hostboot-binaries-43d5a59
Product Extra : habanero-xml-a71550e-cdd3b31
Product Extra : capp-ucode-105cb8f
Verified