Configurações do Vault estão faltando. Importar configurações do Vault e verificar o mesmo

1

Quando tento obter o plano de recuperação do Azure, recebo:

Get-AzureRmSiteRecoveryRecoveryPlan : Operation failed.
ClientRequestId: 
Vault Settings are missing. Please import Vault Settings and verify the same
At line:1 char:1
+ Get-AzureRmSiteRecoveryRecoveryPlan -Name $name
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-AzureRmSiteRecoveryRecoveryPlan], Exception
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.SiteRecovery.GetAzureRmSiteRecoveryRecoveryPlan

o resto do meu script é:

$AzureSubscriptionName = "SubscriptionName"
$vPath = "C:\Path\"

$login = Login-AzureRmAccount
$Subcription = Get-AzureRmSubscription –SubscriptionName $AzureSubscriptionName | Select-AzureRmSubscription

$vault = Get-AzureRmRecoveryServicesVault -Name Name -ResourceGroupName rgName

$vFile = Get-AzureRmRecoveryServicesVaultSettingsFile -Vault $vault -Path $vPath


Get-AzureRmSiteRecoveryRecoveryPlan -Name Test3CloudASR
    
por Pablo Mujica 09.03.2017 / 22:45

1 resposta

0

De acordo com o log de erros, parece que o nome do plano de recuperação não está correto. Eu testei no meu laboratório. Se eu usar o nome errado, recebo o mesmo erro com você. É melhor verificar o nome do plano de recuperação.

Mais informações sobre o plano de recuperação, consulte link .

    
por 10.03.2017 / 04:00

Tags