Initializing staging of patches

Staging is the copying of patches to ESXi hosts without applying the to the hosts. This can reduce the time hosts that are in the maintenance mode during the remediation. Staging is optional. You can remediate hosts without staging the patches to the host in advance. The Copy-Patch cmdlet initializes staging of patchespatches to the hosts. This can reduce the time hosts that are in the maintenance mode during the remediation. Staging is optional. You can remediate hosts without staging the patches to the host in advance. The Copy-Patch cmdlet initializes staging of patches. The syntax of the Copy-Patch cmdlet is as follows:

Copy-Patch [-Server <VIServer[]>] [-Entity] <InventoryItem[]> [-Baseline <PatchBaseline[]>] [-ExcludePatch <Patch[]>] [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]

The -Entity parameter is required.

In the following example, we will stage patches to host 192.168.0.133:

PowerCLI C:> Copy-Patch -Entity (Get-VMHost -Name 192.168.0.133)

The preceding command does not return any output.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.13.173