NetXMS Support Forum

English Support => General Support => Topic started by: dilshad on December 30, 2011, 12:27:03 PM

Title: AIX Installation
Post by: dilshad on December 30, 2011, 12:27:03 PM
Hi,

Anybody provide me the Server source for AIX installation of NetXms.
i didn't get any server binaries for AIX OS.
Title: Re: AIX Installation
Post by: Victor Kirhenshtein on December 30, 2011, 12:40:05 PM
Hi!

What database you plan to use?

Best regards,
Victor
Title: Re: AIX Installation
Post by: dilshad on December 30, 2011, 02:58:24 PM
Hi,

I am looking sqlite only.
Title: Re: AIX Installation
Post by: dilshad on January 02, 2012, 08:38:46 PM
Hi Victor,

Please provide any source of NetXms server management for installation on AIX.
Title: Re: AIX Installation
Post by: Victor Kirhenshtein on January 03, 2012, 02:46:09 PM
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
Title: Re: AIX Installation
Post by: dilshad on January 06, 2012, 09:08:27 AM
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.
Title: Re: AIX Installation
Post by: Victor Kirhenshtein on January 06, 2012, 10:43:31 AM
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