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

#6046
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
#6047
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
#6048
Poprobujte zamenit fail src/db/dbdrv/mysql/mysql.cpp na prilozennij i peresobrat'.
#6049
Pohoze nashel problemu, sejchas sdelaju patch.
#6050
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
#6051
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
#6052
Ja podumaju chto eto mozet bit'. U menja sejchas net vremeni, smogu vecherom vnimatel'no etim zanjatsja. Esli vremja terpit, to podozdite otveta do zavtra.
#6053
Poprobuhte prosto udalit' etu zapis:
Delete from interfaces where id=17;
Delete from object_properties where object_id=17;
#6054
A kakoj rezul'tat dadut sledujuschie SQL zaprosi, esli ih vipolnit' iz mysql klienta:

SELECT name,status,is_deleted,inherit_access_rights,last_modified,status_calc_alg,status_prop_alg,status_fixed_val,status_shift,status_translation,status_single_threshold,status_thresholds,comments,is_system,location_type,latitude,longitude,guid FROM object_properties WHERE object_id=17;

SELECT attr_name,attr_value FROM object_custom_attributes WHERE object_id=17;

#6055
Zapustite s debug level 9 - posmotrim kakie SQL zaprosi delajutsja i na chem vse obrivaetsja. Takze mozno poprobovat' zapustit' pod gdb.

#6056
General Support / Re: Agent detection and Nodes
April 07, 2011, 12:26:48 AM
By default, server check configuration of each node every hour - it's called "configuration poll". You can forcibly execute configuration poll by right-clicking node in console and then selecting Poll->Configuration. Or you can just wait one hour.

Best regards,
Victor
#6057
General Support / Re: error loading database driver
April 07, 2011, 12:24:25 AM
Hi!

Did you select component called "Microsoft SQL DB-Library" during installation? Also, you can try to use ODBC driver instead of mssql.

Best regards,
Victor
#6058
Default configuration file name is /etc/nxagentd.conf. There are configuration file example with comments in source package: contrib/nxagentd.conf-dist. You can copy it to /etc/nxagentd.conf and modify as needed, or use as reference. There are also startup scripts for various platforms under contrib/startup.

Best regards,
Victor
#6059
Hi!

I see that this is a bit confusing... You should get netxms-1.0.11.tar.gz (common source package), unpack it, and run

./configure --with-agent
make
make install

Best regards,
Victor
#6060
Hi!

APKG file is an installer script with embedded archive, which mostly intended for centralized agent upgrades. Generic UNIX package is a source package, and using it is equivalent to just get source .tar.gz archive, unpack it, and run

./configure --with-agent
make
make install

For Ubuntu you can use Debian packages (netxms-base_1.0.11_i386.deb and netxms-agent_1.0.11_i386.deb).
For CentOS/RHEL and others you have to compile agent from sources.

Best regards,
Victor