Administrator Guide
8 On the Console VM, update the registry subkey for deployment status.
a Open Registry Editor.
b Locate the following registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cloud Solutions\Deployment\Status
c Update the values for the backup host and the DPM VMs from Deployed to DomainJoined. For example:
Figure 36. DomainJoined registry key
9 On the backup host, open a Windows PowerShell session as an elevated user, and then run the following commands to enable the
local administrator account, and to update to the same password that you specied for $password, in step 10a . that is, the plain text
password.
net user administrator /active:yes
net user administrator <password>
10 On the Console VM, still logged in as the local administrator, open an elevated Windows PowerShell session, and run the following
script: "C:\Program Files\Microsoft Cloud Solutions\DeployDriver\BackupDeployDriver\RunBackupDeployDriver.ps1"
11 If the DPM server backs up the infrastructure VMs, update the server map.
a Log on to the APA VM (<
Prex
>APA01).
b Start Windows PowerShell.
c Run the following command, and note the result: (Get-SmaVariable -Name "dpm-congurationmap" -WebServiceEndpoint
https://localhost).value.PendingDPMServerMap
d If the command output is null, run the following command:
$variableName = "DPM-configurationmap"
$a = (Get-SMAVariable -Name $variableName -WebServiceEndpoint https://localhost).value
$a.PendingDPMServerMap = (Get-SmaVariable -Name "dpm-configurationmap" -
WebServiceEndpoint https://localhost).value.DPMServerMap
$a.DPMServerMap = $null
Set-SMAVariable -Name $variableName -value $a -WebServiceEndpoint https://localhost
12 Run the Complete-Backup runbook to complete the deployment.
88
Operations