How to findout installation date of ESXi

To find the ESXi install date you should follow the below steps
  • Find the System UUID by running one of the following commands:
    • esxcfg-info | grep -i UUID
      • You’ll get an output similar to:
        Screen Shot 2015-11-30 at 09.07.09
    • esxcfg-info | grep -i “\\-System UUID”
      • You’ll get an output similar to:
        Screen Shot 2015-11-30 at 09.09.17
    • esxcli system uuid get
  • Convert the first 8 hexadecimal characters to decimal format using calculator or e.g. this online converter.
    • In my case the hexadecimal characters 54aedcc8 translates to decimal numbers 1420745928
  • Use e.g. this Epoch  to convert the decimal numbers to a date.
    • In my case  the decimal numbers 1420745928 translates to Thu, 08 Jan 2015 19:38:48 GMT
      Screen Shot 2015-11-30 at 09.12.26

Comments

  1. Donate a k1dney with the sum of $500,000.00 USD (3 Crore)Email for more details: Email: healthc976@ gmail.com
    Call or whatsapp +91 994 531 7569

    ReplyDelete

Post a Comment

Popular posts from this blog

Avamar falied to take backup of all virtual machine

How to Configure IPsec VPN within VMware NSX Edge