<?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: how to delete old DFM controller information ? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110825#M19558</link>
    <description>It works. Thank you all guys.</description>
    <pubDate>Thu, 08 Oct 2015 16:05:12 GMT</pubDate>
    <dc:creator>bayern0906</dc:creator>
    <dc:date>2015-10-08T16:05:12Z</dc:date>
    <item>
      <title>how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110611#M19508</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we had a fas-2040 named "naana006" and a fas-2040 named "naana030" at first , then we combined "naana006" and "naana030" to a new naana030 , the old naana006 became "naatest01" , at that time, the hostname "naana006" is no longer in use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;later we bought a new fas-2554 and we apply the "naana006" to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now when i add the ip of the fas-2554 to DFM, it turns out "naana006,fas-2040"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i add the hostname "naana006",it turns out"naana006,fas-2040" too , &amp;nbsp;not the fas-2554&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in a word , it looks like that naana006 is still mapped to the old fas-2040 even if i use "dfm host delete" or "dfm controller delete" to delete the host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does anybody knows how to resolve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:07:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110611#M19508</guid>
      <dc:creator>bayern0906</dc:creator>
      <dc:date>2025-06-04T23:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110616#M19510</link>
      <description>&lt;P&gt;I just had a case opened for almost exact issue.&amp;nbsp; if you run "dfm host list -a", you might see your deleted/old host listed.&amp;nbsp; DFM wasn't purging our old data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to stop DFM (except sql service), take backup then run this to purge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;for /f "tokens=1" %i in ('"dfm host list -a | findstr /i "yes""') do dfm host delete -f %i&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked for me (on 5.2.1)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 18:33:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110616#M19510</guid>
      <dc:creator>J_curl</dc:creator>
      <dc:date>2015-10-05T18:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110630#M19513</link>
      <description>&lt;P&gt;DFM purges the old information via : dfm host delete -f &amp;lt;hostid&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note the option -f delete the purges the data from DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command need to be eexcuted by disabling all the services except sql.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After executing the command restart the dfm services, and then add the host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 04:44:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110630#M19513</guid>
      <dc:creator>argiri</dc:creator>
      <dc:date>2015-10-06T04:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110693#M19533</link>
      <description>&lt;P&gt;hi, i'm sorry but how do i stop services except sql ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;would you please provide me the commands? &amp;nbsp;Tks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 01:32:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110693#M19533</guid>
      <dc:creator>bayern0906</dc:creator>
      <dc:date>2015-10-07T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110707#M19537</link>
      <description>&lt;P&gt;The following command displays which dfm services are started. Here all the service started&lt;/P&gt;&lt;P&gt;# dfm service list&lt;BR /&gt;sql: started&lt;BR /&gt;webui: started&lt;BR /&gt;http: started&lt;BR /&gt;eventd: started&lt;BR /&gt;monitor: started&lt;BR /&gt;scheduler: started&lt;BR /&gt;server: started&lt;BR /&gt;watchdog: started&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following command stops all the services of dfm&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# dfm service stop&lt;BR /&gt;Service: watchdog stopped.&lt;BR /&gt;Service: server stopped.&lt;BR /&gt;Service: scheduler stopped.&lt;BR /&gt;Service: monitor stopped.&lt;BR /&gt;Service: eventd stopped.&lt;BR /&gt;Service: http stopped.&lt;BR /&gt;Service: webui stopped.&lt;BR /&gt;SQL Anywhere Stop Server Utility Version 11.0.1.2811&lt;BR /&gt;Service: sql stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check whether all the services are stopped&lt;/P&gt;&lt;P&gt;# dfm service list&lt;BR /&gt;sql: not started&lt;BR /&gt;webui: not started&lt;BR /&gt;http: not started&lt;BR /&gt;eventd: not started&lt;BR /&gt;monitor: not started&lt;BR /&gt;scheduler: not started&lt;BR /&gt;server: not started&lt;BR /&gt;watchdog: not started&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start the service sql&lt;BR /&gt;# dfm service start sql&lt;BR /&gt;Service: sql started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#dfm host delete -f &amp;lt;hostid&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then restart the other services&lt;/P&gt;&lt;P&gt;#dfm service start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The add the host . Example&lt;/P&gt;&lt;P&gt;dfm host add &amp;lt;ipaddress of host&amp;gt; hostlogin="username" hostpassword="password"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Instead of stopping each service, i have stopped all the services. Then restarted the sql. user can stop each servicce individually&lt;/P&gt;&lt;P&gt;example: dfm service stop monitor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfm service stop server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 04:45:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110707#M19537</guid>
      <dc:creator>argiri</dc:creator>
      <dc:date>2015-10-07T04:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110710#M19539</link>
      <description>&lt;P&gt;Thank you so much !&lt;/P&gt;&lt;P&gt;I'll try later.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:33:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110710#M19539</guid>
      <dc:creator>bayern0906</dc:creator>
      <dc:date>2015-10-07T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110720#M19541</link>
      <description>&lt;P&gt;First: 'dfm host list'&lt;/P&gt;&lt;P&gt;Then try using 'dfm host delete -f a.b.c.d' (a.b.c.d is the IP-address of the controller you want to remove)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without -f not all information is being removed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I struggled with this a few weeks ago and '-f' did the trick for me. I didn't need to stop/start services.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 10:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110720#M19541</guid>
      <dc:creator>iotkb</dc:creator>
      <dc:date>2015-10-07T10:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete old DFM controller information ?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110825#M19558</link>
      <description>It works. Thank you all guys.</description>
      <pubDate>Thu, 08 Oct 2015 16:05:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-delete-old-DFM-controller-information/m-p/110825#M19558</guid>
      <dc:creator>bayern0906</dc:creator>
      <dc:date>2015-10-08T16:05:12Z</dc:date>
    </item>
  </channel>
</rss>

