一、停止WebSphere
sh stopServer.sh server1
ps -ef | grep java 找到java进程
kill -9 进程号 杀之
二、图形界面卸载
cd /opt/IBM/WebSphere/AppServer/uninstall/
./uninstall -----图形界面
根据提示进行删除。
查看9080,与9060端口是否被占用,netstat -an | grep 90**
三、移除安装目录
cd /opt/IBM/
rm -rf WebSphere
四、删除
cd /root/
mv vpd.properties vpd.properties.bak
五、删除
cd /opt/.ibm/.nif/
mv .nifregistry .nifregistry.bak