how will u check process id?

Answer Posted / sridhar bollapalli

It depends on the process you want to serach .
suppose if you want to serach for Weblogic process
use

in Unix.
ps -ef | grep Dweblogic.Name=servername

if it is an Apache process
ps -ef | grep httpd

same way ofr Solaris use
usr/ucb/ps -auxww | grep Dweblogic.Name=servername

If you grep with java , it will give other java process too.
so Dweblogic.Name will give you the exact weblogic process.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by jdbc and configuration details?

537


Explain the performance tuning in jdbc?

545


Explain different parts available as part of jvm and describe them in few lines.

523


What are the advantages of cluster?

624


What is jvm tuning?

552






How to start node manager?

559


how to get the critical application?

2116


What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?

517


Name the various message severity levels in web logic?

498


What is meant by full gc and explain it?

533


What is the difference between dynamic and non-dynamic changes in the console?

503


How do I provide user credentials for starting the weblogic server?

501


How do I configure weblogic to use a socks proxy? : BEA Weblogic

503


Explain the concepts and capabilities of ANT ?

591


What Is The Purpose Of Clustering ?

598