NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

How to kill a DFM job?

ZACH_ANTONAS
5,399 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
5,399 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
5,400 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
4,523 Views

Hi,

 

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

 

Thanks.

Public