AIX Installation

Started by dilshad, December 30, 2011, 12:27:03 PM

Previous topic - Next topic

dilshad

Hi,

Anybody provide me the Server source for AIX installation of NetXms.
i didn't get any server binaries for AIX OS.

Victor Kirhenshtein

Hi!

What database you plan to use?

Best regards,
Victor

dilshad

Hi,

I am looking sqlite only.

dilshad

Hi Victor,

Please provide any source of NetXms server management for installation on AIX.

Victor Kirhenshtein

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. 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

dilshad

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.

Victor Kirhenshtein

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