If time permits i will try too.

Jahagirdar Gopal-AGJ005 <[EMAIL PROTECTED]> wrote:
Chetan,
Could you try other ways??
Regards
-Gopal
--------------------------------------------
>Chetan,
>I do not think there are any direct commands which can tell you that is application is working on AM or some other.
>By the way try referring PICMG AMC.0 spec rather IPMI 1.5.
> 
>But we have a hint.
> 
>If you can read the SDR record or FRU record from BMC (IPMC/MMC) through the application, one can tell that the board is “AMC”,  if Entitiy ID of any of the sensor is 0xC1 and FRU record >has AMC connectivity.
> 
>One more way is try issuing Get AMC Port state command to the BMC, if it executes successfully then we can predict that board is AMC.
> 
>Second way is issuing  “Get PICMG Properties” command. If the board is AMC, then PICMG Extension Version field (Byte 3) will have “0x04” and Byte 4 &5 will have “0x00”
>These commands can be sent through the application by accessing any HPM command interfaces.
> 
>Regards
>-Gopal
 
 
 

From: Chetan Deshmukh [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 09, 2006 4:33 PM
To: Jahagirdar Gopal-AGJ005
Cc: [email protected]
Subject: RE: [Openipmi-developer] IPMI Command
 

Hello Gopal ,
I used following way given by you  to get to know the underlying platform details

Second way is issuing  “Get PICMG Properties” command. If the board is AMC, then PICMG Extension Version field (Byte 3) will have “0x04” and Byte 4 &5 will have “0x00”


That works .


I tried running  'GetPICMG properties '  command on AMC using ipmitool on AMC directly and i got following response.

$ipmitool raw 0x2c 0 0
 00 04 00 00

Here we can see only 4 bytes were displayed though  5 bytes were expected.And according to you , 3rd byte will contain the Entity type , with 4th and 5th byte filled with 0x00.

What am assuming here is that 'ipmitool' must be dropping the first 'Completion Code byte' and if its true then my assumption fits well.


Again same command tried on a ATCA board and got following response :

$ipmitool raw 0x2c 0 0
00 02 00 00

Same behaviour seen here  (5th byte missing) and second byte value 0x2 must be refferring to 'ATCA Board' type.
 

Want to start your own business? Learn how on Yahoo! Small Business.


Sponsored Link

Degrees online in as fast as 1 Yr - MBA, Bachelor's, Master's, Associate - Click now to apply
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to