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

The recommended response is to do the following:
• Resolve rule-based alerts created or not modied since the inciden
t.
NOTE
: Do not resolve rule-based alerts on physical disk storage enclosure failures.
• Investigate remaining alerts and computers with a Critical or Warning
health state.
To resolve rule-based alerts, use the Operations Manager task Resolve Rule Generated Alerts:
1 In Operations Manager, open the
Monitoring workspace.
2 Expand Operations Manager > Management Server, and then click Management Servers State.
3 In the
Management Server State pane, click the Operations Manager server.
4 In the
Tasks pane, under Health Service Tasks, click Resolve Rule Generated Alerts to resolve rule-based alerts.
You can also connect to the <
Prex
>OM01 server, through the Operations Manager Shell on the Console VM, and use the following
example Windows PowerShell script to resolve rule-based alerts:
# Set this to the # of hours back to resolve alerts
$ModifiedOlderThanHours = 10
# Query for the Alerts, review before resolving if you want
$AlertsToResolve = get-scomalert -criteria 'ResolutionState=''0'' AND IsMonitorAlert=''False'''
| where {($_.LastModified).ToLocalTime.ToDateTime -le (Get-Date).addhours(-
$ModifiedOlderThanHour)}
# Resolve the Alerts
$AlertsToResolve | resolve-SCOMAlert -Comment 'Close old alerts generated by rules' -PassThru |
Set-SCOMAlert -ResolutionState 255
Using Operational Insights
If you did not opt in to Operational Insights during deployment, you can do so at any time by using the Dell Hybrid Cloud System wizard that
is used f
or onboarding to Azure Site Recovery. The instructions for onboarding are listed in
Step 1: Onboard to Azure Site Recovery.
For information about Operational Insights, see the Operational Insights
page on the Microsoft Azure site, and the associated
documentation.
Backup and recovery
It is very important to protect all of the infrastructure VMs and the tenant VMs.
Dell Hybrid Cloud System for Microsoft uses System Center Data Protection Manager (DPM) for that protection, with the option to also
back up fr
om DPM to Microsoft Azure.
Onboard to Azure Backup
If you decided to opt in to Azure Backup after the initial backup infrastructure deployment, you can do so at any time.
As a prerequisite, you need an Azure subscription.
Operations 65