Active IQ Unified Manager Discussions

How to kill a DFM job?

ZACH_ANTONAS
3,868 Views

I have a job which has been stuck in the "canceling" / "aborting" state for more than 2 days. So I'm trying to kill the job.

Or, if someone can explain to me how to get the process ID from a job ID - that works too.

Thanks

1 ACCEPTED SOLUTION

adaikkap
3,868 Views

Do a ps-eaf | grep -i dfpm

you will find some output with the job id, find the process and kill it.

Regards

adai

View solution in original post

2 REPLIES 2

adaikkap
3,869 Views

Do a ps-eaf | grep -i dfpm

you will find some output with the job id, find the process and kill it.

Regards

adai

AF_ENGINEER
2,992 Views

Hi,

 

What is the command to kill any job when using DFM on a windows server?

 

Thanks.

Public