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 - Dani@M3T

#1
I didn't knew NetXMS is looking in /opt/pcre/lib. Made a symlink and compiling NetXMS is fine now. I'm a step forward, thanks  :)
#2
Thanks for your help Victor. Bu t I didnt's saw errors. Here all output of configure, make, make install: Maybee you see some problems in it.
#3
netxms:~ # file /opt/pcre/lib/libpcre32.so*
/opt/pcre/lib/libpcre32.so*: cannot open `/opt/pcre/lib/libpcre32.so*' (No such file or directory)
netxms:~ # ldd /opt/pcre/lib/libpcre32.so
ldd: /opt/pcre/lib/libpcre32.so: No such file or directory
#4
here I have. Thanks Victor!
#5
i tried to compile netxms-3.0.2357 on openSUSE LEAP 15.1 but got error from configure 'cannot find pcre.h'.
Then installed package 'pcre-devel' (version 8.41) from package-manager (YaST), configure and get 'error: libpcre32 is requred'.Then downloaded  https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
./configure --prefix=/opt/pcre --disable-static --disable-dependency-tracking --enable-pcre16 --enable-pcre32 --disable-cpp --enable-utf --enable-unicode-properties --disable-stack-for-recursionmakemake installthen configure for NetXMS with option --with-pcre=/opt/pcre but got again 'error: libpcre32 is requred
#6
thanks Victor for your information and suggestions.
Deployment is not so big. But in the past I saw the huge difference in speed between grafana graphs (on influx) and NetXMS graphs. So I hoped Timescale would speed up graphing in NetXMS. Or is this not the point where we can see more performance with Timescale in NetXMS?
#7
Thanks for your information Filipp

But is Timescale DB really supported in V2.2.17 for migration purposes? Then I would install 2.2.17 on new server with Timescale directly. And upgrade after DB migration.

Or would it be better to install V2.2.17 on new server with DB on PostgreSQL, than update to V3.0.x and then Migration to Timescale?
What ist the current most recommendet DB engine for NetXMS? Still PostgreSQL oder already Timescale?Is performance in NetXMS really better on Timescale? (my main point to change db engine)
#8
Hi All
First: Thank's for the new V3 Release. We would like to migrate the current installation to a new server.
Old:openSUSE (old version)NetXMS 2.2.17 (from sources)PostgreSQL
New:openSUSE Leap 15.1NetXMS 3.0.x (compiled from sources)
Timescale DB
What would be the best migration path? On the old server we cannot update to NetXMS V3 because of missing libprce32. It's important that we can migrate the existing DB to the new one.
best regardsDani

#9
General Support / Re: NetXMS 3.x?
April 11, 2019, 08:59:29 PM
Any demands for an iOS management console tester?
#10
Hi Victor
That was it!
thanksDani
#11
Hi
I just set up a new 'normal' local user (read only rights) in NetXMS 2.2.13. Logon in Webinterface is ok, but logon in management console gives error:'Open user databse' has encountered a problemCannot lock user database: Access denied
Any ideas?
thanks
Dani
#12
Announcements / Re: NetXMS 2.2.11 released
January 02, 2019, 01:14:04 PM
Update successful, but Mac OS X management console binary is missing in download (404 not found)
Happy New Year!
#13
I found them in the archive, thanks Tursiops
#14
General Support / npi files in the new download area?
October 25, 2018, 05:17:07 PM
Hi
Where can I get the npi files for windows agents on the new download site (https://www.netxms.org/download/)?
thanksDani
#15
Announcements / Re: NetXMS 2.2.9 released
October 08, 2018, 06:34:10 PM
thanks Victor for your quick help. After clearing the libs, compilation was successfull
Dani