System Hanging on boot


 
Thread Tools Search this Thread
Operating Systems AIX System Hanging on boot
# 1  
Old 11-15-2008
System Hanging on boot

Hello:

Hope someone can help. Yesterday we did a mksysb backup of one of our AIX boxes and now the server is hanging at "Multi-User initialization completed" prompt.

Can someone help in troubleshooting this error? If you need more info please just let me know what you need. I'm not that familiar with AIX. I can tell you that it's v5.2

Last edited by bbbngowc; 11-17-2008 at 04:58 PM..
# 2  
Old 11-16-2008
A long time since I booted and maintained a aix box...
I would see since it booted and got to multi user level, some corruption or something added since last reboot in /etc/inittab:
Boot in single user and then you could try to edit the file and comment out all lines after single user and try line by line after.
Isnt there a /etc/rc.log file?
# 3  
Old 11-17-2008
I looked in the inittab file for the lines relating to "Single User Mode" but I couldn't see it. Can you be a little more specific as to where it is? Also, there is not /etc/rc.log file. At least not on this particular box.
# 4  
Old 11-17-2008
Anyone else can chime in?

I found an article online and talked about adding ',clocal' to the end of a couple tty lines. I did this and rebooted, but still the same problem. I would really like to get this fixed.

Thanks.
# 5  
Old 11-18-2008
There is one thing that puzzles me:
Quote:
Yesterday we did a mksysb backup of one of our AIX boxes and now the server is hanging at "Multi-User initialization completed" prompt.
I dont see what link there is between the mksysb generation and the message which is displayed where?
If on console, what do you see? can you log in? if so what makes you think it is hung?
It could be network services not working (hardware issue?)
type errpt -a|more and see if there are information on what is going on
# 6  
Old 11-18-2008
Hi,

The mksysb creation failed with an error of suggesting that the process ran out of memory.

I'm using the console and no I cannot log in. It never gets to the point to log in. The boot stops at "Multi-User initialization completed". We left it there over night and came back the next morning and it was still there. I can boot into single user mode and such.

As far as the Error Log, this is the only real error I saw:

---------------------------------------------------------------------------
LABEL: JFS_FS_FRAGMENTED
IDENTIFIER: 5DFED6F1

Date/Time: Fri Nov 14 14:00:09 EST 2008
Sequence Number: 2147
Machine Id: 00CDE13F4C00
Node Id: 00CDE13F4C00
Class: O
Type: INFO
Resource Name: SYSPFS

Description
UNABLE TO ALLOCATE SPACE IN FILE SYSTEM

Probable Causes
FILE SYSTEM FREE SPACE FRAGMENTED

Recommended Actions
CONSOLIDATE FREE SPACE USING DEFRAGFS UTILITY

Detail Data
MAJOR/MINOR DEVICE NUMBER
000A 0006
FILE SYSTEM DEVICE AND MOUNT POINT
/dev/hd9var, /var
---------------------------------------------------------------------------
# 7  
Old 11-18-2008
Ha! This is quite simple to solve: your "/var" filesystem (/dev/hd9var) is full and AIX systems dislike this state of affairs that much they usually refuse to boot.

Boot in single-user mode (or even in service mode), mount the rootvg and make some space available in /var. This should do the trick.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

System cannot boot up

Hi, I got stuck in a very messy situation yesterday after attempting to resolve a filesystem full issue. The user reported that their filesystem (/var/DWS) was 100% full even after moving few files of sizes 14G, 30G and 50G out of the directory. I checked the filesystem once more after this... (5 Replies)
Discussion started by: anaigini45
5 Replies

2. Red Hat

System fail to boot

Hi im using centos 6.4 starting yesterday i have a strange issue that im unable to resolve. the system is booting to GRUB menu and the os is not starting. i tried to run a repair install and the message attached is what i get, what can cause this? thanks, (1 Reply)
Discussion started by: guy3145
1 Replies

3. Solaris

System will not boot

We have a system that won't boot. It is Sun V245 that was patched yesterday with the latest Recommended 10 patch cluster. I will post what we get during the boot at the end of the email message. We have tried rebuilding the bootblk, booting from the cdrom, and running an fsck, booting into failsafe... (2 Replies)
Discussion started by: brownwrap
2 Replies

4. AIX

Hanging in the system after login !

Guy's I have AIX 6.1 has some slowness when I login to the system .. When I login by user screen hangs for some time 20 seconds then it's give me the command prompt .. ! system is fine is working fine only this issue I faced can you please help me in this .. what's the expected reason... (2 Replies)
Discussion started by: ITHelper
2 Replies

5. Solaris

System boot up log file

Hi, where can I check the system boot up log file like those message when the system booting up.... Thanks. (14 Replies)
Discussion started by: efang
14 Replies

6. UNIX for Dummies Questions & Answers

help boot system erro

being nosey on sons laptop and set a password and now need to undo this but its in the boot system :eek::eek::eek: (4 Replies)
Discussion started by: hempel
4 Replies

7. SuSE

ssh command on remote linux system hanging

Hi, Our systems: system1: amd 64 running suse linux 9 enterprize system2: amd 64 running esx vmware 3 with suse linux 9 enterprize. The problem is: when we ssh into system2 and execute the command: ls -al the session hangs. Infact session hangs when we execute any... (3 Replies)
Discussion started by: rajranibl
3 Replies

8. SCO

Can't boot system--help

I get a message saying Not enough space to dump xxxxx pages Press any key to reboot Safe to power off After rebooting it never gets to the "Press CTRL D to continue or enter password for single user" message before it goes back to "Not enough space..." message above. Vicious cycle. ... (0 Replies)
Discussion started by: deloev
0 Replies

9. UNIX for Dummies Questions & Answers

Boot from a remote system

I have a diskless work station. i want to boot from a remote linux machine. what changes i will have to do in configuration. Plz tell me thanks (1 Reply)
Discussion started by: hemant29
1 Replies

10. UNIX for Dummies Questions & Answers

System boot configuration

On my PC I have two hard disks, the first with Windows 98 SE and the second with Linux Mandrake 8.0 (Traktopel). When I have installed Linux, it has modified the boot record of the 1st HD and it has added a graphic menu (LILO) for selecting the OS to use. By default, if I don't press a key, Linux... (2 Replies)
Discussion started by: robotronic
2 Replies
Login or Register to Ask a Question