NetXMS Support Forum

English Support => General Support => Topic started by: colaboy on March 16, 2011, 08:40:54 AM

Title: Multiple NetXMS on one server
Post by: colaboy on March 16, 2011, 08:40:54 AM
Can I run multiple NetXMS on 1 server, setup different port for the Web interface? Anyway to do that other than using something like VMware?

Thank you.
Title: Re: Multiple NetXMS on one server
Post by: Victor Kirhenshtein on March 17, 2011, 10:19:19 AM
Hi!

Yes, it's possible, but you will have to carefully configure some things:

1. Each instance should have own database (or schema, depending on how particular database calls it);
2. Port numbers - you should change to non-standard port for client connections, port for SNMP traps, and port for syslog messages if syslog server is enabled;
3. If you are using web interface, you should also run second instance of web server, and change it's port to non-standard, as well as correctly configure server's communication port in nxhttpd.conf;
4. If you are running NetXMS on Windows, installer and command line option -I for netxmsd always create Windows service with standard name - you will have to use registry editor to create second service.

Best regards,
Victor
Title: Re: Multiple NetXMS on one server
Post by: colaboy on March 18, 2011, 08:08:11 AM
Thanks, I am using Windows platform, I will try it out.