calling functions from C#
Brought to you by:
cminyard
Hi team,
First of wall let me thank you for your effort on delivering good software to the community :).
I am requesting your assistance on how to run the command to change the ipmi password directly from C#.
A im a newby at this, I could not find any available code that could allow me to call the functions directly from C#. I tryed to import the ipmitool.dll as a reference in C# but it throws an error.
As any of you a working code that allow to run the functions directly from C#?
I need to run several tasks from withing a windows console, changing the ipmi password is one of those.
Many thanks for your help.
Regards,
ipmitool can be compiled for Windows from sources using Cygwin (or maybe mingw32, I haven't tried actually), but it is in no way suitable as a library.
Not an openipmi issue.