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:
-
Two instances of WAS running on the host in PRD
root 2766 2628 0 Mar01 ? 00:00:16 /opt/IBM/WebSphere/java/bin/java -Dosgi.install.area=/opt/IBM/WebSphere -Dosgi.configuration.area=/......
root 4160 2766 0 Mar01 ? 00:07:33 /opt/IBM/WebSphere/java/bin/java -Declipse.security -Dwas.status.socket=<#####> -Dosgi.install.area=/.......
where <#####> is actual number blanked out.
- The shutdown script would fail
- A reboot failed, apparently because the shutdown script failed.
- Note that WAS was not running on DEV server, which went through the same maintenance, and it was restarted OK.
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
Comments
N Z
Mar 03 '14, 4:08 p.m.long TRUONG
Mar 03 '14, 5:34 p.m.Krzysztof Kaźmierczyk
Mar 04 '14, 2:45 a.m.long TRUONG
Mar 04 '14, 7:34 a.m.