From c85b4eae0fc87fa3e75e3647e33488f5aec58bbe Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/ppc64le/management/advanced/rflash/openbmc/openbmc_common.rst --- .../rflash/openbmc/openbmc_common.rst | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/management/advanced/rflash/openbmc/openbmc_common.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/management/advanced/rflash/openbmc/openbmc_common.rst index 24cebbdc0..5f6d11318 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/management/advanced/rflash/openbmc/openbmc_common.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/management/advanced/rflash/openbmc/openbmc_common.rst @@ -25,19 +25,19 @@ If there are errors encountered during the flash process, take a look at the man The sequence of events that must happen to flash OpenBMC firmware is the following: -#. Power off the Host -#. Upload and Activate BMC +#. Power off the Host +#. Upload and Activate BMC #. Reboot the BMC (applies BMC) #. Upload and Activate Host -#. Power on the Host (applies Host) +#. Power on the Host (applies Host) -Power off Host +Power off Host -------------- Use the rpower command to power off the host: :: - rpower off + rpower off Upload and Activate BMC Firmware -------------------------------- @@ -48,18 +48,18 @@ Use the rflash command to upload and activate the Host firmware: :: If running ``rflash`` in Hierarchy, the firmware files must be accessible on the Service Nodes. -**Note:** If a .tar file is provided, the ``-a`` option does an upload and activate in one step. If an ID is provided, the ``-a`` option just does activate the specified firmware. After firmware is activated, use the ``rflash -l`` to view. The ``rflash`` command shows ``(*)`` as the active firmware and ``(+)`` on the firmware that requires reboot to become effective. +**Note:** If a .tar file is provided, the ``-a`` option does an upload and activate in one step. If an ID is provided, the ``-a`` option just does activate the specified firmware. After firmware is activated, use the ``rflash -l`` to view. The ``rflash`` command shows ``(*)`` as the active firmware and ``(+)`` on the firmware that requires reboot to become effective. Reboot the BMC -------------- Use the ``rpower`` command to reboot the BMC: :: - + rpower bmcreboot -The BMC will take 2-5 minutes to reboot, check the status using: ``rpower bmcstate`` and wait for ``BMCReady`` to be returned. +The BMC will take 2-5 minutes to reboot, check the status using: ``rpower bmcstate`` and wait for ``BMCReady`` to be returned. -**Known Issue:** On reboot, the first call to the BMC after reboot, xCAT will return ``Error: BMC did not respond within 10 seconds, retry the command.``. Please retry. +**Known Issue:** On reboot, the first call to the BMC after reboot, xCAT will return ``Error: BMC did not respond within 10 seconds, retry the command.``. Please retry. Upload and Activate Host Firmware --------------------------------- @@ -70,14 +70,14 @@ Use the rflash command to upload and activate the Host firmware: :: If running ``rflash`` in Hierarchy, the firmware files must be accessible on the Service Nodes. -**Note:** The ``-a`` option does an upload and activate in one step, after firmware is activated, use the ``rflash -l`` to view. The ``rflash`` command shows ``(*)`` as the active firmware and ``(+)`` on the firmware that requires reboot to become effective. +**Note:** The ``-a`` option does an upload and activate in one step, after firmware is activated, use the ``rflash -l`` to view. The ``rflash`` command shows ``(*)`` as the active firmware and ``(+)`` on the firmware that requires reboot to become effective. Power on Host ------------- User the ``rpower`` command to power on the Host: :: - rpower on + rpower on .. END_flashing_OpenBMC_Servers @@ -86,15 +86,15 @@ User the ``rpower`` command to power on the Host: :: Validation ---------- -Use one of the following commands to validate firmware levels are in sync: +Use one of the following commands to validate firmware levels are in sync: * Use the ``rinv`` command to validate firmware level: :: - rinv firm -V | grep -i ibm | grep "\*" | xcoll + rinv firm -V | grep -i ibm | grep "\*" | xcoll * Use the ``rflash`` command to validate the firmware level: :: - rflash -l | grep "\*" | xcoll + rflash -l | grep "\*" | xcoll .. END_Validation_OpenBMC_firmware