How often should I update my AIX server?

In general:

  • The firmware should be updated twice yearly
  • The AIX level should be updated twice yearly
  • IBM ESA should be installed and configured to “phone home” hardware errors

Performing updates:

  • Complete a full system and data backup
  • Run the current levels through IBM FLRT to check against known issues
  • Install updates in the recommended order: HMC, firmware, AIX level

Strongly Suggested:

  • The system administrator should subscribe to firmware notifications from IBM’s website
  • Firmware should be updated at least:
    • At least twice yearly for regular Release Level scheduled releases
    • Whenever subscription notice advises HIPER fix
    • Whenever new hardware is added
    • Whenever an outage is scheduled, review firmware level and apply updates if convenient

Additional resources:

How do I update the firmware on my AIX server?

We recommend using the IBM Fix Level Recommendation Tool to determine which level(s) of firmware needs to be installed, and in which order the updates are applied.

Please refer to the documentation included with each firmware release for important notes and installation instructions.

If you have any questions regarding which updates are recommended, the order by which to install the updates, or how to install the updates, please call IBM directly at 800-IBM-SERV.

For your convenience, here are general installation instructions:

  • Downloaded the latest firmware for your system from IBM Fix Central (.rpm file) to the /tmp/fwupdate directory
  • Review the README for prerequisites and warnings
  • Extract the firmware package:
rpm -Uvh --ignoreos /tmp/fwupdate/*.rpm
  • Update the firmware:
/usr/lpp/diagnostics/bin/update_flash -f fwlevel
  • During the server firmware installation process, reference codes CA2799FD and CA2799FF are alternately displayed on the control panel. After the installation is complete, the system is automatically powered off and powered on.
  • Once the firmware update is complete and verified working and before proceeding with any further firmware updates, use the AIX diagnostics tools to commit the firmware. At an AIX command prompt, type the following:
/usr/lpp/diagnostics/bin/update_flash -c
  • The update_flash -c command might run for 10 or more minutes.