[SCM] CTDB repository - branch master updated - ctdb-1.0.57-27-ga06abf6

Ronnie Sahlberg sahlberg at samba.org
Wed Sep 17 11:02:53 GMT 2008


The branch, master has been updated
       via  a06abf6bff6c4d379453e5063d8de1a6542c982a (commit)
      from  475cfada33b4c13aaaca773d5485bbe26bffbf46 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a06abf6bff6c4d379453e5063d8de1a6542c982a
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed Sep 17 21:00:04 2008 +1000

    expanded ctdb_diagnostics based on recent experience

-----------------------------------------------------------------------

Summary of changes:
 tools/ctdb_diagnostics |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb_diagnostics b/tools/ctdb_diagnostics
index 9cabca1..437580f 100755
--- a/tools/ctdb_diagnostics
+++ b/tools/ctdb_diagnostics
@@ -101,6 +101,7 @@ Showing ctdb status and recent log entries
 EOF
 show_all "ctdb status; ctdb ip"
 show_all "ctdb statistics"
+show_all "ctdb uptime"
 
 echo "Showing log.ctdb"
 show_all "tail -100 /var/log/log.ctdb"
@@ -108,6 +109,11 @@ show_all "tail -100 /var/log/log.ctdb"
 echo "Showing log.ctdb"
 show_all "tail -100 /var/log/log.ctdb"
 
+show_all "tail -200 /var/log/messages"
+show_all "tail -200 /etc/ctdb/state/vacuum.log"
+show_all "ls -lRs /var/ctdb"
+show_all "ls -lRs /etc/ctdb"
+
 
 cat <<EOF
 --------------------------------------------------------------------
@@ -117,13 +123,15 @@ show_all "df"
 show_all "df -i"
 show_all "mount"
 show_all "w"
-show_all "ps axfw"
+show_all "ps axfwu"
 show_all "dmesg"
 show_all "/sbin/lspci"
+show_all "dmidecode"
 show_all "cat /proc/partitions"
 show_all "cat /proc/cpuinfo"
 show_all "cat /proc/scsi/scsi"
 show_all "/sbin/ifconfig -a"
+show_all "/sbin/ifconfig -a"
 show_all "/sbin/ip addr list"
 show_all "/sbin/route -n"
 show_all "netstat -s"
@@ -182,6 +190,7 @@ EOF
 show_all "smbstatus -n -B"
 show_all "net ads testjoin"
 show_all "lsof -n | grep smbd"
+show_all "lsof -n | grep ctdbd"
 show_all "netstat -tan"
 show_all "net ads info"
 show_all "date"


-- 
CTDB repository


More information about the samba-cvs mailing list