<?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: Create a SC aware dataset not using pmsetup in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67642#M2706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what worries us mostly is if this could put us in a bad situation if wee need to file a support case.&lt;/P&gt;&lt;P&gt;And also will it give us problems with upgrades to new version of SC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it SC 3.6.0 and beyond will update the dataset automatically to new SC version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2012 08:40:07 GMT</pubDate>
    <dc:creator>magnus_nyvall</dc:creator>
    <dc:date>2012-09-21T08:40:07Z</dc:date>
    <item>
      <title>Create a SC aware dataset not using pmsetup</title>
      <link>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67630#M2704</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;We are using a script to provision storage.&lt;/P&gt;&lt;P&gt;Whe are considering using this script to also provision datasets to be used with snapcreator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ($application) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $inputelem-&amp;gt;child_add_string("is-application-data", "true");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; my $applelem = NaElement-&amp;gt;new("application-info");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if ($application =~ /db2|oracle/i) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("application-name", "Snap Creator Framework");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("application-version", "3.5.0");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("application-server-name", "Snap Creator Server");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("is-application-responsible-for-primary-backup", "true");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("is-application-managing-primary-backup-retention", "true");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $applelem-&amp;gt;child_add_string("carry-primary-backup-retention", "true");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $inputelem-&amp;gt;child_add($applelem);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this OK to do or do we absolutely need to use pmsetup?&lt;/P&gt;&lt;P&gt;We do not want to end up in a support situation when our method of creating the dataset would be questioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I read somewhere that when updating to 3.6.0 you dont need to create a new dataset because 3.6.0 should update the 3.5.0 dataset automatically?&lt;/P&gt;&lt;P&gt;Is this correct and will this work with our method above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:18:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67630#M2704</guid>
      <dc:creator>magnus_nyvall</dc:creator>
      <dc:date>2025-06-05T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a SC aware dataset not using pmsetup</title>
      <link>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67635#M2705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep this should work the main one is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$applelem-&amp;gt;child_add_string("is-application-responsible-for-primary-backup", "true");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tells PM to let SC register snapshot and use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure quite what $applelem-&amp;gt;child_add_string("carry-primary-backup-retention", "true"); does? We dont use it in SC so you can leave this out I think, not sure if the SC policies would be compatible with PM. Certainly let us know if this adds value and we can add it to SC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 18:31:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67635#M2705</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2012-09-20T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create a SC aware dataset not using pmsetup</title>
      <link>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67642#M2706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what worries us mostly is if this could put us in a bad situation if wee need to file a support case.&lt;/P&gt;&lt;P&gt;And also will it give us problems with upgrades to new version of SC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it SC 3.6.0 and beyond will update the dataset automatically to new SC version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 08:40:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67642#M2706</guid>
      <dc:creator>magnus_nyvall</dc:creator>
      <dc:date>2012-09-21T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a SC aware dataset not using pmsetup</title>
      <link>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67647#M2707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No we dont update the version information is always reflect version that created dataset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do in 3.6 update certain things based on settings in config file like if SC should manage primary snaps or PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 15:48:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Create-a-SC-aware-dataset-not-using-pmsetup/m-p/67647#M2707</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2012-09-21T15:48:47Z</dc:date>
    </item>
  </channel>
</rss>

