<?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 Ops Manager SRM paths / servers in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-SRM-paths-servers/m-p/53846#M11198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all ... I have a question about SRM paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer ( Qualcomm ) that I helped install a couple of new DFM servers ( feburary ) just to perform SRM work but these servers have not gone into production yet but are performing scheduled walks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is ... the old server is still performing work, and they were going to cutover this week but the old server stopped performing walks ... could be a number of issues but that can be a different discussion.&amp;nbsp; I asked questions and found out that since feburary, they have added new paths to the old server and did not update the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question now is ... is there a way to query the old server to get a "delta" of changes since the feb time frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were to dump all the paths and enter them into the new server, if the import contains a path already in the new server, would it over write?&amp;nbsp; cause a duplicate? would it abort the process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:25:27 GMT</pubDate>
    <dc:creator>emanuel</dc:creator>
    <dc:date>2025-06-05T07:25:27Z</dc:date>
    <item>
      <title>Ops Manager SRM paths / servers</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-SRM-paths-servers/m-p/53846#M11198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all ... I have a question about SRM paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer ( Qualcomm ) that I helped install a couple of new DFM servers ( feburary ) just to perform SRM work but these servers have not gone into production yet but are performing scheduled walks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is ... the old server is still performing work, and they were going to cutover this week but the old server stopped performing walks ... could be a number of issues but that can be a different discussion.&amp;nbsp; I asked questions and found out that since feburary, they have added new paths to the old server and did not update the new ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question now is ... is there a way to query the old server to get a "delta" of changes since the feb time frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were to dump all the paths and enter them into the new server, if the import contains a path already in the new server, would it over write?&amp;nbsp; cause a duplicate? would it abort the process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:25:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-SRM-paths-servers/m-p/53846#M11198</guid>
      <dc:creator>emanuel</dc:creator>
      <dc:date>2025-06-05T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ops Manager SRM paths / servers</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-SRM-paths-servers/m-p/53850#M11200</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;There is a field objCreationTimestamp in the Ops Manager db which you can check to see when an SRM path was created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script below would dump the creation timestamp for all your srm paths (i tested with one srm path):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# dfm srm path list&lt;BR /&gt;ID&amp;nbsp;&amp;nbsp; SRM Path&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Schedule&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Walk Status Deleted&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;---- ------------------------------------------- ------------------ ----------- -----------&lt;BR /&gt;10229 krash:/opt&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# for i in `dfm srm path list -q | awk '{ print $2 }'`; do echo $i; dfm details $i | grep objCreationTimestamp; done&lt;BR /&gt;krash:/opt&lt;BR /&gt;objCreationTimestamp&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;&amp;nbsp; 2009-05-13 23:45:31.000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 18:38:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Ops-Manager-SRM-paths-servers/m-p/53850#M11200</guid>
      <dc:creator>raja</dc:creator>
      <dc:date>2009-07-15T18:38:21Z</dc:date>
    </item>
  </channel>
</rss>

