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

# Begin - Long Line 01
New-Volume -StoragePoolFriendlyName "StoragePool" -FriendlyName $VolumeFriendlyName -ResiliencySettingName "Mirror" -
Pr
ovisioningType "Fixed" -StorageTiers $ssdTier,$hddTier -StorageTierSizes $SSDSize,$HDDSize -FileSystem NTFS -
PhysicalDiskRedundancy 1 -NumberOfColumns 2 -NumberOfDataCopies 2
# End - Long Line 01
#Begin - Long Line 02
$ClusterDiskName = (Get-ClusterResource | Where-Object {($_.ResourceType -match "Physical Disk")} | Get-ClusterParameter
VirtualDiskName | Where-Object {$_.Value -match $VolumeFriendlyName}).ClusterObject.Name
#End - Long Line 02
if ($ClusterDiskName)
{
Write-Verbose -Message "$functionName Virtual disk name: $VolumeFriendlyName, Add the disk to CSV."
$csVolume = Add-ClusterSharedVolume -Name $ClusterDiskName
}
$dir = $csVolume.SharedVolumeInfo.FriendlyVolumeName
md $dir\Shares\$VolumeFriendlyName
New-SmbShare -Name $VolumeFriendlyName -Path $dir\Shares\$VolumeFriendlyName -ContinuouslyAvailable $true
The following table describes three important parameters to consider when you are creating a new share:
Table 12. Parameters
Parameter Default Setting Description
PhysicalDiskRedundancy 1 Number of failed disks that the new share can
handle
.
NumberOfColumns 2 Number of underlying physical disks across which
one stripe o
f data for a virtual disk is written.
NumberOfDataCopies 2 Settings you can use to con
gure mirroring:
• 2
, the default setting, creates a two-way
mirror.
• 3
creates a three-way mirror, or species dual
parity.
NOTE
: 2x2 congurations provide 2-way
mirroring, and 2x3 congurations provide 2-
way mirroring plus enclosure awareness. To
support 3-way mirroring, you must have a 2x4
conguration, which provides 3-way mirroring
plus enclosure awareness.
IMPORTANT
: If you are using exclusively
SSDs, you are limited to a 2x2 conguration.
2 From the Console VM, start a PowerShell with elevated rights. Type Enter-PSsession followed by the name of the Storage node
wher
e the script was saved, browse to where the script is located, and run it.
3 Connect to the Virtual Machine Manager (VMM) console.
Administration 31