How to start and stop the Job Manager in websphere.
Run the below command.
1. Start the Job Manager
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/bin
[root@localhost bin]# ./startServer.sh jobmgr
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/logs/jobmgr/startServer.log
ADMU0128I: Starting tool with the JobMgr01 profile
ADMU3100I: Reading configuration for server: jobmgr
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server jobmgr open for e-business; process id is 4919
2. Stop the Job Manager
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/bin
[root@localhost bin]# ./stopServer.sh jobmgr
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/logs/jobmgr/stopServer.log
ADMU0128I: Starting tool with the JobMgr01 profile
ADMU3100I: Reading configuration for server: jobmgr
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server jobmgr stop completed.
Thanks !!!!!!!!!!!!
1. Start the Job Manager
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/bin
[root@localhost bin]# ./startServer.sh jobmgr
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/logs/jobmgr/startServer.log
ADMU0128I: Starting tool with the JobMgr01 profile
ADMU3100I: Reading configuration for server: jobmgr
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server jobmgr open for e-business; process id is 4919
2. Stop the Job Manager
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/bin
[root@localhost bin]# ./stopServer.sh jobmgr
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/JobMgr01/logs/jobmgr/stopServer.log
ADMU0128I: Starting tool with the JobMgr01 profile
ADMU3100I: Reading configuration for server: jobmgr
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server jobmgr stop completed.
Thanks !!!!!!!!!!!!
Comments
Post a Comment