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

#3316
Hi,

you should import client library plugin project from src/java/client into workspace.

Best regards,
Victor
#3317
GENERIC means built-in generic driver. Seems that drivers are not loaded at all. Try to add the following line to netxmsd.conf:

LibraryDirectory = C:\programs\NetXMS\NetXMS\lib

and restart server.

Best regards,
Victor
#3318
General Support / Re: Agent query to Oracle
January 07, 2015, 07:11:26 PM
It should be able to use TNS names. Most likely it's client configuration or environment issue. Can you check what Oracle client is used by oracle.ddr?

Best regards,
Victor
#3319
General Support / Re: NetXMS and SNOM phones
January 07, 2015, 07:09:30 PM
Fixed that (fix will be included in 2.0-M1). Problem was that status poll always used OID ".1.3.6.1.2.1.1.2.0". I change it so status poll will use value of snmp.testoid attribute.

Best regards,
Victor
#3320
General Support / Re: Agent query to Oracle
January 07, 2015, 05:47:30 PM
Hi,

try to use connect string in form //server_address/SID instead of TNS name.

Best regards,
Victor
#3321
Hi,

if you select switch node in object tree, on verview page you'll see selected driver for that node. You can also run configuration poll manually - one of the messages will identify selected driver.

Best regards,
Victor
#3322
Hallo,

benutzen Sie Agent oder Client? Für Client, gesetzt Sie richtige Benutzername und Passwort in Settings -> Connection.

Mit freundlichen Grüßen,
Viktor
#3323
General Support / Re: XMPP delays.
January 07, 2015, 12:57:39 AM
Still seems that problem is with XMPP library. XMPP sender action waits on mutex to acquire XMPP handle. On what operating system your server is running? If it is Linux, can you attach gdb to server process after

*actions* Sending XMPP message to

line appears in log but before actual message is sent, and create dump of all threads using thread apply all bt command?

Best regards,
Victor
#3324
General Support / Re: XMPP delays.
January 07, 2015, 12:29:53 AM
Thanks for update, I'll look more carefully into XMPP action then.

Best regards,
Victor
#3325
Hi,

there are no uniform way to monitor databases, as they all are quite different. Some common approaches (relevant for almost any application) includes monitoring presence of specific processes (using Process.Count parameter) and network port availability. For some databases (Oracle, Informix, DB/2) there are monitoring agents that can provide some additional performance and status data. You can also try DBQuery subagent which is capable of running specific queries in database and provide results (or errors if query execution failed).

Best regards,
Victor
#3326
Hi,

do you still have/remember source code of problematic script?

Best regards,
Victor
#3327
General Support / Re: Network Discovery options [SOLVED]
December 28, 2014, 09:20:13 PM
You can turn on "Exclude from topology" option for problematic interfaces - then NetXMS server will not create matching subnets.

Best regards,
Victor
#3328
General Support / Re: XMPP delays.
December 28, 2014, 09:19:09 PM
So far looks like problem inside XMPP library we are using (libstrophe). I'll try to setup XMPP on my test system and reproduce this issue.

Best regards,
Victor
#3329
General Support / Re: Network Discovery options [SOLVED]
December 28, 2014, 02:01:47 PM
How it happens that subnets added with wrong masks? If interfaces of known nodes configured correctly subnets should have correct masks as well.

Best regards,
Victor
#3330
General Support / Re: XMPP delays.
December 28, 2014, 02:00:09 PM
I didn't experience any delay myslef when I was testing this feature. Can you please enable debug logging (level 6) and check log messages started with XMPP:?

Best regards,
Victor