Quantcast
Channel: All Data Protection posts
Viewing all articles
Browse latest Browse all 3487

Re: sdcli.exe Snapdrive replacement in Snapcenter

$
0
0

Hi,

 

I don't have snapcenter in my environment. But, "SnapCenter Plug-In for Microsoft Window" includes 'snapdrive' module for powershell.

 

Have a look at this link, it covers lot of powershell commands for snapdrive , storage & cloning:
https://library.netapp.com/ecm/ecm_download_file/ECMLP2840881

 

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.

 

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 SnapDrive module, are available only on the application host.

 

Example
PS C:\> get-module -listavailable snap* | import-module

 

 

Few PS Examples:
Add-SdLunMap
Add-SdIgroupInitiator
Add-SdPortSetPort
Connect-SdStorage
Connect-SdIscsiTarget
Delete-SdLUns
Disconnect-SdStorage
Dismount-SdClone
Dismount-SdSnapshot

 

Thanks!


Viewing all articles
Browse latest Browse all 3487

Trending Articles