VMware VS4-STD-C Evaluator Guide - Page 80

perform this, type the following - drs

Page 80 highlights

VMware vSphere 5.0 Evaluation Guide - Volume One Figure 108. vSphere PowerCLI reporting can also be used to ensure that your virtual configurations are correct. If a port group is missed, or the name is incorrect, or the VLANID has been set incorrectly, this can cause fundamental issues with clusters and the vSphere Distributed Resource Scheduler (DRS). The preceding example shows how the configuration of each host, vSwitch, and port group can be checked. To perform this, type the following: Get-VMHost | Get-VirtualSwitch | Get-VirtualPortgroup | Select @{Name="VMHost";Expression={$_. VirtualSwitch.VMHost}}, VirtualSwitchName, Name, VLanId | Sort VMHost Figure 109. It is easy to add port groups in large numbers using vSphere PowerCLI. This can be achieved on each host in a specific cluster to ensure the DRS and HA compatibility of the host. The following example will create a new port TECHNICAL WHITE PAPER / 80

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106

TECHNICAL WHITE PAPER / 80
VMware vSphere 5.0 Evaluation Guide –
Volume One
Figure 108.
vSphere PowerCLI reporting can also be used to ensure that your virtual configurations are correct. If a port
group is missed, or the name is incorrect, or the VLANID has been set incorrectly, this can cause fundamental
issues with clusters and the vSphere Distributed Resource Scheduler (DRS).
The preceding example shows how the configuration of each host, vSwitch, and port group can be checked. To
perform this, type the following:
Get-VMHost | Get-VirtualSwitch | Get-VirtualPortgroup | Select @{Name=”VMHost”;Expression={$_.
VirtualSwitch.VMHost}}, VirtualSwitchName, Name, VLanId | Sort VMHost
Figure 109.
It is easy to add port groups in large numbers using vSphere PowerCLI. This can be achieved on each host in a
specific cluster to ensure the DRS and HA compatibility of the host. The following example will create a new port