How to shutdown WAS for the CLM Jazz tools, when there are 2 instances of WAS running and Jazz server inaccessible ?
After Red Hat patching and System maintenance, we cannot access the PRD Jazz server : "This webpage is not available", we found:
What should we do to restore normalcy.
Is it safe to kill the top process then try the shutdown script ? or both processes ?
|
Accepted answer
Try
sudo kill -9 2766
long TRUONG selected this answer as the correct answer
Comments
long TRUONG
commented Mar 03 '14, 8:51 a.m.
That was what I have been tempted to do since last night, but is it safe (I am not familiar with WAS server side yet) ? Is it safer than a reboot of the host (maybe SysAdmin can force a successfull reboot) ?
long TRUONG
commented Mar 03 '14, 8:52 a.m.
Thanks Krzysztof, BTW!
Krzysztof Kaźmierczyk
commented Mar 03 '14, 8:56 a.m.
Hi Long,
long TRUONG
commented Mar 03 '14, 9:02 a.m.
Thanks Krzysztof. :) :( |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Sometimes you have to use kill -9, but only as a last resort. A couple of things you could try to minimise any potential problems before taking this step:
Thanks NZ
Hi Long,
Did it happen first time? Or it is happening regularly? If it happens regularly, then I receommend you creating new PMR for CLM support.
This is first time since I was brought in to admin the Jazz tools.