Cause:
When running a job, there could be issues that cause the worker to fail, hang or crash. The user can choose to cancel that particular Job.
Resolution:
Example: To cancel a job with JobID 1234, perform the following Private Cloud commands below:
admin> .job.cancel=1234
Proceed to cancel job? ('n' for No or 'y' for Yes) [n]
admin.confirm> y
+-----+---------------------+-------+---------+-----------+-------+--------+-------------------+-----------+
| NO. | CLIENTID | JOBID | P.JOBID | USERID | START | FINISH | TIME | STATUS |
+-----+---------------------+-------+---------+-----------+-------+--------+-------------------+-----------+
| 1 | user11_1234567890AB | 1234 | 0 | user11 | 07:10 | | 43m:42s (00m:27s) | CANCELLED |
+-----+---------------------+-------+---------+-----------+-------+--------+-------------------+-----------+
1 rows (0.01 sec), 2017-09-14 01:52:11
admin>
Applies to:
- Linux Operating System
- Windows Operating System
Knowledge Base ID: 201806041 - Last Review: Jun 04, 2018 - Revision: 1.0