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 - [email protected]

#1
General Support / Re: MIB Walk Result is blank
October 08, 2013, 05:34:24 AM
Hi all.
Have same problem.
NetXMS server version 1.2.9 on CentOS i386 6.4
Trying to get info about Adaptec RAID adapter.
Compiled ADAPTECARRAYCONTROLLER-MIB.txt and ADAPTEC-UNIVERSAL-STORAGE-MIB.txt without any errors, getting info from the server with nxsnmpwalk if using adaptec's OID tree .1.3.6.1.4.1.795  but see no adaptec node in snmp tree of the node.
#2
Feature Requests / chr() function request
September 04, 2013, 02:25:10 AM
Hi,

I think that chr() that returns symbol by its asscii table nuber  would be very convenient in transformation scripting for hex-string of SNMP dci.

Best regards,
Alexey
#3
Hi Victor.

Thank you for your answer and for the product you are creating.
It's really cool!!!

Best regards,
Alexey
#4
Hi.

I'm trying to autmatically create DCIs using FileSystem.FreePerc({instance}).
In the "Instance Discovery tab" 
           Instance discovery method:    Agent Table
           Table name:                         FileSystem.Volumes.
I need to retrieve only volumes that have been formatted to "NTFS" and have a drive letter asigned.

Is every instance an array of values that correspond to table's row data?
Something like:  if (($1[3] == "NTFS) && ($1[0] like ':\'))
Or is it possible to check several attributes to identify exact table rows?
#5
Announcements / Re: NetXMS 1.2.8 released
August 01, 2013, 09:37:12 AM
Tryed to install 1.2.8 agent to FreeBSD 9.1 and got an error:

gmake[3]: Entering directory `/tmp/testnetxms/netxms-1.2.8/src/sqlite'
  CC     libnxsqlite_la-sqlite3.lo
sqlite3.c:23531: error: 'fchmod' undeclared here (not in a function)
gmake[3]: *** [libnxsqlite_la-sqlite3.lo] Error 1

So, extracted source files from the package and in ./src/sqlite/sqlite3.c
added:

#include <sys/stat.h>

This time compilation was successfull.

Is it possible to repackage nxagent-1.2.8.apkg?
#6
При работе с java-консолью при попытке изменения существующего DCI при подборе SNMP OID, появляется ошибка "An error has occurred. See error log for more details.
java.lang.NullPointerException". При добавлении нового DCI ошибки появляется при начале навигации по дереву OID-ов. При работе с легаси-консолью ошибок нет ни при создании, ни при модификации DCI.

DBCC CHECKDB (netxms_db) WITH ALL_ERRORMSGS, EXTENDED_LOGICAL_CHECKS - ошибок не выявлено.
nxdbmgr.exe check - ошибок не обнаружено.
#7
Реиндексировал базу.
Вопрос исчерпан.
#8
После запуска принудительного обновления через ключи -f -X , процедура завершилась успешно. Но теперь в Data Collection Configuration при добавлении нового параметра агента NetXMS список доступных параметров пуст.
#9
Windows Server 2008 R2 SP1 + MS SQL server 2008 x64
C:\Program Files\NetXMS\bin>nxdbmgr.exe upgrade
NetXMS Database Manager Version 1.2.5

Upgrading database...
Upgrading from version 265 to 266
SQL query failed ([Microsoft][ODBC SQL Server Driver][SQL Server]CREATE INDEX failed because the following SET options have incorrect settings: 'ANSI_NULLS, QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL, ANSI_WARNINGS, ANSI_PADDING'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.):
CREATE INDEX idx_event_log_root_id ON event_log(root_event_id) WHERE root_event_id > 0
Rolling back last stage due to upgrade errors...
Database upgrade failed


Результат применения предлагавшегося SQL-скрипта:
ALTER TABLE SWITCH statement failed because column 'event_message' does not have the same ANSI trimming semantics in tables 'netxms_db.dbo.event_log' and 'netxms_db.dbo.event_log_new'.