VMware vSphere Hypervisor (ESXi 8.x) Tips and Tricks
Archive for the ‘VMware Info’ Category
VMware vSphere Hypervisor (ESXi 8.x) – Tips and Tricks
Samstag, Januar 14th, 2023VMware vSphere Hypervisor (ESXi 8.x) – Performance Counter Description
Samstag, Januar 14th, 2023
VMware vSphere Hypervisor (ESXi 8.x) Performance Counter Description – this is a list of all performance metrics that are available in vSphere vCenter Server 8.x Performance counters can be viewed for Virtual Machines Hosts Clusters Resource Pools,and other objects by opening Monitor > Performance > Advanced in the VMware vSphere Client
PS> Get-Stat -entity (Get-VM <VMNAME>) -realtime -stat „cpu.usage.average“
VMware vSphere Hypervisor (ESXi 3.5 – 8.0) – Hypervisor Size Comparison
Freitag, Januar 13th, 2023
VMware vSphere Flings ‚HCIBench‘ – speedtest for VMware vSAN storage
Mittwoch, Januar 11th, 2023Fujitsu Futro S740 (refurbished) – VMware vSphere Hypervisor (ESXi 8.x) for running a VMware vSphere Hypervisor (ESXi 8.x) as a nested virtualization installation
Freitag, Januar 6th, 2023



Fujitsu Futro S740 (refurbished) – VMware vSphere Hypervisor (ESXi 8.x) for running a VMware vSphere Hypervisor (ESXi 7.x) as a nested virtualization installation
Freitag, Januar 6th, 2023



VMware Cloud & AWS – how to improve and digitize vital mental health services and more inclusively serve its population
Donnerstag, Januar 5th, 2023VMware PowerCLI 13.0.0.20829139 – how to install with Python 3.7.9 on Windows required for ImageBuilder
Mittwoch, Januar 4th, 2023
VMware PowerCLI 13.0.0.20829139 – how to install with Python 3.7.9 on Windows required for ImageBuilder
VMware vSphere Hypervisor (ESXi 8.x) – we take a look at many of the new features included with the new host client
Montag, Januar 2nd, 2023VMware vSAN 8.0 – a full technical overview
Sonntag, Januar 1st, 2023VMware vSAN 8.0 – is here and better than ever
Sonntag, Januar 1st, 2023Checkmk Raw Edition 2.1.0p18 – Secure VMware Monitoring
Mittwoch, Dezember 28th, 2022VMware vSphere Hypervisor (ESXi 8.x) – how to make the USB network native driver persistent after a reboot
Montag, Dezember 19th, 2022

VMware vSphere Hypervisor (ESXi 8.x) – does not natively support USB NIC and upon a reboot the USB NICs are not picked up until much later in the boot process which prevents them from being associated with VSS/VDS and their respective portgroups. To ensure things are connected properly after a reboot you will need to add something like the following in /etc/rc.local.d/local.sh which re-links the USB NIC along with the individual portgroups as shown in the example below
[root@ra-vmware8-01:~] vi /etc/rc.local.d/local.sh
esxcfg-vswitch -L vusb0 vSwitch0
esxcfg-vswitch -M vusb0 -p „Management Network“ vSwitch0
esxcfg-vswitch -M vusb0 -p „VM Network“ vSwitch0
esxcli network vswitch standard uplink add -u vusb0 -v vSwitch0
[root@ra-vmware8-01:~] /sbin/auto-backup.sh
— /etc/rc.local.d/local.sh
+++ /tmp/auto-backup.137476//etc/rc.local.d/local.sh
@@ -1,19 +0,0 @@
-#!/bin/sh ++group=host/vim/vmvisor/boot
–
-# local configuration options
–
-# Note: modify at your own risk! If you do/use anything in this
-# script that is not part of a stable API (relying on files to be in
-# specific places, specific tools, specific output, etc) there is a
-# possibility you will end up with a broken system after patching or
-# upgrading. Changes are not supported unless under direction of
-# VMware support.
–
-# Note: This script will not be run when UEFI secure boot is enabled.
–
–
-esxcfg-vswitch -L vusb0 vSwitch0
-esxcfg-vswitch -M vusb0 -p „Management Network“ vSwitch0
-esxcfg-vswitch -M vusb0 -p „VM Network“ vSwitch0
–
-exit 0
Bootbank lock is /tmp/86cb9330-264e48e6-2ca4-4bec9145294a.lck
Saving current state in /bootbank
Creating ConfigStore Backup
Locking esx.conf
Creating archive
Unlocked esx.conf
Using key ID 19efd047-dfbc-4c89-beeb-787f578b9e48 to encrypt
Clock updated.
Time: 19:25:28 Date: 12/19/2022 UTC
[root@ra-vmware8-01:~]

VMware vSphere Hypervisor (ESXi 8.x) – die Installation auf einem Fujitsu Futro S740
Freitag, Dezember 16th, 2022

[root@ra-vmware8-01:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
—– ———- —— ———— ———– —– —— —————– —- ———–
vusb0 Pseudo uether Up Up 1000 Full a0:ce:c8:87:85:96 1500 ASIX AX88179A
[root@ra-vmware8-01:~]





