Skip to content

Instantly share code, notes, and snippets.

@KennethEhmsen
Forked from kyokuheki/esxi_trial_reset.sh
Created August 24, 2020 08:29
Show Gist options
  • Save KennethEhmsen/1c644e147b9cd9a3b86935c5f90d481e to your computer and use it in GitHub Desktop.
Save KennethEhmsen/1c644e147b9cd9a3b86935c5f90d481e to your computer and use it in GitHub Desktop.
ESXi trial reset
rm -r /etc/vmware/license.cfg
cp /etc/vmware/.#license.cfg /etc/vmware/license.cfg
/etc/init.d/vpxa restart
vim-cmd vimsvc/license --show | grep expirationDate
# see https://calvin.me/reset-esxi-evaluation-license/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment