Hey Mark,

  Thanks very much for the info. I was trying to locate this driver
for a while without any success. At least I tried to look at
OpenSolaris code but I couldn't find any. I have some code which uses
the IPMI virtual channel to talk to the SP and this code is hooked
with Linux ipmi serial code. So when ipmi serial code is trying to
determine if there is usable serial interface to the IPMC it will use
the virtual channel and send Get Dev ID command through it. I traced
this command on the Service Processor and this works fine. The thing
which doesn't work is that I don't get any reply. I played with
ipmitool command on the SP and I wasn't being able to use anonymous
account. I need to supply proper credentials to get the tool working.
Maybe this is a case only with Monza board I have available, but I
would like to be more generic in my code.

  Boban

On Thu, Dec 11, 2008 at 11:30 AM, Mark Meyer <[EMAIL PROTECTED]> wrote:
> Hi Bob,
>
> Anonymous access is not disabled on the Sun Monza board.  There is no direct
> access to the payload interface via Basic mode however.  On the CP3260, the
> service processor acts as a proxy to the payload interface and the Solaris
> IPMI driver must be installed to handle this.  The Solaris IPMI driver for
> Monza is unbundled and available at the Sun download center at:
>
> https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/[EMAIL
>  PROTECTED]
>
> Mark
>
>
> Corey Minyard wrote:
>>
>> Boban Petrovic wrote:
>>
>>>  Hey All,
>>>
>>>  I currently work with Renesas H8 IPMC on Sun Monza board. It seems
>>> to me that anonymous access is disabled, so I would need to use "Get
>>> Channel Authentication Capabilities", "Get Session Challenge" and
>>> "Activate Session" commands in order to establish a session in Basic
>>> Mode for IPMI Serial interface (basically provide proper user and
>>> password in order to issue other commands to IPMC). This is quite
>>> possible according to spec, but it is not clear how to format packet
>>> which needs to be sent to the IPMC in case of these commands. I looked
>>> at IPMI spec v1.5, section 18.12 for Get Channel Auth Capabilities
>>> command. It states that I need to append session header to the regular
>>> IPMI request data but I am not sure how to do this. The session header
>>> is grayed out and ordering of the bytes within it is not clear. There
>>> is no example on how this should be done in case of Basic Mode (Direct
>>> codec). Any information regarding would be appreciated.
>>>
>>
>> It would seem strange that you would channel authentication for this, no
>> other board I have seen uses that.  Are you sure you need this?
>>
>> -corey
>>
>>
>> ------------------------------------------------------------------------------
>> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
>> Nevada.
>> The future of the web can't happen without you.  Join us at MIX09 to help
>> pave the way to the Next Web now. Learn more and register at
>>
>> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>> _______________________________________________
>> Openipmi-developer mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/openipmi-developer
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Openipmi-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to