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

Add rflash doc for OpenPOWER machine

This commit is contained in:
chenglch 2015-11-19 02:14:31 -05:00
parent 67bd34741e
commit 821e453840
2 changed files with 29 additions and 2 deletions

View File

@ -99,7 +99,17 @@ As an example, get only the temperature information of a particular machine. ::
Firmware Updating
`````````````````
**TODO**: For OpenPower machines, the firmware updating feature is not implemented in the ``rflash`` command. The section should be updated after this feature is implemented.
For OpenPower machine, the firmware updating feature is implement in ``rflash``
command.
Collect firmware version of the node and the HPM file: ::
rflash cn1 -c /firmware/8335_810.1543.20151021b_update.hpm
Update node firmware to the version of the HPM file: ::
rflash cn1 /firmware/8335_810.1543.20151021b_update.hpm
Configures Nodes' Service Processors
````````````````````````````````````

View File

@ -20,7 +20,11 @@ B<rflash> I<noderange> {B<--commit>|B<--recover>}
=head2 NeXtScale FPC specific:
B<rflash> I<noderange> I<http directory>
B<rflash> I<noderange> I<http directory>
=head2 OpenPOWER BMC specific:
B<rflash> I<noderange> I<hpm file path> [B<-c>|B<--check>]
=head1 B<Description>
@ -78,6 +82,9 @@ For more details about the Firmware Update using Direct FSP/BPA Management, refe
The command will update firmware for NeXtScale FPC when given an FPC node and the http information needed to access the firmware. The http imformation required includes both the MN IP address as well as the directory containing the firmware. It is recommended that the firmware be downloaded and placed in the /install directory structure as the xCAT MN /install directory is configured with the correct permissions for http. Refer to the doc to get more details:
XCAT_NeXtScale_Clusters
=head2 OpenPOWER specific:
The command will update firmware for OpenPOWER BMC when given an OpenPOWER node and the hpm1 formatted file path.
=head1 B<Options>
@ -87,6 +94,10 @@ The command will update firmware for NeXtScale FPC when given an FPC node and th
Writes the command's usage statement to standard output.
=item B<-c|--check>
Chech the firmware version of BMC and HPM file.
=item B<-p directory>
Specifies the directory where the packages are located.
@ -151,6 +162,12 @@ To update the firmware on a NeXtScale FPC specify the FPC node name and the HTTP
rflash fpc01 http://10.1.147.169/install/firmware/fhet17a/ibm_fw_fpc_fhet17a-2.02_anyos_noarch.rom
=item 5
To update the firmware on OpenPOWER machine specify the node name and the file path of the HPM firmware file as follows:
rflash fs3 /firmware/8335_810.1543.20151021b_update.hpm
=back
=head1 B<Location>