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

Ensure that your Active Directory Domain Services (AD DS) infrastructure is available and functional.
Step 1 Verify that the storage is available and functional
1 If the iDRACs are connected, Dell recommends that you use a laptop. Con
gure the laptop and connect it to port 39 or 40 of the
switch, then complete the following steps.
2 From the laptop, connect to the IPv4 iDRAC address of one of the le serv
er cluster hosts by using a browser, for example, open
https://192.168.164.131.
3 Ping the le serv
er cluster hosts until they respond. It may take 10-20 minutes for them to be reachable. When the le server cluster
hosts start to respond, do the following:
a To connect to one of the hosts and start a virtual console, use the iDRAC.
b Log on with an account that is a member of the
<
Prex
>-Setup-Admins group.
c Start a Windows PowerShell session, and then run the following commands:
1 Get-StorageEnclosure to verify that all enclosures are up.
2 Get-ClusterSharedVolume to verify that all CSVs are online.
3 $p = Get-PhysicalDisk followed by $p.count . This should return 50, which is the number of physical disks on each rack (40
HDDs, 8 SSDs, 2 local drives).
4 Get-StoragePool to verify that the pool has been discovered and nd out it
s health state.
5
Get-VirtualDisk to verify whether all the spaces are online.
After you verify that the storage is running and healthy, continue to the next procedure.
Step 2 Ensure that the IPv4 cluster core resources are online
1 Use Remote Desktop Connection to connect to the Console VM with an account that is a member of the <
Prex
>-Setup-Admins
group.
2 Open Failover Cluster Manager.
3 Connect to the storage cluster.
4 Click the storage cluster name, and then, in the Cluster Core Resources pane, expand the server name.
5 If the IPv4 Address resources have a status of Oine, right-click each of them, and then click Bring Online.
6 In Failover Cluster Manager, connect to the compute cluster.
7 Click the compute cluster name, and then, in the Cluster Core Resources pane, expand the server name.
8 If the IPv4 Address resources have a status of Oine, right-click each of them, and then click Bring Online.
If you cannot connect to the compute cluster by using Failover Cluster Manager, you can alternatively do the following:
a Open Windows PowerShell.
b Run the following command to check if the Cluster IP resources are online:
Get-ClusterResource -Cluster <ClusterName> | where {$_.Name -like "Cluster IP Address*"}
c Run the following command to get the exact name of the cluster IP resources:
Get-ClusterResource -Cluster <ClusterName> | where {$_.Name -like "Cluster IP Address*"} | Format-List -Property Name
d Start the IP address resource:
Start-ClusterResource "<IP ClusterResourceName>"
Repeat steps 2 through 4 for each IPv4 address cluster resource for the compute cluster and storage cluster where these resources
ar
e oine.
110 Operations