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

#5386
Общие вопросы / Re: Драйвера.
May 25, 2012, 05:55:02 PM
Похоже что в CableDiag.mib.txt надо добавить

Counter32 FROM SNMPv2-SMI

в секции IMPORTS.
#5387
Общие вопросы / Re: Драйвера.
May 25, 2012, 01:35:59 PM
Надо компилировать не отдельный файл, а все сразу, например так:

cd c:\nextms\var\mibs
c:\netxms\bin\nxmibc -d .

не забудьте переименовать новые MIB файлы в .txt!
#5388
Сейчас push можно сделать только через C API - там есть функция NXCPushDCIData. Сделаю соответствующий метод в NXCSession в следующем релизе.
#5389
Hi!

Can you also please send me walk result for .1.3.6.1.4.1.9.5.1.4.1.1, .1.3.6.1.4.1.9.5.1.3.1.1, .1.3.6.1.4.1.9.5.1.2 and .1.3.6.1.2.1.2.2.1.2 ?
Looks like I have to do some changes in the Catalyst driver.

Best regards,
Victor

#5390
Hi!

Check that:

1. NetXMS agent is running on your monitoring server
2. It has both 127.0.0.1 and monitoring server's IP address listed in MasterServers parameter
3. Port check subagent is loaded (there should be line SubAgent=portcheck.nsm in nxagentd.conf)

Best regards,
Victor
#5391
Это имелось ввиду, что мне надо менять :) Я постараюсь сделать в 1.2.1 возможность использовать английские названия счетчиков.
#5392
Мне удалось повторить эту ситуацию у себя. Похоже что баг в инсталляторе. Исправлю в 1.2.1.
#5393
Надо сначала сделать session.syncObjects().
#5394
Hi!

Check what dependencies you have in NetXMS Core service. Looks like one of this services cannot start. Try to start each dependency service manually and see what happens.

You can have web frontend for NetXMS. It is installed as separate package. For Windows it is https://www.netxms.org/download/webui/netxms-webui-1.2.0.exe (32 bit) or https://www.netxms.org/download/webui/netxms-webui-1.2.0-x64.exe (64 bit).

Best regards,
Victor
#5395
Looks like memory leak in server. You mention that all conversion functions are kept in one library script. How do you call them?

Best regards,
Victor
#5396
Feature Requests / Re: drivers
May 22, 2012, 10:59:48 PM
Yes, it should support stacked switches as well. From management system point of view, it's just one device with multiple modules. We already support stackable Avaya (Nortel) switches for example.

Best regards,
Victor
#5397
Announcements / Re: NetXMS 1.2.0 released
May 22, 2012, 09:26:48 PM
Hi!

It's overdue already :( I plan to made a release on Monday, but it's still not ready. Should be released in the few days however.

Best regards,
Victor
#5398
General Support / Re: Host dependencies
May 22, 2012, 09:25:23 PM
This can be done with scripts in event processing policy. You can determine switch where host is connected, and ignore event if it is down. I will also add a feature request for implementing it as standard event correlation rule.

Best regards,
Victor
#5399
Can you please send me the output of snmp walk for .1.3.6.1.4.1.9.5.1.2.14 and .1.3.6.1.2.1.1 for that switch?

Best regards,
Victor
#5400
Feature Requests / Re: drivers
May 22, 2012, 09:18:12 PM
Hi!

The most generic would be to just dump everything, like this:

nxsnmpwalk -v 2c -c community switch_ip .1.3.6.1 > file_name

Best regards,
Victor