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

#5986
General Support / Re: Export/Import
May 19, 2011, 11:23:46 PM
Unfortunately events, templates, and traps are only exportable entities so far.

Best regards,
Victor
#5987
General Support / Re: Object Tools
May 19, 2011, 11:22:45 PM
Actually there are only 3 variables:

%OBJECT_IP_ADDR% - object's IP address;
%OBJECT_NAME% - object's name
%OBJECT_ID% - object's unique ID

Best regards,
Victor
#5988
General Support / Re: Cisco Stackport
May 19, 2011, 11:20:41 PM
Hi!

Can you please send me output of command

nxsnmpwalk -c snmp_community  switch_ip_address .1.3.6.1.2.1.2

Best regards,
Victor
#5989
General Support / Re: NetXMS sever 1.1.1 crash
May 19, 2011, 11:18:11 PM
I can reproduce this issue on my server. Looks like file handle leak in the server. I'll try to fix this till Monday.

Best regards,
Victor
#5990
Hi!

Can you please switch server to debug level 5, do topology poll, and send me debug log? In version 1.1.1, you can do this without stopping server:

1. In management console, connect to server's system console - select Tools->Server Console
2. Enter "debug 5" command
3. Do forced topology poll on the switch in question
4. Turn off debug by typing "debug off" in server's system console

You can either post log here or send it to [email protected].

Best regards,
Victor
#5991
A gde v sisteme nahoditsja libpq.so?
#5992
General Support / Re: Filter Script
May 17, 2011, 03:32:25 PM
Hi!

Correct script will be

sub main()
{
  return AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0") ||
     AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0");
}

or simply

return AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0") ||
    AddrInSubnet($1->ipAddr,"xxx.xxx.xxx.xxx","255.255.255.0");

You have to enter full name of the script, like Filter::xxx.

Best regards,
Victor
#5993
Prishlite pozalujsta config.log, mozno na [email protected].
#5994
General Support / Re: Filter Script
May 17, 2011, 11:50:56 AM
Can you post your script?

Best regards,
Victor
#5995
General Support / Re: Agent Config
May 17, 2011, 11:50:08 AM
Hi!

Not automatically with agent's config. In version 1.1.x, you can put file on NetXMS server (into C:\NetXMS\var\files in default Windows installation), and then in console select "Upload file" for single node or container.

In the next versions I plan to implement feature similar to HP Operations "instrumentation", which will allow to deploy required scripts and configs automatically.

Best regards,
Victor
#5996
General Support / Re: winperf.nsm options
May 17, 2011, 11:44:13 AM
Hi!

Currently you have to search the forum. I'll try to summarize it's features later on and put into manual, but right now I don't have time for that.

Best regards,
Victor
#5997
General Support / Re: zoning
May 17, 2011, 11:38:26 AM
Hi!

Zone in NetXMS is a completely separate network with possibly overlapping IP addresses. Typical example is service provider with multiple client sites, and each site has internal network 192.168.1.0/24. You can use different proxies to access servers and devices in each site, but without telling NetXMS server in some way that those networks are actually different networks, IP topology will be incorrect. With zoning enabled, you can put each remote site in separate zone, and NetXMS server will know that those networks are different networks, even if they have same IP address. See also this topic: https://www.netxms.org/forum/configuration/is-it-possible-to-have-two-networks-with-same-ip-subnet/.

Best regards,
Victor
#5998
General Support / Re: agent deployment
May 17, 2011, 11:16:56 AM
Hi!

Unfortunately there are no built-in tolls for initial agent deployment. For Windows, you can slightly simplify agent deployment by using automated (silent) install mode, activated by /VERYSILENT command line option of agent installer. All possible command line options for installer described in installation manual. I'm not a big expert in WIndows domain administration, but probably you can use group policies to distribute and install agent in unattended mode on domain computers.

Best regards,
Victor

P.S. See also https://www.netxms.org/forum/installation/how-to-configure-and-deploy-netxms-agent/
#5999
Ja sdelal SYS_NODE_DOWN bol'she dlja primera. A tak ja vizu tri sposoba:

1. monitorit' sostojanie processa netxmsd i tcp porta 4701, esli to ili drugoe ne v porjadke, vistavljat' isDown;
2. Sdelat' na lokal'nom agente vtorogo servera external parameter, kotorij dergaet server cherez kakoj-nibud' klientskij tool, naprimer nxalarm, i esli tot daet failure, to schitae, chto server ne rabotaet;
3. Sdelat' na udalenom servere external parameter, kotorij zapuskaet nxadm -c "show status", esli ne otrabotal - znachit server ne rabotaet.

Nu ili ob'edinit' vse tri dlja nadeznosti. S tochki zrenija event processing policy prosto dobavjatsja novie sobitija k pervim dvum pravilam.
#6000
Hi!

Finally, zoning is implemented in version 1.1.1.

Best regards,
Victor