Executed below command:
new-backup -Server 'DAGName' -ClusterAware -ManagementGroup 'Standard' -RetainBackups 56 -RetainUtmDays 4 -ActiveDatabaseOnly -RemoteAdditionalCopyBackup $True -RetainRemoteAdditionalCopyBackup 56 -AdditionalCopyBackupDAGNode "DR Site mailbox server" |
below is the error reported.
Connection to the Server: (DAG Name) failed. Please retry the operation.
new-backup : Connection to the Server failed
At line:1 char:11
+ new-backup <<<< -Server (DAG Name) -Verbose
+ CategoryInfo : ReadError: (SMEPSSnapin.SMEBackup:SMEBackup) [ne
w-backup], Exception
+ FullyQualifiedErrorId : Connection Error,SMEPSSnapin.SMEBackup
I am able to resolve DAG in network and its pingable. Above command runs fine if executed against individual server but not with DAG
Any suggestions!
Thanks in advance.