Morgan Yang wrote:
> Thanks Corey for the feedback for the info on openipmigui. The reason 
> i'm looking for a ipmitool or ipmiutil approach is because my systems 
> are embedded and its just easier to automate. I will look into 
> openipmigui, can I exercise the gui editor over RMCP over LAN?
Ok, you probably have some options here.  If you are looking for just 
changing some specific standard fields, it might be easier to modify 
ipmitool to do this, since it's probably most of the way there, anyway.  
If you have something custom you want to modify, openipmi has a 
framework where you can plug in your own encoder/decoder.  The 
encoder/decoder has to be written in C, but you can use the openipmi 
library from perl and python, too.  And encoder/decoders are already 
written for the standard FRU info and for a lot of ATCA.

openipmigui is really just a thin wrapper over the openipmi library.  
And openipmigui can do RMCP over LAN.  The learning curve is a lot 
higher than ipmitool; ipmitool is a very nice easy-to-use tool.  
OpenIPMI opens up just about all of IPMI to the programmer, and the 
programming model is a bit different.

-corey

>
> On Thu, Mar 11, 2010 at 10:22 PM, Corey Minyard <miny...@acm.org 
> <mailto:miny...@acm.org>> wrote:
>
>     Morgan Yang wrote:
>
>         Hi Developers:
>
>         I wonder has anyone did or is planning to add a full FRU
>         editor feature to "ipmiutil fru" or "ipmitool fru"
>         functionality? Right ipmiutil only allows changes to the
>         "Asset Tag" field. I am interested in changing "Product
>         Version" and "Product Serial Number".
>
>     OpenIPMI has a full (graphical!) FRU editor as part of
>     openipmigui.  It's more of a chore to get it working, though.
>      This would be a hard thing to cover generally in ipmitool or
>     ipmiutil.  And it was really hard to write (the infrastructure,
>     not the GUI part), so I thought I would advertise it :-).
>
>     -corey
>
>
>
>
> -- 
> All in a can, just add water and stir goodness


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to