“I was searching more than 30 mins but couldn’t find”, a friend said to me
So if you’re still searching – STOP
I will help you save some time
How to Find VCSA Installation Date?
ssh to your vCenter appliance
type com.vmware.appliance.version1.system.version.get
How to Find ESXi Installation Date?
SSH to your ESXi host
Run this command to determine the installation date of the ESXi host
echo -n "ESXi install date: " ; date -d @$(printf "%d" 0x$(esxcli system uuid get | cut -d \- -f1 ))
Your likes and comment is my real motivation so remember to LIKE & SHARE & COMMENT
Share