mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
add rflash -d doc
This commit is contained in:
@ -63,7 +63,9 @@ OpenPOWER OpenBMC specific :
|
||||
|
||||
\ **rflash**\ \ *noderange*\ \ *tar_file_path*\ {[\ **-c | -**\ **-check**\ ] | [\ **-a | -**\ **-activate**\ ] | [\ **-u | -**\ **-upload**\ ]}
|
||||
|
||||
\ **rflash**\ \ *noderange*\ \ *image_id*\ {[\ **-a | -**\ **-activate**\ ] | [\ **-d | -**\ **-delete**\ ]}
|
||||
\ **rflash**\ \ *noderange*\ \ *tar_file_directory*\ [\ **-d**\] [\ **--no-host-reboot**\]
|
||||
|
||||
\ **rflash**\ \ *noderange*\ \ *image_id*\ {[\ **-a | -**\ **-activate**\ ] | [\ **-**\ **-delete**\ ]}
|
||||
|
||||
|
||||
|
||||
@ -179,6 +181,21 @@ To apply the firmware level, a reboot is required to BMC and HOST.
|
||||
\ **Note:**\ When using \ **rflash**\ in hierarchical environment, the .tar file must be accessible from Service Nodes.
|
||||
|
||||
|
||||
\ **-d**\ :
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
This option steamlines the update, activate, reboot BMC and reboot HOST procedure. It expects a directory containing both BMC and PNOR .tar files. When BMC and PNOR tar files are provided, the command will upload and activate firmware. After BMC becomes activate, it will reboot BMC. If BMC state is Ready, the command will reboot the HOST. If BMC state is NotReady, the command will exit.
|
||||
|
||||
\ **Note:**\ When using \ **--no-host-reboot**\, it will not reboot the host after BMC is reboot.
|
||||
|
||||
|
||||
\ **-**\ **-delete**\ :
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
The delete option will delete update image from BMC. It expects an ID as the input.
|
||||
|
||||
|
||||
***************
|
||||
\ **Options**\
|
||||
@ -264,7 +281,7 @@ To apply the firmware level, a reboot is required to BMC and HOST.
|
||||
|
||||
|
||||
|
||||
\ **-d|-**\ **-delete**\
|
||||
\ **-**\ **-delete**\
|
||||
|
||||
Delete update image from BMC
|
||||
|
||||
@ -357,7 +374,7 @@ To apply the firmware level, a reboot is required to BMC and HOST.
|
||||
|
||||
|
||||
|
||||
6. To update the firmware on IBM Power S822LC for Big Data machine specify the node name and the file path of the data directory containing pUpdate utility and BMC and/or PNOR update files:
|
||||
6. To update the firmware on IBM Power S822LC for Big Data machine specify the node name and the file path of the data directory containing pUpdate utility, both BMC and PNOR update files:
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
@ -123,10 +123,14 @@ B<Note:> When using B<rflash> in hierarchical environment, the .tar file must be
|
||||
|
||||
B<-d>:
|
||||
|
||||
This option steamline the update, activate, reboot BMC and reboot HOST procedure. It expects a directory contains both BMC and PNOR .tar files. When BMC and PNOR tar files are provided, it will upload, activate firmware. When BMC is activate, it will reboot BMC. If BMC state is Ready, it will reboot the HOST. If BMC state is NotReady, the command exit.
|
||||
This option steamlines the update, activate, reboot BMC and reboot HOST procedure. It expects a directory containing both BMC and PNOR .tar files. When BMC and PNOR tar files are provided, the command will upload and activate firmware. After BMC becomes activate, it will reboot BMC. If BMC state is Ready, the command will reboot the HOST. If BMC state is NotReady, the command will exit.
|
||||
|
||||
B<Note:> When using B<--no-host-reboot>, it will not reboot the host after BMC is reboot.
|
||||
|
||||
B<--delete>:
|
||||
|
||||
This delete option will delete update image from BMC. It expects an ID as the input.
|
||||
|
||||
=head1 B<Options>
|
||||
|
||||
=over 7
|
||||
@ -241,14 +245,14 @@ Print verbose message to rflash log file (/var/log/xcat/rflash/fs3.log) when upd
|
||||
rflash fs3 /firmware/8335_810.1543.20151021b_update.hpm -V
|
||||
|
||||
=item 6.
|
||||
To update the firmware on IBM Power S822LC for Big Data machine specify the node name and the file path of the data directory containing pUpdate utility and BMC and/or PNOR update files:
|
||||
To update the firmware on IBM Power S822LC for Big Data machine specify the node name and the file path of the data directory containing pUpdate utility, both BMC and PNOR update files:
|
||||
|
||||
rflash briggs01 -d /root/supermicro/OP825
|
||||
|
||||
=item 7.
|
||||
To update the firmware on the OpenBMC machine, specify the firmare update file to upload and activate:
|
||||
|
||||
rflash p9euh02 -a /tmp/witherspoon.pnor.squashfs.tar
|
||||
rflash p9euh02 -a /tmp/witherspoon.pnor.squashfs.tar
|
||||
|
||||
=back
|
||||
|
||||
|
Reference in New Issue
Block a user