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
This commit is contained in:
parent
35c920b9ee
commit
93c1dfcd01
@ -9,26 +9,43 @@ I<lsslp [-h| --help]>
|
||||
I<lsslp [-v| --version]>
|
||||
|
||||
|
||||
I<lsslp [-V| --verbose] [-b ip[,ip..]][-w][-r|-x|-z][-s BPA|MM|IVM|RSA|FSP|HMC]>
|
||||
I<lsslp [-V| --verbose] [-i ip[,ip..]][-w][-r|-x|-z][-s BPA|MM|IVM|RSA|FSP|HMC][-t tries][-m][-e command][-c [timeout[timeout,..]]]>
|
||||
|
||||
|
||||
=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<rscan(1)|rscan.1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user