• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
Tune ESXi host networking configuration: Adjust Host Power Management Settings
Performance Best Practices, page 34

From Inventory -> Hosts and Clusters

1. Click Configuration.
2. Click on Power Management (under Hardware)
3. Click on the Properties link.
4. Select the High Performance option.
5. Click OK.
Tune ESXi host CPU configuration: Enable/Disable hyper-threading
Performance Best Practices, P 19

From Inventory -> Hosts and Clusters

1. Select Host
2. Click Configuration tab
3. Click Processors
4. Click Properties
6, Check or un-check Enabled

(if properites is greyed out, hyper-threading is not enabled in the BIOS)
Configure and apply advanced ESXi host attributes: GUI
Resource Management, Pp 104-106

From Inventory -> Hosts and Clusters

1. Select a Host
2. Click on the Configuration tab
3. Under Software, click on the Advanced Settings link.
4. Choose the attribute group in the left-hand pane.
5. In the right-hand pane, locate the proper attribute and make the required change.
Configure and apply advanced ESXi host attributes: CLI
Resource Management, Pp 104-106

esxcli system settings advanced

or

vicfg-advcfg
Configure and apply advanced Virtual Machine attributes: GUI
Resource Management, Pp 101-104
From Inventory -> Hosts and Clusters

1. Select a VM
2. Click Edit Settings
3. Click Options
4. Click Configuration parameters
5. Click Add Row
6. Enter the name of the attribute and the value
7. Click OK
Configure and apply advanced Virtual Machine attributes: CLI
Resource Management, Pp 101-104

In CLI

vmAdvSettings.pl -vmname <VM name> -operation <update> -key <key name> -value <value>

In PowerCLI

Get-VM <VM Name>| Set-VMAdvancedConfiguration -key <key> -value <value>
Configure advanced cluster attributes
Resource Management, Pp 104-105

From Inventory -> Hosts and Clusters

1, Right-click on the cluster and click Edit Settings.
2. Click on vSphere HA
3. Click the Advanced Options button.
4. From here, add an Option and the Value.
5. Click OK when finished.