How to Know the maanged servers status,when admin console is
not available?

Answers were Sorted based on User's Feedback



How to Know the maanged servers status,when admin console is not available?..

Answer / reddy

is there any linux/unix command apart form "ps -ef|grep servername".

Is This Answer Correct ?    15 Yes 1 No

How to Know the maanged servers status,when admin console is not available?..

Answer / v@ngu@rd

we can always check via unix box by ruuning a inbuild
script ServerStatus.sh. Also we can check whether
SystemOut.log for that server is updating or not.

Is This Answer Correct ?    12 Yes 0 No

How to Know the maanged servers status,when admin console is not available?..

Answer / zk

We can run the weblogic.Admin to know the status as below,

java weblogic.Admin -username <name> -password <passwd> -
adminurl <admin url> GETSTATE

This will give the status of the server running on the
port, used while defining the admin url
i.e if we use localhost:7002, it will give the status of
the server running on port 7002. So change the port
accordingly for getting the status of a particular server.

Is This Answer Correct ?    12 Yes 3 No

How to Know the maanged servers status,when admin console is not available?..

Answer / supratim samanta

java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE <SERVER NAME>

Exmp:

java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE AdminServer

java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE ManagedServer

Is This Answer Correct ?    8 Yes 3 No

How to Know the maanged servers status,when admin console is not available?..

Answer / claudio

We can use wlst tool, connect to the server em show server
status.
It´s possible to start the server too if it's down.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Weblogic Interview Questions

In web logic what is the msi code?

0 Answers  


What are the different groups under web logic security?.

0 Answers  


how to monitor the servers

4 Answers  


Explain what is the purpose of stub in web-logic server cluster?

0 Answers  


How can we know if there is any memory leakages happening? how to overcome the memory leakage situation?

1 Answers  






What is bea weblogic? : BEA Weblogic

0 Answers  


Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?

0 Answers  


What is the purpose of stub in web-logic server cluster?

0 Answers  


I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic

0 Answers  


howmany types in garbage collection

7 Answers  


What is thread dump? What is the UNIX command for taking thread dump?

2 Answers   HCL,


Can someone please tell me the basic differences between weblogic 8,9 and 10 versions

5 Answers  


Categories