<?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 Restoring deleted Policies in Protection Manager in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Restoring-deleted-Policies-in-Protection-Manager/m-p/2#M1</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I'm migrating datasets from one DFM server to another and in the process of doing this I had to blow away and recreate the DPM polices on the new OM server.&amp;nbsp; Well, when I did this I accidentally blew away all the canned, native polices along with my custom ones.&amp;nbsp; Because one needs the native polices to create a custom one (have to copy from an existing one), I now can't create any policies.&amp;nbsp; So, I'm faced with one of two choices (no I don't have a backup of this database yet):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) reinstall OM&lt;/P&gt;&lt;P&gt;2) restore the database object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking that 2 is possible, because when I do a dfpm policy list -a, I see the "Non Modifiable" --"NM"--policies, which look like the native ones.&amp;nbsp; However, when I do a regular dfpm policy list, I see nothing, seeing that I blew them all away.&amp;nbsp; So, is there a way to get back to normal here?&amp;nbsp; I'm thinking that that the "NM" polices are there as a backup.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:38:17 GMT</pubDate>
    <dc:creator>kofchur</dc:creator>
    <dc:date>2025-06-05T06:38:17Z</dc:date>
    <item>
      <title>Restoring deleted Policies in Protection Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Restoring-deleted-Policies-in-Protection-Manager/m-p/2#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I'm migrating datasets from one DFM server to another and in the process of doing this I had to blow away and recreate the DPM polices on the new OM server.&amp;nbsp; Well, when I did this I accidentally blew away all the canned, native polices along with my custom ones.&amp;nbsp; Because one needs the native polices to create a custom one (have to copy from an existing one), I now can't create any policies.&amp;nbsp; So, I'm faced with one of two choices (no I don't have a backup of this database yet):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) reinstall OM&lt;/P&gt;&lt;P&gt;2) restore the database object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking that 2 is possible, because when I do a dfpm policy list -a, I see the "Non Modifiable" --"NM"--policies, which look like the native ones.&amp;nbsp; However, when I do a regular dfpm policy list, I see nothing, seeing that I blew them all away.&amp;nbsp; So, is there a way to get back to normal here?&amp;nbsp; I'm thinking that that the "NM" polices are there as a backup.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:38:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Restoring-deleted-Policies-in-Protection-Manager/m-p/2#M1</guid>
      <dc:creator>kofchur</dc:creator>
      <dc:date>2025-06-05T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring deleted Policies in Protection Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Restoring-deleted-Policies-in-Protection-Manager/m-p/7#M4</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;Yes, the NM policies are there for a backup. You can create new DP policies from the NM policies using "dfpm policy copy" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@dfm1psmgr~]# dfpm policy copy help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; copy -- makes copy of a policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfpm policy copy [ -g &amp;lt;group-name-or-id&amp;gt; ][ -d &amp;lt;description&amp;gt; ] &amp;lt;existing-policy-name-or-id&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;new-policy-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -d option can be used to specify description for the new policy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -g is specified, the policy will be created in a specific group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Otherwise, policy will be created at a global group level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User must have DFM.ApplicationPolicy.Write privilege on the specified group or a global group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@dfm1_oel_opsmgr_37 ~]#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 03:11:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Restoring-deleted-Policies-in-Protection-Manager/m-p/7#M4</guid>
      <dc:creator>kjag</dc:creator>
      <dc:date>2012-01-06T03:11:05Z</dc:date>
    </item>
  </channel>
</rss>

