Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how will u check process id?

Answers were Sorted based on User's Feedback



how will u check process id?..

Answer / guest

ps -ef |grep java

Is This Answer Correct ?    28 Yes 2 No

how will u check process id?..

Answer / vru

ps -ef|grep java

Is This Answer Correct ?    14 Yes 1 No

how will u check process id?..

Answer / gautam

Use this to get result with more details
/usr/ucb/ps -auxww | grep java

Is This Answer Correct ?    10 Yes 0 No

how will u check process id?..

Answer / 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

how will u check process id?..

Answer / jaisankar

/usr/ucb/ps -alxww | grep servername

Is This Answer Correct ?    2 Yes 1 No

how will u check process id?..

Answer / manohar

ps -ef | grep <servername>

Is This Answer Correct ?    1 Yes 0 No

how will u check process id?..

Answer / ram

ps -ef | grep jdk or java

Is This Answer Correct ?    1 Yes 1 No

how will u check process id?..

Answer / jaisankar

ps -fu $LOGNAME

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Weblogic Interview Questions

How to troubleshoot it?

0 Answers  


What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?

0 Answers  


Do you know how can third-party jdbc driver be used with jms?

0 Answers  


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

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic

0 Answers  


If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed

1 Answers  


What is ticketing tool used in your project?

0 Answers  


what is mission in weblogic

3 Answers   CTS,


How can the OUT OF MEMORY be solved?

0 Answers  


Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?

0 Answers  


Can the bean class implement the ejbobject class directly? If not why?

0 Answers  


Categories