Question:
How can you have the scheduler or the application server to read the modified values without restarting it?
Environment:
Workload Automation AE 11.3 + Unix
Answer:
You can pause and resume the scheduler or the application server to read the modified values of the following parameters in the configuration file at runtime:
Note: The scheduler and application server also refresh the internal components responsible for managing real resources.
Follow these steps:
unisrvcntr status waae_sched.$AUTOSERV
unisrvcntr status waae_server.$AUTOSERV
The scheduler and application server process IDs are displayed as follows:
CA Services Status Report
Component Name Pid Status
------------------------------------ ------- --------------
WAAE Scheduler (ACE) 32220 running
CA Services Status Report
Component Name Pid Status
------------------------------------ ------- --------------
WAAE Application Server (ACE) 33330 running
kill -HUP {scheduler_pid|applicationserver_pid}
The scheduler and/or application server services have been paused and resumed.