a process that never stop


 
Thread Tools Search this Thread
Operating Systems AIX a process that never stop
# 8  
Old 01-29-2007
Quote:
Originally Posted by TheEngineer
this process seems to efftect other running processes and they can not be started unless i kill that CDE-related process. this process is just related to the root user.

should i logoff any logins from the console terminal??

thanks
How do you mean it is affecting other processes in which way? Which platform is this please?
# 9  
Old 01-29-2007
On reflection I may have advised you incorrectly. The dtexec command should not be running and certainly not without a ttprocid entry. I take it this is using a lot of CPU time. Please cat the inittab and paste it in your reply.
# 10  
Old 01-29-2007
dear johnf

this is an IBM RISC/6000 system with AIX 5.2

i have a number of processes running and sometimes i need to restart those processes whenever i am making changes. but those processes will struggle to start unless i am killing that ugly process which wasn't there in the past.

dt:2:wait:/etc/rc.dt (the entry from inittab for the dt daomon)

my processes also have the word "proc" in their command line.

below is the dtexec process but where can i find the entry related to ttprocid

root 70164 14204 0 15:06:45 - 0:00 /usr/dt/bin/dtexec -open 0 -ttprocid 6.15fh76 01 35700 1342177279 1 1 0 192.168.117.20 4_8531_1 /usr/dt/bin/dtscreen -mode blank
# 11  
Old 01-29-2007
Quote:
Originally Posted by TheEngineer
dear johnf

this is an IBM RISC/6000 system with AIX 5.2

i have a number of processes running and sometimes i need to restart those processes whenever i am making changes. but those processes will struggle to start unless i am killing that ugly process which wasn't there in the past.

dt:2:wait:/etc/rc.dt (the entry from inittab for the dt daomon)

my processes also have the word "proc" in their command line.

below is the dtexec process but where can i find the entry related to ttprocid

root 70164 14204 0 15:06:45 - 0:00 /usr/dt/bin/dtexec -open 0 -ttprocid 6.15fh76 01 35700 1342177279 1 1 0 192.168.117.20 4_8531_1 /usr/dt/bin/dtscreen -mode blank
OK can you please cat the /etc/rc.dt and paste that here please. The process is not ramping up CPU time so I cannot easily see why it is causing a problem with the other processes! Even more mysterious is dtscreen is the screen saver. Can you identify which server is 192.168.117.20 please?
# 12  
Old 01-30-2007
Dear

it is the same server that i am facing the problem in. but it seems that the terminal that is directly connected to the console port of the server cam not logoff so how can i force the logoff without restarting the server.

later i will provide the rc.dt, i dont have access now.

thanks for your help
# 13  
Old 01-31-2007
What do you mean by the console port? Is this a dumb terminal console or a normal PC terminal (Colour screen)?
# 14  
Old 07-09-2008
Bug How can i get the parent process only

sorry wrong place
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Can't stop/restart postfix - pid associated with another process

This issue could happen to any other service but in this case its commssioning Postfix - it seems i can't stop postfix as the PID relates to another service - i've delete the 'master.lock' but to no available - any ideas, memeory commands etc ? thanks in advance ps. the serve is in Production so... (2 Replies)
Discussion started by: stevie_velvet
2 Replies

2. UNIX for Dummies Questions & Answers

How to stop debug in the mid of process?

Hi Gurus, I am debugging a script. it loops filelist. since the list a very long. when debugging, I only can see the last a few lines. is there any way to stop debuger in the mid of process. the command I used for debugging is: ksh -x scriptName Thanks in advance (7 Replies)
Discussion started by: ken6503
7 Replies

3. Shell Programming and Scripting

Stop and start a process every X hours

Hi, I have a parallelized Mathematica program that spans across 8 MathKernels processes running at 100% and one MathKernel (highlighted in blue) running at < 10% that controls the other 8. They look like this on the cluster: https://www.unix.com/attachment.php?attachmentid=5111&stc=1&d=1381245618... (2 Replies)
Discussion started by: giovform
2 Replies

4. Shell Programming and Scripting

How to stop the process in shell scripting?

Hi all, I have tried the below code to execute. #! /bin/bash date1=`date -d "today 08:00:00" +%s` date2=`date -d "today 08:01:00" +%s` path=/home/user01/red/IDC/sample cd $path java Cspsamp 111.19.5.172 7025 rd1 rd1 "5022=Query|5026=109378|4=627|5=E:VD|5042=$date1|5049=$date2"... (5 Replies)
Discussion started by: aish11
5 Replies

5. UNIX for Dummies Questions & Answers

Stop the process

I have the following log file running since yesterday and its consuming so much of the disk space. -rw-rw-r-- 1 dev dba 4543237120 Nov 10 09:00 load_run_file1_0.1111091224.lg How do i kill this process. I don't have any idea of stopping this. Any help would be really appreciated. ... (3 Replies)
Discussion started by: bobby1015
3 Replies

6. Shell Programming and Scripting

Process running? Stop it

I have this "process keepalive" script: #!/bin/bash PIDFILE=/tmp/php.pid PHPSCRIPT=/home/www/mydomain.com/subdomains/www/parser.php echo 'Checking php process from PID file' if ; then PID=`cat $PIDFILE` if ps ax | grep -v grep | grep $PID > /dev/null then echo "php process still... (4 Replies)
Discussion started by: LukasB
4 Replies

7. Shell Programming and Scripting

how to stop the process that is running continously

Hi there, I have written a script to check daily process, each script is in a different directory. Now the first process is running fine, when it goes to the next directory the process doesn't executes. cd result/logs ref=month_1888.log echo $ref>> $logfile cd /max/tot/first... (3 Replies)
Discussion started by: NehaKrish
3 Replies

8. Shell Programming and Scripting

Stop / kill the process individually

Hi , I have a situation, where I have 10 indivudal processess started by similar instance.I say similar instance because each of them being started as a new thread: Say I've following unix process running process1_ADAP process2_ADAP process3_ADAP Current scenario: Now I have SHUTDOWN... (5 Replies)
Discussion started by: braindrain
5 Replies
Login or Register to Ask a Question