Hey guys!
I am currently testing a DM setup with two nodes. I followed the manual precisely and after the first start it look promisingly.
The Log shows, that history and events are synchronized without problems but the configuration synchronization is never running.
From the logs i can see, the connection is established between the nodes and they are exchanging history, events and auditlog but no configuration. In case of the auditlog the insert in the db is not possible but i think this is because of the missing configuration (user not imported so the audit can not be inserted)
Child (NodeID 2):
Master (NodeID 1):
Setup Information:
Two virtual RedHat Machines
Zabbix 2.0.4
Oracle 11
Has someone of you a idea why the configuration is not synced and how i can solve this problem?
Thanks in advance
Harry
I am currently testing a DM setup with two nodes. I followed the manual precisely and after the first start it look promisingly.
The Log shows, that history and events are synchronized without problems but the configuration synchronization is never running.
From the logs i can see, the connection is established between the nodes and they are exchanging history, events and auditlog but no configuration. In case of the auditlog the insert in the db is not possible but i think this is because of the missing configuration (user not imported so the audit can not be inserted)
Child (NodeID 2):
Code:
5800:20121211:143144.708 NODE 2: Sending history_sync of node 2 to node 1 datalen 538 5800:20121211:143144.836 NODE 2: Sending history_uint_sync of node 2 to node 1 datalen 170 5800:20121211:143144.907 NODE 2: Sending events of node 2 to node 1 datalen 6758 5800:20121211:143144.911 NOT OK 5800:20121211:143144.919 NODE 2: Sending auditlog of node 2 to node 1 datalen 659 5800:20121211:143144.924 NOT OK
Code:
13320:20121211:143144.711 NODE 1: Received history from node 2 for node 2 datalen 538 13323:20121211:143144.838 NODE 1: Received history_uint from node 2 for node 2 datalen 170 13322:20121211:143144.910 NODE 1: Received events from node 2 for node 2 datalen 6758 13323:20121211:143144.921 NODE 1: Received auditlog from node 2 for node 2 datalen 659 13323:20121211:143144.923 [Z3005] query failed: [-1] ORA-02291: integrity constraint (BUMONTST.C_AUDITLOG_1) violated - parent key not found ORA-06512: at line 2 [begin insert into auditlog (auditid,userid,clock,action,resourcetype,details,ip,resourceid,resourcename) values (200200000000011,200200000000003,1355215791,2,21,'Node [ZABBIX_DRS] id [1]','172.23.16.158',0,''); insert into auditlog (auditid,userid,clock,action,resourcetype,details,ip,resourceid,resourcename) values (200200000000012,200200000000003,1355215794,2,21,'Node [ZABBIX_DRS] id [1]','172.23.16.158',0,''); insert into auditlog (auditid,userid,clock,action,resourcetype,details,ip,resourceid,resourcename) values (200200000000013,200200000000003,1355215794,2,21,'Node [ZABBIX_DRS] id [1]','172.23.16.158',0,''); insert into auditlog (auditid,userid,clock,action,resourcetype,details,ip,resourceid,resourcename) values (200200000000014,200200000000003,1355216275,1,21,'Node [ZABBIX_DRS02] id [2]','172.23.16.158',0,''); insert into auditlog (auditid,userid,clock,action,resourcetype,details,ip,resourceid,resourcename) values (200200000000015,200200000000003,1355216330,0,21,'Node [ZABBIX_DRS] id [1]','172.23.16.158',0,''); end; ]
Two virtual RedHat Machines
Zabbix 2.0.4
Oracle 11
Has someone of you a idea why the configuration is not synced and how i can solve this problem?
Thanks in advance
Harry
Comment