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

#7201
Sorry for delay, I was quite busy :( Could you please do some additional tests?

1. Comment out winperf.nsm subagent - I suspect that it can be the cause of crash.
2. If agent service crashes without winperf.nsm, run nxagentd.exe from command line with -D switch - it will cause agent to log additional debug information.

Best regards,
Victor
#7202
Hi!

NPI file is just a reference to actual package file. You should have it as well in the same directory as NPI file. Open NPI with any text editor and see what package file is required.

Best regards,
Victor
#7203
General Support / Re: Adding Mibs
June 03, 2008, 11:35:01 AM
Hello!

Second error is definitely a bug in MIB compiler, I'll fix it. I\m not sure about first error - it's quite strange ta have parenthesis as part of object name, I'll check if it's allowed by standard.
As a workaround, for first error you can change object name from ms-dhcp-MillisecondsPerPacket(Avg) to ms-dhcp-MillisecondsPerPacket, and delete entire INDEX line for second error.

Best regards,
Victor
#7204
General Support / Re: Transformation not working
May 30, 2008, 02:54:17 PM
If you remove transformation script from net.interface.bytesin(65539) parameter, did you get correct non-zero values?

Best regards,
Victor
#7205
Could you please type


dump


on server console to create core dump of server process and send it to us for analysis?

Best regards,
Victor
#7206
Unfortunately this parameter does not affect SNMP agent status detection. It only affects interface status checks.

Best regards,
Victor
#7207
General Support / Re: Smart status problem
May 29, 2008, 11:18:25 AM
It's because these parameters currently works only with IDE (ATA) disks. Most likely you have SCSI or SAS in your servers.

Best regards,
Victor
#7208
On what operating system you run NetXMS server? If it is Windows, please add following lines to your netxmsd.conf


CreateCrashDumps = yes
DumpDirectory = C:\


This will cause server to create crash dumps in root of disk C:. You can set any other directory for dumps of course.
When it crashes again, please send dumps to [email protected].

Best regards,
Victor
#7209
General Support / Re: Adding Mibs
May 29, 2008, 11:12:32 AM
Could you please post error messages you get?

Best regards,
Victor
#7210
Hi!

Some additional notes to Alex's message:

NetXMS is under active development, and we have no plans to stop it. We already have some commercial activity around it, support contracts, customized development, etc. All commercial things are done via Latvian company OptiCom (http://www.opticom.lv).

Best regards,
Victor
#7211
Поставить integer будет правильно. Если вдруг придет строка не являющаяся числом, NetXMS преобразует ее в значение 0.
#7212
Hi!

Sounds very strange, I'll check the agent startup code. Just one question so far: do you use host name or IP address in MasterServers parameter?

Best regards,
Victor
#7213
Hi!

You can only try to increase SNMP request timeout by changing server's configuration variable SNMPRequestTimeout (it's value is in milliseconds). However, I doubt that it will help in your case. I will improve that in the next release.

Best regards,
Victor
#7214
Hi!

It is possible, but only with custom filter script. You should create a new script in script library and then enter it's name in network discovery properties. Script receives object with new node information as first parameter and should return non-zero if node should be added to database and 0 otherwise. For example, script that will allow to discover only SNMP devices, but not in subnet 10.0.0.0/24, can looks like following:


sub main()
{
   return $1->isSNMP && (!AddrInSubnet($1->ipAddr, "10.0.0.0", "255.255.255.0"));
}


Full list of node object attributes (mostly self-explaining):

ipAddr
netMask
subnet
isAgent
isSNMP
isBridge
isRouter
isCDP
isSONMP
isLLDP
snmpVersion
snmpOID
agentVersion
platformName


Btw, you can filter out printers by checking SNMP OID in filter script.

Best regards,
Victor
#7215
Это не работает на default карте - она строится системой автоматически. Надо сначала сделать свою карту (Через Control Panel -> Maps).