How to start and stop admin agent in websphere
Run the below command.
1. Start the admin agent
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/bin
[root@localhost bin]# ./startServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/startServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server adminagent open for e-business; process id is 4707
2. Stop the admin agent
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/bin
[root@localhost bin]# ./stopServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/stopServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server adminagent stop completed.
Thanks !!!!!!
1. Start the admin agent
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/bin
[root@localhost bin]# ./startServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/startServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server adminagent open for e-business; process id is 4707
2. Stop the admin agent
[root@localhost bin]# pwd
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/bin
[root@localhost bin]# ./stopServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/opt/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/stopServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3201I: Server stop request issued. Waiting for stop status.
ADMU4000I: Server adminagent stop completed.
Thanks !!!!!!
thaku
ReplyDeletethank u sir...
ReplyDelete