About defunct process !

Does anybody knows about the "defunct process" ?
In our production sevrer , we are running Oracle 10g in IBM AIX 5.1 unix platform . Our application software is based on the .net .
Now from last 7 days , our production server creates a lot of "defunct process" which consumes a lot or resource (i think) and r production server's PAGING space goes to 76% above .
In this moment , anybody plz tell me ,
why defunct process is created and how can I get rid of this problem ?
Is the problem is related with the application ?
Plz reply me ASAP .. ...

shipon_97 wrote:
Does anybody knows about the "defunct process" ?
In our production sevrer , we are running Oracle 10g in IBM AIX 5.1 unix platform . Our application software is based on the .net .
Now from last 7 days , our production server creates a lot of "defunct process" which consumes a lot or resource (i think) and r production server's PAGING space goes to 76% above .
In this moment , anybody plz tell me ,
why defunct process is created and how can I get rid of this problem ?
Is the problem is related with the application ?
Plz reply me ASAP .. ...http://www.google.co.in/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=FML&q=defunct+process&btnG=Search&meta=&aq=f&oq=
HTH
Aman....

Similar Messages

  • Defunct process

    Hi all
    I found a lot of defunct process in one of our solaris server. It is occupying around 95% of the memory.I killed all those defunct processes, but memory is not yet released.Anybody have an idea about how to release that memory without rebooting the system
    Regards
    RPS

    Yup. I believe the "small amount of system memory" that it mentions is in fact the allocation for the exit status.
    You will almost certainly run out of PIDs before you notice the memory consumed by the zombies.
    Heck, I've got a box here I can abuse, let's try it. It's even painfully low on memory, being an Ultra-10 with 192MB and Solaris 10 and I'm logged in with a JDS desktop. "max_nprocs" on this machine is 2922.
    I ran this command:
    # perl -e 'while (1) { $a = fork(); if (!defined $a) {print "Unable to fork.  $! Sleeping.\n" ; sleep 30; exit; } elsif ($a == 0) { $b = 7 ; $b++; exit; } }'
    (The math with $b is just there so that the child does something besides exit, hopefully forcing at least one page allocation that should be returned).
    When it finished, 'prstat' went from 75 processes to 2919 (pretty close to 2922).
    vmstat went crazy during the run (and load was over 50 temporarily), but it settled down.
    0 0 0 413928 34360 0 52 0 0 0 0 0 0 0 0 0 406 979 402 6 4 90
    [job started here...]
    42 0 0 397208 29632 155 3871 117 0 0 0 0 15 0 0 0 440 1058 363 13 46 41
    134 0 0 368048 30256 253 6847 37 335 447 0 237 7 0 0 0 415 1540 324 18 82 0
    [ran a while... and settled down during the 30 second sleep]
    0 0 0 413472 35760 0 52 0 0 0 0 0 0 0 0 0 401 964 249 5 3 92
    0 0 0 413472 35760 0 52 0 0 0 0 0 0 0 0 0 402 984 266 4 3 92
    [parent exits and all the zombies are reaped]
    0 0 0 413800 36736 0 53 0 0 0 0 0 0 0 0 0 402 3267 250 6 16 78
    0 0 0 413888 36984 0 52 0 0 0 0 0 1 0 0 0 406 901 258 4 3 93
    So, yes. A bit of memory was returned. For over 2800 zombies, something on the order of 400 kb was returned on exit. That's about 140 bytes per process.
    'vmstat' isn't necessarily completely accurate and something else on the machine may have affected the output. Assume that the above could be off by 100% or more and it's still not a signifcant amount..
    Darren

  • Very brief about SD process

    Hi Experts...
    iam wrking as technical consultant..could please send me a document or link whick expalins very brief about SD process( i dont require pdf explain bout the full process). i need simple document which explains about SD  process, masterdata,transactional data.
    your help is rewarded.
    regards
    srini

    Hi Srinivas Vancha,
    Pl go thr below links:
    Check these links which can help you, to strength your SD knowledge
    http://help.sap.com/saphelp_47x200/helpdata/en/06/57683801b5c412e10000009b38f842/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/8c/df293581dc1f79e10000009b38f889/frameset.htm
    http://sap-img.com/sap-sd.htm
    http://planetsap.com/logictics_SD_main_page.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/SDSLS/SDSLS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_SD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/92/df293581dc1f79e10000009b38f889/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/dd/55f33e545a11d1a7020000e829fd11/frameset.htm
    http://www.sap-basis-abap.com/sapsd.htm
    http://www.sap-img.com/sap-sd.htm
    http://www.sapgenie.com/abap/tables_sd.htm
    Reward if it helps
    Regards
    Srini

  • Getting Defunct processes while using Oracle iPlanet Web Server 7.0.9 in Solaris 10

    Hi,
    I have installed Oracle iPlanet Web Server 7.0.9 in our Solaris 10. \
    Successfully Configured iPlanet web server using the manual and the application scripts are working fine with this iPlanet webserver.
    Even if the application is working fine, the iPlanet webserver stop responding at a period of time and needs to be restart manually...
    Found that lots of defunct processes(PPID of webservd) are created and these defuncts (zombies) leads to stop the services.
    I am not good in iPlanet webserver configuration settings on the Solaris 10 OS.
    Could anyone help me to fix this issue ?
    Thanks,
    Antony.

    Here is the truss output (last few lines before the application hungs...
    /14:    2516.1065        0.0000 time()                                          = 1428330724
    /49:    2516.1382        0.0001 pollsys(0xFFFFFFFF71E3FB40, 1, 0xFFFFFFFF71E3FA80, 0x00000000) = 0
    /49:    2516.1386        0.0000 lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /49:    2516.1389        0.0000 lwp_kill(66, SIG#0)                             Err#3 ESRCH
    /49:    2516.1412        0.0022 munmap(0xFFFFFFFF70D00000, 262144)              = 0
    /49:    2516.1413        0.0000 lwp_exit()
    /39:    2516.1553        0.0000 pollsys(0xFFFFFFFF7283FB40, 1, 0xFFFFFFFF7283FA80, 0x00000000) = 0
    /39:    2516.1557        0.0000 lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /39:    2516.1559        0.0000 lwp_kill(75, SIG#0)                             Err#3 ESRCH
    /39:    2516.1561        0.0001 munmap(0xFFFFFFFF70400000, 262144)              = 0
    /39:    2516.1562        0.0000 lwp_exit()
    /25:    2516.1614        0.0000 lwp_park(0xFFFFFFFF73CFBA90, 0)                 Err#62 ETIME
    /16:    2516.1671        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /35:    2516.2558        0.0000 lwp_park(0xFFFFFFFF72EFBA90, 0)                 Err#62 ETIME
    /16:    2516.2673        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2516.3675        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /36:    2516.4317        0.0000 lwp_park(0xFFFFFFFF72CFBE60, 0)                 Err#62 ETIME
    /15:    2516.4505        0.0000 lwp_park(0xFFFFFFFF7613F9D0, 0)                 Err#62 ETIME
    /16:    2516.4677        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2516.5679        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /27:    2516.6533        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF7383FD20, 0x00000000) = 0
    /16:    2516.6681        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /1:     2516.7105        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF7FFFA6A0, 0x00000000) = 0
    /16:    2516.7684        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /34:    2516.8137        0.0000 lwp_park(0xFFFFFFFF730FBA70, 0)                 Err#62 ETIME
    /16:    2516.8685        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2516.9686        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2517.0688        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /14:    2517.1057        0.0001 pollsys(0x00000000, 0, 0xFFFFFFFF744FBDA0, 0x00000000) = 0
    /14:    2517.1061        0.0000 time()                                          = 1428330725
    /25:    2517.1618        0.0000 lwp_park(0xFFFFFFFF73CFBA90, 0)                 Err#62 ETIME
    /16:    2517.1691        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /35:    2517.2561        0.0000 lwp_park(0xFFFFFFFF72EFBA90, 0)                 Err#62 ETIME
    /16:    2517.2693        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2517.3695        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /36:    lwp_park(0xFFFFFFFF72CFBE60, 0) (sleeping...)
    /15:    lwp_park(0xFFFFFFFF7613F9D0, 0) (sleeping...)
    /16:    2517.4696        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /54:    2517.5362        0.0000 pollsys(0xFFFFFFFF7193FB40, 1, 0xFFFFFFFF7193FA80, 0x00000000) = 0
    /54:    2517.5364        0.0000 lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /54:    2517.5367        0.0000 lwp_kill(53, SIG#0)                             Err#3 ESRCH
    /54:    2517.5368        0.0001 munmap(0xFFFFFFFF71A00000, 262144)              = 0
    /54:    2517.5369        0.0000 lwp_exit()
    /16:    2517.5697        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /27:    pollsys(0x00000000, 0, 0xFFFFFFFF7383FD20, 0x00000000) (sleeping...)
    /16:    2517.6699        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /1:     2517.7106        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF7FFFA6A0, 0x00000000) = 0
    /1:     2517.7111        0.0001 close(26)                                       = 0
    /1:     2517.7113        0.0000 write(24, " 8", 1)                              = 1
    /1:     2517.7115        0.0000 close(23)                                       = 0
    /1:     2517.7116        0.0000 close(24)                                       = 0
    /1:     2517.7118        0.0000 lwp_unpark(25)                                  = 0
    /25:    2517.7118        0.0000 lwp_park(0xFFFFFFFF73CFBA90, 0)                 = 0
    /1:     2517.7120        0.0000 lwp_unpark(35)                                  = 0
    /35:    2517.7120        0.0000 lwp_park(0xFFFFFFFF72EFBA90, 0)                 = 0
    /25:    2517.7121        0.0000 lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /25:    2517.7122        0.0000 lwp_kill(61, SIG#0)                             Err#3 ESRCH
    /35:    2517.7123        0.0000 lwp_sigmask(SIG_SETMASK, 0xFFBFFEFF, 0x0000FFF7) = 0xFFBFFEFF [0x0000FFFF]
    /25:    2517.7124        0.0001 munmap(0xFFFFFFFF71200000, 262144)              = 0
    /25:    2517.7125        0.0000 lwp_exit()
    /1:     2517.7126        0.0000 lwp_wait(25, 0xFFFFFFFF7FFFA47C)                = 0
    /35:    2517.7127        0.0000 lwp_kill(52, SIG#0)                             Err#3 ESRCH
    /35:    2517.7128        0.0001 munmap(0xFFFFFFFF71B00000, 262144)              = 0
    /35:    2517.7129        0.0000 lwp_unpark(1)                                   = 0
    /1:     2517.7129        0.0000 lwp_park(0x00000000, 0)                         = 0
    /35:    2517.7130        0.0000 lwp_exit()
    /1:     2517.7132        0.0000 lwp_wait(35, 0xFFFFFFFF7FFFA47C)                = 0
    /1:     2517.7134        0.0000 close(13)                                       = 0
    /16:    2517.7700        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /34:    2517.8141        0.0000 lwp_park(0xFFFFFFFF730FBA70, 0)                 Err#62 ETIME
    /16:    2517.8702        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /16:    2517.9704        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /22:    2517.9743        0.0001 pollsys(0xFFFFFFFF73F3FA98, 1, 0xFFFFFFFF73F3F9D0, 0x00000000) = 0
    /16:    2518.0706        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF742FBDD0, 0x00000000) = 0
    /14:    2518.1063        0.0000 pollsys(0x00000000, 0, 0xFFFFFFFF744FBDA0, 0x00000000) = 0
    /14:    2518.1073        0.0000 time()                                          = 1428330726
    /1:     2518.1082        0.0000 lseek(1, 0, SEEK_CUR)                           = 0
    /1:     2518.1083        0.0000 lseek(2, 0, SEEK_CUR)                           = 4128
    /1:     2518.1085        0.0000 lseek(2, 0, SEEK_CUR)                           = 4128
    /1:     2518.1093        0.0000 lseek(1, 0, SEEK_CUR)                           = 0
    /1:     2518.1094        0.0000 lseek(2, 0, SEEK_CUR)                           = 4128
    /1:     2518.1095        0.0000 lseek(2, 0, SEEK_CUR)                           = 4128
    /1:     2518.1102        0.0000 _exit(0)

  • FNDLIBR defunct process on RAC/PCP

    Hi,
    EBS - 12.1.3
    DB - 11.2.0.1
    OS - Redhat Linux
    In one of our client we have RAC with PCP setup.
    We are facing issue of FNDLIBR defunct process on one of our application node.
    [applprod@XXXXXXX ~]$ ps -ef|grep defunct
    applprod 16541 3970  0 00:02 ?        00:00:00 [FNDLIBR] <defunct>
    applprod 16542 3970  0 00:02 ?        00:00:00 [FNDLIBR] <defunct>
    applprod 16544 3970  0 00:02 ?        00:00:00 [FNDLIBR] <defunct>
    applprod 16545 3970  0 00:02 ?        00:00:00 [FNDLIBR] <defunct>
    applprod 23207 23077 0 09:43 pts/1    00:00:00 grepdefunct
    applprod 27286 3970  0 Apr11 ?        00:00:00 [FNDLIBR] <defunct>
    applprod 29654 3970  0 Apr12 ?        00:00:00 [FNDLIBR] <defunct>
    This defunct process get cleared by itself after some time.
    Could you please advise, what causing this process to go into defunct state and get cleared by itself.

    A defunct process, just like a regular process, may be able to keep a file open on the filesystem. If you stop the environment to take a backup, and processes are still left running when the backup starts, the backup is not clean. Doesn't matter if the process is defunct or not. It's the system telling you there is a problem with a process. The bigger picture is that they often go away by themselves, but after what time ? Is it 1 second, 1 minute, 1 hour ... ? The longer, the worse the problem. Some may not go away. In most cases, the explication is that it is a known feature when you stop component X, and you can determine an average time frame in which these processes continue to live, before they are gone.
    FNDLIBR and defunct are know to be a common combination spotted, but they should disappear after some minutes, assuming no requests are still running.

  • Document or link about ETL process troubleshooting

    Hello Gurus,
              will you please provide some document or link about ETL process troubleshooting.
    Many thanks,
    Frank Zhang

    Hi,
    Check in the following links you get good idea about ETL.
    http://www.sap-press.de/download/dateien/939/sappress_sap_bw_data_retrieval.pdf
    http://www.thespot4sap.com/articles/SAP_BW_ETL_Fundamentals.asp
    Thanks
    reddy

  • How to decrease the spamming defunct processes by run_service.sh script

    Hi
    I am running OWB applications.
    I got a alert showing defunct process are incresed to 40 by the script run_services.sh and now they are increased to 68
    -rwxrwxr-x 1 oracle dba 1473 Mar 28 2005 run_service.sh
    /opt/oracle/products/OWB/owb/bin/unix/run_service.sh -a
    is spamming the defunct process
    How can i terminate those defunct processes
    Please do needful
    Thank you
    Tokala

    Thanks and
    I need to kill all 58 defunct process
    Is there any awk program to kill all defunct process
    Tokala

  • defunct process when stop and start web server

    Dear all,
    I am using Sun One Web Server 6.1 SP6. When i try to stop and then start the web server. The <defunct> process is generated (his parent PID points to webservd).
    The following is the result:
    1st stop and start the web server (defunct process is generated)
    2nd stop and start the web server (defunct process disappears)
    3rd stop and start the web server(defunct process is generated)
    4th stop and start the web server (defunct process disappears)
    Here is my magnus.conf
    ServerID www
    ServerName www.abc.edu.hk
    ErrorLog /i03_01/SUNWwbsvr616/https-www/logs/errors
    PidLog /i03_01/SUNWwbsvr616/https-www/logs/pid
    User nobody
    DNS off
    Security off
    ClientLanguage en
    AdminLanguage en
    DefaultLanguage en
    RqThrottle 512
    StackSize 131072
    Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="/i03_01/casp/module/sunos5_optimized/netscape_6.x/nes_casp2.so"
    Init fn="caspinit" casplib="/i03_01/casp/asp-server-3078"
    Init fn="load-modules" funcs="htaccess-init,htaccess-find" shlib="/i03_01/SUNWwbsvr616/plugins/htaccess/htaccess.so"
    Init fn="htaccess-init"
    Init access="/i03_01/SUNWwbsvr616/https-www/logs/access" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length% \"%Req->headers.referer%\" \"%Req->headers.user-agent%\"" fn="flex-init"
    Init fn="load-modules" shlib="/i03_01/SUNWwbsvr616/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    TempDir /tmp/https-www-61c30017
    # Load modules for PHP
    Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/i03_01/SUNWwbsvr616/bin/libphp4.so"
    Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" [php_ini="/i03_01/SUNWwbsvr616/https-www/config/php.ini"]
    # Enable statistics
    Init fn="stats-init" update-interval="5" virtual-servers="100" profiling="yes"
    any ideas? Thank

    - which OS & version are you running into this issue ?
    - By definition, defunct processes (or zombie processes) are processes that have exited prior to it's parent calling a wait() on it to get the return status .
    - couple of things I can think of to narrow down the cause of this issue
    1. disable ASP & php plugins and see if this still causes this issue
    2. try starting the web server with log level to finest and see fi you get any useful information from the server error logs
    hope this helps

  • Run_service.sh script creating defunct processes

    Hi
    I am running OWB applications...
    I got a alert showing defunct process are incresed to 40 by the script
    -rwxrwxr-x 1 oracle dba 1473 Mar 28 2005 run_service.sh
    /opt/oracle/products/OWB/owb/bin/unix/run_service.sh -a
    is spamming the defunct process
    How can i kill those process
    Please do needful
    Thank you
    Tokala

    Is this a "Warehouse Builder" issue? If so, please post your question under Warehouse Builder forum, probably you would get a better response there.

  • Faced lot of interviews about business process..........

    Hi SAP Helpers,
    I faced many of interviews about business process but i am not able to explain in correct way. could you pl tell me how to explain about business process.
    Examples:
    scenario-1: business is running in service sector like dealing in courier & cargo service
    scenario-2: business is running in manufacturing sector like manufacturing fans & selling the same
    Please send me your valuable suggestions/advices and hopefully, i can get very good answers  for these 2 scenarios and sure will assign points
    regards
    venkat

    Hi hemanth
    You have to say how many cateogaries of employees are there in your work schedule how many work schedules are there what are different gardes they have and how many ee subgroups are there what are the different procedures for the employee like hiring, termination, leaving like in few co they expats and impats and so on and so forth
    you can say like this
    bye
    Naveen

  • About multi process access BDB question

    I am designing one system using BDB.I have some questions about multi process access BDB.
    1.If there are two process, they are shared BDB cache or every one has self BDB cache? (My understanding is every process has cache by itself.)
    2.If one process write BDB and at the same time one process read BDB,how to make read processs can read data which write by write process just now?

    1.If there are two process, they are shared BDB cache
    or every one has self BDB cache? (My understanding
    is every process has cache by itself.)You can configure it either way. The cache is maintained as part of the so-called environment. The usual thing is to configure a shared cache. You need to read about environments in the BDB and BDB/XML documentation.
    http://www.oracle.com/technology/documentation/berkeley-db/xml/index.html
    2.If one process write BDB and at the same time one
    process read BDB,how to make read processs can read
    data which write by write process just now?Use transactions, set up deadlock handling, and think about what transaction isolation guarantees you need. Note that there are four different fundamental setups for BDB: DS, CDS, TDS and HA, which stand for Data Store, Concurrent DS, Transactional DS and High Availability. For read-write concurrency, you need TDS.
    http://www.oracle.com/technology/documentation/berkeley-db/xml/ref/intro/products.html
    For high concurrency at the expense of memory, consider using multi-version concurrency control (MVCC). You can read about it in the following thread, especially in George Feinberg's replies:
    Deadlock handling for beginners
    In addition, there is ample documentation included in the BDB/XML distribution. It's pretty complex, as BDB can be configured in many different ways.
    Michael Ludwig

  • Want information about OTC process?

    Hi All,
    I would like to know is there any difference  in between Standard Sales order process and OTC apart from posting?
    Like in Standard we use SO -
    Delivery---Picking -
    PGI -
    Invoice.
    In OTC    SO -
    Delivery---Picking -
    PGI -
    Invoice --- Receivable posting  or I need to correct my process?
    Want information about OTC process.
    Thanks
    Nikhil

    Hi,
    in OTC, it ends with Customer payment.
    You can refer the following links:
    http://www.sap.com/industries/wholesaledistribution/businessprocesses/ordertocash/index.epx
    Pre-sales like QT --optional -->Standard Order -->Delivery >Picking>Packing>PGI>Billing-->Payment of Customer.
    Regards,
    RS.

  • Defunct processes

    How do I avoid getting defunct processes when starting weblogic 4.5 on Unix.Thanx

    "kill -9 pid" should do it.
    If it doesn't work then you will get rid of them after rebooting...
    --dejan
    Moses wrote:
    How do I avoid getting defunct processes when starting weblogic 4.5 on Unix.Thanx[dejan_bektchiev.vcf]

  • Solution for defunct processes

    Hi All,
              I am having a problem on how to avoid getting defunct processes when running
              weblogic server 5.1 on Unix.
              All Ideas are welcomed.
              Thanks in advance.
              Regards,
              Swarup
              

    I am not sure which version of Unix are you on? Make sure you have all the
              recommended patches from sun.
              -Narinder
              "Swarup" <[email protected]> wrote in message
              news:3b7bcbc6$[email protected]..
              > Hi All,
              > I am having a problem on how to avoid getting defunct processes when
              running
              > weblogic server 5.1 on Unix.
              >
              > All Ideas are welcomed.
              >
              > Thanks in advance.
              >
              > Regards,
              > Swarup
              >
              >
              

  • Monitor defunct process

    Monitoring defunct process doesn't seem to work
    adding a row in the process monitoring module with
    name pattern "<defunct>"
    doesn't matches any thing (Process count = 0)
    where in fact, there is at least 10 on the host
    how is this module suppose to work?
    thanks

    Hi Phler2,
    Monitoring defunct process doesn't seem to work
    adding a row in the process monitoring module with
    name pattern "<defunct>"
    doesn't matches any thing (Process count = 0)
    where in fact, there is at least 10 on the host
    how is this module suppose to work?I'm don't think the stock Process Monitoring module will pick up a defunct/zombie state. If you're just looking for raw zombie count it's in the SystemMonitor module:
    http://www.halcyoninc.com/products/PlusPack/help/SystemMonitor/HALSolarisSystemAlert-process-h.html
    ...part of PlusPack (free 30-day eval):
    http://www.halcyoninc.com/products/PlusPack/index.php
    Regards,
    [email protected]
    http://www.HalcyonInc.com

Maybe you are looking for