Hi<br><br> I ran CTS in the following environment.<br> * OS:RHEL5.5-x86_64<br> * pacemaker-1.0.9.1-1.15.el5<br> * TDN(bbs01)<br> * TNNs(cts0101 cts0102)<br><br> Probably it is a phenomenon like the following.<br> <a href="http://www.gossamer-threads.com/lists/linuxha/pacemaker/69322">http://www.gossamer-threads.com/lists/linuxha/pacemaker/69322</a><br>
 <br> SSH login without password -> OK.<br> Syslog Message transfer by syslog-ng -> OK.<br><br>-------<br>$ python /usr/share/pacemaker/tests/cts/CTSlab.py --nodes "cts0101 cts0102" --at-boot 1 --stack heartbeat --stonith no --logfile /share/ha/logs/ha-log-local7 --syslog-facility local7 1<br>
Jan 21 13:23:08 Random seed is: 1295583788<br>Jan 21 13:23:08 >>>>>>>>>>>>>>>> BEGINNING 1 TESTS<br>Jan 21 13:23:08 Stack:            heartbeat<br>Jan 21 13:23:08 Schema:           pacemaker-1.0<br>
Jan 21 13:23:08 Scenario:         Random Test Execution<br>Jan 21 13:23:08 Random Seed:      1295583788<br>Jan 21 13:23:08 System log files: /share/ha/logs/ha-log-local7<br>Jan 21 13:23:08 Cluster nodes:<br>Jan 21 13:23:08 * cts0101<br>
Jan 21 13:23:08 * cts0102<br>Jan 21 13:23:12 Testing for syslog logs<br>Jan 21 13:23:12 Testing for remote logs<br>Jan 21 13:24:16 Restarting logging on: ['cts0101', 'cts0102']<br>Jan 21 13:25:49 Restarting logging on: ['cts0101', 'cts0102']<br>
Jan 21 13:28:21 Restarting logging on: ['cts0101', 'cts0102']<br>Jan 21 13:31:54 Restarting logging on: ['cts0101', 'cts0102']<br>Jan 21 13:35:54 ERROR: Cluster logging unrecoverable.<br>Jan 21 13:35:54 Audit LogAudit FAILED.<br>
-----<br><br> I run it in heartbeat, but a similar error occurs in corosync.<br> I become the error in "Single search timed out" in the log and seem to retry.<br>----- <br>Jan 21 13:23:11 bbs01 CTS: debug: Audit DiskspaceAudit passed.<br>
Jan 21 13:23:12 bbs01 CTS: Testing for syslog logs<br>Jan 21 13:23:12 bbs01 CTS: Testing for remote logs<br>Jan 21 13:23:12 bbs01 CTS: debug: lw: cts0101:/share/ha/logs/ha-log-local7: Installing /tmp/cts_log_watcher.py on cts0101<br>
Jan 21 13:23:12 bbs01 CTS: debug: lw: cts0102:/share/ha/logs/ha-log-local7: Installing /tmp/cts_log_watcher.py on cts0102<br>Jan 21 13:23:13 cts0102 logger: Test message from cts0102<br>Jan 21 13:23:13 cts0101 logger: Test message from cts0101<br>
Jan 21 13:23:44 bbs01 CTS: debug: lw: LogAudit: Single search timed out: timeout=30, start=1295583793, limit=1295583824, now=1295583824<br>Jan 21 13:24:16 bbs01 CTS: debug: lw: LogAudit: Single search timed out: timeout=30, start=1295583824, limit=1295583855, now=1295583856<br>
Jan 21 13:24:16 bbs01 CTS: Restarting logging on: ['cts0101', 'cts0102']<br>Jan 21 13:24:16 bbs01 CTS: debug: cmd: async: target=cts0101, rc=22203: /etc/init.d/syslog-ng restart 2>&1 > /dev/null<br>
Jan 21 13:24:16 bbs01 CTS: debug: cmd: async: target=cts0102, rc=22204: /etc/init.d/syslog-ng restart 2>&1 > /dev/null<br>Jan 21 13:25:17 cts0102 logger: Test message from cts0102<br>Jan 21 13:25:17 cts0101 logger: Test message from cts0101<br>
-----<br><br> The test case seems to be carried out after this error.<br> However, the script is finished by an error. It is because "Audit LogAudit FAILED" occurs.<br> Is it right that how becomes the result of the CTS?<br>
<br>Regards,<br>Tomo<br><br>