Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - shivpremani

#1
General Support / Re: NetXMS installation with Sqlite
December 27, 2010, 09:36:18 AM
Yes, I did install from src using make install, here are my steps:

#sh ./configure --with-server --with-sqlite --with-agent
#make
#make install
#cp contrib/netxmsd.conf-dist /etc/netxmsd.conf
#cp contrib/nxagentd.conf-dist /etc/nxagentd.conf

edit config file
vi /etc/netxmsd.conf
DBDriver = /usr/local/lib/libnxddr_sqlite.so
DBServer = localhost
DBName = netxms
DBLogin = netxms
DBPassword = netxms
LogFile = /var/log/netxmsd
LogFailedSQLQueries = yes

and start services
#/usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_sqlite.sql
#/usr/local/bin/nxagentd -d

#2
Thanks Victor,
After updated node.cpp compilation, I can now fetch MIB values in my management console.
Shiv
#3
Hi,
I recompiled the src with updated string.cpp, now the management console gets connected to Solaris NetXMS server without fail.
But when I try to create a node and try to fetch some MIB value, the NetXMS server gives seg fault again ...
Find attached log.
Shiv
#4
General Support / NetXMS installation with Sqlite
December 22, 2010, 04:26:35 PM
Hi,

While trying to install NetXMS on Solaris/RHEL, with Sqlite, when I start the NetXMS server, I was getting this error:
Database version -1, but server is compiled for version 105

However if initialise the database again with
#/usr/local/bin/nxdbmgr init /usr/local/share/netxms/sql/dbinit_sqlite.sql
and restart the server,
#/usr/local/bin/nxagentd -d
Its working fine.

Installation with Oracke and Mysql went smooth though...

Shiv

#5
Feature Requests / Re: Apache Java RADIUS and RDBMS MIB
December 17, 2010, 10:10:21 AM
Hi Victor,
We are trying to compile APACHE2-MIB on CentOS. Can we get NetXMS 1.0.9 server, as we couldn't find it on netxms.org.
Thanks
Shiv