Use the following command to perform the administrative task of starting Control-M/Server on the alpine host computer from the command prompt.
ccmcli -pf dailyuser -s alpha -t CTM_Server -n alpha_server -h alpine -cmd start
The following command keeps the last 15 days of job definition history for user user014 and deletes the older versions of the job definition history. The output of the utility shows the number of versions before and after the deletion. However, jobs can be running while the utility is executing so the difference between them is not necessarily the number of versions that were deleted.
ccmcli -u user014 -p pass104 -cmd erase_jobs_history -keep_days 15 -s server04
Utility output:
Number of old versions before deletion: 8512.
Number of old versions after deletion: 3478.
Parent Topic |