openhpi2 / Open-HPI

Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers
Other
3 stars 1 forks source link

RPT for FAN is getting Created even if that FAN resource is Not Installed #2586

Closed openhpi2 closed 8 years ago

openhpi2 commented 9 years ago

RPT for a FAN is Created even if that perticaulr FAN is not installed. Looks like we have to check the xml response carefully before adding the RPT.

xml response is coming differently for iLO2 and iLO3/iLO4.

Looks like before adding the FAN resource we need to check below xml field.

  1. STATUS VALUE
     <FAN>
           <ZONE VALUE = "System"/>
           <LABEL VALUE = "Fan 1"/>
           <STATUS VALUE = "Not Installed"/>
           <SPEED VALUE = "0" UNIT="Percentage"/>
      </FAN>

Reported by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Fixed in trunk revision 7640.

Original comment by: hemanthreddy

openhpi2 commented 9 years ago

Original comment by: dr_mohan