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

#5866
General Support / Re: db upgrade 1.1.4
September 11, 2011, 08:21:52 PM
So, you have MySQL database for 1.0.12 and want to upgrade it to 1.1.4? It should be possible to done it in place. Just install 1.1.4, point it to appropriate database, and run database upgrade. If it shows any error, please send me log/screenshot of nxdbmgr upgrade execution.

Best regards,
Victor
#5867
General Support / Re: version 1.1.4
September 11, 2011, 08:13:31 PM
Is there anything in the logs? Also, try to start netxmsd.exe from command line in debug mode (netxmsd.exe -D 9) and look for debug messages.

Best regards,
Victor
#5868
General Support / Re: db upgrade 1.1.4
September 11, 2011, 08:11:37 PM
What is your production DB engine?
#5869
General Support / Re: db export
September 11, 2011, 06:15:56 PM
Hi!

DB export uses built-in sqlite engine to create export file. It works with all supported DB engines. What exact file it cannot found?

Best regards,
Victor
#5870
General Support / Re: system requierments
September 11, 2011, 03:55:49 PM
Hi!

On Windows, it is Windows Server 2003 or Windows XP, no specific requirements for service packs.

Best regards,
Victor
#5871
Announcements / NetXMS 1.1.4 released
September 11, 2011, 03:17:44 PM
Hi all!

NetXMS version 1.1.4 is out. Changes from previous release:


- Implemented named parameters for events
- Added integration script for HP EVA disk arrays
- Added driver for Netscreen firewalls
- Usage of DNS names instead of IP address for defining primary
  communication address is now supported (for better support of nodes with
  dynamic IPs)
- New MIBs added: ATM-TC-MIB, CISCO-BRIDGE-EXT-MIB, CISCO-IF-EXTENSION-MIB,
  CISCO-L2L3-INTERFACE-CONFIG-MIB, CISCO-PRIVATE-VLAN-MIB,
  CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB, DVMRP-MIB, IGMP-MIB, IPV6-TC,
  RAPID-CITY-BAY-STACK, RC-MLT-MIB
- Mobile client for Android introduced
- Many small improvements in management console
- Fixed some problems with database export/import
- Fixed issues: #328, #329, #330

Best regards,
Victor
#5872
General Support / Re: Need IBM storage MIB
September 11, 2011, 01:47:49 PM
Looks like you need these MIBs: http://www.oidview.com/mibs/1123/md-1123-1.html. At least, trap .1.3.6.1.4.1.1123.4.500.2 is defined in SM10-R2-MIB.

Best regards,
Victor
#5873
It's not the trap receiver, but event processing. Currently event's message size limited to 255 characters. Because default event just put everything into message it gets truncated. Usually you will create separate events for traps of interest, and you can carry trap arguments as event parameters, and then use them in actions, for example, without length limitations.

Best regards,
Victor
#5874
Hi!

No. it's not possible to match traps with same OID to different events. However, you can do additional matching in event processing policy using scripts, and process same event differently depending on trap parameter values.

Best regards,
Victor
#5875
General Support / Re: Need IBM storage MIB
September 11, 2011, 12:10:44 PM
Hi!

I'm not sure that DS3500 supports SNMP at all. In product datasheet on IBM web site there are no mentions of SNMP. Did you try to connect it to monitoring already? If it responds with SNMP, you can do SNMP walk on .1.3.6.1.4.1 subtree and search MIBs based on OIDs you get.

Best regards,
Victor
#5876
Hi!

Yes, it's possible. You can separate multiple emails in action definition with ; (semicolon) character. You can use the same macros as in event messages and alarms - they are listed in user manual in chapter 10.6 "Macros for Event Processing".

Best regards,
Victor
#5877
General Support / Re: Policies
September 07, 2011, 12:18:33 PM
Quote from: lindeamon on August 30, 2011, 02:57:03 PM
i am sorry but i still do not fully understand what does it mean.
what are the addition configuration files ?
what do they include ?
do they include files need for action ?
are they like hp openview's instrumentations ?

Agent can have master configuration file (nxagentd.conf) and additional configuration files in include directory. On startup, agent reads all files from include directory and merges parameters from them with master config. Agent configuration policies can be used to deploy those additional config files to agents. You have to restart agents to apply those changes.

Policy functionality currently is very limited. I plan to ad more types of policies in the future - most important are log monitoring policies, instrumentation, and agent-based data collection.

Best regards,
Victor
#5878
General Support / Re: Applying Templates to Cluster
September 07, 2011, 12:13:32 PM
I'll try to export some of my templates later today.

Best regards,
Victor
#5879
That's a good idea. For now, I'll stick this topic and suggest to post templates here. When we will have some templates ready for publishing, I'llput them on web site.

Best regards,
Victor
#5880
General Support / Re: NXMC Multipliers
September 07, 2011, 11:30:08 AM
Hi!

There are no such option now. I will add it in 1.1.4.

Best regards,
Victor