mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 00:00:12 +00:00
Remove options that are not supported for rinv
This commit is contained in:
@ -28,18 +28,18 @@ BMC/MPA specific:
|
||||
\ **rinv**\ \ *noderange*\ {\ **pci | model | serial | asset | vpd | mprom | deviceid | guid | firm | diag | dimm | bios | mparom | mac | all**\ }
|
||||
|
||||
|
||||
OpenPOWER (using ipmi) server specific:
|
||||
=======================================
|
||||
OpenPOWER (IPMI) server specific:
|
||||
=================================
|
||||
|
||||
|
||||
\ **rinv**\ \ *noderange*\ [\ **model | serial | deviceid | uuid | guid | vpd | mprom | firm | all**\ ]
|
||||
|
||||
|
||||
OpenPOWER (using openbmc) server specific:
|
||||
==========================================
|
||||
OpenPOWER (OpenBMC) server specific:
|
||||
====================================
|
||||
|
||||
|
||||
\ **rinv**\ \ *noderange*\ [\ **model | serial | deviceid | uuid | guid | vpd | mprom | firm | cpu | dimm | all**\ ]
|
||||
\ **rinv**\ \ *noderange*\ [\ **model | serial | mprom | firm | cpu | dimm | all**\ ]
|
||||
|
||||
|
||||
PPC (with HMC) specific:
|
||||
@ -195,25 +195,25 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, nuumber of CPUs, amo
|
||||
|
||||
\ **mprom**\
|
||||
|
||||
Retrieves mprom firmware level
|
||||
Retrieves mprom firmware level.
|
||||
|
||||
|
||||
|
||||
\ **deviceid**\
|
||||
|
||||
Retrieves device identification. Usually device, manufacturing and product ids.
|
||||
Retrieves device identification. Usually device, manufacturing and product IDs.
|
||||
|
||||
|
||||
|
||||
\ **uuid**\
|
||||
|
||||
Retrieves the universally unique identifier
|
||||
Retrieves the universally unique identifier.
|
||||
|
||||
|
||||
|
||||
\ **guid**\
|
||||
|
||||
Retrieves the global unique identifier
|
||||
Retrieves the global unique identifier .
|
||||
|
||||
|
||||
|
||||
|
@ -97,10 +97,10 @@ my %usage = (
|
||||
rinv [-h|--help|-v|--version]
|
||||
BMC specific:
|
||||
rinv <noderange> [mprom|deviceid|uuid|guid|vpd|dimm|all]
|
||||
OpenPOWER (using ipmi) server specific:
|
||||
OpenPOWER (IPMI) server specific:
|
||||
rinv <noderange> [model|serial|deviceid|uuid|guid|vpd|mprom|firm|all]
|
||||
OpenPOWER (using openbmc) server specific:
|
||||
rinv <noderange> [model|serial|deviceid|uuid|guid|vpd|mprom|firm|cpu|dimm|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):
|
||||
|
@ -10,13 +10,13 @@ B<rinv> [B<-h>|B<--help>|B<-v>|B<--version>]
|
||||
|
||||
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>}
|
||||
|
||||
=head2 OpenPOWER (using ipmi) server specific:
|
||||
=head2 OpenPOWER (IPMI) server specific:
|
||||
|
||||
B<rinv> I<noderange> [B<model>|B<serial>|B<deviceid>|B<uuid>|B<guid>|B<vpd>|B<mprom>|B<firm>|B<all>]
|
||||
|
||||
=head2 OpenPOWER (using openbmc) server specific:
|
||||
=head2 OpenPOWER (OpenBMC) server specific:
|
||||
|
||||
B<rinv> I<noderange> [B<model>|B<serial>|B<deviceid>|B<uuid>|B<guid>|B<vpd>|B<mprom>|B<firm>|B<cpu>|B<dimm>|B<all>]
|
||||
B<rinv> I<noderange> [B<model>|B<serial>|B<mprom>|B<firm>|B<cpu>|B<dimm>|B<all>]
|
||||
|
||||
=head2 PPC (with HMC) specific:
|
||||
|
||||
@ -125,19 +125,19 @@ Diagnostics information of firmware.
|
||||
|
||||
=item B<mprom>
|
||||
|
||||
Retrieves mprom firmware level
|
||||
Retrieves mprom firmware level.
|
||||
|
||||
=item B<deviceid>
|
||||
|
||||
Retrieves device identification. Usually device, manufacturing and product ids.
|
||||
Retrieves device identification. Usually device, manufacturing and product IDs.
|
||||
|
||||
=item B<uuid>
|
||||
|
||||
Retrieves the universally unique identifier
|
||||
Retrieves the universally unique identifier.
|
||||
|
||||
=item B<guid>
|
||||
|
||||
Retrieves the global unique identifier
|
||||
Retrieves the global unique identifier .
|
||||
|
||||
=item B<all>
|
||||
|
||||
|
Reference in New Issue
Block a user