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

Figure 2. Enter Product Key box
If you do not see this box, you have a valid retail license key and can skip the rest of this procedure.
What to do if you enter an incorrect product license key
If you specied an incorrect System Center key during deployment, you must update VMM, Operations Manager, and Service Management
Automation (SMA) to use a valid System Center product license key.
Run all of the following procedures from an elevated Windows PowerShell session on the Console VM. On the Start screen, click the
Search icon, and then type PowerShell. In the results, right-click Windows PowerShell, and then click Run as administrator.
To update VMM
Use these procedures to update VMM if you specied an incorr
ect System Center key during deployment.
1 From the elevated Windows PowerShell session, run the following commands, pressing Enter after each command:
NOTE: Replace <
Prex>
with the customer-specic prex for the Dell Hybrid Cloud System for Microsoft stamp. For
ProductId
, specify the retail System Center license key.
Import-Module VirtualMachineManager
$VMMServer = Get-SCVMMServer –ComputerName <Prefix>VMM01
Register-SCVMMAccessLicense –VMMServer $VMMServer –ProductKey "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
–AcceptEULA
2 To verify that the license is correct:
Get-SCVMMAccessLicense –VMMServer $VMMServer –License
The output should indicate a LicenseType of Volume, as shown in the following example.
PS C:\Windows\system32> Get-SCVMMAccessLicense -VMMServer $vmmserver -License
ProductName : System Center Virtual Machine Manager 2012
LicenseType : Volume
Administration 19