How to extend reset your expired ESXi Evaluation EVAL license

 

The below steps help to renew your EVAL for another 60days again!


1.SSH to your esxi server

2.Remove the existing License file : rm -r /etc/vmware/license.cfg

3.Copy the license from template file : cp /etc/vmware/.#license.cfg /etc/vmware/license.cfg

4.rm  /etc/vmware/vmware.lic 

4. restart VPXA service using : /etc/init.d/vpxa restart   

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...