What is clean start in websphere application server

For doing clean start / stop we follow some step.

1.First we take the jvm or clone to down.
---------------------------------------------------------------------
  For taking the clone down we issue this command

Command :-

D:\IBM\WebSphere\AppServer\AppSrv01\bin>stopServer.bat  server1
ADMU0116I: Tool information is being logged in file
           D:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1\stopServer.
log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU3201I: Server stop request issued. Waiting for stop status.

ADMU4000I: Server server1 stop completed.



2. Delete three directory under the profile root.

Path : -  D:\IBM\WebSphere\AppServer\profiles\AppSrv01
These are files name .  temp , wstemp , tranlog
Issue the below command to delete the directory

Command :-    rm  -rf  temp wstemp  tranlog

3. After that run a command from same profile bin directory 

Command:-  D:\IBM\WebSphere\AppServer\AppSrv01\bin>clearClassCache.bat

4. Start the jvm 

Command:-  

D:\IBM\WebSphere\AppServer\AppSrv01\bin>startServer.bat  server1
ADMU0116I: Tool information is being logged in file
           D:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1\startServer
.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server server1 open for e-business; process id is 2992

This is process of to take the clean start and stop.


Comments

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile