mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Fixes after the review
This commit is contained in:
parent
60e2f8ab26
commit
63eb3b5d1e
@ -434,8 +434,24 @@ OPTIONS
|
||||
|
||||
\ **dump**\
|
||||
|
||||
Manage OpenBMC system dumps. If no suboption is provided, will generate, wait and download the dump files to /var/log/xcat/dump.
|
||||
\ **-c**\ will clear a single or all dumps on the BMC. \ **-l**\ will list all the generated dumps on the BMC. \ **-g**\ will generate a new dump on the BMC. Dump generation can take a few minutes. \ **-d**\ will download a single dump from the BMC to /var/log/xcat/dump on management or service node.
|
||||
Manage OpenBMC system dumps. If no sub-option is provided, will generate, wait, and download the dump.
|
||||
|
||||
|
||||
\ **-c**\ will clear a single specified dump, or use 'all' to clear all dumps on the BMC.
|
||||
|
||||
|
||||
|
||||
\ **-l**\ will list all the generated dumps on the BMC.
|
||||
|
||||
|
||||
|
||||
\ **-g**\ will generate a new dump on the BMC. Dump generation can take a few minutes.
|
||||
|
||||
|
||||
|
||||
\ **-d**\ will download a single dump from the BMC to /var/log/xcat/dump on management or service node.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1266,7 +1282,7 @@ EXAMPLES
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
rspconfig p9euh02 dump -l
|
||||
rspconfig p9euh02 dump
|
||||
|
||||
|
||||
Output is similar to:
|
||||
|
@ -328,8 +328,23 @@ The subnet mask.
|
||||
|
||||
=item B<dump>
|
||||
|
||||
Manage OpenBMC system dumps. If no suboption is provided, will generate, wait and download the dump files to /var/log/xcat/dump.
|
||||
B<-c> will clear a single or all dumps on the BMC. B<-l> will list all the generated dumps on the BMC. B<-g> will generate a new dump on the BMC. Dump generation can take a few minutes. B<-d> will download a single dump from the BMC to /var/log/xcat/dump on management or service node.
|
||||
Manage OpenBMC system dumps. If no sub-option is provided, will generate, wait, and download the dump.
|
||||
|
||||
=over 4
|
||||
|
||||
=item
|
||||
B<-c> will clear a single specified dump, or use 'all' to clear all dumps on the BMC.
|
||||
|
||||
=item
|
||||
B<-l> will list all the generated dumps on the BMC.
|
||||
|
||||
=item
|
||||
B<-g> will generate a new dump on the BMC. Dump generation can take a few minutes.
|
||||
|
||||
=item
|
||||
B<-d> will download a single dump from the BMC to /var/log/xcat/dump on management or service node.
|
||||
|
||||
=back
|
||||
|
||||
=item B<network>={[I<ip>],[I<host>],[I<gateway>],[I<netmask>]|*}
|
||||
|
||||
@ -836,7 +851,7 @@ Output is similar to:
|
||||
=item 32.
|
||||
To generate and download BMC dump:
|
||||
|
||||
rspconfig p9euh02 dump -l
|
||||
rspconfig p9euh02 dump
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user