AIX 5.3 Boot Errors


 
Thread Tools Search this Thread
Operating Systems AIX AIX 5.3 Boot Errors
# 1  
Old 09-14-2009
AIX 5.3 Boot Errors

IBM P Series #7026

Error Codes

#E47E212E - init

#1BA70F4E - SRC

#BA431EB7 - SRC

#C69F5C9B- SYSPROC

#369DO49B - SYSPFS

This happens on reboot the core dump fills up the root file system so I don't think it completes the dump. I can't read the core file with dbx.

Thanks
# 2  
Old 09-14-2009
Hi,

I can only see one error here - complaining that your filesystem is too small ...

I would recommend to extend it until the coredump fits in ... and than try to analyze it with dbx

All others look at least to me like rather normal boot messages

Rgds
zxmaus
# 3  
Old 09-15-2009
Thanks for the fast reply. Could SSA errors cause the core to dump on reboot?

Error

#3DB7729E Adapter Performance Degraded
# 4  
Old 09-15-2009
I would not believe that is causing coredumps but you have probably a failing adapter that requires replacement.

Do you have nothing in your error report that mentions the coredump? Is it located in /root ?

Rgds
zxmaus
# 5  
Old 09-15-2009
Quote:
Originally Posted by tholmes
TCould SSA errors cause the core to dump on reboot?

#3DB7729E Adapter Performance Degraded
If that error message comes from an SSA adapter (6230?) I'd think that it says that the battery of the fastwrite cache is depleted and this cache has therefore been disabled. This should not result in core dumps however.
# 6  
Old 09-16-2009
Ok I got root bigger and did a restart. Now the core dump is finishing. But dbx is giving me this when I try to read the core file.

#Core file "core" program "X" does not match current program (ignored)
#warning: cannot excute core
#reading symbolic information....

Thanks again
# 7  
Old 09-17-2009
Not able to read core file contents

Hi
While i am trying to read core file on AIX5.3 i am getting only following information. Even frame.c file is not part of our source code. Can some help me to read core file.

ux201p3:e46123> dbx capsWrkstnMgr core
Type 'help' for help.
[using memory image in core]
reading symbolic information ...

Segmentation fault in malloc_common.extend_brk [/usr/lib/libc.a] at 0xd03719c4 ($t1)
0xd03719c4 (extend_brk+0x20c) 90040004 stw r0,0x4(r4)
(dbx) where
malloc_common.extend_brk(internal error: assertion failed at line 3650 in file frame.c
??, internal error: assertion failed at line 3650 in file frame.c
??, internal error: assertion failed at line 3650 in file frame.c
??) at 0xd03719c4
(dbx)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

I see some errors in syslog files in AIX. can these be ignored ?

Hello, Could you please check the below errors. I found these errors in AIX LPAR syslogs. auth|security:err|error sshd error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key daemon:err|error syslog: slp: 0660-059 Impossible to get local interface for distant address 10.x.x.x. errno... (2 Replies)
Discussion started by: Kumar7997
2 Replies

2. AIX

Link Errors in AIX

Hi Can any suggest me how to work on this particular issue i am facing. Below is the error message received on vio servers. IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 4B436A3D 0326102912 T H fscsi1 LINK ERROR 4B436A3D 0325212712 T H fscsi1 LINK ERROR 4B436A3D... (2 Replies)
Discussion started by: ganiiee
2 Replies

3. AIX

Can't boot AIX

Good afternoon there, One of my friend gave me an old IBM 44P Model 170 (I've planned to use it to learn AIX that I don't know at all) (I know a bit GNU/Linux (Debian, Archlinux, Red Hat, Slackware)). But, unfortunately, the computer doesn't start properly and I don't have any idea why ;(. ... (6 Replies)
Discussion started by: firstpost
6 Replies

4. AIX

Multiple errors in AIX 5.3

Hi Admins, # lspath -H -l hdisk2 status name parent Enabled hdisk2 fscsi0 Enabled hdisk2 fscsi0 Missing hdisk2 fscsi2 Missing hdisk2 fscsi2 Enabled hdisk2 fscsi0 Enabled hdisk2 fscsi0 Enabled hdisk2 fscsi2 Missing hdisk2 fscsi2 Multi path IO status is shown as Missing for... (2 Replies)
Discussion started by: newaix
2 Replies

5. Solaris

Sun Sparc Ultra 4 won't boot - disk errors

Hi all. I am seeing in one of our less-used servers that it crashed and now won't restart. I get the message 'continue with normal startup or boot into maintenance mode'. I go into maintenance and run fsck on /usr0 (mentioned in error at restart) it then reboots but goes right back to... (3 Replies)
Discussion started by: jamie_collins
3 Replies

6. Solaris

SCSI boot errors

Help needed please! I see the following scsi errors during boot up. The server eventually boots up successfully. Please let me now how to fix these errors: Executing last command: boot Boot device: disk File and args: SunOS Release 5.8 Version Generic_117350-62 64-bit Copyright 1983-2003 Sun... (4 Replies)
Discussion started by: pingmeback
4 Replies

7. UNIX for Dummies Questions & Answers

Custom kernel compiling, won't boot, and errors.

First of all, I'd like to preface this post by relaying that I have considerable experience with FreeBSD but I'm a Linux newb. I've been attempting to compile linux-2.6.29.3 from source and I'm having some problems and have a few newb questions... a) First of all, my kernel won't boot, it fails... (0 Replies)
Discussion started by: urbanriot
0 Replies

8. AIX

C/C++ compiler ver 6 on AIX 5.3 - errors

Hi Guys, We are migrating AIX 5.1 to AIX 5.3. With this upgrade the C/C++ compiler is also upgraded to Visual Age C++ 6.0. After upgrading, when we tried to (re)compile our programs (since ibm open library classes are not going to work with new compiler), we are getting so many errors with no... (2 Replies)
Discussion started by: satguyz
2 Replies

9. UNIX for Advanced & Expert Users

Boot loop errors caused by RC.CONF

Hello all! I am praying someone can help me. I have been trying to install dual nics on my FreeBSD box. In my attempts I edited my RC.CONF file. I must have editing something wrong, because during the boot sequence, my machine gets through bringing up most of the services then it stops and gets... (5 Replies)
Discussion started by: ezekiel61
5 Replies
Login or Register to Ask a Question