Administrator Guide
Table Of Contents
- Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard Version 1.5 Administrators Guide based on release 1803
- Overview
- Administration
- What to do first
- Next steps
- Managing Dell Hybrid Cloud System for Microsoft
- Creating tenant VM networks
- Adding tenant VM networks to the cloud
- Flagging the operating system VHD in the VM templates
- Enabling guest-specified IP addresses in VMM
- Creating additional tenant storage shares
- Using Windows Azure Pack
- Default Windows Azure Pack configuration
- Before you go into production
- Setting up tenant portal access on an isolated network
- Replacing self-signed certificates
- Disabling the tenant AuthSite and the admin Windows AuthSite websites
- Updating to a Security Token Service and re-establishing trust
- How to open the management portal for administrators
- How to open the management portal for tenants
- Offering services to tenants
- Optional configuration
- Automating tasks for efficiency
- Windows Azure Pack API reference content for developers
- Configuring disaster recovery protection
- Operations
- Monitoring
- Backup and recovery
- Onboard to Azure Backup
- Default backup schedule and retention policy
- DPM protection groups
- Disable machine account password rotation on management VMs
- Protecting tenant VMs
- Recovering VMs and databases—high level
- Recovering from management component failures
- Recovering a tenant VM
- Recovering DPM from DPM failures
- Adding extra disks to DPM
- Monitoring DPM
- Using the Dell Hybrid Cloud System for Microsoft data consistency runbooks
- Updating the Dell Hybrid Cloud System for Microsoft
- Shutting down and starting up the stamp
- Security
- Appendix A Expanding the stamp
- Appendix B Performing a factory reset
- Appendix C Retrieving cluster names, host names, and IP addresses
- Appendix D Ports and protocols

Use the following steps to attach the existing DPM servers to Azure:
1 On the Console VM, log on as a member of the
<
Prex
>-Ops-Admins group.
2 At a command prompt, run the following commands to enable the default local Administrator account, and to make sure that the
pass
word is set correctly. For onboarding to Azure Backup, this account must have a specic password assigned.
net user administrator /active:yes
net user administrator pass2015@MSPCS
3 Log o
, and then back on to the Console VM as the default local Administrator account with the password pass2015@MSPCS.
4 You must run a script to onboard to Azure Backup. The following table lists the variable values that you must assign when you run the
scrip
t. Before you begin, make sure that you have collected the required information.
Parameter Name Description
DomainCredential The username and password of a member of the <
Prex
>-Diag-Admins group. Specify these credentials for
$DomainUserName and $DomainPassword in the script.
AzureRegion The region in which the Azure backup vault must be created, for example West US. For a list of regions, see
http://
azur
e.microsoft.com/regions/.
StorageType The storage type to use for the backup vault. Permitted values are:
• Geo Redundant
• Locally Redundant
For more information, see https://azure.microsoft.com/documentation/articles/storage-redundancy/.
Passphrase An alpha-numeric string of at least 16 characters that is used as an encryption key.
NOTE
: You must store this key somewhere. You will need it if you ever have to rebuild the DPM server.
5 Open a Windows PowerShell session, and then run the following script. First, replace the variable values.
cd "C:\Program Files\Microsoft Cloud Solutions\DeployDriver\BackupDeployDriver"
$DomainUsername = <
username
>
$DomainPassword = <
password
>
$DomainCredential = New-Object System.Management.Automation.PSCredential ("$DomainUsername",
(ConvertTo-SecureString -String $DomainPassword -AsPlainText -Force))
$AzureRegion = "<
AzureRegion
>"
$Passphrase = <
Passphrase
>
$StorageType = "<
StorageType
>"
.\BackupAzureOnboarding.ps1 -DomainCredential $DomainCredential -AzureRegion $AzureRegion -
Passphrase $Passphrase -StorageType $StorageType
6 When prompted for the Azure credentials, enter them, and click Continue.
7 After this script completes, log o
the Console VM, and then log back on using an account that is a member of the <
Prex
>-Ops-
Admins group.
NOTE: If you receive an error, see Troubleshooting "Set-DPMCloudSubscriptionSetting” or “Start-DPMCloudRegistration”
err
ors.
8 Open the Windows Azure Pack management portal for administrators, and run the Protect-ManagementComponents runbook. This
enables online pr
otection for all the management VMs and databases.
9 When you are done, disable the local Administrator account on the Console VM. At a command prompt, run the following command:
net user administrator /active:no
66 Operations