![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell stop process after found value in file | kriezo | Shell Programming and Scripting | 0 | 02-25-2008 02:44 AM |
| how to stop others users to stop viewing what i am doing ? | mobile01 | UNIX for Advanced & Expert Users | 5 | 12-04-2006 05:37 AM |
| stop a process to start at system startup | larsgk | SUN Solaris | 3 | 09-21-2006 07:31 AM |
| Stop / kill the process individually | braindrain | Shell Programming and Scripting | 5 | 02-15-2006 09:32 AM |
| Stop a SAS job | cube | UNIX for Dummies Questions & Answers | 1 | 05-02-2002 08:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
a process that never stop
Dears all
i have an AIX box in which i am facing a problem with a process as below: /usr/dt/bin/dtexec -open 0 -ttprocid and each time i am killing this process with "kill -9" then it run again after a while. any ideas or solutions will be appreciated. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The same process, or a different PID each time? What is the parent process?
|
|
#3
|
|||
|
|||
|
you should change the entry in the inittab-file...
probably that entry is stating now "RESPAWN". It will respawn every time you kill the process... |
|
#4
|
|||
|
|||
|
Dears
it is the same process respawned again with a different process ID with the same PPID which is for "/usr/dt/bin/dtsession" when greping for that PPID. also i searched the inittab but i could not find anf entry for this PID or even it's PPID. please advice. |
|
#5
|
|||
|
|||
|
It's part of a CDE desktop. Log out all users using CDE and login with ssh/telnet and it won't be there. Next you need to find out who's it is, does everyone get the process, or is it specific to a single user.
|
|
#6
|
|||
|
|||
|
First off why do you want to kill the CDE? All this is is an XWindows desktop and unless you have users with an X station or an X emulator such as Hummingbird Exceed running on a PC no one will be able to use it. Also as I do not know what form of RS6000 this is I can only surmise that the session you are seeing is the console running on an LFT (Low Function Terminal) plugged into a graphics card.
I would strongly advise not to kill it or as someone has suggested not take the entry out of the inittab as this will cause all sorts of problems when you re-boot! |
|
#7
|
|||
|
|||
|
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 |
|||
| Google The UNIX and Linux Forums |