Operating System - VMware
1753797 Members
7959 Online
108799 Solutions
New Discussion юеВ

How to Activate License in the host using CLI without vCenter/Client

 
SOLVED
Go to solution
Basheer_2
Trusted Contributor

How to Activate License in the host using CLI without vCenter/Client

I have installed the vSphere ESX 4.1
I do NOT have the vCenter/Vlcient.

how to activate the license in the HOST?
4 REPLIES 4
Jags_21
HPE Pro

Re: How to Activate License in the host using CLI without vCenter/Client

Hi

login into the service console of the esx host and add the license key to the file mentioned below.

#vi /etc/vmware/vmware.lic

once added restart the mgmt agent
#service mgmt-vmware restart

this should work..

regards
Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise.
I work for HPE

Accept or Kudo

Basheer_2
Trusted Contributor

Re: How to Activate License in the host using CLI without vCenter/Client

Thanks Jagdisj,

How to verify it is no longer the EVALAUATION License
Jags_21
HPE Pro
Solution

Re: How to Activate License in the host using CLI without vCenter/Client

Hi Basheer,

below command will give the details of the installed license info

#vmware-vim-cmd /vimsvc/license --show

Thanks and Regards,
Jagadish
Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise.
I work for HPE

Accept or Kudo

Basheer_2
Trusted Contributor

Re: How to Activate License in the host using CLI without vCenter/Client

Thanks Jagdish
The above commands work.