WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  JVM uninstall from linux on WAS 8.5

    Posted Sat September 02, 2017 01:09 AM

    Hi All,
    I need to uninstall  a jvm on WAS8.5 from Linux. Please suggest me on this how It can be done.

    kalyan.



  • 2.  RE: JVM uninstall from linux on WAS 8.5

    Posted Sun September 03, 2017 08:02 PM

    Hello Kalyan,

    You can delete a WebSphere Application Server (JVM) from WAS 8.5 by using the administrative console. If you are using WAS ND 8.5, the administrative console can be accessed using URL https://hostname:9043/ibm/console. You need to navigate to: Servers > Server Types > WebSphere application servers. Select the application server (JVM) you want to delete and click delete.

    let me know if I didn't properly answer your question.

    Joey



  • 3.  RE: JVM uninstall from linux on WAS 8.5

    Posted Mon September 04, 2017 02:02 PM

    Seems the answer is incomplete. We have removed from cluster as well. How do we remove also from Linux.

    kalyan.



  • 4.  RE: JVM uninstall from linux on WAS 8.5

    Posted Tue September 05, 2017 06:29 AM

    Hello,

    What have you tried already? It seems like your question is missing a lot of details. You may need a manual cleanup if your JVM was removed from the cluster with the administrative console but persists starting up on your Linux box. Is that what you are trying to do? Does the JVM still start on Linux if you kill its process using "kill -9 <JVM>"?

    Joey



  • 5.  RE: JVM uninstall from linux on WAS 8.5

    Posted Tue September 05, 2017 12:17 PM

    Joey is absolutely correct. 

    Seems your question is unclear. Do you want to uninstall the JVM from the Linux machine rather than removing the JVM from the cluster?