Translate

Saturday 1 March 2014

start and stop the Deployment manager (dmgr) in IBM WebSphere Application Server v 8.5 on Linux (WebSphere Jungle)

Follow the any one step to Start Deployment manager (dmgr):

  If u want to watch these steps, click on below link
(or)




                                    
1.We can start Deployment manager(dmgr) in different ways on Linux.

First one is from installation path of Deployment manager:

<was_root>/profiles/<dmgr_Profilename>/bin/startManager.sh


Second one is from installation path of was:

<was_root>/bin/startManager.sh  [-profileName] [profilename of Dmgr].


Note:
     u can start Deployment Manager from command link by using above 2 steps
     ex:
       (1)    E:\usr\local\opt\was\was85\profiles\Dmgr01\bin>startManager.sh
       (2)    E:\usr\local\opt\was\was85\bin>startManager.sh -profileName Dmgr01

Third one is from "start":



Follow the any one step to Stop Deployment manager (dmgr):
1.We can stop Deployment manager(dmgr) in different ways on Linux.

First one is from installation path of Deployment manager:

<was_root>/profiles/<dmgr_Profilename>/bin/stopManager.sh


Second one is from installation path of was:

<was_root>/bin/stopManager.sh  [-profileName] [profilename of Dmgr].



Note:
     u can stop Deployment Manager from command link by using above 2 steps
     ex:
       (1)    E:\usr\local\opt\was\was85\profiles\Dmgr01\bin>stopManager.sh
       (2)    E:\usr\local\opt\was\was85\bin>stopManager.sh -profileName Dmgr01

Third one is from "start":



Thank u. comments & feedback r most welcome.



1 comment:

  1. I am using 8.5.5.14 in which I am unable check server status of dmgr, stopping of dmgr. I am able to kill it and bring up dmgr. Finally application server is turning up with errors. What should be trouble shooted for this.

    ReplyDelete