Re-start WebSphere
Examples:
UNIX/IBMi: ./stopNode.sh –username <wasadmin> –password <password>
UNIX/IBMi: ./startNode.sh
Windows: stopNode.bat –username <wasadmin> –password <password>
Windows: startNode.bat
UNIX/IBMi ./stopManager.sh –username <wasadmin> –password <password>
UNIX/IBMi ./startManager.sh
Windows: stopManager.bat –username <wasadmin> –password <password>
Windows: startManager.bat
If you are using Windows Services for WebSphere, you will also need to delete and recreate the services. When you recreate them, add the WebSphere administration ID and password as part of the -stopArgs parameter.
Examples (using Windows commands):
(The WASService command is in %WAS_HOME%\bin
):
Deployment Manager
E:\IBM\WebSphere\AppServer\bin>WASService -add "lsf10CellManager01" -serverName dmgr -profilePath
E:\IBM\WebSphere\AppServer\profiles\Dmgr01 -logRoot E:\IBM\WebSphere\AppServer\profiles\Dmgr01\logs\dmgr
-encodeParams -stopArgs "-username wasadmin -password <Password>"
-startType manual -restart false
Node
E:\IBM\WebSphere\AppServer\bin>WASService -add "lsf10Node01" -serverName nodeagent -profilePath
E:\IBM\WebSphere\AppServer\profiles\AppSrv01 -logRoot
E:\IBM\WebSphere\AppServer\profiles\AppSvr01\logs\nodeagent
-encodeParams -stopArgs "-username wasadmin -password <Password>"
-startType manual -restart false
Application Server
E:\IBM\WebSphere\AppServer\bin>WASService -add "tspenv1_AppsSrv" -serverName tspenv1_AppsSrv -profilePath
E:\IBM\WebSphere\AppServer\profiles\AppSrv01 -logRoot
E:\IBM\WebSphere\AppServer\profiles\AppSvr01\logs\tspenv1_AppSvr
-encodeParams -stopArgs "-username wasadmin -password <Password>"
-startType manual -restart false