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 !!!!!!

Comments

Post a Comment

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

What is clean start in websphere application server