Dell PowerEdge CPU check for Intel VT

6 02 2008

Last year I installed three Dell PowerEdge 1950 1U servers and since than I used them in production as VMWare Server hosts. Couple times when creating and migrating the guest machines I received a warning that my CPU was VT capable but not enabled. To enable this option reboot the Dell server, hit F2 to enter the BIOS and change the Intel VT Virtualization Technology CPU setting. Each month there is a scheduled maintenance and if there is a security update than it will be installed and server reboot, but than I will need to be there and enter the BIOS by console or DRAC console. For that reason I created two scripts to check the CPU bios setting and if required execute the second cmd script to enable the VT option.

Please make sure the Dell OpenManage software is installed. The commands available for Windows and ESX operating systems.

@echo off
REM Ivan Versluis / Ivan1980(at)networknet.nl / Dell PowerEdge Intel VT check
omreport chassis biossetup & omreport chassis processors
pause

image 

@echo off
REM Ivan Versluis / Ivan1980(at)networknet.nl / Dell PowerEdge Intel VT enable
omconfig chassis biossetup attribute=cpuvt setting=enabled
omconfig chassis biossetup attribute=dbs setting=enable
pause

image

For more information check out this document.  The enable script has been executed and I only need to get new security updates for this month. I’ve seen no security update  information from Microsoft last days and I will need to wait until next WSUS assigned patches will reboot the servers.


Actions

Informations

3 responses to “Dell PowerEdge CPU check for Intel VT”

1 05 2008
Chris (01:39:08) :

Thank you so much for informaton on how to enable virtualization via OMCONFIG. I have several PE1950’s and was worried how I would turn it on at our datacenter halfway across town in a punch to allow VMWware 2.0 to support a 64 bit host.

28 10 2008
Levi Aasf (17:31:43) :

Hi,
It seems that there is no source code, code example for it.
I am tring to verify if the VT flag is disable / enable (on windows).
Code eample for this issue will be very halpful.
10X

5 01 2009
Rob (20:42:41) :

On my search, yours was one of the pages that mentioned how to fix this setting. I have now enabled “CPU Virtualization Technology”. Thanks.

It seems to me that the BIOS is not storing the VT setting on your systems. I checked my “PowerEdge 1950 III” and the setting was still on after a reboot, followed by a shutdown.

Does a later BIOS update fix this issue? What BIOS version do you have on those Dell 1950’s? My BIOS version is 2.5.0

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>