IBM WebSphere Application Server

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

First one is from installation path of Deployment manager:

/profiles//bin/startManager.sh

Second one is from installation path of was:

/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:


Second one is from installation path of was:

/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