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

#6016
General Support / Re: nxmibc error compilation
April 14, 2011, 11:18:23 AM
Hi!

nxmibc reads only mib files passed to him at command line. So, if you wish to compile two mibs together, you should use command


nxmibc SNMPv2-TC.my SNMPv2-SMI.txt


Because usually there are lot of MIB files, most often used form is

nxmibc -d mibdir

Option -d instructs nxmibc to read all files with extension .txt from given directory.

Best regards,
Victor
#6017
Общие вопросы / Re: Перенос БД
April 14, 2011, 11:14:32 AM
Mozno poslat' na [email protected]
#6018
Yes, you can combine them on single graph. Create graph for one host, then go to properties, data sources, and add another hosts. Then you can save this graph as predefined.

Best regards,
Victor
#6019
Hi!

For SYS_THRESHOLD_REARMED, parameters are different then for SYS_THRESHOLD_REACHED:

1) Parameter name
2) Item description
3) Data collection item ID
4) Instance

So you should use different e-mail template.

Best regards,
Victor
#6020
Общие вопросы / Re: Перенос БД
April 13, 2011, 11:16:36 AM
A kak imenno podsoedinjaete server k novoj baze? I poprobujte zapustit' netxmsd s parametrom -D 9 i prishlite mne log.
#6021
Ispravil. Na kakoj platforme u vas server i kakoj versii? Esli Linux, to v faile src/server/core/node.cpp nado stroku


int snmpMethods = DBGetFieldLong(hResult, 0, 21);


zamenit' na


int snmpMethods = DBGetFieldLong(hResult, 0, 22);


(eto stroka 242 v trunke, v drugih versijah mozet bit' +/- neskol'ko strok)

i peresobrat' server. Esli Windows, to mne nado znat' versiju servera (1.0.11 ili 1.1.0), togda smogu vilozit' patch.
#6022
Takoj vopros - naskol'ko sloznim bil bi dlja vas perehod na versiju 1.1.x i Java Console? Tam karti sil'no peredelani. V versii 1.1.1 pojavitsja migracija kart, sdelannih v 1.0.x versijah, v novij format. V 1.0.x karti - odna iz samih neudachnih veschej na moj vzgljad, mnogovato s nimi problem...
#6023
Dobrij den'!

Ja poprobuju segodnja povtorit' u sebja.
#6024
Hi!

Please run agent with full debug (nxagentd -D 9), do configuration poll from console, and send me output of configuration poll and agent's log.

Best regards,
Victor
#6025
Did you install agent using agent installer on same machine where NetXMS server is running? Normally you shouldn't do that, because server installer installs agent as well.

Best regards,
Victor
#6026
Hi!

Is NetXMS agent running on NetXMS server machine? Is portcheck subagent loaded? (you can check this by right-clicking on NetXMS server node, and selecting Tools->Info->Agent->Subagents).

Best regards,
Victor
#6027
Poprobujte zamenit fail src/db/dbdrv/mysql/mysql.cpp na prilozennij i peresobrat'.
#6028
Pohoze nashel problemu, sejchas sdelaju patch.
#6029
General Support / Re: Duplicate Subnets in Tree?
April 08, 2011, 12:03:35 AM
Try to delete both subnets (this will not delete nodes unless the subnet is the only parent object for a node) and do configuration poll on nodes. Server should create one subnet object.

Best regards,
Victor
#6030
General Support / Re: error loading database driver
April 07, 2011, 02:47:20 PM
Hi!

NetXMS by itself is working on Windows 7 (I do most of development and testing on Windows 7), but mssql database driver uses very old and deprecated API called DB-library, which may be incompatible with modern Windows versions. It will be removed in 1.1.x branch. For connecting to MS SQL, it is now recommended to use ODBC.

Best regards,
Victor