2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Fix man page and usage for MPA rinv command

This commit is contained in:
Mark Gurevich 2017-06-21 13:23:54 -04:00
parent f793ec83a5
commit 3c75e9cfae
3 changed files with 18 additions and 23 deletions

View File

@ -25,7 +25,7 @@ BMC/MPA specific:
=================
\ **rinv**\ \ *noderange*\ {\ **pci | model | serial | asset | vpd | mprom | deviceid | guid | firm | diag | dimm | bios | mparom | mac | all**\ }
\ **rinv**\ \ *noderange*\ [\ **model | serial | asset | vpd | deviceid | guid | firm | dimm | mprom | all**\ ]
OpenPOWER (IPMI) server specific:
@ -126,12 +126,6 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, number of CPUs, amou
\ **pci**\
Retrieves PCI bus information.
\ **bus**\
List all buses for each I/O slot.
@ -140,8 +134,7 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, number of CPUs, amou
\ **config**\
Retrieves number of processors, speed, total memory, and DIMM
locations.
Retrieves number of processors, speed, total memory, and DIMM locations.
@ -177,7 +170,7 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, number of CPUs, amou
\ **asset**\
Retrieves asset tag. Usually it's the MAC address of eth0.
Retrieves asset tag. Usually it's the MAC address of eth0.
@ -199,6 +192,12 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, number of CPUs, amou
\ **dimm**\
Retrieves dual in-line memory module information.
\ **deviceid**\
Retrieves device identification. Usually device, manufacturing and product IDs.

View File

@ -95,14 +95,12 @@ my %usage = (
Common:
rinv <noderange> [all|model|serial] [-V|--verbose]
rinv [-h|--help|-v|--version]
BMC specific:
rinv <noderange> [mprom|deviceid|uuid|guid|vpd|dimm|all]
BMC/MPA specific:
rinv <noderange> [model|serial|asset|vpd|deviceid|guid|firm|dimm|mprom|all]
OpenPOWER (IPMI) server specific:
rinv <noderange> [model|serial|deviceid|uuid|guid|vpd|mprom|firm|all]
OpenPOWER (OpenBMC) server specific:
rinv <noderange> [model|serial|firm|cpu|dimm|all]
MPA specific:
rinv <noderange> [firm|bios|diag|mprom|sprom|mparom|mac|mtm]
PPC specific(with HMC):
rinv <noderange> [all|bus|config|serial|model|firm]
PPC specific(using Direct FSP Management):

View File

@ -8,7 +8,7 @@ B<rinv> [B<-h>|B<--help>|B<-v>|B<--version>]
=head2 BMC/MPA specific:
B<rinv> I<noderange> {B<pci>|B<model>|B<serial>|B<asset>|B<vpd>|B<mprom>|B<deviceid>|B<guid>|B<firm>|B<diag>|B<dimm>|B<bios>|B<mparom>|B<mac>|B<all>}
B<rinv> I<noderange> [B<model>|B<serial>|B<asset>|B<vpd>|B<deviceid>|B<guid>|B<firm>|B<dimm>|B<mprom>|B<all>]
=head2 OpenPOWER (IPMI) server specific:
@ -40,7 +40,6 @@ B<rinv> I<noderange> [B<-t>]
B<rinv> I<noderange>
=head2 zVM specific:
B<rinv> I<noderange> [B<config>|B<all>]
@ -78,18 +77,13 @@ Calling B<rinv> for VMware will display the UUID/GUID, number of CPUs, amount of
=over 7
=item B<pci>
Retrieves PCI bus information.
=item B<bus>
List all buses for each I/O slot.
=item B<config>
Retrieves number of processors, speed, total memory, and DIMM
locations.
Retrieves number of processors, speed, total memory, and DIMM locations.
=item B<model>
@ -113,7 +107,7 @@ To output the raw information of deconfigured resources for CEC.
=item B<asset>
Retrieves asset tag. Usually it's the MAC address of eth0.
Retrieves asset tag. Usually it's the MAC address of eth0.
=item B<vpd>
@ -127,6 +121,10 @@ Diagnostics information of firmware.
Retrieves mprom firmware level.
=item B<dimm>
Retrieves dual in-line memory module information.
=item B<deviceid>
Retrieves device identification. Usually device, manufacturing and product IDs.