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

#5221
General Support / Re: Custom Attributes
July 17, 2012, 11:22:46 PM
Currently server generates SYS_SCRIPT_ERROR events for script compilation and execution errors. You can handle this event and generate alarms or send notifications. But I agree that script editor should do at least syntax checking before saving the script on server. Added this as to-do.

Best regards,
Victor
#5222
Hi!

You should see also something like

[session:0] Requesting parameter "Oracle.DBInfo.IsReachable(DB1)"

is it there? If yes, what is after that line?

Best regards,
Victor
#5223
General Support / Re: Server Configuration Options
July 17, 2012, 01:07:14 PM
Quote from: lweidig on July 17, 2012, 01:56:58 AM
I see that within the client I can add my own Server Configuration variable / value pairs.  How can I retrieve these values within a script and or how would I use my own additions.

"Add" option in server configuration view is intended for adding parameters that are not listed by default for some reason (or was accidentally deleted). But I can add NXSL function to read configuration parameters of course, it's very simple.

Best regards,
Victor
#5224
General Support / Re: Network Maps
July 13, 2012, 10:22:36 AM
Hi!

It's not working yet. Sorry for misleading configuration :(

Best regards,
Victor
#5225
General Support / Re: Server Performance
July 12, 2012, 01:16:48 PM
Some time passed already since July 1st, but just in case - could it be this problem: https://www.netxms.org/forum/announcements/high-cpu-usage-after-172012/?

Could you also please attach debugger to netxmsd process and dump stack trace for all threads:


# gdb /usr/bin/netxmsd
(gdb) attach <netxmsd_pid>
(gdb) thread apply all bt
(gdb) detach


Best regards,
Victor
#5226
General Support / Re: map problem
July 12, 2012, 03:07:12 AM
It is available from NetXMS download page for all major OS. For example, 32 bit Windows version is: https://www.netxms.org/download/nxmc/nxmc-1.2.1-win32-x86.zip.

Best regards,
Victor
#5227
General Support / Re: Server Performance
July 11, 2012, 10:39:42 PM
Turn off routing and discovery polls on those BGP routers (you did that already if I understand correctly). Restart netxmsd after that if possible.

Routing table polls used for discovery and also can be used for routing change monitoring via Net.IP.NextHop internal parameter.

Best regards,
Victor
#5228
General Support / Re: Server Performance
July 11, 2012, 08:44:54 PM
Could it be that you have router(s) with very large routing tables, like full BGP table?

Best regards,
Victor
#5229
General Support / Re: Server Performance
July 11, 2012, 07:43:53 PM
Situation is definitely not normal. Can you please open server debug console (from management console or with nxadm -i), and send me output of the following commands:

show sessions
show pollers
show queue
show stats
show flags
show watchdog


You are correct, containers in infrastructure tree are for logical grouping. Polling is not related to node location in container, and node is polled only once no matter how many times it appears in the tree.

Best regards,
Victor
#5230
General Support / Re: map problem
July 11, 2012, 06:46:13 PM
Hi!

You should use new Java console. Legacy console does not support new map format.

Best regards,
Victor
#5231
General Support / Re: Web console problem
July 11, 2012, 06:45:19 PM
I update 64bit installer on download page (netxms-webui-1.2.1-x64.exe). MD5 checksum for updated file is 7dd61e35d0c7251713ccfe3e3ca8835a.

Best regards,
Victor
#5232
General Support / Re: Web console problem
July 10, 2012, 02:16:02 PM
You should put as service executable

{your install directory}\WebUI\prunsrv.exe

If it will not work, I'll build a new installer with fixes.

Best regards,
Victor
#5233
General Support / Re: wiki pages
July 10, 2012, 01:04:40 PM
Hi!

Progress on documentation is very slow unfortunately. Some of the topics updated to 1.2.x version, and some still not.

Best regards,
Victor
#5234
General Support / Re: Custom Attributes
July 10, 2012, 01:03:05 PM
It should not be related to event. Could it be a typo somewhere? Can you send me a configuration screenshots?

Best regards,
Victor
#5235
General Support / Re: Web console problem
July 10, 2012, 12:58:35 PM
Hi!

You should not use nxhttpd. It is deprecated, and will be removed in 1.2.2. You should use new web UI, which comes in separate installation package: https://www.netxms.org/download/webui/netxms-webui-1.2.1-x64.exe. It basically contains Jetty and NetXMS web UI war file. You can also deploy war file to existing Java application server. See this for few more details: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide.

Best regards,
Victor