How to stop DBDGADMT correctly when bringing down DBDG
To stop and restart all the administrative task schedulers of your Db2 systems, issue the following command on your console:
/F DBDGADMT,APPL=SHUTDOWN
Abended schedulers might require cancelation, using the following command:
/P DBDGADMT
If you want to restart the scheduler, for an administrative scheduler named DBDGADMT, use the following command:
/S DBDGADMT