Hi,
Anybody provide me the Server source for AIX installation of NetXms.
i didn't get any server binaries for AIX OS.
Hi!
What database you plan to use?
Best regards,
Victor
Hi,
I am looking sqlite only.
Hi Victor,
Please provide any source of NetXms server management for installation on AIX.
Hi!
I put compiled binaries of NetXMS server with SQLite database driver here: https://www.netxms.org/download/dev/netxms-1.1.7-aix.tar.gz (https://www.netxms.org/download/dev/netxms-1.1.7-aix.tar.gz). It is intended to be unpacked into /opt directory. It may require additional libraries, please let me know if you got errors when try to run it.
Best regards,
Victor
Hi,
I have extract the source as you provided, but i couldn't find any installation or configuration file for install the server.
like on linux its having sh ./configure file, In AIX there is no any file or script regarding configuration or installation.
Hi!
It is precompiled binaries for AIX. I got them by running
./configure --prefix=/opt/netxms --with-server --with-sqlite
make
make install
for sources in netxms-1.1.7.tar.gz. It is common source package for all platforms, you don't need separate sources for each platform. I have found some bugs in AIX build, they are fixed in upcoming 1.1.8 release. Binaries I have provided are patched already.
Best regards,
Victor