Slow startup and performance of the virtual machine

Hello

We used with ESX 3.5 U3 and VC 2.5 Build 119801 for quite awhile. We organize two virtual computers W2k3 running Citrix XenApp 4.5 (last patchlevel). One of these two machines have a meaning very, very bad performance 100% cpu and memory. The other virtual machine works (ago implemented by cloning each other) fine.

We migrated virtual machine causing the problem to another host ahead has a bottleneck of the esx host. But if there is only the one virtual machine on an esx host, the problem remains. When starting the virtual machine, the W2k3 bootscreens hung for at least eight minutes. We followed the vmware.log in the datadir of the virtual machine. The vmware.log says:

10:05:27.209 Mar 27: vcpu-0 | SVGA: Registration MemSpace 0xf8000000 (0xf8000000) and 0xf4000000 (0xf4000000)

We have no memory of overcommitting, no action, no DRS, without limits and without reserves. I just deleted a snapshot as I thought writing the delta file could slow the operation.

All other virtual machines seemed fine.

Any of you have seen this problem before?

Thanks in advance,

Daniel Volkerts

OK, then once the machine starts, run the real-time performance monitor, add counters for cpu, mem, disc and see if it goes pic... also Task Manager control which process takes more cpu or mem...

Tags: VMware

Similar Questions

  • Cannot convert a virtual machine while it is powere on or suspended. Shut down and power off the virtual machine before the conversion.

    Hi all

    I am currently using preinstalled VMware 7.1 and I try to import a virtual machine, I used to work on my windows XP. Recently, I am using windows VISTA and I am trying to import my VM (.vmx) and I get this error "cannot convert a virtual machine, although it is powere on or suspended. "Shut down and power off the virtual machine before the conversion.

    This virtual machine worked very well under windows XP and VMware 6.5, but now I am not able to import it. Please suggest how I can make this virtual machine running in my VISTA and vmware 7.1.

    I am also attaching the converter file logs and .vmx vmware.

    Thank you...

    Is there a problem with this backup?

    It is possible. How big is she?

    Right-click on the vmdk file in Solution Explorer, then select «Map virtual disk...» "Does it work?

    André

  • Power and turn off the virtual machine

    I write some scripts to turn off a virtual computer and power on the virtual machine.  Can someone please tell me what commands that I use to power on a virtual machine and a virtual computer power off, if this is possible.

    Thank you

    Depends on if you have the VMware tools running.

    (1) without tools

    Get-VM  | Stop-VM
    

    (2) with tools

    Get-VM  | Shutdown-VMGuest
    

    The 2nd method let the OS do stop.

    The first method is the power Cup.

    For power on you can use

    Get-VM  | Start-VM
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • VMX and newspapers for the Virtual Machine

    Hi guys

    I had a virtual machine that is running but view vcenter is inaccessible

    INS.png

    take a look at the data store that I see the Virtual Machine lack .vmx file and saves the files, so I already schedule maintenance for my client windows, but I just want to be sure about:

    -Stop VM

    -Remove the inventory

    -create a new virtual machine and add the existing virtual drive

    -Power on VM, everything should be good

    vmxmiss.png

    Basically follow this KB

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1002294

    Or should I be worried about the consistency of VMDK?

    Thank you very much

    > Or should I be worried about the consistency of VMDK?

    Less consistency, but more info on missing hard of header/descriptor files! It seems that someone tried to delete files of the virtual machine from the store data, but because of the locks on files that only some files have been deleted. According to the used backup application, you may be able to recover the missing files in the backup. If not, you can for example follow VMware KB: Re-create a missing virtual machine disk descriptor file, or create a new virtual machine in a laboratory environment (with the same disc size, configuration and the name) and allows to download the .vmx and hard descriptor WinSCP example files. If you have enough disk space in the lab, creating thin configured virtual disks and then change the file descriptor (remove ddb.thinProvisioned = '1')

    André

  • Poor performance of the virtual machine

    I used VMware Server for a few years and thought I would give an ESXi, but I have problems.

    Here's the story backwards.

    One of my friends has a server which is used as its SMB company's intranet.

    This server is on its last breath and ready to die.

    He has no access to code custom or even how to reinstall this application to a new server.

    So I thought that ESXi would be a good fit.

    I had an older server (2.7 ghz Xeon dual processor HyperThreading 3 GB of RAM) laying around.

    I know that is not the latest and the greatest, but it uses a double 500 mhz with 1 GB of RAM now.

    I set up ESXi and then used VMware Converter to virtualize the system.

    Everything went well and the conversion worked as expected.

    The application worked.

    Now a serveral people hit the virtual machine, it works like a dog.

    The old dual 500 mhz Server works best.  Although on the surface, it is 5 x more speed and 3 x more RAM.

    Ping on the virtual computer will range from 1ms to 1000 + ms not very regularly.

    However, the ip address of managing pings under 1ms and is on the same physical adapter.

    Any suggestions for what to look for?

    Am I missing something?

    I thought my configuration to the top was pretty basic.

    How many virtual processors did give the virtual machine? If I would try a simple vCPU - double the amount of memory is affected and how much the server have?

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • List of IP address and name of the virtual machine in a virtual

    Hello world

    Nice to be back on this forum. Actually, I'm trying to get all the Vm name and corresponding virtual center using VI SDk2.5 ipadress. Also is it possible to enumerate all ESX under Virtal Center - & gt; and all (Vm + ip) under ESX.

    BTW, you must have installed VMware tool to get the IP address since that information is available of OS and not the VM itself. The property path for the IP address is guest.ipAddress.

    Once you get the reference of the virtual machine, you can get it easily:

    vm.getGuest () .getIpAddress)

    Note: getGuest() may be null, so should be checked before calling getIpAddress().

  • get data on the performance of the virtual machine

    Hello community,

    I am trying to obtain performance data from a virtual machine using the following code:

    //create start & stop time 
    var end = new Date(); // now
    var start = new Date();
    start.setTime(end.getTime() - 3600000); // 1h before end
    //create a querySpec for one entity
    var querySpec = new Array();
    querySpec.push(new VcPerfQuerySpec());
    querySpec[0].entity = VM.reference; //set entity of workflow VM
    querySpec[0].startTime = start;
    querySpec[0].endTime = end;
    //creteate PerfMetricID for one metric
    var PM = new VcPerfMetricId();
    PM.counterId = 2;
    PM.instance = "";
    var arrPM = new Array();
    arrPM.push(PM);
    querySpec[0].metricId = arrPM; //assign PerfMetric to querySpec
    querySpec[0].intervalId = 20;
    querySpec[0].format = "csv";
    
    var CSV = VM.sdkConnection.perfManager.queryPerf(querySpec);  // query PerformanceManager
    System.log (CSV);// show if type is OK
    //show properties
    System.log (CSV.entity);
    System.log (CSV.value);
    System.log (CSV.sampleInfoCSV);
    System.log (CSV.dynamicProperty);
    

    The workflow is valid and functional. But there is no data. Here's the log produced by the workflow:

    [2010-11-12 12:12:53.742] [I] DynamicWrapper (Instance) : [VcPerfEntityMetricCSV]-[http://class com.vmware.vim.vi4.PerfEntityMetricCSV|http://class com.vmware.vim.vi4.PerfEntityMetricCSV] -- VALUE : com.vmware.vim.vi4.PerfEntityMetricCSV@beb35d25
    [2010-11-12 12:12:53.742] [I] undefined
    [2010-11-12 12:12:53.742] [I] undefined
    [2010-11-12 12:12:53.742] [I] undefined
    [2010-11-12 12:12:53.742] [I] undefined
    

    I also tried .format querySpec [0] = 'normal '; -same result.

    Where is my fault? I'm on the right track?

    Pls support me in obtaining data on performance, Thx.

    -


    Kind regards, Andreas Diemer

    visit http://www.vcoteam.info & http://mighty-virtualization.blogspot.com/

    SERVUS Andreas!

    I think I got to the next step:

    perfManager.queryPerf (...) returns a table, not the CSV values itself. Therefore, pop() data in the result table.

    A change in your code that returns a large amount of data in my lab:

    var CSVArr = VM.sdkConnection.perfManager.queryPerf (querySpec);  query PerformanceManager

    System.log (CSVArr) ;// show if the type is OK

    view properties

    var CSV = CSVArr.pop ();

    System.log (CSV.entity);

    System.log (CSV.value);

    System.log (CSV.sampleInfoCSV);

    System.log (CSV.dynamicProperty);

    But I do not know why the System.log (CSVArr) does not show the array as a type... (maybe because there is only one item!)

    Edit: found the answer:

    ... - VALUE: com.vmware.vim.vi4.PerfEntityMetricCSV@229650a8 versus

    ..... VALUE: com.vmware.vim.vi4.PerfMetricSeriesCSV@5d7f26

    "Once again learned!"

    BTW: I found the idea with the table on the slide 59 of this presentation:

    http://communities.VMware.com/servlet/JiveServlet/download/1371233-29453/vSphereAPI_PerfMonitoring.PDF

    Hope this helps

    See you soon,.

    Joerg

    PS: How can you add not formatted 'verbatim' sourcecode-style here in the forums?

  • Hosts with active Hyperthreading - best performance of the virtual machine?

    After having been involved in a recent thread on Hyperthreading activation on your hosts: -.

    http://communities.VMware.com/message/1567821

    In this thread Jason comments that when the HT is enabled he saw much better performance of virtual machines on this host, we have, I think I've also seen elsewhere.  We saw a clear improvement of the performance of our Oracle server when its on a host that has enabled HT, so much so that we have now disabled for this virtual machine DRS, so that it doesn't move off them.

    If anyone has any other given that a marked improvement?

    The specification of hosts within our farm are essentially the same, and new hosts with HT could actually could be called lower spec than our other guests so its interesting, it makes such a difference.

    In any case, interesting to see what other people have found.

    Yes, class processors Nehalem hyperthreading performance of vSphere one little, doubling the number of execution threads will make Scheduler ESX easiers so many jobs. I have a little stand alone ESX hosts with a single Quad Core Nehalem processor for applications Oracle and performance is very good.

  • Clone vmdk, move and get on the virtual machine

    Hello

    Im trying to clone a file from a source VM, VMDK turn off the VM goal, move it to the folder of this virtual machine and finally getting on this virtual machine.

    Im not sure if this is common sense... maybe there is an easy way to transfer a VMDK to a goal to a VM source.

    Any help would be appreciated

    Welcome them

    X_Burner

    Windows Server 2003 has automount disabled volume.

    To check the exec diskpart.exe on the server.

    It takes a few seconds to load until you get a command prompt.

    Then type "automount" to get the current state.

    If it has disabled you can enable it by typing "automount enable.

    Once the new volumes will automatically receive a drive letter.

    Tim

  • Performance of the virtual machine on ESXI 5

    Hello

    I have a DELL R710 server and I would like to install about 18 VM servers. almost all of them are Centos Linux 64-bit and 2 Win XP and Win7.

    I have 48 GB of RAM and 2 processors with a total of 12 cores.

    I would like to know if this can not work?

    should I worry about more power (cores) CPU or RAM?

    I'm pretty new to VMWare ESXi and I not change any configuration on the ESXI system.

    that I should?

    I guess I work in a mode of sharing...

    So basically, I need to know if I would have the same ratio of VM CPU and memory, as I do with physical machines CPU and Memoery?

    Thank you very much!!

    Dothan.

    adotan wrote:

    I use about 4 GB of RAM for each virtual computer.

    With 18 virtual machines, it will be 72 GB of RAM, and if you have only 48 physical RAM in the host it will be little tight. There is a lot of memory reappropriation of the techniques used by the Vmkernel, but this might be a little too much.

    I agree with Weinstein that you should start with a lower amount of vRAM for each virtual computer and increase if necessary.

  • Windows XP Pro SP3 slow navigation and performance of the Internet network

    I am running a Windows SBS 2008 domain with 70 clients - many of which are Windows 7 Pro (and not affected by performance problems) and other clients are Windows XP Pro.  Recently, apply 2 updates to all Windows XP clients to a problem of double authentication with RDP Server 2008 platform - two updates are http://support.microsoft.com/kb/969084 (install the RDC 7.0 client upgrade) and http://support.microsoft.com/kb/951608 (adds the registry entry in Windows XP to enable CredSSP).  Now, the patches of handsets allow RDP clients to Server 2008 platform and enter the credentials of the user only once.

    However, given that these updates have been applied, about 7 of 20 Windows XP clients are extremely slow performance when searching for network resources (sharing drives, Outlook / MS Exchange and Internet browsing synchronization).  Not sure if the 2 patches are coincedental or related.  I tried rewriting changes from two patches, drivers NETWORK card and even tried to replace the NETWORK adapter with new ones.  No change in performance.

    However, can I uninstall / reboot / reinstall the Client of Microsoft Networks and clients perform as expected.  Over time (sometimes), the problem reappears.  I have been through the event logs and don't see any errors that indicate a failure to communicate on the network.  All clients receive assignments IP from the DHCP server and updates are managed via WSUS.

    Ideas or recommendations would be greatly appreciated.

    Hello DCAggie,

    Because you are on an area of activity, please transfer this issue to the address provided below on the Microsoft TechNet forums.

    Windows XP IT Pro

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

    Thank you

    James

  • Pavilion TouchSmart 14z-f000: slow startup and performance

    My laptop takes forever to start and load windows completely.  Once Windows is fully loaded, it tends to freeze.  I have a lot of space on the hard drive.  I use it only for business applications, i.e. Microsoft Office Suite and the law! contact management.  I have absolutely no game.  I have a lot of music so. No idea where to start?

    I've upgraded to 10 Windows in Windows 8, but it was a few months ago.  I imagine that if it were the root of the problem, the problems would have started earlier.

    FYI, in the amount of time it took me to connect and post this question, my laptop finally got to the password entry.

    It seems to be fixed now.  I uninstalled AMD and Raptr.  Not sure how they have had on the computer, but it have been downloaded around the same time, the problems started.  It is normal running now.  I will try your recommendation, if symptoms recur.  Thanks for your help.

  • Uninstall Windows and install in the Virtual Machine on the same computer

    I have an old Dell computer that ALLOWS you to have Windows XP Professional is installed. I have installed on it now Ubuntu (Linux) and Windows XP has disappeared. The computer came with Windows XP Professional installed when I got it. However, I still have the installation disc. My question is, would it not possible or legal to use the installation disc to install Windows XP Professional on a VM on the computer even though I still have the product key?

    Hello

    This is legal, Yes, the question is: 'is possible', and depends on every time that you have a Windows XP OEM key or not, if that is the case, then you can install it, but you can activate ever, the key can be used only once by the motherboard (VM motherboard change). If its if retail is key then its no problem at all.

    The sticker will tell you this. If it says or OEM and the OEM COA. otherwise its so retail in most cases.

    It may be useful

    Yuri

    Please mark the question as answer by clicking Mark as answer, if you do not know that my solution solves your problem, this helps others find this solution more quickly.

  • Disable communication between the host and the virtual machine

    I have VM Server 2.0 and one of the virtual machines has the same name as the server and even if the virtual computer is connected to the host only network it generates the Windows error message: duplicate names exist on the network.

    is there a way to disable communication between the host and the virtual machines? I just need a virtual network that is isolated from my network complete and host also.

    Thank you.

    The GUI Server2 is not to choose the other unused vmnets.  Then edit your file VMX use a different vmnet of 0, 1 or 8.  (which are bridged, host-only and NAT)

    Thus, for example, if your VMX has a line that says:

    Ethernet0.VNET = "VMNet0.

    change to:

    Ethernet0.VNET = "VMNet2.

    (This assumes that you have not used the network Editor to fill the vmnet2 either).

  • Open with: 'Application name' - 'Name of the Virtual Machine' (2.0.4) AND (2.0.5)

    Hello

    Looking for help here...

    I notice that if I try to open a file on my Mac with an application of my virtual machine (Win XP Professional) I get 2 options for each windows application:

    1. Windows Media Player - Windows XP Professional (2.0.4)

    2. Windows Media Player - Windows XP Professional (2.0.5)

    The 2.0.4 option never works but the 2.0.5 option. I know this has something to do with the upgrade to the latest 2.0.5 version, but how do you / is it possible to remove the non-fonctionnel 2.0.4 options?

    Help, please! It's pretty boring.

    I have only haveone of virtual machine set up.

    Rich

    Make sure that the virtual machine is turned off and not suspended.  First locate the virtual machine in the finder.  You can do it by Ctrlclicking on it from the library of the virtual machine and choose Show in Finder.  In Finder Ctrlthe .vmwarevm of the virtual machine and choose "show package content".  If some shows as a folder go there.  Of in the virtual machine folder, you will see a folder named Applications.  Applications are the links to the Applications that you open in the virtual machine.  Remove vouchers there should do.  You may be able to determine the good by the update and the last number should be also the most recent.  These changes to take effect, you will need to reboot or restart the finder.  To restart the finder press and hold Esc, command,Option, and choose finder in there and restart.

    You can also just delete the Applications folder and then start the virtual machine.  Once that the virtual machine is started just enter the unit.  Entering the unit will recreate this Applications folder with the correct files in there.  You should always restart or restart the finder once this is done before it takes effect in the mac operating system.

Maybe you are looking for