Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support AIX Hangups when process runs Post 302845711 by bakunin on Thursday 22nd of August 2013 05:48:33 AM
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
 

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
XHPGetServerMode(3X)													      XHPGetServerMode(3X)

NAME
XHPGetServerMode - Get the mode of the specified screen. SYNOPSIS
int XHPGetServerMode (display, screen) Display *display; int screen; ARGUMENTS
display Specifies the connection to the X server. screen Specifies the number of the screen whose mode is requested. DESCRIPTION
This request enables a client program to determine the mode of a screen. The mode returned is an integer that can be compared against one of the predefined modes. The following modes are defined: XHPOVERLAY_MODE The X server is running in the overlay planes. XHPIMAGE_MODE The X server is running in the image planes. XHPSTACKED_SCREENS_MODE The X server is running with the overlay and image planes on different screens. XHPCOMBINED_MODE The X server is running in both the overlay and image planes. These constants can be obtained by including the file /usr/include/X11/XHPproto.h. If an invalid screen number is used, a -1 will be returned by this request. DIAGNOSTICS
The return value indicates success or failure. RETURN VALUE
This request returns the display mode if the request is successful, and a -1 if an invalid screen id is used. FILES
/usr/include/X11/XHPproto.h ORIGIN
Hewlett-Packard Company X Version 11 Release 5 XHPGetServerMode(3X)
All times are GMT -4. The time now is 12:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy