Sun N1 System Manager 1.3 Operating System Provisioning Guide

ProcedureTo Load a Firmware Update on a Server or a Server Group

This procedure describes how to load a firmware update by using the browser interface. The examples that follow the procedure provide command-line equivalents.

Before You Begin

Note –

Firmware version 2.2 and above for the Sun Fire V20z servers do not support the PIC firmware upgrade. The upgrade of PIC firmware will fail, and the job step will show an error message similar to the following: “This operation is not supported on server. Refer to the log file for more information.”


Steps
  1. Log in to the N1 System Manager.

    See To Access the N1 System Manager Browser Interface in Sun N1 System Manager 1.3 Discovery and Administration Guide for details.

  2. Choose All Servers from the View Selector menu.

    The Servers table appears.

  3. Select the server or servers that you want to update.

    A check mark appears.

  4. Choose Load Firmware from the Actions menu.

    The Load Firmware dialog box appears

  5. Select the appropriate firmware from the Firmware menu.

  6. To apply the firmware update to the listed target servers, click OK.

    The dialog box closes.

  7. Click the Jobs tab.

    A Load Firmware job appears in the Jobs table.

  8. Click the job ID.

    The Job Details page appears. Job steps indicate progress and results. Review the information in the Results section of the Job Details page to determine which servers were successfully updated.


    Note –

    After successful completion, the firmware version number is updated with the actual version number that is reported by the hardware. If the reported version number does not match the original version number, a warning is logged.


  9. Verify that the installation was successful.


    N1-ok> show server server
    

Example 6–2 Loading Firmware on a Server Through the Command Line

The following example command shows you how to stop a server in preparation for installing a firmware update.


N1-ok> stop server server

The following example command shows you how to install a firmware update on a server by using the load command.


N1-ok> load server server1,server2 firmware v20z-bios.sp force true

See load server in Sun N1 System Manager 1.3 Command Line Reference Manual for details.

By default, the firmware update's model and vendor settings must match every managed server that you select for installation; otherwise, the update fails. You can specify the force option to bypass this check. However, installing an incompatible firmware update on a server might render the server unusable.



Example 6–3 Loading Firmware on a Server Group Through the Command Line

The following example command shows you how to stop a server group in preparation for installing a firmware update.


N1-ok> stop group group

The following example command shows you how to install a firmware update on a server group by using the load command.


N1-ok> load group devgroup firmware bios.sp

See load group in Sun N1 System Manager 1.3 Command Line Reference Manual for details.