Reformatted example output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1977a96fec
commit
2cf7c4a024
@ -6,7 +6,7 @@ B<rscan> - Collects node information from one or more hardware control points.
|
||||
|
||||
I<rscan [-h|--help]>
|
||||
|
||||
I<rscan [-v|--version]>
|
||||
I<rscan [-v|--version]>
|
||||
|
||||
I<rscan [-V|--verbose] noderange [-w][-x|-z]>
|
||||
|
||||
@ -16,7 +16,7 @@ I<rscan [-V|--verbose] noderange [-w][-x|-z]>
|
||||
The rscan command lists hardware information for each node managed by the hardware control points specified in noderange.
|
||||
|
||||
Note that the first line of the output always contains information about the hardware control point itself. When using the rscan command to generate output for HMC or IVM hardware control points, note that FSPs and BPAs are included in the output.
|
||||
|
||||
|
||||
|
||||
|
||||
=head1 OPTIONS
|
||||
@ -51,24 +51,23 @@ I<rscan hmc01>
|
||||
|
||||
Output is similar to:
|
||||
|
||||
type name id type-model serial-number address
|
||||
type name id type-model serial-number address
|
||||
|
||||
hmc hmc01 7310-C05 10F426A hmc01
|
||||
fsp Server-9117-MMA-SN10F6F3D 9117-MMA 10F6F3D 3.3.3.197
|
||||
lpar lpar3 4 9117-MMA 10F6F3D
|
||||
lpar lpar2 3 9117-MMA 10F6F3D
|
||||
lpar lpar1 2 9117-MMA 10F6F3D
|
||||
lpar p6vios 1 9117-MMA 10F6F3D
|
||||
hmc hmc01 7310-C05 10F426A hmc01
|
||||
fsp Server-9117-MMA-SN10F6F3D 9117-MMA 10F6F3D 3.3.3.197
|
||||
lpar lpar3 4 9117-MMA 10F6F3D
|
||||
lpar lpar2 3 9117-MMA 10F6F3D
|
||||
lpar lpar1 2 9117-MMA 10F6F3D
|
||||
lpar p6vios 1 9117-MMA 10F6F3D
|
||||
|
||||
|
||||
2.To list all nodes managed by IVM ivm02 in XML format and write the output to the xCAT database, enter:
|
||||
2. To list all nodes managed by IVM ivm02 in XML format and write the output to the xCAT database, enter:
|
||||
|
||||
I<rscan ivm02 -x -w>
|
||||
|
||||
Output is similar to:
|
||||
|
||||
Output is similar to:
|
||||
|
||||
<Node>
|
||||
<Node>
|
||||
<address>ivm02</address>
|
||||
<id></id>
|
||||
<name>ivm02</name>
|
||||
@ -86,16 +85,16 @@ I<rscan ivm02 -x -w>
|
||||
<type-model>9133-55A</type-model>
|
||||
</Node>
|
||||
|
||||
<Node>
|
||||
<address></address>
|
||||
<id>1</id>
|
||||
<name>10-B7D1G</name>
|
||||
<serial-number>10B7D1G</serial-number>
|
||||
<type>lpar</type>
|
||||
<type-model>9133-55A</type-model>
|
||||
<Node>
|
||||
<address></address>
|
||||
<id>1</id>
|
||||
<name>10-B7D1G</name>
|
||||
<serial-number>10B7D1G</serial-number>
|
||||
<type>lpar</type>
|
||||
<type-model>9133-55A</type-model>
|
||||
</Node>
|
||||
|
||||
<Node>
|
||||
<Node>
|
||||
<address></address>
|
||||
<id>2</id>
|
||||
<name>lp2</name>
|
||||
@ -108,33 +107,33 @@ I<rscan ivm02 -x -w>
|
||||
|
||||
3. To list all nodes managed by Management Module mm03 in stanza format and write the output to the xCAT database, enter:
|
||||
|
||||
I<rscan mm03 -z -w>
|
||||
|
||||
I <rscan mm03 -z -w>
|
||||
Output is similar to:
|
||||
|
||||
<Output is similar to:
|
||||
|
||||
SN#IBM:
|
||||
SN#IBM:
|
||||
objtype=node
|
||||
type=mm
|
||||
id=0
|
||||
type-model=8852-22Z
|
||||
serial-number=23A4328
|
||||
address=mm01
|
||||
type-model=8852-22Z
|
||||
serial-number=23A4328
|
||||
address=mm01
|
||||
|
||||
blade1:
|
||||
objtype=node
|
||||
type=blade
|
||||
id=1
|
||||
type-model=8853-SWZ
|
||||
serial-number=23AD188
|
||||
address=
|
||||
blade2:
|
||||
objtype=node
|
||||
type=blade
|
||||
id=3
|
||||
type-model=7971-6AZ
|
||||
serial-number=23A0052
|
||||
address=
|
||||
blade1:
|
||||
objtype=node
|
||||
type=blade
|
||||
id=1
|
||||
type-model=8853-SWZ
|
||||
serial-number=23AD188
|
||||
address=
|
||||
|
||||
blade2:
|
||||
objtype=node
|
||||
type=blade
|
||||
id=3
|
||||
type-model=7971-6AZ
|
||||
serial-number=23A0052
|
||||
address=
|
||||
|
||||
|
||||
|
||||
@ -150,3 +149,4 @@ This command is part of the xCAT software product.
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user