From 8017518fbaa49e536473f4a2c4c615824a17a226 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 23 Sep 2011 11:00:19 +0000 Subject: [PATCH] add info git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10623 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/xcatdebug.8.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/pods/man8/xcatdebug.8.pod b/xCAT-client/pods/man8/xcatdebug.8.pod index 2ebb73bf6..8368f0823 100644 --- a/xCAT-client/pods/man8/xcatdebug.8.pod +++ b/xCAT-client/pods/man8/xcatdebug.8.pod @@ -6,7 +6,7 @@ B {B} =head1 DESCRIPTION -The xcatdebug command starts the xcatd daemon in Perl Debug Trace mode. It is to be used for diagnosing xCAT problems. The trace outputs the paramters passed into the xcatd subroutines, listed in the tracefiles. The tracefiles are located in /opt/xcat/share/xcat/tools/tracelevel. The amount of trace data collected varies with the levelnumber. levelnumber 0 being the least amount of trace and increasing with the number. +The xcatdebug command starts the xcatd daemon in Perl Debug Trace mode. It is to be used for diagnosing xCAT problems. The trace outputs the paramters passed into the xcatd subroutines, listed in the tracefiles. The tracefiles are located in /opt/xcat/share/xcat/tools/tracelevel. The amount of trace data collected varies with the levelnumber. levelnumber 0 being the least amount of trace and increasing with the number. You can add more tracelevel files to suit the problem being debugged. You must have perl-Debug-Trace installed.