ESXi PSOD #Homelab #vExpert #ESXi

February 18, 2019 Bilal Ahmed 0

So I booted up my HP Z600, this houses my main management VMs and ESXi runs off a usb stick. So nothing fancy. On boot up I got this lovely screen of joy: I don’t like PSODs they make me sad. Looking at the error and the fact that it was happening at boot up made me think of some USB drive issue. Let’s think about it for a minute, when ESXi is loaded off a USB/SD card it will then run in memory, and if you make a change it will save it to the drive or it will save automatically every hour (KB ). One thing you have to remember is to make sure you configure the advance […]

The Host Virtual MAC Address Riddle

September 5, 2016 Bilal Ahmed 1

For ages I have been pondering over ‘something’ which seems very trivial and the fact I can’t get any solid info on it is driving me nuts: Why does every pNIC also have a virtual MAC address? So here with have the VMkernel ports, a VSS and pNICS: Just as you would expect, every physical NIC (pNIC) on a host has a MAC address. BUT when you type ‘esxcfg-info -n‘ in the shell, you will notice that every vmnic also has a Virtual MAC Address!   \==+Physical Nic : |—-Name…………………………………………..vmnic3 |—-PCI Segment…………………………………….0 |—-PCI Bus………………………………………..2 |—-PCI Slot……………………………………….0 |—-PCI function……………………………………1 |—-MAC Address…………………………………….XX:XX:XX:32:06:1f |—-Virtual MAC Address……………………………..00:50:56:52:06:1f |—-FPT Shareable………………………………..true Now as you can see the Virtual MAC Address starts off with a VMware MAC and then finishes at the […]

Setting a persistant scratch location on a ESXi host

May 11, 2016 Bilal Ahmed 0

I noticed one of the hosts had a warning saying that: So basically I did what this KB article said: VMware KB article I had a look at another host, and had a look at the Advanced Settings value for: ScratchConfig.ConfiguredScratchLocation It showed a VMFS volumes /vmfs/volumes/UUID/Scratch folder for that host. So it showed me the UUID such as this: vmfs/volumes/51dda02d-fade5016-8a08-005056171889/HOSTNAME So it looked like there was a folder on this LUN every host! So since I am new to this environment I had to find a way to translate the UUID to the name of the actual SAN datastore being used. I did this by using the: esxcli storage filesystyem list | grep UUID This gave me the actual […]

No Image

Resetting a lost ESXi 5.1 root password on a Dell R710

April 15, 2016 Bilal Ahmed 0

So I found out that no one new the root password to a host in one of the clusters. So I tried various things to no avail: Had a look in the documentation for it (What it was supposed to be, it wasn’t that) Checked if the keyboard layout was correct (it was) I tried the Host Profiles trick to reset the password to what you want (it didn’t work for some strange reason). It took the profile and applied it and everything, but the password persisted! Reset root using host profiles Reset root using host profile in Web Client Tried 2 Linux live cds and it turns out none of them work with Dell servers in general, due to driver […]