From 1977a96fec53a80fdf7cf09e884e7edde2a30894 Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 6 Feb 2008 19:41:46 +0000 Subject: [PATCH] Added note about requirement about discovery on same subnet only git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@407 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/share/man/man1/lsslp.1 | 74 ++++++++++++-------------- 1 file changed, 34 insertions(+), 40 deletions(-) diff --git a/xCAT-client-2.0/share/man/man1/lsslp.1 b/xCAT-client-2.0/share/man/man1/lsslp.1 index 7d43221ad..2247a30b6 100644 --- a/xCAT-client-2.0/share/man/man1/lsslp.1 +++ b/xCAT-client-2.0/share/man/man1/lsslp.1 @@ -1,8 +1,7 @@ -.\" Automatically generated by Pod::Man version 1.02 -.\" Mon Jan 7 14:44:33 2008 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: -.\" ====================================================================== +.\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp @@ -15,12 +14,6 @@ .if t .sp .5v .if n .sp .. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. .de Vb \" Begin verbatim text .ft CW .nf @@ -28,15 +21,14 @@ .. .de Ve \" End verbatim text .ft R - .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a -.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used -.\" to do unbreakable dashes and therefore won't be available. \*(C` and -.\" \*(C' expand to `' in nroff, nothing in troff, for use with C<> +.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to +.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' +.\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ @@ -46,8 +38,8 @@ . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" -. ds C` ` -. ds C' ' +. ds C` "" +. ds C' "" 'br\} .el\{\ . ds -- \|\(em\| @@ -56,26 +48,25 @@ . ds R" '' 'br\} .\" -.\" If the F register is turned on, we'll generate index entries on stderr -.\" for titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and -.\" index entries marked with X<> in POD. Of course, you'll have to process -.\" the output yourself in some meaningful fashion. +.\" If the F register is turned on, we'll generate index entries on stderr for +.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" entries marked with X<> in POD. Of course, you'll have to process the +.\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" -. . +.. . nr % 0 . rr F .\} .\" -.\" For nroff, turn off justification. Always turn off hyphenation; it -.\" makes way too many mistakes in technical documents. +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. -.bd B 3 . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 @@ -135,26 +126,27 @@ . ds Ae AE .\} .rm #[ #] #H #V #F C -.\" ====================================================================== +.\" ======================================================================== .\" .IX Title "LSSLP.1 1" -.TH LSSLP.1 1 "perl v5.6.0" "2008-01-07" "User Contributed Perl Documentation" -.UC +.TH LSSLP.1 1 "2008-02-06" "perl v5.8.3" "User Contributed Perl Documentation" .SH "NAME" -\&\fBlsslp\fR \- Queries selected networked services configuration information. +\&\fBlsslp\fR \- Queries selected networked services information within the same subnet. .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fIlsslp [\-h| \-\-help]\fR .PP \&\fIlsslp [\-v| \-\-version]\fR .PP -\&\fIlsslp [\-V| \-\-verbose] [\-b ip[,ip..]][\-w][\-r|\-x|\-z][\-s BPA|MM|IVM|RSA|FSP| \s-1HMC\s0]\fR +\&\fIlsslp [\-V| \-\-verbose] [\-b ip[,ip..]][\-w][\-r|\-x|\-z][\-s BPA|MM|IVM|RSA|FSP|HMC]\fR .SH "DESCRIPTION" .IX Header "DESCRIPTION" The lsslp command queries 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. +.PP +\&\s-1NOTE:\s0 \s-1SLP\s0 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 \s-1SLP\s0 broadcast is sent to all network adapter IPs enabled for broadcast. .SH "OPTIONS" .IX Header "OPTIONS" -\&\fB\-b\fR \fIIP\fR\|(s) the command will broadcast out. +\&\fB\-b\fR \s-1IP\s0(s) the command will broadcast out. .PP \&\fB\-h\fR Display usage message. .PP @@ -184,13 +176,13 @@ The lsslp command queries selected service types using the \-s flag. All service .PP Output is similar to: .PP -device type-model serial-number ip-addresses +device type-model serial-number ip-addresses hostname .PP -\&\s-1HMC\s0 7310CR2 103F55A 1.1.1.115 2.2.2.164 3.3.3.102 +\&\s-1HMC\s0 7310CR2 103F55A 1.1.1.115 2.2.2.164 3.3.3.102 hmc01 .PP -\&\s-1HMC\s0 7310CR2 105369A 3.3.3.103 2.2.2.103 1.1.1.163 +\&\s-1HMC\s0 7310CR2 105369A 3.3.3.103 2.2.2.103 1.1.1.163 hmc02 .PP -\&\s-1HMC\s0 7310CR3 \s-1KPHHK24\s0 3.3.3.154 2.2.2.110 1.1.1.154 +\&\s-1HMC\s0 7310CR3 \s-1KPHHK24\s0 3.3.3.154 2.2.2.110 1.1.1.154 hmc03 .PP 2. list all discovered \s-1FSP\s0 service types in raw response format on subnet 30.0.0.255, enter: .PP @@ -198,9 +190,9 @@ device type-model serial-number ip-addresses .PP Output is similar to: .PP -(type=cec-service-processor),(serial-number=10A3AEB),(machinetype-model=9117\-570),(fru-serial-number=YL11C5338102),(hostname=),(frame-number=0),(cage-number=0),(ip-address=3.0.0.94,1.1.1.147),(web-url=https://3.0.0.94:473 ), (slot=1),(bpc-machinetype-model=0),(bpc-serial-number=0),(Image=fips240/b0630a_0623.240) +(type=cec\-service\-processor),(serial\-number=10A3AEB),(machinetype\-model=9117\-570),(fru\-serial\-number=YL11C5338102),(hostname=),(frame\-number=0),(cage\-number=0),(ip\-address=3.0.0.94,1.1.1.147),(web\-url=https://3.0.0.94:473 ), (slot=1),(bpc\-machinetype\-model=0),(bpc\-serial\-number=0),(Image=fips240/b0630a_0623.240) .PP -(type=cec-service-processor),(serial-number=10A3E2B),(machinetype-model=9117\-570),(fru-serial- number=YL11C5338250),(hostname=),(frame-number=0),(cage-number=0),(ip-address=3.0.0.95,1.1.1.147), (web-url=https://3.0.0.95:473 ),(slot=1),(bpc-machinetype-model=0),(bpc-serial-number=0),(Image=fips240/b0630a_0623.240) +(type=cec\-service\-processor),(serial\-number=10A3E2B),(machinetype\-model=9117\-570),(fru\-serial\- number=YL11C5338250),(hostname=),(frame\-number=0),(cage\-number=0),(ip\-address=3.0.0.95,1.1.1.147), (web\-url=https://3.0.0.95:473 ),(slot=1),(bpc\-machinetype\-model=0),(bpc\-serial\-number=0),(Image=fips240/b0630a_0623.240) .PP 3. To list all discovered \s-1MM\s0 service types in \s-1XML\s0 format and write the output to the xCAT database, enter: .PP @@ -216,6 +208,7 @@ I \& 86772XX \& .Ve +.PP 4. To list all discovered \s-1MM\s0 service types in stanza format and write the output to the xCAT database, enter: .PP \&\fIlsslp \-s \s-1MM\s0 \-z \-w\fR @@ -223,13 +216,14 @@ I .Vb 1 \& Output is similar to: .Ve +.PP .Vb 6 \& mm01: -\& objtype=node -\& device=MM -\& type-model=86772XX -\& serial-number=78AG034 -\& ip-addresses=1.1.1.19 +\& objtype=node +\& device=MM +\& type-model=86772XX +\& serial-number=78AG034 +\& ip-addresses=1.1.1.19 .Ve .SH "FILES" .IX Header "FILES"