News:

We really need your input in this questionnaire

Main Menu
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 - nfkg

#1
General Support / Re: Upgrade from 1.2.10 to 1.2.12
February 18, 2014, 03:03:38 PM
Ahh phew, all working, thanks! Would it be possible to get a readme or note on the download page to advise which version the debs are built for? (in case there are more noobs) Or is the latest always assumed?
#2
General Support / Upgrade from 1.2.10 to 1.2.12
February 18, 2014, 01:18:53 PM
On Debian x32 Im trying to install the .debs and get:
/usr/bin/nxmibc: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
NetXMS: upgrading database
/usr/bin/nxdbmgr: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
/usr/bin/netxmsd: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

When I am installing the server components. Could this be a build issue? I had openssl.0.9.8 already installed...

Thanks
#3
Feature Requests / Re: Entire Network for Android
February 06, 2014, 10:53:34 AM
 ;D Thanks again you legends!
#4
Feature Requests / Entire Network for Android
January 18, 2014, 01:15:20 PM
I've been using NetXMS for about 2 years and its awesome, so thanks! I've just started using the Android client and was disappointed that it didnt include an entire network tree browser, like in the Objects pane in the desktop client. Could this be added at some point?

Thanks
Nial
#5
Dont worry about it - I couldnt make it work. I had enough resources on the same machine so I whacked MySQL on there and it works fine.
#6
General Support / Re: Installing on Windows server 2012
January 16, 2013, 03:57:35 AM
Dont worry about your English, its very good.

I assume your SQL is installed on the same machine to use named pipes, so open SQL Server Configuration Manager, choose SQL Server Network Configuration > Protocols for {instance} and ensure Named Pipes is enabled.

If the connection then works, but NetXMS doesnt, try reinstalling the core service and it should set up the database at that time.
#7
BTW I did try the suggestion from the previous post too. Initially I setup with:
nxdbmgr init /usr/share/netxms/sql/dbinit_mssql.sql

Then I tried:
nxdbmgr -c /etc/netxmsd.conf init /usr/share/netxms/sql/dbinit_mssql.sql

Didnt seem to make any difference, as my config file is in /etc which I believe is default.
#8
Hi,

I have used NetXMS for a while on a Win 2008 server, and while it was great when it worked I found it a little unstable and it couldnt be trusted to restart correctly. So I am now moving it to Debian, but would like to create a fresh DB on the same MSSQL server.

I have installed from the .debs available (with unixodbc and freetds) and have got to a point where the DB is installed, but the daemon wont start. When I install the database it succeeds, then 'nxdbmgr check' passes. But when I start the service, the log produces:

[16-Jan-2013 10:02:24.276] Log file opened
[16-Jan-2013 10:02:24.276] Code page set to ISO-8859-1
[16-Jan-2013 10:02:24.277] Platform subagent "/usr/lib/libnsm_linux.so" successfully loaded
[16-Jan-2013 10:02:24.277] Debug callback set for DB library
[16-Jan-2013 10:02:24.277] Database driver "odbc.ddr" loaded and initialized successfully
[16-Jan-2013 10:02:24.283] New DB connection opened: handle=0x8147008
[16-Jan-2013 10:02:24.283] Successfully connected to database netxms_linux@kgsql
[16-Jan-2013 10:02:24.284] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.284] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.284] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.287] New DB connection opened: handle=0x8147140
[16-Jan-2013 10:02:24.290] New DB connection opened: handle=0x8195d38
[16-Jan-2013 10:02:24.292] New DB connection opened: handle=0x8195690
[16-Jan-2013 10:02:24.294] New DB connection opened: handle=0x81bc610
[16-Jan-2013 10:02:24.297] New DB connection opened: handle=0x81e3b00
[16-Jan-2013 10:02:24.297] Database Connection Pool initialized
[16-Jan-2013 10:02:24.297] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.298] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.298] SQL query failed (Query = "INSERT INTO config (var_name,var_value,is_visible,need_server_restart) VALUES (?,?,?,?)"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.298] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name=?"): Unable to obtain description for this error
[16-Jan-2013 10:02:24.299] Error initializing component locks table

My config file contains:

LogFile = {syslog}
DBDriver = odbc.ddr
DBServer = kgsql
DBName = netxms_linux
DBLogin = netxms
DBPassword = netxms
LogFile = /var/log/netxmsd
LogFailedSQLQueries = yes
DBDrvParams = unicode=false

Any hints on how to overcome the ??? ?

Thanks in advance.