<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Running job will not abort in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71240#M14823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a linux box you could go a ps -eaf | grep -i dfpm and find the job id and do a kill -9 instead of doing a service stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 12:44:07 GMT</pubDate>
    <dc:creator>adaikkap</dc:creator>
    <dc:date>2012-05-03T12:44:07Z</dc:date>
    <item>
      <title>Running job will not abort</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71222#M14816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to force the abort of an job? I have a job that hung for more than 10 days, last week i cancelled the running job but now it's still on "cancelling". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to abort the job over the command line with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;dfbm job abort 197850&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;Error: Job 197850 is already being aborted.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 6 days I have this message, actually I cannot take a backup of the desired dataset as the dataset waits for the job to finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;sal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:45:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71222#M14816</guid>
      <dc:creator>SALVATORE_PUGLISI</dc:creator>
      <dc:date>2012-05-02T15:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Running job will not abort</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71227#M14818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you can try "dfm service stop -k" and then start the service "dfm service start". See if this frees up your dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 02:03:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71227#M14818</guid>
      <dc:creator>arunchak</dc:creator>
      <dc:date>2012-05-03T02:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running job will not abort</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71236#M14821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you were right. In this case the easier way was the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:42:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71236#M14821</guid>
      <dc:creator>SALVATORE_PUGLISI</dc:creator>
      <dc:date>2012-05-03T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running job will not abort</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71240#M14823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a linux box you could go a ps -eaf | grep -i dfpm and find the job id and do a kill -9 instead of doing a service stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:44:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/71240#M14823</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2012-05-03T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running job will not abort</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/108202#M19079</link>
      <description>&lt;P&gt;and if you are using Windows, after identified job number (GUI or&amp;nbsp;dfpm job list -v jobs-running), then start the Task Manager, "Processes" tab, make sure you "show processes from all users", View&amp;gt;Select column... , check the "Command Line" column, you must now see the ...\dfpm.exe" job run job_id, the you can end this one only.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:12:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Running-job-will-not-abort/m-p/108202#M19079</guid>
      <dc:creator>Nat</dc:creator>
      <dc:date>2015-08-05T14:12:59Z</dc:date>
    </item>
  </channel>
</rss>

