This is an emergency fix for APAR IX84560 in AIX 4.3.1, which fixes a problem where the "feprom_update" command fails with a message similar to: 1734-009 cannot write in FEPROM After the failure, the system firmware is corrupt and the system will fail to boot. Downloading ----------- Download the feprom_update.tar file to the /tmp directory and extract the files using the command: cd /tmp tar -xvf feprom_update.tar Installation ------------ Use the following procedure to install the updated feprom_update command. 1. Save a copy of the current feprom_update command using the command: cp -p /usr/sbin/feprom_update /usr/sbin/feprom_update.orig 2. Install the updated feprom_update command using the command: cp -p /tmp/feprom_update /usr/sbin/feprom_update 3. Ensure that the new /usr/sbin/feprom_update has the following owner, group, and permissions, using the commands: chmod 100 /usr/sbin/feprom_update chown bin.bin /usr/sbin/feprom_update