Update firmware for specific server hardware

The firmware update for server hardware is managed through the server profile. After you select the server hardware, the associated server profile is modified to update the firmware.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator

Updating firmware for specific server hardware using REST APIs
  1. Select server hardware URI with a server profile.

    GET /rest/server-hardware

  2. Select the firmware URI you prefer to apply.

    GET /rest/firmware-drivers

  3. Get the server profile assigned to the server hardware.

    GET /rest/server-profiles/{id}

  4. Replace the firmware URI in the server profile.

  5. Update the server profile.

    PUT /rest/server-profiles/{id}