From 57cb1c6a6487c1acc9e1827bc8a14365fc82e5f4 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 6 Jan 2011 02:15:16 +0000 Subject: [PATCH] FSP/BPA redundancy: modify the man page of lsslp. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/lsslp.1.pod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/lsslp.1.pod b/xCAT-client/pods/man1/lsslp.1.pod index 3db24ad12..2a2c2bb13 100644 --- a/xCAT-client/pods/man1/lsslp.1.pod +++ b/xCAT-client/pods/man1/lsslp.1.pod @@ -9,7 +9,7 @@ I I -I +I =head1 DESCRIPTION @@ -49,6 +49,14 @@ B<-n> Only display and write the newly discovered hardwares. B<-r> Display Raw SLP response. +B<-C> The number of the nodes expected to find, specified by the user. + When using this flag, lsslp will not return until the it has found all the nodes or time out. + The default max time is 5 minutes. The user can use -T flag the specify the time they want to use. + A short time will limite the time costing, while a long time will help to find all the nodes. + +B<-T> The number in seconds to limite the time costing of lsslp. Must be used with the flag -C. + See the help of flag -C for more details. + B<--resetnet> Login to hardwares and reset the network interfaces. This option is only valid for the nodes with different attributes: ip and otherinterfaces in hosts table.