Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
1. In snapdrive i can use the command "sdcli snap create" and "sdcli snapshot rename" is there a similar options with snapcenter?
2. Snapcenter - is this powershell only?
3. If i want to run snapcenter powershell do i always have to open a connection to the snapcenter server?
Solved! See The Solution
1 ACCEPTED SOLUTION
mrahul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, Resources protected by SnapCenter and backups taken by it will only be available for management in GUI.
SnapCenter backups should be taken via SnapCenter PS cmdlets. Ex: New-smBackup.
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-module SnapDrive should give you the list of PS cmds you can use. Run it on the host where you have installed SCW plugin service.
SnapCenter supports three interface - UI, PowerShell and REST APIs. For PS cmdlet, you need to connect to SC server via open-smconnection cmdlet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Don't suppose you know if using new-sdsnapshot to take a manual snapshot - does this snapshot appear in snapcenter?
mrahul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, Resources protected by SnapCenter and backups taken by it will only be available for management in GUI.
SnapCenter backups should be taken via SnapCenter PS cmdlets. Ex: New-smBackup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, seems we have to make a lot of adjustment from snapdrive/sme/smsql
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From what i see so far, PS is what snapcenter use....
Look for the following PS command
New-SmBackup, New-SdSnapshot
New-SmMountBackup, New-SmUnmountBackup
mount-SdSnapshot, Dismount-SdSnapshot
Look for SnapCenter 4.4 ,Cmdlet Reference Guide For Windows
