Hi
I would like to test the new IPMI feature of ZABBIX. We have a lot
HP and (new) Solaris systems where this should work perfectly well.
Unfortunately the OpenIPMI sources don't compile on Solaris 9.
I had to change loads of files using stdint.h, another load of files
using s_addr as a variable for a struct sockaddr (replaced by s_addrHHH),
a load of Makefiles with hardcoded values for a certain version of GCC,
and now I see something like &stderr which won't compile, ...
I gave up after one day of fighting.
This means for me, that the new IPMI support is not available for ZABBIX-Server running on Solaris
Or, the other way around: just on Linux and perhaps FreeBSD.
Does somebody know how different the library API of FreeIPMI is compared
to OpenIPMI ?
How difficult would it be to change the API in ZABBIX ?
Will FreeIPMI compile on Solaris 9 ?
Regards
Norbert.
I would like to test the new IPMI feature of ZABBIX. We have a lot
HP and (new) Solaris systems where this should work perfectly well.
Unfortunately the OpenIPMI sources don't compile on Solaris 9.
I had to change loads of files using stdint.h, another load of files
using s_addr as a variable for a struct sockaddr (replaced by s_addrHHH),
a load of Makefiles with hardcoded values for a certain version of GCC,
and now I see something like &stderr which won't compile, ...
I gave up after one day of fighting.
This means for me, that the new IPMI support is not available for ZABBIX-Server running on Solaris

Or, the other way around: just on Linux and perhaps FreeBSD.
Does somebody know how different the library API of FreeIPMI is compared
to OpenIPMI ?
How difficult would it be to change the API in ZABBIX ?
Will FreeIPMI compile on Solaris 9 ?
Regards
Norbert.
Comment