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 - testos

#76
Feature Requests / New java console
October 04, 2011, 07:27:35 PM
Hi

I would use the new java console for just about everything if subordinates tab was operational to manage hundreds of interfaces at once.

When do you think new java console could be completed?

Best regards.
#77
Hi Victor!

QuoteI'll publish patched version later today.
Thanks for you support.


Quote. But why you need to reindex database?
I was trying to prove something to solve this strange behavior


Best regards.
#78
I use Legacy console for 1.1.5 branch. I created a test environment and I am struggling with it. On the other hand, I get many errors when I try to reindex my database:
Quote[root@GesRed2 netxms-1.1.5]# nxdbmgr reindex
NetXMS Database Manager Version 1.1.5

Reindexing table raw_dci_values by (item_id)...
SQL query failed (Duplicate key name 'idx_raw_dci_values_item_id'):
CREATE INDEX idx_raw_dci_values_item_id ON raw_dci_values(item_id)
Reindexing table event_log by (event_timestamp)...
SQL query failed (Duplicate key name 'idx_event_log_event_timestamp'):
CREATE INDEX idx_event_log_event_timestamp ON event_log(event_timestamp)
Reindexing table thresholds by (item_id)...
SQL query failed (Duplicate key name 'idx_thresholds_item_id'):
CREATE INDEX idx_thresholds_item_id ON thresholds(item_id)
Reindexing table thresholds by (sequence_number)...
SQL query failed (Duplicate key name 'idx_thresholds_sequence'):
CREATE INDEX idx_thresholds_sequence ON thresholds(sequence_number)
Reindexing table alarm_notes by (alarm_id)...
SQL query failed (Duplicate key name 'idx_alarm_notes_alarm_id'):
CREATE INDEX idx_alarm_notes_alarm_id ON alarm_notes(alarm_id)
Reindexing table syslog by (msg_timestamp)...
SQL query failed (Duplicate key name 'idx_syslog_msg_timestamp'):
CREATE INDEX idx_syslog_msg_timestamp ON syslog(msg_timestamp)
Reindexing table snmp_trap_log by (trap_timestamp)...
SQL query failed (Duplicate key name 'idx_snmp_trap_log_trap_timestamp'):
CREATE INDEX idx_snmp_trap_log_trap_timestamp ON snmp_trap_log(trap_timestamp)
Reindexing table address_lists by (list_type)...
SQL query failed (Duplicate key name 'idx_address_lists_list_type'):
CREATE INDEX idx_address_lists_list_type ON address_lists(list_type)
Reindexing table idata_16
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM idata_16' at line 1):
DROP INDEX idata_16 FROM idata_16
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM idata_16' at line 1):
DROP INDEX idata_16 FROM idata_16
SQL query failed (Duplicate key name 'idx_idata_16_id_timestamp'):
CREATE INDEX idx_idata_16_id_timestamp ON idata_16(item_id,idata_timestamp)
Reindexing table idata_33
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM idata_33' at line 1):
DROP INDEX idata_33 FROM idata_33
SQL query failed (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM idata_33' at line 1):
DROP INDEX idata_33 FROM idata_33
SQL query failed (Duplicate key name 'idx_idata_33_id_timestamp'):
CREATE INDEX idx_idata_33_id_timestamp ON idata_33(item_id,idata_timestamp)
...
...


Best regards.
#79
I enter both fields: node name and node IP  address.
My operating system is a Linux Centos 5.

Best regards

#80
Hi!

Creating a new node with any ip, netxms always gives ip 255.255.255.255 and a strange Primary Host Name.
Also, after upgrading to 1.1.5, old IP were restored in nodes with IP changed at some point.

Best regards.
#81
Hi Victor.

QuoteYou should get netxms-1.0.11.tar.gz (common source package), unpack it, and run

./configure --with-agent
make
make install

Best regards,
Victor

Compiling single agent on CentOS / RHEL systems requires install development tools (compiler, linker, etc.).
Due to corporate requirements sometimes this is not possible.
I think it's necessary to have a netxms-agent_1.1.3_i386.rpm packet for rapidly deploy agents without configure, compile and install steps.

Sometimes I dream with an .rpm package NetXMS agent. ;D


Best regards.
#82
Finally I could install 1.1.2 legacy console, I uninstall previous version and I do a clean install. Upgrading from legacy console don't work for me.

Thanks for your support.

Best regards.
#83
Please help me, now I can not connect neither netxms console nor nxmc console!!! ???
#84
Configure, compile and install seems fine now.

However, server don't display correct version


...# netxmsd -v
NetXMS Server Version 1.1.2 Build of Jul  6 2011


Furthemore, after installing netxms-console-1.1.2 I get runtime error R6034:


Best regards.


#85
Well, I've sent you.

Best regards.

#86
Hi,

While trying to install NetXMS 1.1.2 on a Centos/RHEL box, with server, mysql, agent, etc., I was getting this error:

sh ./configure --with-server --with-mysql --with-agent --with-webui --with-client

checking whether iconv supports ISO8859-1... yes
checking whether iconv supports ISO-8859-1... yes
checking whether iconv supports ASCII... yes
checking whether iconv supports //IGNORE... yes
checking for iconv declaration...
checking for mysql_init in -lmysqlclient... yes
checking whether mysql clients can run... no
configure: error: Your MySQL client libraries aren't properly installed



NetXMS 1.1.1 installation work fine.

Best regards.
#87
General Support / "ARP cache (SNMP)" option error
May 25, 2011, 11:05:05 AM
Hi.

For some machines "Tools-> info-> ARP cache (SNMP)" option return mac-address from cache all like  00:00:00:00:00:00.

I think NetXMS use 1.3.6.1.2.1.3.1 OID instead 1.3.6.1.2.1.4.22.1.2

Quote
IP-MIB :: ipNetToMediaPhysAddress
Name   ipNetToMediaPhysAddress
Oid   1.3.6.1.2.1.4.22.1.2
Path   iso . org . dod . internet . mgmt . mib-2 . ip . ipNetToMediaTable . ipNetToMediaEntry . ipNetToMediaPhysAddress
Type   PhysAddress
Display-Hint   1x:
Access   read-create
Status   current
Description
The media-dependent `physical' address.



QuoteRFC1213-MIB :: atTable
Name   atTable
Oid   1.3.6.1.2.1.3.1
Path   iso . org . dod . internet . mgmt . mib-2 . at . atTable
Base-Type   table
Row-Type   AtEntry
Access   not-accessible
Status   deprecated
Description
The Address Translation tables contain the NetworkAddress to `physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries.

Best regards.
#88
General Support / Re: NetXMS sever 1.1.1 crash
May 23, 2011, 09:12:49 AM
After over 70 hours NetXMS server is working normally.

Best regards.
#89
General Support / Re: NetXMS sever 1.1.1 crash
May 20, 2011, 03:44:53 PM
Five hours without problems, seems to look good  ::).

Best regards.
#90
General Support / Re: Downgrade database
May 20, 2011, 11:17:04 AM
Okay. Thank you very much.

Best regards.