Last active
April 22, 2019 18:15
-
-
Save DroidFreak32/7b5086443cf23f7437ae788c3cb30444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[HOL Lab Challenge](https://labs.hol.vmware.com/HOL/console/lab/HOL-1904-02-CHG-HOL) | |
Module 1 | |
Challenge 1: | |
Decrease VM's vCPU Count to 2 | |
Challenge 2: | |
VM has a default gateway that can't be pinged. | |
The network associated to the VM's network adapter may not be the correct one. | |
The PG that the adapter was associated with had only one VM. | |
POA: Change the Adapter to VM-RegionA01-vDS-COMP. | |
Module 2: | |
Challenge 1: | |
from putty, `cp -r ` productLocker to /vmfs/volumes/<datastore>/ | |
On Hosts' settings, go to configure > Advanced System Settings > Filter for productLocker > Add the new path to the "Value" box. | |
Challenge 2: | |
Get-VM instead of Get-Snapshot | |
Module 3: | |
Challenge 1: | |
CPU shares for 01 is lower | |
Challenge 2: | |
memhog vm consuming a lot | |
move Challenge vm to another host / decrease memhog limit | |
Module 4: | |
Challenge 1: | |
Add the proper roles to Junior Developer in Menu > Administration > Roles > Add new role. | |
Go to Develipment folder in VMs and Template View > Permission > Add new Permission > CORP.LOCAL > jdev > Children | |
Challenge 2: | |
Host does not have enough CPU cores to give to the VM which is asking for 8 vCPUs | |
Decrease cores to 2 | |
Challenge 3: | |
Remove ntp.corp.local as the time server in host 05a | |
Module 5: | |
Challenge 1: | |
VM Options > Adv Advanced > Latency Sensitivity = High | |
Set reservation for cpu and memory to max. | |
Challenge 2: | |
Increase Pool CPU share to 2000 to match 04a's share | |
Challenge 3: | |
On Host's advanced configuration settings, set Numa.followCoresPerSocket = 1 | |
Power Off VM | |
Disable CPU HotADD on VM | |
Add New Configuration Params in VM Options Advanced Settings "numa.vcpu.maxPerVirtualNode = 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment