Use the flashupdate command to install a new version of the ALOM firmware from a location that you specify. The values you enter for command options specify the IP address of the site from which you download and the path at which the firmware image is located.
You can find the links to the download sites on the ALOM product page at:
http://www.sun.com/servers/alom.html
There are two types of ALOM firmware images: the main firmware and the bootmon (boot monitor) firmware. The bootmon firmware is the low-level bootstrap image. Be sure to locate the correct image when preparing to use the flashupdate command.
Caution: Do not use the scadm resetrsc command while a firmware update is in progress. If you need to reset ALOM, wait until after the update is complete. Otherwise, you could corrupt the ALOM firmware and render it unusable.
Note: You must have a level user permission to use this command.
To use this command, you need to know the following:
If you do not have this information, ask your network administrator. Before you start, if your server has a front panel keyswitch, make sure that the keyswitch is in the Normal (unlocked) position. If you use this command with the keyswitch in the Locked position, the firmware will not update. For more information about the front panel keyswitch, refer to your server's documentation.
For example (replace xxx.xxx.xxx.xxx with a valid IP address):
sc> flashupdate -s xxx.xxx.xxx.xxx
-f /usr/platform/SUNW,Sun-Fire-V440/lib/images/alommainfw
Username: joeuser
Password: ********
..........................
Update complete. To use the new image the device will need to be reset using
'resetsc'.
sc>
Option | Description |
-s ipaddr | Directs ALOM to download the firmware image from a server located at ipaddr. ipaddr describes an IP address in standard dot notation, such as 123.456.789.012. |
-f pathname | Directs ALOM to the location of the image file. pathname is a full directory path, including the name of the image file, such as /files/ALOM/fw/alommainfw. |
-v | Displays verbose output. This option provides detailed information about the progress of the download process as it occurs. |