The upgrade to 64-bit virtual machines

We have four ESX 3.5 with processors Intel Xeon E5335 servers. The virtual machines on all of our guests have Windows 2003 R2 32 bit. What should be done to make those 64-bit VMS? I am sure that the processors on my ESX servers are 64-bit capable.

Thank you

Well, it's almost the same thing...

There is no way I know to move from 32 to 64 bits without a destructive installation.

Best regards

Linjo

If you find this information useful, please give points to "correct" or "useful".

Tags: VMware

Similar Questions

  • The host CPU is not able to run 64-bit virtual machines

    I am running VMWare Server Console on a Windows 2003 64 bit OS 1.0.3 and prepare to create a 64-bit VM server to test a new application on.  This forum server works on is a SuperMicro SuperServer 6025 B - TR +.  I entered the bios and activated the virtual bios in the CPU settings.  However, when I start my VM, I get the following error:

    «You have configured the virtual machine as an operationg system 64-bit client.»  However, this host processor is not able to run 64-bit virtual machines or this virtual machine has 64-bit support disabled.

    I looked online and saw some references to allow an EM64T which was to be activated but I do not see this option in my BIOS.  Someone at - it any other suggestions as to what I have to do to get the virtual machine to use the 64-bit compatibility.

    Unfortunately, the 1.x server logs are a little sparse in this regard.  However, it seems that you have mixed steppings of physical processors.  In this range of models, Intel changed the VMCS review between the Bx steppings and Gx steppings ID, making it incompatible for the execution of VT - x.  Realizing their mistake, Intel has provided to OEMS for a microcode patch that makes the revision ID the Gx stepping VMCS matches that of the Bx stepping.  OEMs distribute this patch of microcode as a BIOS update.

    In short, an update of the BIOS of your system provider should solve the problem.

  • 64-bit virtual machine in a cluster

    I have 3 servers in a cluster that do not support 64-bit virtual machines. I want to add 2 servers to the cluster that will support the 64-bit virtual machines. Does anyone know how that will affect HA and DRS if those VMs need to migrate? They know that they can only go to the server that supports them?

    Thank you

    Scott

    Yes, DRS will not migrate it.  You can always disable DRS for these x 64 you can just to be sure.

  • Can I use the same windows on my virtual machine?

    I had windows pre-installed in my dell laptop (Latitude E6420). I did not have the cd key but I extracted using a program called Magical jelly bean key finder. Now, I have the following information on my windows installation

    Windows 7 Professional Service Pack 1
    Product no.: XXXXXXXX
    Installed from media "OEM."
    Product ID: XXXXX-OEM-XXXXXXXX
    CD Key: XXXXXXXXXXXXXXXXXXXXXXXX
    Computer name: XXXXX
    Registered owner: XXXXX
    Registered organization: Microsoft
    Now, I want to install linux on my machine and use the current windows in a virtual machine inside the linux host. Is is possible if I completely uninstall this windows of my computer and reinstall the virtual machine with the same key?
    I'm not very familiar with this also can someone guide me what are the steps I have to take if this is possible.

    Hi Andre,

    Thank you for your answer, but this does not completely answer my question. I also read that OEM installation does not install the same windows on another machine (virtual machine is like different machine even if I do this on the same machine) and installation of the mine is OEM type.

    More important still, how install windows in the virtual environment? If I format the computer and install linux, in addition to this install virualbox and install inside windows that use the cd - key and it will work. ? I doubt it because the windows is already activated in this machine.

    The extract of the contract (EULA) for Windows 7 and applies to the retail and OEM of Windows 7 versions. So, Yes, you can reinstall it in a Virtual Machine.

    Yes, you will need to format the machine under Linux, then reinstall Windows 7 in a computer program virtual suitable as Oracle Virtual Box 4.2, VMWare Player 5.0 or VMWare Workstation. You can then use the product key located on the COA sticker to reactivate the license.

  • Not possible to export a list of virtual machines that are created in the past 7, 30, 120 and 180 days since an imported csv file containing the date of creation of virtual machine

    Not possible to export a list of virtual machines that are created in the past 7, 30, 120 and 180 days since an imported csv file containing the date of creation of virtual machine. My questions is the correct statement to the variable: $VmCreated7DaysAgo: $_CreatedOn "-lt" $CDate7.

    # #SCRIPT_START

    $file = "C:\Users\Admin\Documents\WindowsPowerShell\08-18-2014\VM-Repo.csv".

    $Import = import-csv $file

    $VMCreatedLast7RDayRepoFile = "C:\Users\Admin\Documents\WindowsPowerShell\08-18-2014\Last7Days.csv".

    $start7 = (get-Date). AddMonths(-1)

    $CDate7 = $start7. ToString('MM/dd/yyyy')

    $VmCreated7DaysAgo = $Import | Select-object - property name, Powerstate, vCenter, VMHost, Cluster, file, Application, CreatedBy, CreatedOn, NumCpu, MemoryGB | Where-Object {$_.} CreatedOn - lt $CDate7} | Sort-Object CreatedOn

    $TotalVmCreated7DaysAgo = $VmCreated7DaysAgo.count

    $VmCreated7DaysAgo | Export-Csv-path $VMCreatedLast7RDayRepoFile - NoTypeInformation - UseCulture

    Write-Host "$TotalVmCreated7DaysAgo VMs created in 7 days" - BackgroundColor Magenta

    Invoke-Item $VMCreatedLast7RDayRepoFile

    # #SCRIPT_END

    You can use the New-Timespan cmdlet in the Where clause, it returns the time difference between 2 DateTime objects.

    An example of this cmdley

    New-TimeSpan-start (Get-Date). AddDays(-7)-end (Get-Date). Select days - ExpandProperty

    In your case, you could do

    Where {(New Timespan-démarrer ([DateTime] $_.))} CreatedOn) - end $start7). {7 days - gt}

    But beware of negative numbers.

  • Set the priority of restarting a virtual machine

    Hello

    I'm trying to set the priority of restarting a virtual machine in a cluster. I worked along THIS DISCUSSION to create this script:

    var myVcClusterDasConfigInfo = new VcClusterDasConfigInfo() ; 
    var myVcClusterDasVmConfigSpec = new VcClusterDasVmConfigSpec() ; 
    myVcClusterDasVmConfigSpec.operation = VcArrayUpdateOperation.add; 
    var myVcClusterDasVmConfigInfo = new VcClusterDasVmConfigInfo() ;
    myVcClusterDasVmConfigInfo.key = VM;
    myVcClusterDasVmConfigInfo.restartPriority =  VcDasVmPriority.high;
    myVcClusterDasVmConfigSpec.info = myVcClusterDasVmConfigInfo;
    var myVcClusterDasVmConfigSpecArray = new Array() ; 
    myVcClusterDasVmConfigSpecArray.push( myVcClusterDasVmConfigSpec ); 
    var myVcClusterConfigSpecEx = new VcClusterConfigSpecEx() ; 
    myVcClusterConfigSpecEx.dasConfig = myVcClusterDasConfigInfo; 
    myVcClusterConfigSpecEx.dasVmConfigSpec = myVcClusterDasVmConfigSpecArray; 
    Cluster.reconfigureComputeResource_Task( myVcClusterConfigSpecEx, true );
    

    Where Cluster and VM are objects of the WF input.

    Executions of thoughts scripts, however, in the CR, I get the error «the parameter of {entry.@enum.» InvalidDasConfigArgument.EntryForInvalidArgument} is not valid for the cluster.

    It's simple... but I just can't cope.

    Thank you guys

    Also I just realized... that the method I used is deprecated... grrr

    Here's the correct one:

    var myVcClusterDasVmSettings = new VcClusterDasVmSettings();
    myVcClusterDasVmSettings.restartPriority=VcClusterDasVmSettingsRestartPriority.fromString(priority);
    
    var myVcClusterDasVmConfigInfo = new VcClusterDasVmConfigInfo();
    myVcClusterDasVmConfigInfo.key=VM;
    myVcClusterDasVmConfigInfo.dasSettings=myVcClusterDasVmSettings;
    
    var myVcClusterDasVmConfigSpec = new VcClusterDasVmConfigSpec() ;
    myVcClusterDasVmConfigSpec.operation = VcArrayUpdateOperation.add;
    myVcClusterDasVmConfigSpec.info = myVcClusterDasVmConfigInfo;
    
    var myVcClusterDasVmConfigSpecArray = new Array() ;
    myVcClusterDasVmConfigSpecArray.push( myVcClusterDasVmConfigSpec );
    var myVcClusterConfigSpecEx = new VcClusterConfigSpecEx() ;
    var myVcClusterDasConfigInfo = new VcClusterDasConfigInfo() ;
    myVcClusterConfigSpecEx.dasConfig = myVcClusterDasConfigInfo;
    myVcClusterConfigSpecEx.dasVmConfigSpec = myVcClusterDasVmConfigSpecArray;
    task=ClusterName.reconfigureComputeResource_Task( myVcClusterConfigSpecEx, true );
    
  • What is the advantage to affect multiple virtual machines in a data store?

    Hello

    Quite a question stupid and basic, but I can't answer . What is the advantage of having multiple virtual machines in a store of VMFS data instead of having each VM in another VMFS data store? (eg. 3 VMs in 1 data store or 3 data warehouses and each virtual machine in one of them). I can only think about the ease of management for storage administrator because it creates only a single large LUN.

    Thank you

    By allowing multiple virtual machines in a data store, you can run more than 256 virtual machines in a DRS cluster.

    As a host has a limit of 256 scsi identification numbers, which means that it accesses no more than 255 LUNS shared. 1 scsi ID is used for local storage.

    In a DRS cluster as each host must be mapped to the same data warehouses to ensure that virtual machines can be moved on the cluster and run on any of the hosts.

    Now in my life as an architect VMware PSO I saw that a lot of virtual machines that require a single data store. The main reason to isolate a virtual machine on a data store must provide sufficient i/o performance. This can be achieved with other solutions than to isolate a virtual machine on a data store. Having a properly architected storage subsystem is crucial, vSphere can get out of a very large number of the IOPS / s. With technologies such as SIOC and DRS for storage, you can check that the virtual machines receive IO performance according to the needs.

  • Is it possible to hide the news of Vmware's Virtual Machine?

    Hello just a small matter of team.

    We have 5 ESX

    Is it possible to hide the news of Vmware's Virtual Machine during the creation of the Virtual Machine (not in registry) that we have a lot of VM?

    Start > run > msinfo32 >

    Thank you

    GoldTipu

    Hello

    It is possible that you could change some things in the registry, but there are many other "clues" as something being a virtual machine, such as the presence of tools VM, MAC address, drivers, etc.

  • Need help updated the VMX file on several Virtual Machine

    All,

    Can anyone help with a problem I'm having?  Here is a brief explanation of what is happening and what we need to solve.

    Recently we found out that we need to add a line in the file VMX of several virtual machines.  In the past, I was able to do this, but would have cold start the virtual machine for the changes to take effect.  Starts cold won't be a problem, because we can program it.

    However, no one knows a way to add this line in the file VMX virtual machines in a cluster.

    Here's the line I need added:

    Devices.hotplug = "false".

    Here is a script that was used earlier (esx 3.0 days) to keep the VM tools updated on reboot.  At this point, if the virtual machine has been turned on, this change could not do through the UI.  However, this script worked to update the .vmx file and then we have cold reboots for the changes to take effect.

    Get-viserver - < Server > - < user > - < password >

    $viview = get-Cluster-name NOMCLUSTER | Get - VM | foreach-object {get-view ($_.ID)}
    $viview | {foreach-object
    $vmConfigSpec = new-Object VMware.Vim.VirtualMachineConfigSpec
    $vmConfigSpec.Tools = new-Object VMware.Vim.ToolsConfigInfo
    $vmConfigSpec.Tools.afterPowerOn = 'True '.
    $vmConfigSpec.Tools.afterResume = 'True '.
    $vmConfigSpec.Tools.beforeGuestStandby = 'True '.
    $vmConfigSpec.Tools.beforeGuestShutdown = 'True '.
    $vmConfigSpec.Tools.ToolsUpgradePolicy = "UpgradeAtPowerCycle".
    $_. ReconfigVM ($vmConfigSpec)
    }

    The exact script can be found in Disable HotPlug

  • Can I change the RAM available on a virtual machine without having to reboot?

    I would like to know if there is an option to change the RAM available on a virtual machine without restarting the virtual machine. I saw this old news item that says that it is

    possible (http://news.cnet.com/8301-1001_3-10044031-92.html), but I don't know how to do it. Any suggestions?

    Thanks in advance.

    Arne post, called PowerCLI: toggle the function add Hot VMs, shows how.

  • Deleting the same files of many virtual machines remotely

    Hi all

    I tried to delete the same file several virtual machines remotely using the following script PowerCLI:

    $a = Get - VM | %{

    foreach ($nic as $_.) Guest.Nics) {}
    Write-output $nic. IPAddress
    }
    }
    foreach ($i in $a)
    {$b = get-WmiOBJECT-query "SELECT * from CIM_DataFile where Name='C:\\test\\deleteme.exe'"-computername $i}
    $b.delete)

    }

    It works perfectly when I run the script on the host virtual machines while I am running the script PowerCLI. When I Connect-viserver to another host however and try to run the script, I get the dreaded "RPC server is unavailable error (HRESULT: 0x800706BA)" for Get-WmiObject.  Virtual machines don't have Windows Firewall and have all TCP/IP, RPC and WMI services started, so who could eliminate any possibility.

    I am also able to run other scripts that use the Get-wmiobject across all virtual machines such as scripts to change the DNS or Netbios name across many machines on different hosts.

    Any comments would be greatly appreciated and please feel free to comment if you know maybe other ways which can delete files on multiple virtual machines in any other way.  Installation PowerCLI to run the script locally on each host would be a laborious process to do.

    Thank you very much!

    Best regards

    To solve the problem with the quotes, you can use double quotes inside the string. Like this:

    «del "«c:\documents and settings\text.exe»»»

    Or you can use for the string single quotes and double quotes inside:

    "del"c:\documents and settings\text.exe"

  • 64-bit virtual machines will not work on the new computer running 64-bit Windows 8


    My new computer running 64-bit Windows 8. I installed WorkStation version 9 and the virtual machines have 64-bit operating systems will not work.

    have you turned on VT in the host system BIOS?

  • Virtual machines, run extremely slow when the console is consulted 2 virtual machines Windows Server 2008 64-bit, Windows Server 2003 32-bit, 2 VMWare for virtual machine

    I'm in a difficult situtaition here.  I am the daily contact with a new client.  My linux guy, who is also my boss who is very busy, asked me to do some research trying to find answers for what's not on this server. We have a dual Quad Core 2.5 Ghz Lenovo server with 10 GB of ram.  2 500 GB hard drives are Raid 1.  We run Virtual Server VMWare 2 on a Debian with Gnome installation as a user interface for the side of things Linux.  Grub is the boot loader. There are two virtual machines running on the server.  The one machine that serves as a domain controller is a Windows SBS 2008 Server 64 bit, and the secondary machine has no responsibility domain.  The second machine is a Windows Server 2003 32-bit.  the 10 GB of ram 6 GB is allocated to the SBS server and 4 GB to the 2003 server.

    The problem I am running into is that everything is so slow, especially if I connect remotely to do any sort of administration on the network.  Some examples of issues I've noticed is that as soon as I log on the server via Remote Desktop SBS console management Windows Server spike to 80-95% CPU usage and it will not stop unless I close the management console.  Another instance is that if I open Backup Exec 12.5 on the SBS server it will kill the speed of the processor as well.  Long story short, there are a lot of machine to do what we need to do, but something is not configured right and non of us know what it is.  Another point to note is that the server has been in production for about 3 weeks, and the server seemed to have locked up just twice.  My professional guess is that over time, some chose thing is eating causing the crash of the memory.

    Sorry I do not have much technical insight on this topic, but this is the best I have to offer.  Any questions you all have, I'll ask my people and see if I can answer, but I could really use your help here.

    Thank you in advance,

    Heath

    2 things:

    1 you really need hard drives more than 2 in a RAID 1 for proper performance under load. More disks the better. Although I don't think that's what your problem is, he'll probably be the problem Next you will do.

    2. I don't know exactly where the configuration file is on your box of Debian for VMware Server, but you should consider adding the following options in the configuration file (on windows, it's the vmware 'config.ini'):

    prefvmx.minVmMemPct = "100".

    MemTrimRate = 0

    sched.mem.pshare.Enable = "FALSE".

    mainMem.useNamedFile = "FALSE".

    If you do some research, you can read about what these options (the largest is the memory page sharing - it should only be left on if you have a bunch of similar virtual machines running on the same box, that you don't have.) I honestly know why this is on by default, he kills the CPU when virtual machines are running different operating systems). These are the options that I now use standard in VMware Server deployments, with huge performance increases after you have added the. Just give a try.

    Edit: Also make sure that you have installed in your virtual machines VMware tools.

    Dimitri Rodis

    Integrita Systems LLC

    http://www.integritasystems.com

  • 10-key Windows product exactly the same for all my virtual machines?

    I have a dozen of VMS I thought I should go to WIN10 and then continue to use as WIN7/WIN8 until I have enough time to deal with possible issues. I have the latest version of everything (less than a week old 12.x).

    Problem is, I get the same product key for machines that are totally different (all on the same host, however). Product ID Windows (!) stands, MAC is different, is different from the amount of memory, 32/64-bit is different... I even created a new virtual machine from scratch with a product key, I have never really used before... and the product key for WIN10 is the same as for everything else. HUH?

    Yes, I thought that my method to get the product key is bad, but when a virtual machine is created from scratch, there is no way that vm could 'know' anything a VM I just deleted.

    I thought it might be I use NAT for all virtual machines and it would affect anything, but as they have different MAC that would be foolish. So I would not be able to update one of my basic machinery is .

    Summer try a lot of things during this time to understand, like making a copy, by selecting "I copied it" but once I went to the deepest that create a new virtual machine and always get the same product key I have to say I am confused.

    Maybe I do not understand how Microsoft does these days. Maybe a different product id and a different product key = another activation and I would have no problem. I want to test it with 10 + vm that could start the Microsoft Genuine tests to fail, and all of a sudden I have to rebuild my entire network or sit in the management of queues for a week? Not really.

    If I understand Windows 10 facilities that are updated to Windows 7 and Windows 8.1 the activaion is a digital entitlement which is linked to a unique material ID online in the Windows store. The generic product key is only for compatibility with things that do not include digital rights.

    Wwhat you see with the same generic product key in each installation is normal behavior for upgrades of Windows 10.

  • Belvedere on the installer of Windows 7 virtual machine on the server

    We currently have a SCADA running Lookout 6.0.2 and you want to upgrade to 6.7.1.

    I interested him running Lookout 6.7.1 on Windows 7 virtual machine on a server.

    Someone has done this? Have tested the lookout 6.7.1 on a PC with Windows 7, I have no idea if the lookout will run on the virtual machine.

    Is - this in anyway beneficial define Lookout this way? Need information please.

    Thank you

    All the ma, but two of my servers run under VMs on Hyper-V.  The other two are running on (remote) VMware enterprise configurations.  Everything works beautifully.   I use Ethernet Server series brands such as Moxa or Pearl for any devices that are not native ethernet.  I even ran Ethernet USB on a few occasions, but that can be risky.

Maybe you are looking for

  • Satellite P200-1EE: HD-DVD player will not work

    HD DVD will not work on my new laptop p200 1EE.I read some of the messages to similar problems, it takes hours to download updates of software, firmware etc.Configure without success. I just received my free HD DVD about 4 days ago and have complaine

  • Dell N826N motherboards

    Can I replace a motherboard N826N Dell with a Dell p/n T287N p/n in my Inspiron 545 desktop? Also, the 775 socket is compatible with an Intel Core 2 Duo and Intel Core 2 Quad processor? All the advice of N826N, no matter where used, use the same type

  • Uninstall and reinstall the one monitor

    How do I do this in win 7 professional? It's an ACER AL1716 and if I uninstall it how will I be able to see the screen to reinstall?

  • Creation of two physical databases ensures

    Hi all11 GR 2Rhel6.5For single basic physical intelligence, are the init.ora parameters:LOG_ARCHIVE_CONFIG = 'DG_CONFIG = (PROD, STBY)'LOG_ARCHIVE_DEST_2 = "SERVICE = STBY NOAFFIRM ASYNC VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = ST

  • Why a specific user would not see the personalization site level?

    HelloWe have a personalzation of site level to change the number of lines paginated in a table.  However, at least 1 user does not see this customization.Can someone tell me why?     I thought that maybe some strange way, the user has a specific cust