2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-11 22:10:14 +00:00

Add verbose option to rinv for OpenBMC supported machines

This commit is contained in:
Victor Hu
2017-06-22 20:55:52 -04:00
parent b658a17af3
commit 27607d7495
3 changed files with 13 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ OpenPOWER (OpenBMC) server specific:
====================================
\ **rinv**\ \ *noderange*\ [\ **model | serial | firm | cpu | dimm | all**\ ]
\ **rinv**\ \ *noderange*\ [\ **model | serial | firm | cpu | dimm | all**\ ] [\ **-V | -**\ **-verbose**\ ]
PPC (with HMC) specific:
@@ -234,6 +234,12 @@ Calling \ **rinv**\ for VMware will display the UUID/GUID, number of CPUs, amou
\ **-V | -**\ **-verbose**\
Not supported for all managed machines. Prints verbose output.
\ **-t**\
Set the values in the vm table to what vCenter has for the indicated nodes.

View File

@@ -100,7 +100,7 @@ my %usage = (
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]
rinv <noderange> [model|serial|firm|cpu|dimm|all] [-V|--verbose]
PPC specific(with HMC):
rinv <noderange> [all|bus|config|serial|model|firm]
PPC specific(using Direct FSP Management):

View File

@@ -16,7 +16,7 @@ B<rinv> I<noderange> [B<model>|B<serial>|B<deviceid>|B<uuid>|B<guid>|B<vpd>|B<mp
=head2 OpenPOWER (OpenBMC) server specific:
B<rinv> I<noderange> [B<model>|B<serial>|B<firm>|B<cpu>|B<dimm>|B<all>]
B<rinv> I<noderange> [B<model>|B<serial>|B<firm>|B<cpu>|B<dimm>|B<all>] [B<-V>|B<--verbose>]
=head2 PPC (with HMC) specific:
@@ -149,6 +149,10 @@ Print help.
Print version.
=item B<-V>|B<--verbose>
Not supported for all managed machines. Prints verbose output.
=item B<-t>
Set the values in the vm table to what vCenter has for the indicated nodes.