Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support AIX Hangups when process runs Post 302845115 by ggayathri on Wednesday 21st of August 2013 12:29:28 AM
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
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
Plack::Loader::Delayed(3pm)				User Contributed Perl Documentation			       Plack::Loader::Delayed(3pm)

NAME
Plack::Loader::Delayed - Delay the loading of .psgi until the first run SYNOPSIS
plackup -s Starlet -L Delayed myapp.psgi DESCRIPTION
This loader delays the compilation of specified PSGI application until the first request time. This prevents bad things from happening with preforking web servers like Starlet, when your application manipulates resources such as sockets or database connections in the master startup process and then shared by children. You can combine this loader with "-M" command line option, like: plackup -s Starlet -MCatalyst -L Delayed myapp.psgi loads the module Catalyst in the master process for the better process management with copy-on-write, however the application "myapp.psgi" is loaded per children. Starman since version 0.2000 loads this loader by default unless you specify the command line option "--preload-app" for the starman executable. DEVELOPERS
Web server developers can make use of "psgi_app_builder" attribute callback set in Plack::Handler, to load the application earlier than the first request time. AUTHOR
Tatsuhiko Miyagawa SEE ALSO
plackup perl v5.14.2 2011-02-27 Plack::Loader::Delayed(3pm)
All times are GMT -4. The time now is 05:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy