Link to home
Start Free TrialLog in
Avatar of IKeystone
IKeystoneFlag for United States of America

asked on

Monitoring Weblogic cluster

Hi,
I am new on WL clustering and have following problem
On one Linux server installed admin and node, on another Linux installed another node.
How can I check if nodes are up and working via command line in Linux ? weblogic:admin ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IKeystone

ASKER

GHeist,
Do you know solution ? Can you send me code ?

Best Regards
If you go one step up in beradcrumbs on top of my linked document you get full WLST guide. You just have to write in python the probe that says if web is up or down or so.
Dear Guru,
It is very easy to send link to documentation. This way you will be top expert in all areas. I can do the same things. Why you not advised to take classes ? Who told you I know python ?
I asked very simple question and you started to educate me. If you don't know - let other people answer

Sincerely
You can choose JMX (like oracel grid control does), otherwise jython seems to me easiest access. On the other hand you may elect to run functional test on web application by http GET too...
I've requested that this question be deleted for the following reason:

No answer was received.
N
Nope, jython is the answer (even I do check http to backend in this case)