 |
» |
|
|
 |
Follow the procedures in this section to verify and update the firmware in an external enclosure. Verifying the Enclosure Firmware |  |
Use saupdate from the EFI Shell to verify the firmware image on the enclosure. To verify the enclosure firmware with saupdate, follow these steps: Prepare to run saupdate from the Offline Diagnostics CD or the EFI partition: To run saupdate from the Offline Diagnostic CD: Place the Offline Diagnostic CD containing saupdate.efi in the CD drive before booting the system. Boot the system to the EFI Shell prompt. Locate the cdrom entry in the list of mapped devices, and change to the device by entering its associated fs number (for example, fs0) under EFI Shell prompt. If the EFI utility is not located in the root directory, move to the directory where the file is located, for example: fs0:\> cd \EFI\HP\TOOLS\IO_CARDS\SmartArray
To run saupdate from the EFI partition: Download the SA EFI update utility saupdate.efi and copy it to the EFI partition. Boot the system to the EFI Shell and change directories to the EFI partition. If the EFI utility is not located in the root directory, move to the directory where the file is located, for example: fs0:\> cd \EFI\HP\TOOLS\IO_CARDS\SmartArray
Use saupdate LIST to display all detected Smart Array controllers along with the active firmware versions. For example:
fs0:\EFI\TOOLS> saupdate list
************************************************************************
Smart Array Offline Firmware Update Utility
Version 2.07.09.02
(C) Copyright 2006 Hewlett-Packard Development Company, L.P.
Seg Bus Dev Func Description Version
0 8 0 0 HP Smart Array P800 4.10
External Enclosures Connected :
Index Description Version
2 MSA70 2.04
|
In this example, the system contains one MSA70 enclosure at segment 0, bus 8, device 0, function 0, index 2; enclosure firmware 2.04 is installed.
Downloading the Enclosure Firmware |  |
To locate and download firmware for HP StorageWorks enclosures, follow these steps: Updating the Enclosure Firmware |  |
 |  |  |  |  | NOTE: The following is a generic procedure to update firmware from the EFI shell. HP recommends that you follow the procedures supplied with the update package to install the firmware update. |  |  |  |  |
Use saupdate from the EFI Shell to update the firmware image on the enclosure. To update the enclosure firmware with saupdate, follow these steps: Prepare to run saupdate from the Offline Diagnostics CD or the EFI partition: To run saupdate from the Offline Diagnostic CD: Download the firmware and copy it to the EFI partition. Place the Offline Diagnostic CD containing saupdate.efi in the CD drive before booting the system. Boot the system to the EFI Shell prompt. Locate the cdrom entry in the list of mapped devices, and change to the device by entering its associated fs number (for example, fs0) under EFI Shell prompt. If the EFI utility and firmware image files are not located in the root directory, move to the directory where these files are located, for example: fs0:\> cd \EFI\HP\TOOLS\IO_CARDS\SmartArray
To run saupdate from the EFI partition: Download the Smart Array EFI update utility saupdate.efi and copy it to the EFI partition. Download the firmware and copy it to the EFI partition. Boot the system to the EFI Shell and change directories to the EFI partition.
 |  |  |  |  | IMPORTANT: The firmware image file and saupdate.efi must be located in the same directory. If they are not, copy them to the EFI partition and run the saupdate from there. |  |  |  |  |
Use saupdate UPDATE to update the firmware on the controller: To update a single enclosure, use this command: saupdate UPDATE <seg:bus:dev:func:encl_index> <firmware_file> For example, to update the enclosure at segment 0, bus 8, device 0, function 0, index 2 with the firmware file VWG2_206.S3: fs0:\EFI\TOOLS> saupdate UPDATE 0:8:0:0:2 VWG2_206.S3
************************************************************************
Smart Array Offline Firmware Update Utility
Version 2.07.09.02
(C) Copyright 2006 Hewlett-Packard Development Company, L.P.
************************************************************************
Updating Enclosure in Seg: 0, Bus: 8, Dev: 0, Func: 0, Index: 2
Sending Image Chunk No: 117 of 117
Activating firmware now, this may take several minutes.
Retrieving firmware version, this may take several minutes.
Current Enclosure Firmware version is 2.06
|
To update all attached enclosures, use this command: saupdate UPDATE <seg:bus:dev:func> all_encl <firmware_file>
Verifying the Firmware UpdateAfter updating the firmware, cycle the power on the system and on any external JBODS connected to the system. Use saupdate LIST to confirm that the correct firmware version is installed. See “Verifying the Controller Firmware”. For example: fs0:\EFI\TOOLS> saupdate list
************************************************************************
Smart Array Offline Firmware Update Utility
Version 2.07.09.02
(C) Copyright 2006 Hewlett-Packard Development Company, L.P.
************************************************************************
Seg Bus Dev Func Description Version
0 8 0 0 HP Smart Array P800 4.10
External Enclosures Connected :
Index Description Version
2 MSA70 2.06
|
HELP or ? |  |
Use HELP or ? to display usage text, program version number, and build date: Enter: saupdate HELP or saupdate ?
|