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

#3256
Это косяк консоли. Чтение с консоли и работа скрипта параллельны, поэтомы приглашение показывается раньше чем отрабатывает скрипт. Enter можно не нажимать, а так команды писать.
#3257
General Support / Re: WebUI Error in 2.0-M1
January 22, 2015, 11:09:10 PM
Hi,

seems to be an error in RAP (framework we are using for web UI). What browser you are using? Can you try different browsers?

Best regards,
Victor
#3258
General Support / Re: SQL query failed
January 22, 2015, 11:03:24 PM
Hi,

you can safely ignores these errors - it just tries to re-create tables that are already exist. Normally it shouldn't happen though. Watch if there will be any other SQL errors.

Best regards,
Victor
#3259
Hi,

do you have JRE under C:\NetXMS\bin\jre? Try to remove it so console will pick up system JRE.

Best regards,
Victor
#3260
Announcements / Re: NetXMS 2.0-M1 released
January 22, 2015, 10:59:22 PM
I've made some changes in installer - hopefully it will help. Please try 2.0-M2 when it will be available.

Best regards,
Victor
#3261
General Support / Re: Install problem on CentOs
January 22, 2015, 11:47:55 AM
Hi,

try to use CPPFLAGS instead of CFLAGS - CFLAGS only affect C sources, while CPPFLAGS affects both C and C++.

Best regards,
Victor
#3262
Hi,

I likely fixed it in development branch. Fix will be part of 2.0-M2 release (will be published very soon). It works on my CentOS 6.5 test system.

Best regards,
Victor
#3263
Yes, upgrade procedure is the same - you just run nxdbmgr as usual and it will make necessary changes in DB.

Best regards,
Victor
#3264
Yes, it's exactly same bug - NetXMS was not read ipAddressTable. After upgrade to 2.0-M1 or newer your problem should be fixed.

Best regards,
Victor
#3265
General Support / Re: Cluster Monitoring Questions
January 15, 2015, 02:02:56 PM
Hi!

1. In Last Values for cluster you will see only those DCIs that are marked for aggregation (see Cluster property page of DCI) - and for them you'll see aggregated value (for example, average COU usage for cluster nodes).

2. Yes, it's not implemented yet.

3. Yes, it will be published soon. It is in my short TODO list.

4. Agree.

5. Cluster DCI configuration works like a template that is applied to all cluster nodes. So any DCI without resource association will be collected on each node.

6. Currently it's not possible to create template with cluster resource binding. I'll think how it could be implemented.

7. Interfaces on cluster nodes with addresses belonging to cluster networks excluded from network topology. It is quite common setup when multiple clusters has identical IP addresses on interconnect links.

Best regards,
Victor
#3266
General Support / Re: Several problems (v2.0-M1)
January 14, 2015, 01:14:32 PM
Quote from: VMGuy on January 13, 2015, 10:23:59 PM
QuoteCheck agent's config file – server IP address should be whitelisted by using "MasterServers" option, all others ("Servers" and "ControlServers") don't have sufficient rights to edit configuration file remotely.
In the config file I have (and always had) this:
Servers = 192.168.x.y
ControlServers = 192.168.x.y
MasterServers = 192.168.x.y

But it doesn't work.

That's new bug introduced in 2.0 - server's access level determined by first statement insted of one with maximum access. If you leave only MasterServers (which implies ControlServers which in turn implies Servers) it will work.

Best regards,
Victor
#3267
There was very similar problem on VMWare ESX which was fixed in 2.0-M1. What NetXMS version you are using?

Best regards,
Victor
#3268
General Support / Re: NetXMS and SNOM phones
January 14, 2015, 01:11:17 PM
no, custom attributes are not intended to be copied when you apply template. You can use scripts to create custom attributes where needed (for example, handle SYS_NODE_ADDED event, identify node as SNOM phone and add this attribute).

Best regards,
Victor
#3269
General Support / Re: Windows Service Install Hangs
January 13, 2015, 12:18:35 PM
Hi,

I was able to reproduce problem with netxmsd.exe hang (on Windows Server 2003 32 bit). I'll publish installer with a fix later today.

Best regards,
Victor
#3270
General Support / Re: Windows Service Install Hangs
January 13, 2015, 12:45:20 AM
Can you please change LogFile from {syslog} to some file and run netxmsd -D9 from command line? It should show at least some messages.

Best regards,
Victor