This document describes the installation of Licensed Machine Code, which
is sometimes referred to generically as microcode or firmware.
The Version 2 firmware level contained in this update is:
ATTENTION: This firmware package CAN ONLY be used
to update any pSeries 690 or pSeries 670
Servers that currently have a Version 2 firmware level installed.
See Table 4.1 Update Decisions.
The System, Service Processor (SvP) and System Power Control Network (SPCN) firmware are combined into a single file. This allows all the firmware to be updated together and assures they are compatible.
Don't be alarmed at the length of this document! For any given download/unpacking/update environment, the process is short. This document describes processes for several environments. One should be suitable for your needs, and these instructions guide you through just the environment you choose.
Before beginning this update, go to mcodetools.html to determine if the tools can assist you with this update.
The versions of released firmware follow:
Version 1 - RH011206 through RH020312
Version 2 - RH020413 through RH021024 and 2H030325 through
2H040323
Version 3 - RH021025 through RH030307 and any 3Hyymmdd
level
A mandatory update from Version 1 to Version 2 was implemented in April 2002.
Note: If the update file will be downloaded directly to the target server, diskettes will have to be made in order to update the firmware from the Service Processor Menus.
The firmware level can be check in AIX or in the Service Processor Main Menu.
Enter:
lscfg -vp | grep -p Platform
This command will produce a system configuration report similar to the following.
Platform Firmware: ROM Level.(alterable).......RH021024 Version.....................RS6K System Info Specific.(YL)...U1.18-P1-H2/Y2 Physical Location: U1.18-P1-H2/Y2The ROM Level line lists the level of the currently installed firmware. In the above example, the current firmware level is RH021024.
For information on how to proceed, See Table 4.1 Update Decisions.
For information on how to proceed, See Table
4.1 Update Decisions.
Table 4.1 Update Decisions | |
If current firmware level is | Do this: |
RH021025 through RH030307 or 3Hyymmdd (Version 3) | Do NOT use this package. Get the package for the Version 3 firmware. |
RH011206 through RH020312 (Version 1) | Call your IBM Customer Engineer (CE) and request EC J11432. |
RH020413 through RH021024 or 2H040202 (Version 2) | Proceed to Section 5.0 to continue with the firmware update. |
http://www14.software.ibm.com/webapp/set2/firmware/gjsn
Follow the instructions on this web page. You must read and agree to the license agreement to obtain the firmware packages.
In the drop-down box, choose the entry for your specific machine type and model.
The download choices at that entry are:
Note: In the instructions that follow are specific AIX commands.
AIX commands
are CASE (lower and upper) SENSITIVE, and must
be entered
exactly as shown, including the filenames.
a) Provide a directory on an AIX system to receive the AIX package.
Enter:
mkdir /tmp/fwupdate
Note: If the
directory /tmp/fwupdate already exists,
make sure it is empty before proceeding.
b) Transfer the AIX package to the /tmp/fwupdate directory (using
"Save as ...").
You'll see that the filename is
7040681F.BIN
c) Unpack the file by executing the instructions below.
Enter the commands:
cd /tmp/fwupdate
chmod +x 7040681F.BIN
./7040681F.BIN
[Don't overlook the periods (.) in the above command.]
These files will be added to /tmp/fwupdate:
2H040323.img
errata.txt (this
contains information about potential problems that may be encountered)
If the above procedure was used to transfer the AIX package directly to the target server, proceed to Section 6.0, Updating the Firmware.
Otherwise, on the intermediate AIX system, choose one of the following methods for transferring files to the target server.
On the intermediate AIX system,
Enter the commands:
ftp {name of target server}
{Login with a valid userid and password}
bin
lcd /tmp/fwupdate
mkdir /tmp/fwupdate
cd /tmp/fwupdate
put 2H040323.img
quit
Proceed to Section 6.0, Updating the Firmware.
Four 2MB (HD) new or freshly formatted diskettes are required.
With a diskette loaded in the drive,
Enter the commands (this process will request additional diskettes as each is filled):
cd /tmp/fwupdate
ls *.img | backup -i -v -f/dev/rfd0
This will produce AIX backup diskettes. Label these diskettes, respectively,
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
"Volume 3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
Proceed to Section 6.0, Updating the Firmware.
a) Prepare a directory for receiving the DOS package.
This directory can be in any partition
with 12MB available space.
Executing in such a partition, called
[path] in these instructions
(ex. c:\download),
Enter:
md [path]\fwupdate
Note: If the directory [path]\fwupdate
already exists,
make sure it is empty before proceeding.
b) Transfer the DOS package to the [path]\fwupdate directory
(using "Save as ...").
You'll see the filename is 7040681F.EXE
c) Unpack the file by executing the instructions below.
Enter the commands:
cd [path]\fwupdate
7040681F
These files will be added to the fwupdate subdirectory:
40681_B1.EXE
40681_B2.EXE
40681_B3.EXE
40681_B4.EXE
errata.txt (this
contains information about potential problems that may be encountered)
Note: The diskettes produced below will be in a format
that can be used
directly with a computer running AIX as it's operating system. These
diskettes, once made on a PC platform, cannot be read using normal PC
platform tools or command line operations.
a) With a diskette loaded in the drive,
Enter the commands:
cd
[path]\fwupdate
40681_B1
Label this diskette,
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
b) With a second diskette loaded in the drive,
Enter:
40681_B2
Label this diskette,
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 70406-671"
c) With a third diskette loaded in the drive,
Enter:
40681_B3
Label this diskette,
"Volume
3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
d) With a fourth diskette loaded in the drive,
Enter:
40681_B4
Label this diskette,
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
Proceed to Section 6.0, Updating the Firmware.
Note: In the instructions that follow are specific AIX commands.
AIX commands
are CASE (lower and upper) SENSITIVE, and must
be entered
exactly as shown, including the filenames.
a) Provide a directory on the target server to receive the RPM package.
Enter:
mkdir /tmp/fwupdate
Note: If the
directory /tmp/fwupdate already exists,
make sure it is empty before proceeding.
b) Transfer the RPM package to the /tmp/fwupdate directory (using
"Save as ...").
You'll see that the filename is
2H040323.rpm
c) Unpack the file by executing the instructions below.
Enter the commands:
rpm -ihv --ignoreos 2H040323.rpm
The 2H040323.img file will be added to /tmp/fwupdate.
The file size and checksum will be verified.
Proceed to Section 6.0, Updating the Firmware.
Proceed to Section 6.0, Updating the Firmware.
The System, Service Processor (SvP) and System Power Control Network (SPCN) firmware are combined into a single file. This allows all the firmware to be updated together and assures they are compatible.
Once the System and Service Processor firmware had been updated, the server will reboot. The System Power Control Network (SPCN) update will continue to run in the background for up to one hour. Do not power down the system during this hour.
***
WARNING:
Do not power off the server at any time before
the update process completes. Be sure the system is NOT running any
user applications when you begin the update process.
***
Note: Checksums should be used to verify files have not been corrupted or altered during transmission.
At the AIX command line, enter:
sum 2H040323.img
This command will produce the following output:
57070 4379 2H040323.img
The checksum is --------------> 57070
Updating firmware must be initiated either directly from the Service Processor Menus, from the Update Flash Diagnostic Service Aids, or from the AIX command line.
It is recommended that the update, on both a full system partition and a partitioned system, be performed using the Service Processor Menus. Updating the firmware using the Service Processor Menus avoids the resource allocation issues that can arise if the server is a partitioned system.
You must have privileged user authority on the target server to update its firmware.
Note: All firmware (System, Service Processor and SPCN) will be updated when using this method.
a. Shutdown the server from the HMC virtual terminal window or ASCII terminal window.
b. When the operator panel on the server says OK,
press Enter, to bring up the Service Processor
Menu.
c. Choose 1 for Service Processor Setup Menu. <Enter>
d. Choose 7 for Reprogram Flash EPROM Menu. <Enter>
e. Type y to continue. <Enter>
f. Follow on-screen update steps as they are presented.
g. The 'Rebooting Service Processor ' message appears on the screen.
The target server
will reboot. This may take up to thirty minutes, depending on the
configuration
of the target
server. Since the update occurs during this shutdown/reboot sequence,
it is
important
to protect the server from interruptions.
h. Begin watching the operator panel.
i. When the panel says 'OK',
If using
an ASCII terminal - Press Enter
If using
an HMC terminal - close the current terminal window and open a new terminal
window.
The Service Processor Menu appears on the screen.
The second line of
the title, Version: 2H040323, should match the firmware level you just
installed.
Don't forget to retrieve and file any firmware update diskette that may still be in the system's diskette drive. A good time to do this is after the reboot has completed.
The firmware update is complete.
Note: In the instructions that follow are specific AIX commands.
AIX commands
are CASE (lower and upper) SENSITIVE, and must
be entered
exactly as shown, including the filenames.
Note: Review "Update System or Service Processor Flash" in the
Service Aids
section of the eserver pSeries 690 User's
Guide for more information about using this utility.
mkdir /tmp/fwupdate
Note: If the directory /tmp/fwupdate
already exists,
make sure it is empty before proceeding.
cd /tmp/fwupdate
Enter :
restore
You will be prompted to mount volume 1 on /dev/rfd0
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 2,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 3,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 4,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
The file is now located in the /tmp/fwupdate subdirectory. Continue to paragraph 6.1.2.2.
b) Choose Update System or Service Processor Flash.
c) Select 'File System' as the source of the flash update image file.
The fully qualified path name of the update file is /tmp/fwupdate/2H040323.img
d) If using an ASCII terminal press 'F7' key to 'Commit' the
update.
If using an HMC terminal
press 'ESC' + '7' keys to 'Commit' the update.
e) Choose Yes to continue.
The server automatically performs the update and reboots. The checkpoints 99FF and 99FD alternately appear while the update is in progress. This may take up to thirty minutes, depending on the configuration of the target server. Since the update occurs during this shutdown/reboot sequence, it is important to protect the server from interruptions.
NOTE: If using an HMC terminal you will need to close the existing terminal window and open a new terminal window when the Operator Panel goes blank.
Don't forget to retrieve and file any firmware update diskette that may still be in the server's diskette drive. A good time to do this is after the reboot has completed.
The update of the firmware is complete. You will want to verify this update as shown in paragraph 6.3.
This method allows updating either from files already loaded into the target server or from diskettes.
Enter the commands:
mkdir /tmp/fwupdate
Note: If the directory /tmp/fwupdate
already exists,
make sure it is empty before proceeding.
cd /tmp/fwupdate
Enter :
restore
You will be prompted to mount volume 1 on /dev/rfd0
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 2,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 3,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 4,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
The file is now located in the /tmp/fwupdate subdirectory. Continue to paragraph 6.1.3.2.
Enter the commands:
cd /usr/lpp/diagnostics/bin
./update_flash -f /tmp/fwupdate/2H040323.img
[Don't overlook the periods (.) in the above command.]
The server automatically performs the update and reboots. The checkpoints 99FF and 99FD alternately appear while the update is in progress. This may take up to thirty minutes, depending on the configuration of the target server. Since the update occurs during this shutdown/reboot sequence, it is important to protect the server from interruptions.
NOTE: If using an HMC terminal you will need to close the existing terminal window and open a new terminal window when the Operator Panel goes blank.
The update of the firmware is complete. You will want to verify this update as shown in paragraph 6.3.
You must have privileged user authority on the target server to update its firmware.
Note: All firmware (System, Service Processor and SPCN) will be updated when using this method.
a. Shutdown the server from the HMC virtual terminal window or the ASCII terminal .
b. When the operator panel on the server says OK,
press Enter, to bring up the Service Processor
Menu.
c. Choose 1 for Service Processor Setup Menu. <Enter>
d. Choose 7 for Reprogram Flash EPROM Menu. <Enter>
e. Type y to continue. <Enter>
f. Follow on-screen update steps as they are presented.
g. The 'Rebooting Service Processor' message appears on the screen.
The target server
will reboot. This may take up to thirty minutes, depending on the
configuration
of the target
server. Since the update occurs during this shutdown/reboot sequence,
it is
important
to protect the server from interruptions.
h. Begin watching the operator panel.
i. When the panel says 'OK',
If using
an ASCII terminal - Press Enter
If using
an HMC terminal - close the current terminal window and open a new terminal
window.
The Service Processor Menu appears on the screen.
The second line of
the title, Version: 2H040323, should match the firmware level you just
installed.
Don't forget to retrieve and file any firmware update diskette that may still be in the system's diskette drive. A good time to do this is after the reboot has completed.
The firmware update is complete.
ATTENTION: This method is not recommended for partitioned
systems, unless the device resources
are allocated properly. This requires:
- One partition running AIX must have service authority.
- All other partitions except the one with service authority must be shut
down.
- The partition with service authority must own the device from which the
firmware
update image will be read.
- It is also recommended that the partition with service authority have
a hard disk.
If the required devices are not in the partition with service authority, the customer or system administrator must reassign the appropriate resources to it. This requires rebooting the partition with service authority. To avoid the resource allocation issues, it is recommended that the service processor menus be used to update the firmware.
Note: In the instructions that follow are specific AIX
commands.
AIX commands are CASE (lower and upper) SENSITIVE, and must
be entered exactly as shown, including the filenames.
Note: Review "Update System or Service Processor Flash"
in the Service Aids section
of the eserver pSeries
690 User's Guide for more information about using this utility.
This method allows updating from files already loaded into the target server or from diskettes.
mkdir /tmp/fwupdate
Note: If the directory /tmp/fwupdate
already exists,
make sure it is empty before proceeding.
cd /tmp/fwupdate
Enter :
restore
You will be prompted to mount volume 1 on /dev/rfd0
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 2,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 3,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 4,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
The file is now located in the /tmp/fwupdate subdirectory. Continue to paragraph 6.2.2.2.
b) Choose Update System or Service Processor Flash.
c) Select 'File System' as the source of the flash update image file.
The fully qualified path name of the update file is /tmp/fwupdate/2H040323.img
d) If using an ASCII terminal press 'F7' key to 'Commit' the
update.
If using an HMC terminal
press 'ESC' + '7' keys to 'Commit' the update.
The server automatically performs the update and reboots. The checkpoints 99FF and 99FD alternately appear while the update is in progress. This may take up to thirty minutes, depending on the configuration of the target server. Since the update occurs during this shutdown/reboot sequence, it is important to protect the server from interruptions.
NOTE: If using an HMC terminal you will need to close the existing terminal window and open a new terminal window and open a new terminal window when the Operator Panel goes blank.
Don't forget to retrieve and file any firmware update diskette that may still be in the server's diskette drive. A good time to do this is after the reboot has completed.
The update of the firmware is complete. You will want to verify this update as shown in paragraph 6.3.
ATTENTION: This method is not recommended for partitioned
systems, unless the device resources
are allocated properly. This requires:
- One partition running AIX must have service authority.
- All other partitions except the one with service authority must be shut
down.
- The partition with service authority must own the device from which the
firmware
update image will be read.
- It is also recommended that the partition with service authority have
a hard disk.
If the required devices are not in the partition with service authority, the customer or system administrator must reassign the appropriate resources to it. This requires rebooting the partition with service authority. To avoid the resource allocation issues, it is recommended that the service processor menus be used to update the firmware.
This method allows updating either from files already loaded into the target server or from diskettes.
Enter the commands:
mkdir /tmp/fwupdate
Note: If the directory /tmp/fwupdate
already exists,
make sure it is empty before proceeding.
cd /tmp/fwupdate
Enter :
restore
You will be prompted to mount volume 1 on /dev/rfd0
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 1: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 2,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 2: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 3,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 3: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
When prompted for volume 4,
In the drive of the target server, put the AIX backup diskette labeled:
"Volume 4: Firmware (2H040323) Version 2 for 7040-681 and 7040-671"
The file is now located in the /tmp/fwupdate subdirectory. Continue to paragraph 6.2.3.2.
Enter the commands:
cd /usr/lpp/diagnostics/bin
./update_flash
-f /tmp/fwupdate/2H040323.img
[Don't overlook the periods (.) in the above command.]
You will be asked for confirmation to proceed with the firmware update and the required reboot. If you confirm, the server automatically performs the update and reboots. The checkpoints 99FF and 99FD alternately appear while the update is in progress. This may take up to thirty minutes, depending on the configuration of the target server. Since the update occurs during this shutdown/reboot sequence, it is important to protect the server from interruptions.
Don't forget to retrieve and file any firmware update diskette that may still be in the server's diskette drive. A good time to do this is after the reboot has completed.
The update of the firmware is complete. You will want to verify this update as shown in paragraph 6.3.
Enter:
lscfg -vp | grep -p Platform
This command will produce a system configuration report containing sections similar to the following.
Platform Firmware: ROM Level.(alterable).......2H040323 Version.....................RS6K System Info Specific.(YL)...U1.18-P1-H2/Y2 Physical Location: U1.18-P1-H2/Y2The ROM Level line should match the level you just installed, namely, 2H040323.
If the download process produced diskettes, label and store them in a safe place.
If the download process produced files, archive and identify the files for convenient retrieval.
End of Installation Instructions