Answer the question
In order to leave comments, you need to log in
How to install NetXMS on Ubuntu?
I did the following steps according to the official Talmud https://www.netxms.org/documentation/netxms-admin.pdf
wget https://packages.netxms.org/netxms-release_1.2_all.deb
sudo dpkg -i netxms-release_1.2_all.deb
sudo apt-get update
sudo apt-get install netxms-server
apt-get install netxms-dbdrv-pgsql.
nxdbmgr init /usr/share/netxms/sql/dbinit_pgsql.sql
NetXMS Database Manager Version 2.2.16 Build 9524 (2.2.16) (UNICODE)
Unable to load and initialize database driver ""
1.Install one of servlet containers that support servlet-api version 3.
2.Download latest version of WAR file from Web Interface Binaries section www.netxms.org/download/nxmc-2.2.16.war
2. Copy nxmc.war to webapps directory, in a few seconds it will be autodeployed and available at http://SERVER_IP:SERVER_PORT/nxmc/
Tomcat default folder: /var/lib/tomcat7/webapps
Answer the question
In order to leave comments, you need to log in
Everything is written there, in this manual.
First question. Have you prepared the database?
>> 6. Create database user and adjust configuration file (netxmsd.conf) accordingly:
About your second question. It also says:
NetXMS web interface is java based and should be deployed into servlet container to run. Tested containers:
Tomcat7, Jetty7.
Install and run e.g. Tomcat. It is taken in the same place as everything else
apt-cache search tomcat and go ahead, see what is there in your distribution.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question