Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Cannot kill many processes whose ppid is 1 Post 303045901 by alexcol on Friday 17th of April 2020 02:48:37 PM
Old 04-17-2020
Good afternoon:

Thank you both of you for your support

Actually i have no evidence since Server was restarted yesterday and in ksh log there is nothing since it updates an oracle table, so when execute this command there is no problem


Code:
ps -flu xpfactur
 F S      UID   PID  PPID   C PRI NI     ADDR     SZ    WCHAN    STIME TTY         TIME CMD
 0 S xpfactur 49595 47172   0  39 20        ?   6601        ? 13:01:02 ?           0:00 sqlplus -s / @/produccion/explotaci
 0 O xpfactur 54450 59198   0  40 20        ?    231          13:40:12 pts/49      0:00 ps -flu xpfactur
 0 S xpinvoice 69870 69818   0  40 20        ?   6590        ? 00:22:57 pts/41      0:00 sqlplus /
 0 S xpinvoice 67630 66324   0  40 20        ?    231        ? 01:33:38 pts/42      0:07 -ksh
 0 0 S xpinvoice 56816 56815   0  40 20        ?    202        ? 12:43:04 pts/25      0:00 bc
 0 S xpinvoice 26472 15164   0  52 24        ?  33211        ? 21:36:09 pts/23      3:12 FaSched -a FAC -l 3 -u /
 0 S xpinvoice 15164 15138   0  40 20        ?    228        ? 21:34:40 pts/23      0:00 -ksh
 0 S xpinvoice 53326     1   0  52 24        ?    209        ? 13:40:06 pts/23      0:00 sh //produccion/explotacion/xpfactu
 0 S xpinvoice 14293 14245   0  40 20        ?    228        ? 21:34:27 pts/8       0:00 -ksh
 0 S xpinvoice 65613 65562   0  40 20        ?    228        ? 05:56:13 pts/46      0:00 -ksh
 0 S xpinvoice 25119 24946   0  40 20        ?    229        ? 12:00:03 ?           0:00 /usr/bin/ksh /produccion/explotacio
 0 S xpinvoice 24946  1966   0  40 20        ?   1810        ? 12:00:02 ?           0:00 auto_rem /opt/CA/UnicenterAutoSysJM
 0 S xpinvoice 28370 28359   0  40 20        ?    228        ? 21:45:27 pts/32      0:00 -ksh

What is the next step if status were D ?

Thank you for your help in advanced
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need a script to kill processes with PPID of 1

Hi, I have been trying to come up with a script to run as a cron job to kill any processes that have PPID of 1. I have created a file that contains the PID and the PPID. How can I read this file and then execute a kill on any PID where PPID is 1. The file looks like this: 4904 1 4455 1... (5 Replies)
Discussion started by: lbaysdon
5 Replies

2. Shell Programming and Scripting

kill all processes

i have a very short file that has in it a line for a find command. now, when i run this script and I kill the script later, using the ps -ef | grep scriptname. i noticed kill -9 kills the script itself but does not kill the internal find command that it gave birth to. say theres a file... (0 Replies)
Discussion started by: Terrible
0 Replies

3. Shell Programming and Scripting

Unix Kill processes

Hi guys, I am new to Unix shell scripting. Can anyone of you tell me how to kill all the processes at a time for a particular user?(No listing the process ID of each process in the kill -9 command). Thanks in Advance, -Hary (5 Replies)
Discussion started by: tadi18
5 Replies

4. Solaris

kill processes

how to kill the processes of aperticular user? because i have nearly 25000 process are there for perticular user. i need to kill. Please provide the information? Regards, Rajesh (3 Replies)
Discussion started by: pmrajesh21
3 Replies

5. HP-UX

Read/kill processes

Hi, I read a set of processes with: ps -eaf|grep oracleTRLV The result is: oracle 23253 1 0 15:14:11 ? 0:00 oracleTRLV (LOCAL=NO) oracle 23301 1 0 15:15:07 ? 0:00 oracleTRLV (LOCAL=NO) oracle 22914 1 0 15:11:19 ? 0:00 oracleTRLV (LOCAL=NO) How to I kill the "oracleTRLV" ones? Is there... (17 Replies)
Discussion started by: NicoMan
17 Replies

6. Solaris

kill the processes seen under ptree

Hi, How to kill the processes running under ptree ? I am noticing lot of processes running under ptree with ssh ? I tried to kill with -9 option which is not working ? Thanks, Radhika. (2 Replies)
Discussion started by: radhirk
2 Replies

7. UNIX for Dummies Questions & Answers

Need help to kill parent and all of its sub processes

Hi, I am writing korn shell script. My requirement is, i have to kill the parent process and all of its child processes. Can some one please help me on this? Thanks in advance for your help.. (1 Reply)
Discussion started by: Sheethal
1 Replies

8. Shell Programming and Scripting

Kill processes

for i in 'ps -f | grep textedit' do kill $i done I wrote this but it wont work. I am trying to find processes and kill them. Any help would be welcome. (1 Reply)
Discussion started by: hawaiifiver
1 Replies

9. Shell Programming and Scripting

kill all user processes

Hi there, i've been searching all over and i thought i had understood the way i should go to kill all the processes related to a user. But i'm getting more confused then i was. By lunch time i have to make a database backup, and for that all the users shoul logout. The problem is that many users... (4 Replies)
Discussion started by: vascobrito
4 Replies

10. UNIX for Advanced & Expert Users

Kill a list of processes

I am trying to kill a list of processes. I have found these two ways to list a group of process id's on a single line. How would I go about killing all of these processes all on one line? $ ps aux | grep 6243 | grep "a.out" | awk '{printf "%s ",$2}'ps aux | grep 6243 | grep "a.out" | awk... (8 Replies)
Discussion started by: cokedude
8 Replies
PTS_QUIT(1)						       AFS Command Reference						       PTS_QUIT(1)

NAME
pts_quit - Exit from pts interactive mode SYNOPSIS
pts quit [-cell] <cell name> [-noauth] [-localauth] [-force] pts q [-c] <cell name> [-n] [-l] [-f] DESCRIPTION
The pts quit command exits from pts interactive mode. The command can be run from the command line or interactively, but on the command line it does nothing and is therefore of questionable utility. CAUTIONS
Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the pts quit command was only available on Unix or Linux and when OpenAFS was compiled with the supergroups option (disabled by default). As of OpenAFS 1.4.5 and 1.5.23, it is always available. OPTIONS
Although they have no effect, pts quit takes the following standard pts options: -cell <cell name> Names the cell in which to run the command. For more details, see pts(1). -force Enables the command to continue executing as far as possible when errors or other problems occur, rather than halting execution at the first error. -help Prints the online help for this command. All other valid options are ignored. -localauth Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. Do not combine this flag with the -cell or -noauth options. For more details, see pts(1). -noauth Assigns the unprivileged identity anonymous to the issuer. For more details, see pts(1). OUTPUT
This command produces no output. EXAMPLES
Here is an example of a pts interactive session: % pts interactive pts> quit % SEE ALSO
pts(1), pts_interactive(1) COPYRIGHT
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com> This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Jason Edgecombe for OpenAFS. OpenAFS 2014-04-08 PTS_QUIT(1)
All times are GMT -4. The time now is 04:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy