<?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 sdcli.exe Snapdrive replacement in Snapcenter in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154032#M12736</link>
    <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I want to use powershell for Snapcenter to clone backups of secondary storage, then add those clones to an igroup to present them as LUNs to dev/test servers, and then use PS again later dismount and delete the clones.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;In Snapmanager/Snapdrive this could be done with sdcli disk connect/disconnect and Set-NaVol/RemoveNaVol. Does anyone here know the corresponding powershell cmds for Snapcenter?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:20:11 GMT</pubDate>
    <dc:creator>Four_Aces</dc:creator>
    <dc:date>2025-06-04T11:20:11Z</dc:date>
    <item>
      <title>sdcli.exe Snapdrive replacement in Snapcenter</title>
      <link>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154032#M12736</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I want to use powershell for Snapcenter to clone backups of secondary storage, then add those clones to an igroup to present them as LUNs to dev/test servers, and then use PS again later dismount and delete the clones.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;In Snapmanager/Snapdrive this could be done with sdcli disk connect/disconnect and Set-NaVol/RemoveNaVol. Does anyone here know the corresponding powershell cmds for Snapcenter?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:20:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154032#M12736</guid>
      <dc:creator>Four_Aces</dc:creator>
      <dc:date>2025-06-04T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: sdcli.exe Snapdrive replacement in Snapcenter</title>
      <link>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154039#M12737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have snapcenter in my environment. But, "SnapCenter Plug-In for Microsoft Window" includes 'snapdrive' module for powershell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at this link, it covers lot of powershell commands for snapdrive , storage &amp;amp; cloning:&lt;BR /&gt;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2840881" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2840881&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On either the SnapCenter Server or the application host where a SnapCenter plug-in is installed, open a PowerShell session window and verify that the proper modules are loaded by using the get-module cmdlet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you execute the cmdlet on the SnapCenter Server, only the SnapCenter module is displayed. The cmdlets that have "Sd" in the suffix are the cmdlets that reside in the &lt;STRONG&gt;SnapDrive module&lt;/STRONG&gt;, are available only on the application host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;BR /&gt;PS C:\&amp;gt; get-module -listavailable snap* | import-module&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Few PS Examples:&lt;BR /&gt;Add-SdLunMap&lt;BR /&gt;Add-SdIgroupInitiator&lt;BR /&gt;Add-SdPortSetPort&lt;BR /&gt;Connect-SdStorage&lt;BR /&gt;Connect-SdIscsiTarget&lt;BR /&gt;Delete-SdLUns&lt;BR /&gt;Disconnect-SdStorage&lt;BR /&gt;Dismount-SdClone&lt;BR /&gt;Dismount-SdSnapshot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 22:33:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154039#M12737</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-02-03T22:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: sdcli.exe Snapdrive replacement in Snapcenter</title>
      <link>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154040#M12738</link>
      <description>&lt;P&gt;Hi, thank you for replying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think in Snapcenter 4.3/ONTAP 9.5 Snapdrive for SQL is no longer supported, or the cmds are no longer available.&amp;nbsp; As below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS C:\Windows\system32&amp;gt; Get-Module -ListAvailable snap*&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ModuleType Version Name ExportedCommands &lt;BR /&gt;---------- ------- ---- ---------------- &lt;BR /&gt;Manifest 1.0 SnapCenter {Add-SmCloneDataSet, Add-SmGroup, Add-SmPolicy, Add-SmProtec...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS C:\Windows\system32&amp;gt; Connect-SdStorage&lt;BR /&gt;Connect-SdStorage : The term 'Connect-SdStorage' is not recognized as the name of a cmdlet, function, script file, or &lt;BR /&gt;operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try &lt;BR /&gt;again.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Connect-SdStorage&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : ObjectNotFound: (Connect-SdStorage:String) [], CommandNotFoundException&lt;BR /&gt;+ FullyQualifiedErrorId : CommandNotFoundException&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 23:17:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/sdcli-exe-Snapdrive-replacement-in-Snapcenter/m-p/154040#M12738</guid>
      <dc:creator>Four_Aces</dc:creator>
      <dc:date>2020-02-03T23:17:22Z</dc:date>
    </item>
  </channel>
</rss>

