This is a patch for a problem that has been in the ibdiagnet tools for 1.3.1; this problem is seen when running "ibdiagnet -pm" where the output pm file, ibdiagnet.pm, does not show all the error counters that were actually retrieved: specifically port_rcv_remote_physical_errors and port_rcv_switch_relay_errors

This problem has been noticed in earlier ofed versions as well.
diff -uBr ibdiagnet1.2-orig/ibdebug.tcl ibdiagnet1.2/ibdebug.tcl
--- ibdiagnet1.2-orig/ibdebug.tcl       2008-08-15 09:58:37.000000000 -0400
+++ ibdiagnet1.2/ibdebug.tcl    2008-08-15 09:59:55.000000000 -0400
@@ -137,7 +137,7 @@
     ## Configuration of constants - Step1.0: Config lists of vars
     set G(var:list.files.extention) "lst fdbs mcfdbs log neighbor masks sm pm 
mcgs pkey db"
     set G(var:list.pm.counter)      "symbol_error_counter 
link_error_recovery_counter\
-      link_down_counter port_rcv_errors port_xmit_discard vl15_dropped\
+      link_down_counter port_rcv_errors port_rcv_remote_physical_errors 
port_rcv_switch_relay_errors port_xmit_discard vl15_dropped\
       port_rcv_constraint_errors local_link_integrity_errors\
       port_xmit_constraint_errors excesive_buffer_errors port_xmit_data\
          port_rcv_data port_xmit_pkts port_rcv_pkts all"
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to