How to Know the maanged servers status,when admin console is
not available?
Answers were Sorted based on User's Feedback
Answer / reddy
is there any linux/unix command apart form "ps -ef|grep servername".
| Is This Answer Correct ? | 15 Yes | 1 No |
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 |
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 |
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 |
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 |
How we can know whether proxy server up or not?
What are deployment descriptors?
what are configuration classes in weblogic
how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?
What are application servers?
What is Domain? how many domains are possible in a single instance?
suppose you changed a admin password.in which other file you have to update after this
What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
When we will take thread dump?
What is meant by full gc and explain it?
How to write a program to call the store procedure of oracle that takes no parameter?
What are the enhancements in ejb 2.0 with respect to cmp?