SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Reseed-SmDagReplicaCopy
This command will restore or reseed the failed copy of the database.
Syntax
Reseed-SmDagReplicaCopy [-ReplicaHost] <String> [-Database] <String> [-BackupHost] <String>
Detailed Description
Restores an unhealthy replica by using either the most recent copy on the same host or the most recent copy from an alternate host.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
ReplicaHost |
true |
false |
||
Database |
true |
false |
||
BackupHost |
false |
false |
Examples
Example 1: Reseed a replica
reseed-SmDagReplicaCopy -ReplicaHost "mva-rx200.netapp.com" -Database execdb -BackupHost "mva-rx201.netapp.com"