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

$VDDs = $DPMVM.hardDrives | where{$_.ControllerNumber -eq $Bus -and $_.ControllerType -eq
"SCSI"}
if($VDDs -ne $null)
{
$VHDsOnBus[$Bus] = $VDDs.Count
}
else
{
$VHDsOnBus[$Bus] = 0
}
}
#Add VHDs to VM
foreach($VhdTobeAdded in $VhdsToBeAdded2VM)
{
#Find the bus with minimumm number of VHDs attached
$Bus = ($VHDsOnBus.GetEnumerator() | Sort-Object -Property value)[0].key
Add-VMHardDiskDrive -VM $DPMVM -ControllerType SCSI -ControllerNumber $Bus -Path
$VhdTobeAdded
$VHDsOnBus[$Bus] += 1
}
4 After the disks are created, connect to the DPM VM, and initialize the disk by using Disk Manager.
5 Add the disks to the DPM storage pool. For information about how to do this, see Congure storage pools and disk storage.
Monitoring DPM
DPM automatically backs up data according to the backup settings.
At times, DPM backups might fail. For example, a communication failure may occur with the SQL Servers, the SQL Servers may not be
running, or there may be other connection issues.
Dell recommends that you regularly monitor DPM. Dell Hybrid Cloud System for Microsoft installs DPM, the DPM Central Console, and the
managemen
t pack that is integrated with Operations Manager. You can monitor all failure alerts in Operations Manager. To do this:
1 Log on to the Console VM by using an account that is a member of the <
Prex
>Ops-Admins group.
2 Open the Operations Console.
3 In the Monitoring workspace, expand System Center 2012 R2 Data Protection Manager to see the Alert and State views and any
associa
ted alerts.
Operations 95