AIX Hangups when process runs

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support AIX Hangups when process runs
# 1  
Old 08-21-2013
AIX Hangups when process runs

When a data load process is running, there seems to be hangups happening. By hangup, I mean the application screen exits, a blue screen appears with an AIX prompt and the word Hangup.
It is not happening at the same point of the data file, because if that had happened, I would have considered it to be bad data or something like that. I double checked this one, by loading the same file on another test server and everything worked fine. Can someone help me figure out how to trace what in AIX could cause the hangup?

G
# 2  
Old 08-21-2013
This is a bit vague. At a guess..are you logging into the system, then running a program (data load is not specific)...and then you get the hangup and then logged out. If so, you should use a terminal emulator to log session output, then running truss <program>. Another thing you can do is login to the system and attach to the process from another session to observe what is happening...this depends on the o/s in terms of how you would do this.
# 3  
Old 08-22-2013
I concur with blackrageous: the problem is described very vaguely. So the following is just a wild guess. If your session is configured to log you out after some time of inactivity and your running job somehow doesn't count towards activity you might face this problem.

Solutions could in this case include: switch off the automatic logout, either by setting off the TMOUT-value in your login shell or whatever you used to achieve the automatic logout. Or make your job counting towards the activity. Maybe it is started with nohup, so that it disconnects from the process tree of your login shell or something such.

Sorry to be so vague, but from a vague description you can't expect detailed answers.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX: two strange process

I check for top 10 cpu consumer ps auxww |head -10 USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 131076 23,6 0,0 448 448 - A 16:00:59 50:21 wait root 983070 21,9 0,0 448 448 - A 16:00:59 46:43 waitI try to kill them sudo... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. AIX

How to find what process is using a port in AIX 5L and above.

There have been a lot of threads about how to find processes that are using a specific port on an AIX server. After long hours of research and reading countless "you can't do that" responses, I finally found the answer. YES IT CAN BE DONE! YES ITS EASY. NO, I DON'T KNOW WHY NO ONE GETS THIS... (2 Replies)
Discussion started by: troym72
2 Replies

3. UNIX for Advanced & Expert Users

How to trace an AIX Process?

Hello, I execute an application on my Unix AIX Server and that one crashes after reading some files. These files are very big (80 Mbytes), the application is a CVS Repository. I have found with a comparaison on a Solaris Server that there are system limitations on my AIX Server in the... (2 Replies)
Discussion started by: steiner
2 Replies

4. AIX

AIX: PID 0 Process

Hi All, I searched other threads and could not find any relevant post about this. I searched for process 0 in SUN OS and could find the sched/swapper process listed. root 0 0 0 Apr 25 ? 0:06 sched but i couldnt not find the swapper process (PID 0) in AIX. Is that... (4 Replies)
Discussion started by: quintet
4 Replies

5. AIX

Find CPU per process in AIX

Hi. I am looking for a command that will return me the amount of CPU used by a specific process in AIX environment. I know there is TOPAS - but it is interactive and I need to get this information from system that connects remotely via SSH. Using writing to files and than reading them is also... (1 Reply)
Discussion started by: yamsin789
1 Replies

6. UNIX for Dummies Questions & Answers

cannot fork process on IBM - AIX

Hi, Currently, I'm getting the foll error on an IBM AIX /etc/profile: 0403-030 The fork function failed. Too many processes already exist. How can i check the current no. of processes which can run simultaneously on an IBM AIX machine for oracle user and how can i change ? Thanks Vin (1 Reply)
Discussion started by: win_vin
1 Replies

7. AIX

AIX hangs through the boot process

To All: I have this AIX machine (see boot process below). The problem was it hangs at: The ctrmc Subsystem has been started. Subsystem PID is 11906.. I checked with other forums but their advise were just "strong punches in the air" with no specific explanation. I really appreciate if... (6 Replies)
Discussion started by: aix_xia
6 Replies

8. AIX

disk i/o per process on aix 5.2

hi, i am working on aix 5.2, i want to check disk i/o for any running process. please if anybody can help me. thanks Aqeel Anwar (1 Reply)
Discussion started by: system-admin
1 Replies

9. UNIX for Dummies Questions & Answers

Check process in AIX

Hi there, Tried using vmstat n iostat as well as sar. Can anyone tell me if there is anyway where i can check which the name of the process which is taking up alot of cpu resources? I also tried TOPAS. Thanks for the advise. Wee :) (2 Replies)
Discussion started by: lweegp
2 Replies
Login or Register to Ask a Question