The deployment manager is an administration application that runs in a special application server, which is created when you install WebSphere Application Server Network Deployment or when you create a new profile using the deployment manager profile template. With the deployment manager, you can administer multiple WebSphere Application Server nodes. This topic describes how you start and stop the application server for the deployment manager. Before you can start or stop the deployment manager, first install WebSphere Application Server Network Deployment.
For information about how to start a deployment manager application server with the startManager script, see the startManager command topic.
For information about how to start an application server with the startServer script, see the startServer command topic.
SBMJOB CMD(CALL PGM(product_library/QWASSTRSVR) PARM('-profilePath' 'profile_root' '-server' 'deployment manager')) JOB(server) JOBD(QWAS61/QWASJOBD) JOBQ(QWAS61/QWASJOBQ) USER(QEJBSVR) LANGID(*USRPRF) CNTRYID(*USRPRF) CCSID(*USRPRF) OUTQ(QWAS61/QWASOUTQ) ALWMLTTHD(*YES)where
For information about how to stop the deployment manager with the stopManager script, see the stopManager command topic.
For information about how to stop the deployment manager with the stopServer script, see the stopServer command topic.
ENDJOB JOB(jobNumber/QEJBSVR/jobName) OPTION(*CNTRLD) DELAY(delayTime)where jobNumber is the job number, jobName is the name of the application server job for the deployment manager, and delayTime is the amount of time to wait for the job to end in seconds. Use a value of 600 seconds initially. To find out what the appropriate delayTime is, see Shutting down the WebSphere Application Server subsystem.