-
Andy,
I added codes such as ipmi_cmdraw() to ipmi_sample.c and compiling(nmake -f ipmiutil.mak ipmi_sample.exe) completed successfully. But my c++ project which including ipmi_sample.cpp still failed to link. One problem is that external symbol such as gnode is unresolved and another is matching C++ references to external C routines as you mentioned.
I could confirm C program can utilize...
2009-06-08 08:10:31 UTC in IPMI Management Utilities
-
Andy,
I'm still struggling in order to build ipmiutil.lib library to C++ program.
Although it is slightly different from your advice, I made ipmi_sample Win32 console project(ipmi_sample.cpp) and compiled it but the following error was oupput.
1>c:\develop\proto-type\vs2005\ipmi_sample\ipmi_sample\ipmi_sample.cpp(90) : error C2660: 'getopt' :
function does not take 3 arguments...
2009-06-05 08:58:04 UTC in IPMI Management Utilities
-
Andy,
Thank you for your advice. According to your suggestion, I could successfully build ipmiutil.lib.
Next I made simple win32 console project using VS2005 in order to try ipmituil.lib as following codes:
// ipmiBuildTest.cpp :
//
#include "stdafx.h"
#include "ipmicmd.h"
#include "ipmilan.h"
int _tmain(int argc, _TCHAR* argv[])
{
uchar...
2009-06-04 06:12:58 UTC in IPMI Management Utilities
-
Hi Andy,
Today I downloaded new ipmiutil-2.3.8 and performed buildwin.
ipmiutil.exe was successfully built but ipmiutil.lib was not compiled.
The following steps after building exe in ipmiutil.mak were not executed:
ipmi_sample.obj: ipmi_sample.c
$(CC) /c $(CFLAGS) ipmi_sample.c
$(SAMP_LIB): $(CMD_OBJ)
$(MKLIB) /OUT:$(SAMP_LIB) /nologo $(CMD_OBJ)
ipmi_sample.exe...
2009-06-03 08:33:01 UTC in IPMI Management Utilities
-
Andy,
I'm expecting the next release.
Thank you very much for your prompt support.
Shigemi.
2009-05-28 02:37:21 UTC in IPMI Management Utilities
-
Andy,
Thank you for your prompt answer.
I'm not so familiar for make file, so I'd like to ask you more.
Your suggested objects all are registered as CMD_OBJ, and E_OBJ also
includes CMD_OBJ. So a utility seems to already includes objects you
suggested. What do I need to do more?
And if it is possible to setup ipmiutil.mak in order to build the library for
Windows, could you...
2009-05-26 09:22:53 UTC in IPMI Management Utilities
-
Hi,
I'm interested in libipmiutil.a library, because a user program may be able to issue ipmi command directly to BMC by using ipmi_cmdraw. But libipmituil.a is supported to only for Linux, I suppose. Is the same function supported for Windows? If so, please let me know how I can create and use it.
regards,
Shigemi.
2009-05-25 02:13:09 UTC in IPMI Management Utilities
-
Andy,
Thank you for your prompt answer. I could clearly understand the function and restriction.
If I can find any useful information for async mode of IPMI driver, I will ask you for ipmiutil to handle async event through ipmi driver.
And also I will try imbdrv.sys on Windows 2003 R2.
Thanks and best regards,
Shigemi.
2009-05-21 01:47:09 UTC in IPMI Management Utilities
-
I am encountering a problem in using ipmiutil on Windows 2003 R2 x64 environment.
I'd like to get your suggestion.
I compiled ipmiutil-2.3.6 in vs2005 32bit mode.
I'd like to soft-shutdown a server of Windows 2003 R2 x64 remotely by initiating "ipmiutil reset -o -N
xxx.xxx.xxx.xxx -U xxxx -P xxxxx. So I ran "ipmiutil getevet -a" on the server, but it failed with the...
2009-05-20 05:32:42 UTC in IPMI Management Utilities