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

#5821
Announcements / NetXMS 1.1.5 released
September 30, 2011, 10:28:15 AM
Hi all!

NetXMS version 1.1.5 is out. It's mostly a bugfix release. Changes from previous version:

- Added "foreach" operator in NXSL
- New NXSL functions: GetDCIValueByName, GetDCIValueByDescription
- New attribute "comments" in NXSL classes "Node" and "NetObj"
- Dashboard configuration in console improved
- Database upgrade bug fixed
- Solaris support improved
- Many small improvements in management console

Best regards,
Victor
#5822
Hi!

You can create a condition object, add DCIs collecting current time from different servers, and write a script which will calculate deviation.

Best regards,
Victor
#5823
Hi!

Yes, it looks like 32bit applications cannot access counters provided by 64bit DLLs and vise versa: http://support.microsoft.com/kb/891238. This problem also seems very similar: http://btsc.webapps.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB21534. You can test it by running 32-bit agent on machine with AOS and check available objects with nxget.

Best regards,
Victor
#5824
Hi!

It's hard to tell anything without additional tests. I have found the following MS KB article: http://support.microsoft.com/kb/957841 but I'm not sure that this is the case. If I understand this article correctly, there is a bug when you can see counters, but cannot add them for collection. You wrote that you can see counters in perfmon - but can they be really added and data can be collected?
Also, try to run from server's command line:

nxget -w 30 -l windows_server_ip PDH.Objects

you should get list of PDH objects, with Microsoft Dynamics AX Object Server among them. Then, try to run

nxget -w 30 -l windows_server_ip "PDH.ObjectInstances(Microsoft Dynamics AX Object Server)" 

You should see the instance. And then

nxget -w 30 -l windows_server_ip "PDH.ObjectCounters(Microsoft Dynamics AX Object Server)"

Should show you list of counters.

Best regards,
Victor
#5825
General Support / Re: createing dci's
September 28, 2011, 11:34:08 AM
Hi!

You can use this topic as reference: https://www.netxms.org/forum/configuration/calculated-dci/, just change expression in last example from sum to percentage calculation.

Best regards,
Victor


#5826
Server hranit vremja kak UNIX timestamp - kolichestvo sekund s 01.01.1970 00:00:00 UTC. Pri pokaze vremja perevoditsja v time zone klienta. Raznica v 1 chas obichno bivaet pri nesovpadajuschih time zonah ili nepravil'no vistavlennom letnem/zimnem vremeni.
#5827
Added.

Best regards,
Victor
#5828
Feature Requests / Re: server configuration
September 26, 2011, 02:52:56 PM
Hi!

In fact, if you change discovery settings from old console via Control Panel -> Network Discovery dialog, not directly by changing server's parameters, you don't need to restart the server - it will reconfigure and restart required internal processes automatically. I'll add similar discovery configurator to new console as well.

Best regards,
Victor
#5829
General Support / Re: Java Console - Balloon Tips
September 26, 2011, 02:51:00 PM
Hi!

It looks like it is system-wide parameter in Windows. At least Eclipse does not provide any API for controlling balloon timeout.

Best regards,
Victor
#5830
General Support / Re: Java Console - New Network Maps
September 26, 2011, 02:14:46 PM
Hi!

It's fixed now.

Best regards,
Victor
#5831
General Support / Re: UPS configuration
September 26, 2011, 02:14:18 PM
I have added those options. Parity should be specified as N, E, or O. So fully specified string will be

Device = 0:"COM1:,9600,8,N,1":BCMXCP

Default speed is driver-dependent (i.e. 19200 for BCMXCP and 2400 for APC), default data bits is 8, default parity is N (none), and default stop bits is 1.

Best regards,
Victor

#5832
General Support / Re: Windows Events logging
September 26, 2011, 02:10:52 PM
Hi!

I spent some time on it, but was unable to find any useful information. If I build agent version with excessive debug output, could you test it?

Best regards,
Victor
#5833
General Support / Re: "primary hostname"
September 26, 2011, 02:09:23 PM
Hi!

I agree with that. Probably we should add some configuration option to use DNS name as primary name for discovered nodes.

Best regards,
Victor
#5834
General Support / Re: UPS configuration
September 22, 2011, 09:48:34 PM
Thank you for debugging this! I have added possibility to set serial port speed in UPS subagent. Starting from 1.1.5, you can write like this:

Device = 0:"COM1:,9600":BCMXCP

Best regards,
Victor
#5835
Hi!

Such difference is very strange. What operating system and agent version is on that machine? And you mean System.CPU.Usage parameter, not System.CPU.LoadAvg, right?

Best regards,
Victor