Restarting the primary CAE server
Follow these steps to restart the primary CAE server.
Procedure
-
If you installed the primary CAE server on Windows®, follow these steps to restart
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 Restart.
-
If you installed the primary CAE server
on USS, you can restart it as follows:
- Edit the USS primary CAE server
JCL to uncomment the line that includes
-restart.
After editing the JCL, start the primary 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 -restart’ //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/J17.0_64 CQM_LOGS=/var/cqm/logs CQM_HEAP=500 CQM_JDBC_PORT=1112 /*Note: TCP/IP must be enabled.
- Edit the USS primary CAE server
JCL to uncomment the line that includes