From 93c1dfcd019fa167aae640ce0e8794f9e9fb7834 Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 10 Sep 2008 19:52:27 +0000 Subject: [PATCH] Added new option switches for OpenSLP support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2130 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/lsslp.1.pod | 32 +++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/xCAT-client/pods/man1/lsslp.1.pod b/xCAT-client/pods/man1/lsslp.1.pod index fc72ecb4d..e7963daff 100644 --- a/xCAT-client/pods/man1/lsslp.1.pod +++ b/xCAT-client/pods/man1/lsslp.1.pod @@ -9,26 +9,43 @@ I I -I +I =head1 DESCRIPTION -The lsslp command discovers selected service types using the -s flag. All service types are returned if the -s flag is not specified. If a specific broadcast address is not specified using the -b flag, the broadcast is performed out all broadcast enabled network adapters. The optional -r, -x, and -z flags format the output. +The lsslp command discovers selected service types using the -s flag. All service types are returned if the -s flag is not specified. If a specific IP address is not specified using the -i flag, the request is sent out all available network adapters. The optional -r, -x, and -z flags format the output. -NOTE: SLP broadcast requests will propagate only within the subnet of the network adapter broadcast IPs specified by the -b flag. If the -b flag is not specified, the SLP broadcast is sent to all network adapter IPs enabled for broadcast. +NOTE: SLP broadcast requests will propagate only within the subnet of the network adapter broadcast IPs specified by the -b flag. =head1 OPTIONS -B<-b> IP(s) the command will broadcast out. +B<-c> Convergence timeout. + A value-list of 32 bit integers used as timeouts, in milliseconds, to + implement the convergence algorithm. Each value specifies the time + to wait before sending the next request, or until nothing new + has been learned from two successive requests. A maximum of 5 comma- + seperated values are allowed. Note that specifying -c with no arguments + will use the timeout values last specified. Not including -c will use + the hardcoded defaults of 500,750,1000,1500,2000 milliseconds. + +B<-i> IP(s) the command will send out (defaults to all available adapters). + +B<-e> Path and command name of IBM SLP slp_query (defaults to OpenSLP - slptool). + An IBM proprietary implementation of SLP can be also be used. + Contact IBM for details. B<-h> Display usage message. -B<-r> Raw slp response. +B<-m> Multicast mode (defaults to broadcast). + +B<-r> Display Raw SLP response. B<-s> Service type interested in discovering. +B<-t> Number or service-request attempts. + B<-v> Command Version. B<-V> Verbose output. @@ -48,9 +65,9 @@ B<-z> Stanza formated output. =head1 EXAMPLES -1. To list all discovered HMC service types in tabular format, enter: +1. To list all discovered HMC service types in tabular format with convergence timeouts of 5000,5000,2000,1000,1000 milliseconds, enter: - lsslp -s HMC + lsslp -s HMC -c 5000,5000,2000,1000,1000 Output is similar to: @@ -138,4 +155,3 @@ L -