VMware Cloud Community
rajeshreddy
Contributor
Contributor
Jump to solution

How to verify VT is enabled or not on ESX

In Our Environment i have to verify and update my manager regarding the status of "VT being enabled or not" on many ESX . if i get the right commands i can go ahead with Scripting of them .

Can someone let me know the way to find it

Thanks in Advance

rajesh

0 Kudos
1 Solution

Accepted Solutions
Chandan1677
Contributor
Contributor
Jump to solution

Rajesh,

Hope the below will be helpful for you , below esx01 is not enabled with VT

esxcfg-info -w | grep HV * (if ESX 3.5)

esxcfg-info -w | grep VT

# esxcfg-info -w | grep HV

|----HV Support...............................................2

#

if the output was 3 , then it is considered that VT is enabled .

# esxcfg-info -w | grep HV

|----HV Support...............................................3

So, depending on the output you get i think you can go ahead with your Scripting to check on large amount of ESX

Thanks & Regards

Chandu

"Life is Boring without Challenges & Risks Taken in Daily Life"

"Life is Boring without Challenges & Risks Taken in Daily Life"

View solution in original post

0 Kudos
2 Replies
Chandan1677
Contributor
Contributor
Jump to solution

Rajesh,

Hope the below will be helpful for you , below esx01 is not enabled with VT

esxcfg-info -w | grep HV * (if ESX 3.5)

esxcfg-info -w | grep VT

# esxcfg-info -w | grep HV

|----HV Support...............................................2

#

if the output was 3 , then it is considered that VT is enabled .

# esxcfg-info -w | grep HV

|----HV Support...............................................3

So, depending on the output you get i think you can go ahead with your Scripting to check on large amount of ESX

Thanks & Regards

Chandu

"Life is Boring without Challenges & Risks Taken in Daily Life"

"Life is Boring without Challenges & Risks Taken in Daily Life"
0 Kudos
rajeshreddy
Contributor
Contributor
Jump to solution

this was the command i am looking ...

Thanks for your correct response....

0 Kudos