mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 21:20:36 +00:00
Remove trailing spaces in file xCAT-client/pods/man1/lsslp.1.pod
This commit is contained in:
@ -29,13 +29,13 @@ B<-n> Only display and write the newly discovered hardware.
|
||||
|
||||
B<-u> Do unicast to a specified IP range. Must be used with B<-s> and B<--range>. The B<-u> flag is not supported on AIX.
|
||||
|
||||
B<--range> Specify one or more IP ranges. Must be use in unicast mode. It accepts multiple formats. For example, 192.168.1.1/24, 40-41.1-2.3-4.1-100. If the range is huge, for example, 192.168.1.1/8, lsslp may take a very long time for node scan. So the range should be exactly specified.
|
||||
B<--range> Specify one or more IP ranges. Must be use in unicast mode. It accepts multiple formats. For example, 192.168.1.1/24, 40-41.1-2.3-4.1-100. If the range is huge, for example, 192.168.1.1/8, lsslp may take a very long time for node scan. So the range should be exactly specified.
|
||||
|
||||
B<-r> Display Raw SLP response.
|
||||
|
||||
B<-C> The number of the expected responses 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 3 seconds. The user can use -T flag the specify the time they want to use. A short time will limit the time costing, while a long time will help to find all the nodes.
|
||||
|
||||
B<-T> The number in seconds to limit the time of lsslp.
|
||||
|
||||
B<-T> The number in seconds to limit the time of lsslp.
|
||||
|
||||
|
||||
B<-s> Service type interested in discovering.
|
||||
@ -121,7 +121,7 @@ Output is similar to:
|
||||
ip=192.168.200.125
|
||||
groups=hmc,all
|
||||
mgt=hmc
|
||||
mac=00:1a:64:fb:7d:50
|
||||
mac=00:1a:64:fb:7d:50
|
||||
hidden=0
|
||||
192.168.200.244:
|
||||
objtype=node
|
||||
@ -175,7 +175,7 @@ Output is similar to:
|
||||
|
||||
5. To list all discovered service types in stanza format and display the IP address, enter:
|
||||
|
||||
lsslp -w
|
||||
lsslp -w
|
||||
|
||||
Output is similar to:
|
||||
|
||||
@ -206,17 +206,17 @@ Output is similar to:
|
||||
|
||||
6. To list all the CECs, enter:
|
||||
|
||||
lsslp -s CEC
|
||||
|
||||
lsslp -s CEC
|
||||
|
||||
device type-model serial-number side ip-addresses hostname
|
||||
FSP 9117-MMB 105EBEP A-1 20.0.0.138 20.0.0.138
|
||||
FSP 9117-MMB 105EBEP B-1 20.0.0.139 20.0.0.139
|
||||
CEC 9117-MMB 105EBEP Server-9117-MMB-SN105EBEP
|
||||
|
||||
|
||||
|
||||
7. To list all the nodes defined in database which have no SLP response.
|
||||
|
||||
lsslp -I
|
||||
lsslp -I
|
||||
|
||||
Output is similar to:
|
||||
|
||||
@ -247,11 +247,11 @@ or lsslp CEC1,CEC2,CEC3
|
||||
FSP 8205-E6B 1000ECP B-0 192.168.200.39 192.168.200.39
|
||||
FSP 8205-E6B 1000ECP A-1 50.0.0.31 50.0.0.27
|
||||
FSP 8205-E6B 1000ECP B-1 50.0.0.32 50.0.0.28
|
||||
CEC 8205-E6B 1000ECP CEC3
|
||||
CEC 8205-E6B 1000ECP CEC3
|
||||
|
||||
|
||||
9. To list all discovered CMM in stanza format, enter:
|
||||
lsslp -s CMM -m -z
|
||||
lsslp -s CMM -m -z
|
||||
|
||||
e114ngmm1:
|
||||
objtype=node
|
||||
|
Reference in New Issue
Block a user