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 - Victor Kirhenshtein

#1726
Попробуйте отдельно поставить Visual C++ 2017 Runtime (https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads). Файл называется vc_redist.x64.exe или vc_redist.x86.exe.
#1727
Общие вопросы / Re: nxpush 2.2.4 32bit
April 04, 2018, 12:20:47 PM
А для какой платформы? Windows?
#1728
Hi,

it's a bug in a server. We will fix in in 2.2.5 release.

Best regards,
Victor
#1729
General Support / Re: False SYS_NODE_DOWN alarms
April 04, 2018, 11:11:18 AM
Hi,

in this debug output you see internal rule index, which is 0-based, so it's rule number 1. Node down was likely generated because agent was unresponsive and there are no other communication means for that node, so server consider it as down. There should be debug log records related to status poll of that node upper in the log.

Best regards,
Victor
#1730
Hi,

there are no standard procedure for that. You can though carefully insert necessary records into NetXMS DB from backup DB (while NetXMS server is stopped). What exactly for that device you need to restore?

Best regards,
Victor
#1731
Hi,

looks like a bug. What version you are using?

Best regards,
Victor
#1732
Hi!

Quote from: ages77 on March 28, 2018, 09:53:01 PM
The first is the utilization of the Subagent for monitoring the database (not NetXMS server db) but another instance deploy in another Host .I need to understand what i can configure and where (side agent into the host ) and side server into the nxmc .For example i need to know if the sqlServer instance rather then oracle instance is running and also the query for check the dimension of tablespace rather then simply query in user table.

What database exactly? There are sub-agents for monitoring Oracle, DB2, and MySQL databases. Also, you can use "dbquery" subagent to issue any query in database, so if you know how to extract data from system tables you can use that as well. For monitoring MS SQL Server you can use Windows Performance counters (accessible via "winperf" subagent).

Quote from: ages77 on March 28, 2018, 09:53:01 PM
The second is the Summary of alarm state . I need for example that every day at 12:00 PM an event send me (by email) the status of specific application server . This status is the situation of the system not necessary must in alarm state.

You can setup scheduled task that will run your script. Script can collect necessary data and generate an event that can be processed as usual and email can be generated from it.

Best regards,
Victor
#1733
General Support / Re: netxmsd not listening to 4701
April 04, 2018, 10:56:45 AM
Hi,

please check if netxmsd process is crashing. If yes, please provide a core dump or stack trace from core dump.

Best regards,
Victor
#1734
Hi,

I suppose it has something to do with selected database encoding, because it says that length of integer + varchar(255) key exceeds 767 bytes. As a workaround try to edit init script and reduce size of attr_name column in userdb_custom_attributes to 127 (you will not encounter any issues during server operation).

Best regards,
Victor
#1735
Hi,

it seems to be related to Java version. Some older versions of Java 1.8 seems to be working but 1.8.0_161 does not. We didn't find a fix/workaround yet. If you have installation of older 1.8 JDK it could help.

Best regards,
Victor
#1736
General Support / Re: netxms > Tomcat7
March 27, 2018, 08:54:57 PM
Hi,

"connection refused" means that web application cannot connect to NetXMS server (netxmsd). Check that it is running.

Best regards,
Victor
#1737
Feature Requests / Re: Clone Node
March 27, 2018, 07:06:46 PM
Hi,

added as feature request to tracker: https://track.radensolutions.com/issue/NX-1429

Best regards,
Victor
#1738
Hi,

I just updated RAP build page - please check it.

Best regards,
Victor
#1739
Hi,

currently it's not possible. Feel free to register a feature request for that.

Best regards,
Victor
#1740
General Support / Re: Logo file location?
March 26, 2018, 05:41:45 PM
Hi,

you mean for web interface? It should be relative to the root of application server classpath.

Best regards,
Victor