Stopping the Primary CAE Server
Follow these steps to stop the Primary CAE Server.
Procedure
-
If you installed the Primary CAE Server on Windows, follow these steps to stop it:
- Right-click the My Computer icon on the desktop where the Primary CAE Server is installed and select Manage.
- Expand the Services and Applications node of the tree structure displayed in the left panel.
- Highlight the Services node.
- Locate and highlight the Db2 Query Monitor service and click Stop.
-
If you installed the CAE Server
on USS, you can stop it as follows:
- Edit the USS CAE Server
JCL to uncomment the line that includes
-shutdown
.
After editing the JCL, start the CAE Server task.//SERVER EXEC PGM=BPXBATCH,REGION=800M,TIME=NOLIMIT, //* PARM=’SH /u/username/cqm/bin/start_cae_server’ // PARM=’SH /u/username/cqm/bin/start_cae_server -shutdown’ //STDOUT DD PATH=’/var/cqm/logs/cae_server.log’, // PATHOPTS=(OWRONLY,OCREAT,OAPPEND), // PATHMODE=(SIRWXU,SIRWXG,SIRWXO) //STDENV DD * CQM_VAR_HOME=/configuration/location CQM_JAVA=/usr/lpp/java/IBM/8.0_64 CQM_LOGS=/var/cqm/logs CQM_HEAP=500 CQM_JDBC_PORT=1112 /*
Note: TCP/IP must be enabled.
- Edit the USS CAE Server
JCL to uncomment the line that includes