
244 WebSphere Application Server V8.5 Administration and Configuration Guide for the Full Profile
7.3 Working with the job manager
A job manager process is managed in the same manner as an application server process.
The process name is jobmgr.
7.3.1 Starting and stopping the job manager
To view the status of the jobmgr, run the following command:
<profile_root_path>/bin/serverStatus.sh(bat) -all
To start a job manager, run the following command:
<profile_root_path>/bin/startServer.sh(bat) jobmgr
To stop a job manager, run the following command:
<profile_root_path>/bin/stopServer.sh(bat) jobmgr
7.3.2 Job manager configuration settings
To view the job ...