WARNINGS:
The known causes of an LED 552, 554, or 556 during an IPL are:
To diagnose and fix the problem, you will need to boot from BOSboot diskettes or tape and run fsck (file system check) on each file system. If the file system check fails, you may need to perform other steps.
WARNING: Please do not use this document if the system is a /usr client, diskless client, or dataless client.
WARNING: If you boot a 3.2 system with 3.1 media, or boot a
3.1
system with 3.2 media, then you will not be able to use
the standard scripts, getrootfs or /etc/continue, to
bring your workstation into full Maintenance mode.
Moreover, performing the scripts on a 3.1 system with
3.2 boot media may actually remove some files and
prevent your system from booting successfully in normal
mode until missing files, such as /etc/mount and /etc/umount, are
replaced on the disk.
NOTES:
NOTE: If you get a 552, 554, or 556 on this step, the diskette or tape is malfunctioning and the machine is trying to boot off of the fixed disk. Try it again with new BOSboot diskettes or tape.
Follow the prompts to the installation/maintenance menu.
Enter the following command:
getrootfs
The output indicates the disk that should be used with getrootfs in the next step.
Enter the following command:
lqueryvg -Atp <hdisk#> | grep hd5for each hdisk# (hdisk0, hdisk1, etc.) until you get output that looks like the following:
00005264feb3631c.2 hd5 1The exact output you get will be different but will follow the form as follows:
large_number.x hd5 1
You may find more than one disk with this output. These will all be disks which belong to the rootvg volume group. You may use any of the disks identified to be in rootvg in the following step.
For AIX 3.1 only, run
/etc/continue <hdisk#> sh
For AIX 3.2 only, run
getrootfs <hdisk#> sh
If you get errors from /etc/continue or getrootfs, do not continue with this procedure. First, correct the problem causing the error.
fsck -y /dev/hd1 fsck -y /dev/hd2 fsck -y /dev/hd3 fsck -y /dev/hd4For AIX 3.2 only, also run
fsck -y /dev/hd9var
If fsck indicates that
dd count=1 bs=4k skip=31 seek=1 if=/dev/hd# of=/dev/hd#Now skip to step 10.
On AIX 3.1 only, run
/etc/aix/logform /dev/hd8
On AIX 3.2 only, run
/usr/sbin/logform /dev/hd8
Answer YES when asked if you want to destroy the log.
exit sync;sync;sync shutdown -FrAs you reboot in Normal mode, notice how many times LED 551 (be sure it is, 551, not 552) appears. If LED 551 appears twice, fsck is probably failing because of an unusable fshelper file. If this is the case and you are running AFS, see step 15.
The majority of LED 552s, 554s, and 556s will be resolved at this point. If you still have an LED 552, 554, or 556, try the following steps:
For AIX 3.1 only, run the following commands, which will remove much of the system's configuration, saving it to a backup directory.
exit mkdir /etc/objrepos/bak cp /etc/objrepos/Cu* /etc/objrepos/bak cp /etc/objrepos/boot/Cu* /etc/objreposDetermine which disk is the boot disk with the lslv command. The boot disk will be shown in the PV1 column of the lslv output.
lslv -m hd5Save the clean ODM database to the boot logical volume. (# is the number of the fixed disk, determined with the previous command.)
savebase -d /dev/hdisk#If you are running AFS, go to step 15. Otherwise, go to step 16.
mount /dev/hd4 /mnt mount /dev/hd2 /usr mkdir /mnt/etc/objrepos/bak cp /mnt/etc/objrepos/Cu* /mnt/etc/objrepos/bak cp /etc/objrepos/Cu* /mnt/etc/objrepos /etc/umount all exitDetermine which disk is the boot disk with the lslv command. The boot disk will be shown in the PV1 column of the lslv output.
lslv -m hd5Save the clean ODM database to the boot logical volume. (# is the number of the fixed disk, determined with the previous command.)
savebase -d /dev/hdisk#
If you are running AFS, go to step 15. Otherwise, go to step 16.
For AIX 3.1:
cd /etc/helpers
For AIX 3.2:
cd /sbin/helpers
Then in both AIX 3.1 and 3.2,
ls -l v3fshelper*
If you have only one version of the v3fshelper file (for example, v3fshelper), proceed to step 17.
If there is a version of v3fshelper marked as original for example, v3fshelper.orig, run the following commands:
cp v3fshelper v3fshelper.afs cp v3fshelper.orig v3fshelper
Recreate the boot image (hdisk# is the fixed disk determined in step 13 or 14.):
bosboot -a -d /dev/hdisk#
cp v3fshelper.afs v3fshelper
shutdown -Fr
If you followed all of the preceding steps and the system still stops at an LED 552, 554, or 556 during a reboot in Normal mode, then for reasons of time and the integrity of your AIX operating system, the best alternative may be to reinstall AIX.
[ Doc Ref: 90605189114744 Publish Date: Oct. 12, 2000 4FAX Ref: 1457 ]