Multiple NetXMS on one server

Started by colaboy, March 16, 2011, 08:40:54 AM

Previous topic - Next topic

colaboy

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.

Victor Kirhenshtein

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

colaboy

Thanks, I am using Windows platform, I will try it out.