Starting the CAE server
You can start the CAE server independently of the Query Monitor subsystem and the CAE agent.
Procedure
-
If you installed the CAE server
on Windows®,
follow these steps to start it:
- Right-click the My Computer icon on the desktop where the 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 Start.
-
If you installed the CAE server on USS, you can
start it using one of the following options:
- In SDSF by issue the start command, S CQMCAESV.
- Edit the USS CAE server JCL to uncomment the
line that includes
start_cae_server.
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/J17.0_64 CQM_LOGS=/var/cqm/logs CQM_HEAP=500 CQM_JDBC_PORT=1112 /*Note: TCP/IP must be enabled.