Administrator Guide
Restoring access to a tenant-created virtual machine
To restore a tenant's access to virtual network ($vmn), run the following commands, where <VMNetworkName> is the name of the
tenant's virtual network, and <user1@domain.com> is the tenant's user account:
$vmn = Get-SCVMNetwork –Name <VMNetworkName>
Set-SCVMNetwork -VMNetwork $vmn -UserRole $ur -Owner <user1@domain.com>
-Cloud $cloud
Recovering access to a tenant-created VM role
To recover access to a tenant-created VM role, the VM role must be healthy and have all of its associated VMs. Also, the VMM host must
not have been removed and re-added in VMM. To recover access to the VM role, run the following command, where <VMRoleName> is
the name of the VM role, and <user1@domain.com> is the tenant's user account:
Set-CloudService -CloudService <VMRoleName> -Owner <user1@domain.com> -UserRole $ur -Cloud
$cloud
Updating the Dell Hybrid Cloud System for Microsoft
The following sections describe how you can apply software and rmware updates for the Dell Hybrid Cloud System for Microsoft stamp,
using the Patch and Update framework.
Overview of the Patch and Update framework
Use the Patch and Update framework to apply software and rmware updates.
The Dell Hybrid Cloud System for Microsoft includes the Patch and Update (P&U) framework. This framework enables you to easily update
the infrastructure components of the Dell Hybrid Cloud System for Microsoft stamp with minimal or no disruption to tenant workloads. The
framework automates the installation of software, driver, and rmware updates on the physical hosts and the infrastructure VMs.
WARNING
: The addition of any non-DHCS hardware to your system will cause the Patch and Update process to fail.
NOTE: The P&U framework does not update tenant VMs.
When the P&U framework runs, it does the following:
• Orchestrates the updates so that they are performed in the correct order.
• Automatically puts servers in and out of maintenance mode during servicing.
• Validates components when servicing is complete.
The P&U framework installs approved software updates on infrastructure hosts and VMs for various combinations of the following
products:
NOTE
: Any given package may or may not contain updates from all the categories listed. For the specic contents of any
particular package, see the package Release Notes, which you can obtain from the same download location as the package itself.
See How to obtain the update packages for details.
• Windows Server
• Windows Azure Pack
• System Center
• SQL Server
• Dell software
• Dell Deployment UI
100
Operations