Booting Problems: Accessing A System That Will Not Boot List of Three-Digit Display Values: 500-599
Booting Problems: Accessing A System That Will Not Boot List of Three-Digit Display Values: 500-599
Generally, if you encounter a problem in the booting process, you see a three-digit
display value. This section describes these common display values and what you can do
about them. If you need to access a system that does not boot from the hard disk, see
Accessing a System That Will Not Boot.
For more values related to booting problems, see List of Three-Digit Display Values:
500-599.
Find the three-digit display value in the following and go to the appropriate recovery
location:
Display Value Recovery Location
201 Display Value 201
223 through 229 and Display Value 223-
xxx- xxx 229 and xxx-xxx
Display Values 551,
551, 555, and 557
555, and 557
Display Values 552,
552, 554, and 556
554, and 556
553 Display Value 553
c31 Display Value c31
c99 Display Value c99
Note: You must have root user authority to perform any of the following
procedures.
•/etc/environment
•/bin/sh
•/bin/bsh
•/etc/fsck (This file may be missing or damaged. Make a copy from the RAM
file system.)
•/etc/profile
•/.profile
Reboot your machine with the key mode switch in the Normal position. For example:
shutdown -Fr
The shutdown command ends system operation. This example does a fast
shutdown, bypassing the messages to other users and bringing down the system as
quickly as possible. Then, it restarts the system.
Did this solve the problem?
Ye
Stop.
s
For reasons of time and the integrity of your AIX operating system, reinstall AIX from either
No
a mksyb tape or an install tape.
With the key mode switch in the Service position, boot from your installation media.
See Accessing a System That Does Not Boot for more information .
Select Maintenance from the Installation menu.
Select the option to access a volume group from the Maintenance menu.
Note: Once you select this option, you cannot return to the
Installation menu or Maintenance menu without rebooting the
system.
Select the volume group you believe to be the root volume group. An information
screen displays the list of logical volumes that belong to the volume group you
selected. The root volume group usually includes logical volumes hd2 and hd4.
If you selected the root volume group, select 1 to access the volume group and start a
shell. This allows access to the file systems in the volume group. Go to step 8.
Otherwise, select 99 to display the list of volume groups and go to step 6.
Enable the console. For example:
chcons -a login=enable /dev/lft/0
The chcons command redirects the system to a specified device or file to be
effective on the next start of the system. This example changes the system console
to the physical LFT display associated with the /dev/lft/0 device and ensures
a login at the console.
With the key mode switch in the Normal position, reboot your system.
Did this solve the problem?
Ye
Stop.
s
For reasons of time and the integrity of your AIX operating system, reinstall AIX from either
No
a mksyb tape or an install tape.
•Diagnostic Messages
An I/O error occurred during the dump. A partial dump was written to the dump device.
0c1 To retrieve the partial dump, go to "System Dump Facility" in in AIX Problem Solving
Guide and Reference.
0c2 A user-requested dump is in progress. Wait at least 1 minute for the dump to complete
and for the three-digit display value to change. If the three-digit display value changes,
find the new value on this list. If the value does not change, then the dump did not
complete due to an unexpected error. Complete the Problem Summary Form, and report
the problem to your software service department.
0c4 The dump did not complete successfully. A partial dump was written to the dump device.
There is not enough space on the dump device to contain the entire dump. To prevent this
problem from occurring again, you must increase the size of your dump media. Go to
"System Dump Facility" in in AIX Problem Solving Guide and Reference.
Diagnostic Messages
An initial value other than 102 indicates a diagnostic message. Diagnostic messages
display in the three-digit display when the console display is not present or is unavailable
because of a display or adapter failure, or when a failure is detected that prevents the
completion of a system restart.
If your system is hanging at LED 517 or 518 during a Normal mode boot, it is possible the /etc/filesystems file is corrupt or missing. To
temporarily replace the disk-based /etc/filesystems file, run the following commands:
mount /dev/hd4 /mnt
mv /mnt/etc/filesystems /mnt/etc/filesystems.[MMDDYY]
cp /etc/filesystems /mnt/etc/filesystems
umount /mnt
MMDDYY represents the current two-digit representation of the Month, Day and Year, respectively.
Type exit to exit from the shell. The file systems should automatically mount after you type exit. If you receive error messages, reboot into a
limited function maintenance shell again to attempt to address the failure causes.
If you have user-created file systems in the rootvg volume group, run fsck on them now. Enter:
fsck /dev/[LVname]
LVname is the name of your user-defined logical volume.
If you used the preceding procedure to temporarily replace the /etc/filesystems file, and you have user-created file systems in the rootvg
volume group, you must also run the following command:
imfs -l /dev/[LVname]
If you have file systems in a volume group other than rootvg, run fsck on them now. Enter:
varyonvg [VGname]
fsck /dev/[LVname]
VGname is the name of your user-defined volume group.
If you used the preceding procedure to temporarily replace the /etc/filesystems file, also run the following command:
imfs [VGname]
The preceding commands can be repeated for each user-defined volume group on the system.
If your system was hanging at LED 517 or 518 and you are unable to activate non-rootvg volume groups in Service mode, you can manually
edit the /etc/filesystems file and add the appropriate entries.
The file /etc/filesystems.MMDDYY saved in the preceding steps may be used as a reference if it is readable. However, the imfs method is
preferred since it uses information stored in the logical volume control block to re-populate the /etc/filesystems file.
If your system has a mode select key, turn it to the Normal position.
Reboot the system into Normal mode using the following command:
sync;sync;sync;reboot
If you followed all of the preceding steps and the system still stops at an LED 517 or 518 during a reboot in Normal mode, you may want to
consider reinstalling your system from a recent backup. Isolating the cause of the hang could be excessively time-consuming and may not be
cost-effective in your operating environment. To isolate the possible cause of the hang, would require a debug boot of the system.
Instructions for doing this are included in the document "Capturing Boot Debug", available at
http://techsupport.services.ibm.com/server/aix.srchBroker. It is still possible, in the end, that isolation of the problem may indicate a restore
or reinstall of AIX is necessary to correct it.