<?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: Couple of quirky DFM Issues that I need help with. in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71943#M14951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well....I've figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dfm options set localHostName=&amp;lt;new host&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason it carried the old DFM hostname into its options, even though we did a backup and restore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal behavior ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 15:23:34 GMT</pubDate>
    <dc:creator>storage_ergo</dc:creator>
    <dc:date>2011-03-30T15:23:34Z</dc:date>
    <item>
      <title>Couple of quirky DFM Issues that I need help with.</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71938#M14949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customer for which I installed DFM 3.8 on Linux and did a database backup and restore from their old 3.5 Solaris environment. The title bar on the Web browser for DFM still reflects their old host name. Is there something I need to change in DFM for this to be updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when we test some of the alarms in the new DFM server, the message contents still reflect the&amp;nbsp; old hostname and links to the old server. At first I thought the old host was still up and running, but that is not the case as per the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:57:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71938#M14949</guid>
      <dc:creator>storage_ergo</dc:creator>
      <dc:date>2025-06-05T06:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Couple of quirky DFM Issues that I need help with.</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71943#M14951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well....I've figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dfm options set localHostName=&amp;lt;new host&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason it carried the old DFM hostname into its options, even though we did a backup and restore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal behavior ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 15:23:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71943#M14951</guid>
      <dc:creator>storage_ergo</dc:creator>
      <dc:date>2011-03-30T15:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Couple of quirky DFM Issues that I need help with.</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71948#M14952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because in your old dfm server you have set it to a specify name.&lt;/P&gt;&lt;P&gt;By default the option is empty and pick up the hostname.If you set it to a specify value then that is used.&lt;/P&gt;&lt;P&gt;Below is the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@lnx ~]# dfm options list | grep -i localHostName&lt;BR /&gt;localHostName&lt;BR /&gt;[root@lnx ~]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@lnx~]#&amp;nbsp; dfm options list localHostName&lt;BR /&gt;Option&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;BR /&gt;--------------- ------------------------------&lt;BR /&gt;localHostName&lt;BR /&gt;[root@lnx~]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This wouldnt have been in your case.Hope it explains why .&lt;/P&gt;&lt;P&gt;&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>Wed, 30 Mar 2011 18:18:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Couple-of-quirky-DFM-Issues-that-I-need-help-with/m-p/71948#M14952</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2011-03-30T18:18:12Z</dc:date>
    </item>
  </channel>
</rss>

