Store the virtual machines folder has incorrect name

We have a few VM servers that are stored in directories with incorrect names.  I'm looking on suggestions on repair to the top and go ahead.  When we build a new VM server to replace an existing one, we install and test on the day of migration that we rename the server and the new server, so this causes incorrect storage files.

(1) what other people do to in this type of situation

(2) how can I fix misnamed storage files?

Thank you

Ryan

Hello.

(1) what other people do to in this type of situation

The same thing here.

(2) how can I fix misnamed storage files?

Rename the virtual computer, stop the virtual machine and then cold migrate.  This will make the names correspond to all levels.  OR rename the virtual computer and use Storage vMotion.

Good luck!

Tags: VMware

Similar Questions

  • How can I move the "Virtual Machines" folder to the My Documents folder?

    VMwareFusion is to put the "Virtual Machines" folder in the Documents folder in the home folder (/users/ [username] / Documents), how can I move elsewhere (as/Library/Application Support)? The user Documents folder is not the right place for automated it system files, it is intended for personal documents.


    I am running VMware Fusion on OS X Yosemite (and the virtual machine is Windows 7).

    You can keep your virtual machines anywhere you want. Here are the steps to move:

    1 exit VMware Fusion. You can stop first of all of your running virtual machines.

    2. drag your virtual computers folder or the individual VM "files" where you / them. Filenames usually end in ".vmwarevm". There is no need to call the new folder "Virtual Machines" - you can call it anything you like.

    3. Launch VMware Fusion. If the library of the Virtual Machine window is not open, open it (Windows menu-> Virtual Machine library).

    4. ensure that all of your icons for the virtual machine are light gray and say "file not found".

    5. right click on each virtual machine in turn, and select Remove. When you are done, leave the window of Machine virtual library empty open.

    6. in the Finder, drag the icons of file virtual machine in their new location and drop them in library of virtual machines VMware Fusion window. Drop them one by one in the original order, you got, or rearrange icons later.

    7. run your virtual machines as before.

    When you create new virtual computers, navigate to the desired file before the Save.

    IMPORTANT NOTE: If you your folder of Machines ~/Documents/Virtual excluded from backups Time Machine, don't forget to change the exclusion to the new folder.

    Time Machine backups are not reliable for virtual machines. You must have another strategy. (I shut the virtual machine down, compress the 'file', and then move the compressed file to a folder that is included in the Time Machine backups. This isn't the only strategy, but it works for me.)

  • Script in time of latency list vm e/s and the data store the virtual machine is on

    Hello.  We have a vsphere 5.0 environment and we live a latency of IO heavy.  I'm looking for powercli script will get the latency of i/o for each virtual machine and get the data store name, to what it is now.  We will access our storage on optical fiber.  I'm trying to get a good overview of the latency of IO in a nice view in a csv file.  I found what could be a good basis to https://communities.vmware.com/thread/304827?start=0 & tstart = 0 , but I'm not sure how to get the name of the data store in the table and I think that it is written to the nfs in any case storage.  Thanks in advance for any info\advice!

    Try the next version, it includes the average latency time read/write for the virtual machine and PAHO are / s average for the virtual machine.

    Since the CSV has a row for each data store, the values for the virtual machine are repeated.

    I also added the host name

    $vmName = "VM*"
    
    $stat = "datastore.totalReadLatency.average","datastore.totalWriteLatency.average",  "datastore.numberReadAveraged.average","datastore.numberWriteAveraged.average"$entity = Get-VM -Name $vmName$start = (Get-Date).AddHours(-1)
    
    $dsTab = @{}Get-Datastore | Where {$_.Type -eq "VMFS"} | %{  $key = $_.ExtensionData.Info.Vmfs.Uuid  if(!$dsTab.ContainsKey($key)){    $dsTab.Add($key,$_.Name)  }  else{    "Datastore $($_.Name) with UUID $key already in hash table"  }}
    
    Get-Stat -Entity $entity -Stat $stat -Start $start |Group-Object -Property {$_.Entity.Name} | %{  $vmName = $_.Values[0]  $VMReadLatency = $_.Group |    where {$_.MetricId -eq "datastore.totalReadLatency.average"} |    Measure-Object -Property Value -Average |    Select -ExpandProperty Average  $VMWriteLatency = $_.Group |    where {$_.MetricId -eq "datastore.totalWriteLatency.average"} |    Measure-Object -Property Value -Average |    Select -ExpandProperty Average  $VMReadIOPSAverage = $_.Group |    where {$_.MetricId -eq "datastore.numberReadAveraged.average"} |    Measure-Object -Property Value -Average |    Select -ExpandProperty Average  $VMWriteIOPSAverage = $_.Group |    where {$_.MetricId -eq "datastore.numberWriteAveraged.average"} |    Measure-Object -Property Value -Average |    Select -ExpandProperty Average  $_.Group | Group-Object -Property Instance | %{    New-Object PSObject -Property @{      VM = $vmName      Host = $_.Group[0].Entity.Host.Name      Datastore = $dsTab[$($_.Values[0])]      Start = $start      DSReadLatencyAvg = [math]::Round(($_.Group |           where {$_.MetricId -eq "datastore.totalReadLatency.average"} |          Measure-Object -Property Value -Average |          Select -ExpandProperty Average),2)      DSWriteLatencyAvg = [math]::Round(($_.Group |           where {$_.MetricId -eq "datastore.totalWriteLatency.average"} |          Measure-Object -Property Value -Average |          Select -ExpandProperty Average),2)      VMReadLatencyAvg = [math]::Round($VMReadLatency,2)      VMWriteLatencyAvg = [math]::Round($VMWriteLatency,2)      VMReadIOPSAvg = [math]::Round($VMReadIOPSAverage,2)      VMWriteIOPSAvg = [math]::Round($VMWriteIOPSAverage,2)    }  }} | Export-Csv c:\report.csv -NoTypeInformation -UseCulture
    
  • VMware workstation and ReadyNAS to store the virtual machine

    Hello

    I just bought a Netgear Readynas box for home (Readnas RND2000 XRAID SIN) and it seems like a big box to keep a backup of my critical data and flow data and video music.

    Now that will take about 100 GB in space and I'll always have weird to play with 400 GB and it made me think if I host all my test VM I created using VMware workstation, for the moment I use a local computer, but its lack of disk space, I tried to put the virtual computer on an external drive and performance is ok on it as well but for me , it would be ideal if I could store them on the readynas and open them through VM workstation.

    Of course put it on a NAS box could be problematic, has anyone tried this on one of these boxes ReadyNAS? its probably not designed for this type of data and traffic, but if anyone has got, it works, I would be interested to hear comments.

    One of the potential problems in my view is I'll be going through a wireless router with a 4 port 100 mb go and see that as a problem, it replaces a gigabit switch would make a huge difference, or would it still slow?

    I would appreciate any advice on this.

    Thank you

    I'll guess that your external hard drives are USB.  In this case my answer is Firewire.  I run several of my virtual machines to external Firewire drives very good success.  While I ran a few virtual machines from USB, USB just isn't the sustained performance of Firewire.  This is the case on my Macbook Pro and my HP Pavilion (with built-in Firewire.)

    That said, even if I don't have any experience with the ReadyNAS, I use a Windows Server as NFS storage to an ESX Server.  The gigabit switch is almost a necessity.  Possible about 100 MB, but significantly better on gigabit.  In addition, the link of the ESX to Windows NFS is on a physically separate local network segment, so I don't have any problems with the network traffic slows down the virtual machine.  I have not tried Workstation with storage NFS, as I always got Firewire on all my machines so I kept for most of the virtual machine from the network.  YMMV, of course, but I suspect that you will have to keep the rest of the traffic network in mind if you can not create a separate network for NFS storage.  (for example: no internet surfing on the host while the virtual machine is running.)

  • The delay between starting the virtual machine folder.

    I used some teams a lot in workstation 7, but in work stations, 8, they were replaced by folders.

    One of the great thing about the teams has been the ability to control the delay between the start of virtual machines.

    8 I can only find a general option under change preferences in my computer. I gues the only way around is the starting order of script or is there an option that I missed?

    According to an analysis last week of one of the developers of VMware, yes - scripting is the best answer.  He said that the old method of delay the start was not exactly accurate anyway and recommended script.

  • 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.

  • The virtual disk parent has changed since the child was created

    Hi all, need your help with this one.

    I deleted two snapshots and now I can not start the virtual machine.

    Get the following error:

    Reason: The virtual disk parent has changed since the child was created.
    Cannot open disk ' / vmfs/volumes/4c483d34-a8c778c4-46a5-001cc460f09e/WEBPDXXXY/WEBPDXXXY_1-000003.vmdk' or one of the snapshot disks it depends on.

    I tried that link but still did not work KB: http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC & docType = kc & docTypeID = DT_KB_1_1 & externalId = 1007969

    I can still see the WEBPDXXXY_1 - 000003.vmdk, WEBPDXXXY_1 - 000002.vmdk and WEBPDXXXY_1 - 000001.vmdk when I browse the data store.

    WEBPDXXXY_1 - 000003.vmdk

    # Disk DescriptorFile
    version = 1
    Encoding = 'UTF-8 '.
    CID = 59fab513
    parentCID = a4a63bd5
    isNativeSnapshot = 'no '.
    createType = "vmfsSparse."
    parentFileNameHint = "WEBPDXXXY_1 - 000002.vmdk".
    # Description of the measure
    RW 157286400 VMFSSPARSE ' WEBPDWEBPDXXXY_1-000003 - delta.vmdk.

    # The database disk
    #DDB

    WEBPDXXXY_1 - 000002.vmdk
    # Disk DescriptorFile
    version = 1
    Encoding = 'UTF-8 '.
    CID = a4a63bd5
    parentCID = 0f8995f3
    isNativeSnapshot = 'no '.
    createType = "vmfsSparse."
    parentFileNameHint = "WEBPDXXXY_1 - 000001.vmdk".
    # Description of the measure
    RW 157286400 VMFSSPARSE ' WEBPDXXXY_1-000002 - delta.vmdk.

    # The database disk
    #DDB

    DDB. Deletable = 'true '.
    ddb.longContentID = "ab1b7008e386c884ae920930a4a63bd5".

    WEBPDXXXY_1 - 000001.vmdk

    # Disk DescriptorFile
    version = 1
    Encoding = 'UTF-8 '.
    CID = 0f8995f3
    parentCID = 926f96fa
    isNativeSnapshot = 'no '.
    createType = "vmfsSparse."
    parentFileNameHint = "WEBPDXXXY_1.vmdk".
    # Description of the measure
    RW 157286400 VMFSSPARSE ' WEBPDXXXY_1-000001 - delta.vmdk.

    # The database disk
    #DDB

    ddb.longContentID = "0336846d9f849b4b97ad028f0f8995f3".
    DDB. Deletable = 'true '.

    WEBPDXXXY_1.VMDK

    # Disk DescriptorFile
    version = 1
    Encoding = 'UTF-8 '.

    CID = 926f96fa

    parentCID = ffffffff
    isNativeSnapshot = 'no '.
    createType = "vmfsRawDeviceMap."

    # Description of the measure
    RW 209715200 VMFSRDM ' WEBPDXXXY_1 - rdm.vmdk '.

    # The database disk
    #DDB

    ddb.toolsVersion = "8295.
    ddb.adapterType = "free".
    DDB. Geometry.sectors = "63".
    DDB. Geometry.Heads = "255".
    DDB. Geometry.Cylinders = "13054.
    DDB. UUID = "60 00 C2 92 41 62 5 d 8f-10 59 12 60 53 0 to a8 94.
    ddb.longContentID = "b204c5bc523bbc83c01dd3ed926f96fa".
    ddb.virtualHWVersion = "7".
    DDB. Deletable = 'true '.

    Is there a chance to run ls-lisa from the command line (SSH) in the virtual machine folder and provide the output!

    I ask because I'm a little worried about the timestamp of the hard (May 2011). Depending on the size of the files in the snapshot, it seems that the second virtual disk is not really used by the guest operating system and we could come back manually (by editing the .vmx file) on the resized basic disk (100 GB compared to 75 GB for snapshots) without losing important data!

    If you want to revert manually,

    • delete the virtual machine of the inventory
    • backup and then edit the .vmx file (replace "WEBPDMAPPD_1 - 000003.vmdk" with "WEBPDMAPPD_1.vmdk")
    • Move 3 snapshots in a directory temporary sub
    • Add the virtual machine to inventory
    • create a new snapshot to prevent the current hard files to be modified
    • Turn on the virtual machine

    If everything works as expected, you can delete the snapshot files moved and remove the snapshot created in the Snapshot Manager again.

    André

  • There is no reference of the virtual machine to the storage

    I have a virtual machine with a reference to a NFS read only the storage location.  But I can not find source of this reference.  I reviewed the parameters of the virtual machine, and there is no reference that I see.  The vmdk is not reference, nor is the SEO cd player.  To complicate matters, the nfs went offline and is no longer available.   I tried to delete the storage on the host computer in vcenter 5 (device), but could not because of the reference to the virtual machine.

    I connected the host computer in vsphere 5 and virtual machine did not have this reference.  The host had that nfs as a reference of storage, but the virtual machine is not, unlike in vcenter.  So I removed the storage on the host computer.  Back connected to vcenter and the virtual machine always has the reference for storage.

    5 Essentials ESXi

    vCenter Unit 5

    Welcome to the community,

    If I understand you correctly, you see the extra storage in addition to the correct storage for your virtual computer! This occurs if you created a snapshot, while the storage has been active for this virtual machine. Once you delete the snapshots storage displayed will be deleted also.

    André

  • Could not start the virtual machine: "the specified file is not a virtual disk.

    Hi, I have a problem from a guest vm-workstation.

    Details below - I've done some reading here for some other "the file specified."

    is

    not a virtual disk' messages and I suspect that I am out of luck

    but I have

    wanted to ask just in case there was something miss me

    Here I tried to gather records / logs that other threads

    mentioned - I

    Welcome to all the tips on the revival of the guest, or a

    pointer to a how-to on recovering the files of a given snapshot.

    Thank you

    John

    Summary:

    VMware workstation: 7.0.1 build 227600

    host of os: Vista sp2, 64-bit

    (16 GB of ram)

    guest operating system: sles10 sp2 64-bit (4 GB ram)

    the virtual machine folder:

    drive eSATA (samsung 320, blacx attachment)

    symptom: guest vm

    does not start: says "the specified file is not a virtual disk.

    history: this particular comments works fine; I've done about 30 shots

    during the last 2 months.  The guest is not a copy - even if she did start life as a full-clone

    another linux-client with or without an operating system installed.  In any case, I've used it to very good

    effect for 2 months now.

    So last night I wanted to power off of the host, while I lived my usual steps:

    (1) stop my os of burst (# shutdown - h now)

    (2) even worksation vmware (file - & gt; exit)

    (3) stop start vista (not "suspend" but the real stop turn off the power).

    (4) visa bluescreened.  Now she is doing this every so often, so I thought that it would be

    a big deal.

    (5) this morning I tried to turn on the virtual machine and I got the 'not a virtual disk' error.

    My best guess at this point is the bluescreen stopped some write cache to be

    flushed to disk.  The funny thing is, after the previous bluescreens 3 or 4, the

    Comments to restart without a hitch.

    shrug In any case, just to be weave, I disabled write Vista for outside cache

    device (set to security policy / deletion in Device Manager).  Seems smarter to

    an external device.

    Spare part

    Attached is a file cant_start.zip (191KO) containing:

    dircontents.txt - directory of the client's file listing
    sles10_sp2. NVRAM
    sles10_sp2.vmsd
    sles10_sp2.vmx
    sles10_sp2.vmxf
    VMware.log - other requests asked for *.log files, so I thought
    VMware - 0.log - I should send him these as well.
    VMware - 1.log
    VMware - 2.log
    \ui-logs - 2 IU-logs from C:\Users\jgreve\AppData\Local\Temp\vmware-jgreve
    \vmdk_files - subdirectory of *.vmdk files, light, & can be useful
    -end-

    I checked the VMDK and newspapers - and the VMDK all look great.

    Last departure also seems to succeed?

    As it seems that instant 36 is not used so far - I was just going to throw it away and try again.

    To do this, you would change the line vmx file

    scsi0:0. FileName = 'suse11.2_x64 - cl1 - 000036.vmdk.

    TO

    scsi0:0. FileName = 'suse11.2_x64 - cl1 - 000035.vmdk.

    and then try to restart the virtual machine. If that works then remove all the

    suse11.2_x64 - cl1 - 000036-* files

    ___________________________________

    VMX-settings- Workstation FAQ -[MOA-liveCD | http://sanbarrow.com/moa241.html]- VM-infirmary

  • To access the virtual machines of two different hosts

    Greetings,

    I have a question that I can't find the answer to. I am setting up a virtual machine environment small and need to better understand the architecture behind it.

    2 host servers

    1 iSCSI Equallogic San (target)

    I have installed 35i ESX and runnning on two physical hosts. .205 et.206

    I created a data store on my SAN to host my 'model' VM.

    De.205, I can see the data on the SAN network store and browse the virtual machine I (using VMConverter) moved there.

    De.206, I can see the data store on the SAN, but when I sail, I do not see the same information. I see no. VM.

    MY understanding is that using the SAN to store the virtual machine and that I would make the hosts of this data store to run the virtual machine. But the way in which it seems that I have the virtual machine configured on both hosts, always pointing the data store on the San but again using converter, copy de.205 vers.206.

    What don't understand me or that I don't understand.

    Your help is appreciated.

    Welcome to the VMware community forums.   If you have configured things Ok, you will be able to browse the data from these two hosts store and see the same content.  You can register the virtual computers on both hosts.  For an existing VM on the host from 1, you find the data on the host of the 2nd store, right-click on the VMX file and select Add to the inventory.  Have you thought to vcenter server?  It's going to do it is a lot easier.

  • How to set vm-description/notes and get the name of the data store, where the virtual machine

    Hello guys,.
    I have vCenter Orchestrator 4.1.1 build 733 installed and it works fine, but I need your help for the following two issues:
    (1) I want to put the description/notes of a virtual machine using a workflow. But I have not found any API useful to create this workflow (I don't want custom attributes, see attachment for details).

    (2) how can I get the name of the data store, where the virtual machine? I need this name for a workflow.
    I need your help.
    Thanks in advance!

    With regard to the notes of the VM, the following code (see enclosed package) can do this:

    var oldNotes = vm.summary.config.annotation;
    If (oldNotes == null) {oldNotes = ' ' ;}}
    System.log ("Notes of VM current:" + oldNotes);
    Now put the new notes:
    Start by creating a context
    Context of var = new VcVirtualMachineConfigSpec();
    Update the annotation with the new value property
    configSpec.annotation = notes;
    launch the task to reconfigure the virtual machine with the new context
    NOTE: This is sure to apply with a virtual machine under tension
    var task = vm.reconfigVM_Task (configSpec);

    And, in what concerns the VM information, take a look at the workflow of the library: \Library\vCenter\Virtual Machine management\Others\Extract virtual machine information

  • VM Player has no power on the virtual machine

    Hello

    I use VMS 6.0.1 player but not in power on a virtual machine, the error log which im getting is below. can kindly help me on this.

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: Log for VMware Player pid = 4964 version 6.0.1 = build = build-1379776 option = output

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: The process is 64-bit.

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: Host = encoding windows-1252 = windows-1252 codepage

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: Host is Windows 8 Enterprise, 64-bit (Build 9200)

    2014 06-27 T 10: 11:24.893 + 05:30 | VMX | I120: VTHREAD initialize main thread id 0 "vmx" host 2868

    2014 06-27 T 10: 11:24.893 + 05:30 | VMX | I120: REGIONAL windows-1252-> user NULL = 409 system settings = 409

    2014 06-27 T 10: 11:24.893 + 05:30 | VMX | I120: Msg_SetLocaleEx: HostLocale = windows-1252 UserLocale = NULL

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (workstation C:\ProgramData\VMware\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (workstation C:\ProgramData\VMware\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (workstation C:\ProgramData\VMware\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: Msg_Reset:

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: [msg.dictionary.load.openFailed] cannot open the file 'C:\Users\Administrator\AppData\Roaming\VMware\config.ini': the system cannot find the specified file.

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: ----------------------------------------

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: ConfigDB: cannot load C:\Users\Administrator\AppData\Roaming\VMware\config.ini

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: OBJLIB-LIB: Objlib initialized.

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (C:\ProgramData\VMware\VMware player): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (C:\ProgramData\VMware\VMware player): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: not reproducible error (C:\ProgramData\VMware\VMware player): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: Msg_Reset:

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: [msg.dictionary.load.openFailed] cannot open the file 'C:\Users\Administrator\AppData\Roaming\VMware\config.ini': the system cannot find the specified file.

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: ----------------------------------------

    2014 06-27 T 10: 11:24.908 + 05:30 | VMX | I120: Optional preferences PREFS not found in C:\Users\Administrator\AppData\Roaming\VMware\config.ini file. Using the default values.

    2014 06-27 T 10: 11:24.971 + 05:30 | VMX | I120: FILE: FileLockDynaLink: other process validation tools are: available

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:24.986 + 05:30 | VMX | I120: Hostname = ADITIDT821.aditi.tech

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = fe80::d037:11 has 4: c71c:6eb3 50%

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = fe80::bd13:9dfc:fb5f:6452% 49

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = fe80::3152:2dc5:a437:a08d % 12

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = 192.168.30.1

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = 192.168.229.1

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: IP = 172.20.151.102

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: HOSTINFO 689913608 @ 1948232Hz-> 0 Hz 1000000000

    2014 06-27 T 10: 11:25.002 + 05:30 | VMX | I120: HOSTINFO ((x * 2152877070) > > 22) +-354122921691

    2014 06-27 T 10: 11:25.033 + 05:30 | VMX | I120: System uptime 353942880 us

    2014 06-27 T 10: 11:25.033 + 05:30 | VMX | I120: command line: "C:\Program Files (x 86) \VMware\VMware" "-ssnapshot.numRollingTiers = 0" "-sRemoteDisplay.vnc.enabled = FALSE" "-s" "vmx.stdio.keep = TRUE" "-#" "product = 4; name = VMware Player; version 6.0.1 =; BuildNumber = 1379776; licensename = VMware Player; licenseversion = 6,0; ""-@ ""pipe=\\.\pipe\vmx5f7cda9929347a3d;" «E:\SOASTA\CloudTest Lite vmwarevm\CloudTest Lite.vmx.»

    2014 06-27 T 10: 11:25.033 + 05:30 | VMX | I120: Msg_SetLocaleEx: HostLocale = windows-1252 UserLocale = NULL

    2014 06-27 T 10: 11:25.254 + 05:30 | VMX | I120: Connection "ui" in the pipe "\\.\pipe\vmx5f7cda9929347a3d' user '(null) '.

    2014 06-27 T 10: 11:25.255 + 05:30 | VMX | I120: VMXVmdb: local connection timeout: 60000 ms.

    2014 06-27 T 10: 11:25.388 + 05:30 | VMX | I120: VmdbAddConnection: cnxPath = / db/connection / #1 /, cnxIx = 1

    2014 06-27 T 10: 11:25.482 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:475]: VMAutomation: initialize VMAutomation.

    2014 06-27 T 10: 11:25.482 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:772]: VMAutomationOpenListenerSocket() to listen

    2014 06-27 T 10: 11:25.501 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 0, newAppState = 1870, success = 1 additionalError = 0

    2014 06-27 T 10: 11:25.501 + 05:30 | VMX | I120: Past vmx/execState/val of poweredOff

    2014 06-27 T 10: 11:25.501 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 1, newAppState = 1873, success = 1 additionalError = 0

    2014 06-27 T 10: 11:25.501 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 2, newAppState = 1877, success = 1 additionalError = 0

    2014 06-27 T 10: 11:25.501 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 3, newAppState = 1881, success = 1 additionalError = 0

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: HD: version of the host is 6.2.9200

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: HD: addr fffff801dfcb6470

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: HD: fffff801dff6f180, 0

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Limit locked delta-2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Locked limit delta 2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Limit locked delta-2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Locked limit delta 2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Limit locked delta-2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Locked limit delta 2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Limit locked delta-2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Locked limit delta 2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Limit locked delta-2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: Locked limit delta 2560 pages

    2014 06-27 T 10: 11:26.251 + 05:30 | VMX | I120: VerificationOfHostParameters status 0

    2014 06-27 T 10: 11:26.266 + 05:30 | VMX | I120: FeatureCompat: masks VCA:

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID vendor: GenuineIntel

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID family: 0 x 6 model: 0xf stepping: 0xd

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID codename: Woodcrest/Conroe/Merom (Core)

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID name: Intel (r) Core (TM) 2 Duo CPU E4400 @ 2.00GHz

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID 00000000, 0 level: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000001, 0: 0x000006fd 0 x 00010800 0x0000e39d 0xafebfbff

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID 00000002, 0 level: 0x05b0b101 0x005657f0 0 x 00000000 0x2cb4307d

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000004, 0: 0 x 00000121 0x0000003f 0x01c0003f 0x00000001

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000004, 1: 0 x 00000122 0x0000003f 0x01c0003f 0x00000001

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000004, 2: 0 x 00000143 0x01c0003f 0x00000fff 0x00000001

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000004, 3: 0 x 00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000005, 0: 0 x 00000040 00000040 0 x 0 x 00000003 0 x 00000220

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID 00000006, 0 level: 0x00000001 0x00000002 0x00000001 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID 00000007, 0 level: 0x00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID 00000008, 0 level: 0 x 00000400 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 0000000, 0: 0 x 07280202 0x00000000 0x00000000 0 x 00000503

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000000, 0: 0 x 80000008 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0 x 20100800

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000003, 0: 0 44203229 0x43206f75 x 20205550 x 0 0 x 45202020

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000004, 0: 0 x 30303434 0 x 20402020 0x30302e32 0x007a4847

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000006, 0: 0x00000000 0x00000000 0 x 08006040 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: hostCPUID level 80000008, 0: 0 x 00003024 0x00000000 0x00000000 0x00000000

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: CPUID of hostCPUID differences.

    2014 06-27 T 10: 11:26.282 + 05:30 | VMX | I120: CPUID Maximum physical address Bits supported on all processors: 36

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x3a = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 480 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 481 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 482 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 483 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 484 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 485 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 486 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 487 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 488 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 489 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48a = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48b = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48c = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48d = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48e = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0x48f = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 490 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0 x 491 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0xc0010114 = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Common: MSR 0xce = 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: VMMon_GetkHzEstimate: calculated 1994989 kHz

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: HOSTINFO: host does not support the constant rate of TSC.

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: VMMon_RememberkHzEstimate: calculated 1994989 kHz

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: TSC kHz estimates: vmmon 1994989, 1994989, osReported 1995000 recalled. With the help of 1994989 kHz.

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: TSC of measured first delta 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: Min TSC Delta 0

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: RefClockToPTSC 0 1948232 Hz-> 0 to 1994989000 Hz

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: RefClockToPTSC ((x * 4294966073) > > 22) +-709145112373

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: tscOffset-764437781500

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: using TSC

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: material TSCs are synchronized.

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: PTSC: PTSC current = 244170

    2014 06-27 T 10: 11:26.344 + 05:30 | VMX | I120: VMIOP: Init began

    2014 06-27 T 10: 11:26.376 + 05:30 | VMX | I120: MACWireless: "emulated" registered wireless module

    2014 06-27 T 10: 11:26.376 + 05:30 | VMX | I120: ConfigCheck: no rules file found. Controls are disabled.

    2014 06-27 T 10: 11:26.376 + 05:30 | VMX | I120: change directory to E:\SOASTA\CloudTest Lite. vmwarevm\.

    2014 06-27 T 10: 11:26.376 + 05:30 | VMX | I120: Config file: E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx

    2014 06-27 T 10: 11:26.391 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 1, newAppState = 1873, success = 1 additionalError = 0

    2014 06-27 T 10: 11:26.391 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 2, newAppState = 1878, success = 1 additionalError = 0

    2014 06-27 T 10: 11:26.391 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite.vmwarevm\vmware-2.log): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:26.485 + 05:30 | VMX | I120: VMXVmdbCbVmVmxExecState: change of State Exec asked State receiver without reset, soft, softOptionTimeout: 0.

    2014 06-27 T 10: 11:26.485 + 05:30 | VMX | I120: Tools: sending of 'OS_PowerOn' (status = 3) request state change

    2014 06-27 T 10: 11:26.485 + 05:30 | VMX | I120: Tools: delay demand for change from State to State 3.

    2014 06-27 T 10: 11:26.485 + 05:30 | VMX | W110: PowerOn

    2014 06-27 T 10: 11:26.485 + 05:30 | VMX | I120: VMX_PowerOn: VMX build 1379776, UI build 1379776

    2014 06-27 T 10: 11:26.500 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 0, newAppState = 1871, success = 1 additionalError = 0

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: HOST Windows version 6.2, build 9200, platform 2, «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT---C:\Users\Administrator\AppData\Roaming\VMware\preferences.ini USER PREFERENCES

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.license.maxNum = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.license0.version = "10.0"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.license0.registrationViewed = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.license0.lastEvalReminder = '30 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.hostMRU.count = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.hostMRU0.name = "localhost".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window.count = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tab.count = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tab0.dest = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tab0.file = "C:\Users\Administrator\Documents\Virtual Machines\Windows XP Professional\Windows XP Professional.vmx"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tab0.type = "vm".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tab0.focused = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.sidebar = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.sidebar.width = "200".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.statusBar = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.tabs = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.thumbnailBar = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.thumbnailBar.size = "100".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.thumbnailBar.view = 'open-vms.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.placement.left = "130".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.placement.top = "130".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.placement.right = '1070 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.placement.bottom = "739".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.ws.session.window0.maximized = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmWizard.guestKey = "winxppro.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmWizard.installMediaType = 'iso '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmWizard.isoLocationMRU.count = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmWizard.isoLocationMRU0.location = "F:\XP 32bit\en_winxp_pro_x86_build2600_iso.iso".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: = DICT pref.mruVM0.filename ' E:\SOASTA\CloudTest Lite vmwarevm\CloudTest Lite.vmx '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.mruVM0.displayName = "CloudTest Lite"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.mruVM0.index = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.eula.count = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.eula0.product = 'VMware Player'

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pref.eula0.build = "1410761".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - default USER IS C:\Users\Administrator\AppData\Roaming\VMware\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - HOST by default IS C:\ProgramData\VMware\VMware Player\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "32552.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.componentDownloadEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled.epoch = "32552.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.simplifiedUI = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - SITE by default IS C:\ProgramData\VMware\VMware Player\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "32552.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.componentDownloadEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled.epoch = "32552.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.simplifiedUI = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - NON PERSISTENT

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT snapshot.numRollingTiers = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT RemoteDisplay.vnc.enabled = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmx.stdio.keep = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT gui.available = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - COMMAND LINE

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT snapshot.numRollingTiers = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT RemoteDisplay.vnc.enabled = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmx.stdio.keep = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT gui.available = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - REGISTRATION

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT snapshot.numRollingTiers = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT RemoteDisplay.vnc.enabled = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmx.stdio.keep = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT gui.available = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - CONFIGURATION E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT config.version = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT virtualHW.version = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT scsi0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT scsi0.virtualDev = "free".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT memsize = "2048".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.connectionType = "bridged".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.virtualDev = "e1000".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.wakeOnPcktRcv = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.addressType = "generated".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.linkStatePropagation.enable = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ehci.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT sound.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT sound.fileName = "-1".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT sound.autodetect = "TRUE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT serial0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT serial0.fileType = "thinprint".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge4.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge4.virtualDev = "pcieRootPort"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge4.functions = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge5.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge5.virtualDev = "pcieRootPort"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge5.functions = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge6.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge6.virtualDev = "pcieRootPort"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge6.functions = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge7.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge7.virtualDev = "pcieRootPort"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge7.functions = '8 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmci0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT roamingVM.exitBehavior = 'go '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT tools.syncTime = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT displayName = "CloudTest Lite"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT guestOS = "centos-64.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT nvram = "CloudTest Lite.nvram"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT virtualHW.productCompatibility = "hosted".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT printers.enabled = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT proxyApps.publishToHost = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT tools.upgrade.policy = "upgradeAtPowerCycle".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT powerType.powerOff = 'soft '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT powerType.powerOn = 'soft '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT powerType.suspend = 'soft '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT powerType.reset = 'soft '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT extendedConfigFile = "CloudTest Lite.vmxf"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT numvcpus = '1 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.generatedAddress = "00: 0C: 29:f1:09:11.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT uuid.location = "56 4 d c3 7 c ec 7f 2A 8 c - e5 28 c1 d7 35 09 11 f1"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT uuid.bios = "56 4 d c3 7 c ec 7f 2A 8 c - e5 28 c1 d7 35 09 11 f1"

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT cleanShutdown = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT replay.supported = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT replay.filename = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge0.pciSlotNumber = "17".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge4.pciSlotNumber = "21".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge5.pciSlotNumber = "22".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge6.pciSlotNumber = "23".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT pciBridge7.pciSlotNumber = "24".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT scsi0.pciSlotNumber = "16".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb.pciSlotNumber = "32".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.pciSlotNumber = "33".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT sound.pciSlotNumber = "34".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ehci.pciSlotNumber = "35".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmci0.pciSlotNumber = '36 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmotion.checkpointFBSize = "67108864.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.generatedAddressOffset = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vmci0.id = "1042150165".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT tools.remindInstall = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT uuid.action = "crΘer".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT msg.autoAnswer = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.vnet = "vmnet2.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.bsdName = 'en0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ethernet0.displayName = 'Ethernet '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide0:1.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide0:1.fileName = "virtual disk 2.vmdk.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide0:1.redo = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT hpet0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb.vbluetooth.startConnected = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT vcpu.hotadd = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT mem.hotadd = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:1.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT softPowerOff = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:1.speed = '2 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:1.deviceType = "hub".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:1.port = "1".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:1.parent = "-1".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT checkpoint.vmState = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT bios.bootOrder = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT bios.hddOrder = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:0.deviceType = 'hidden '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:0.port = '0 '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT usb:0.parent = "-1".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT monitor.phys_bits_used = "40".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT workingDir = "."

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide1:0.present = 'TRUE '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide1:0.fileName = "Virtual Disk.vmdk".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide1:0.redo = «»

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT ide0:0.present = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT scsi0:0.present = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT floppy0.present = "FALSE".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - default USER IS C:\Users\Administrator\AppData\Roaming\VMware\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - HOST by default IS C:\ProgramData\VMware\VMware Workstation\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch "13961 =."

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.componentDownloadEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled.epoch "13961 =."

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT authd.client.port = "903".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: = DICT authd.proxy.nfc "vmware - pass: ha - nfc".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - SITE by default IS C:\ProgramData\VMware\VMware Workstation\config.ini

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch "13961 =."

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.componentDownloadEnabled = 'yes '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled = 'no '.

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT installerDefaults.dataCollectionEnabled.epoch "13961 =."

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT authd.client.port = "903".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: = DICT authd.proxy.nfc "vmware - pass: ha - nfc".

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: DICT - Workstation\settings.ini C:\ProgramData\VMware\VMware GLOBAL SETTINGS

    2014 06-27 T 10: 11:26.532 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 1, newAppState = 1873, success = 1 additionalError = 0

    2014 06-27 T 10: 11:26.594 + 05:30 | VMX | I120: hostCpuFeatures = 0x4000fc

    2014 06-27 T 10: 11:26.594 + 05:30 | VMX | I120: hostNumGenPerfCounters = 2

    2014 06-27 T 10: 11:26.594 + 05:30 | VMX | I120: hostNumFixedPerfCounters = 3

    2014 06-27 T 10: 11:26.594 + 05:30 | VMX | I120: hostPerfCtrArch = 2

    2014 06-27 T 10: 11:26.594 + 05:30 | VMX | I120: CPU0: PMC: IA32, CORE 2 [c: 0 e f: 1: 1]

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MONITOR MODE: license modes: BT

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MONITOR MODE: user requested modes: BT HV HWMMU

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MONITOR MODE: favorite guestOS of modes: HWMMU BT HT

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MONITOR MODE: filtered list: BT

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MsgHint: msg.monitor.BTnoLM2

    2014-06 - 27 T 10: 11:26.610 + 05:30 | vmx | I120 + binary translation is incompatible with the long mode on this platform. Long mode will be disabled in this virtual environment. Applications that require a long mode will not work correctly as a result. See http://vmware.com/info?id=152 for more details.

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120+ ---------------------------------------

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: MsgIsAnswered: use builtin default 'OK' as the answer to "msg.monitor.BTnoLM2".

    2014 06-27 T 10: 11:26.610 + 05:30 | VMX | I120: HV settings: virtual exec = "software"; MMU virtual = "software".

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: OvhdMem_PowerOn: lib/overheadmem: paged 339753 non paged 16207 anonymous 37190

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: OvhdMem_PowerOn: first admission: paged 181587 non paged 36393 anonymous 8432

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: VMMEM: initial booking: 16776052 Mo (MainMem = 2048MB)

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: MemSched_PowerOn: minGuestSize ball 52428 (80% size required min 65536)

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: MemSched: mem reserved (in MB) min max recommended 128 2973 2973

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: PShare: activated 1 1 Adaptive scanRate [16, 400]

    2014 06-27 T 10: 11:26.828 + 05:30 | VMX | I120: MemSched: mem 8432 524288 np 36393 pg 181587 anon

    2014 06-27 T 10: 11:26.921 + 05:30 | VMX | I120: MemSched: numvm 1 locked pages: num 0 max 752896

    2014 06-27 T 10: 11:26.921 + 05:30 | VMX | I120: MemSched: locked Page limit: host 917427 config 761088 dynam 805822

    2014 06-27 T 10: 11:26.921 + 05:30 | VMX | I120: MemSched: minmempct 50 minalloc 0 admitted 1

    2014 06-27 T 10: 11:26.921 + 05:30 | VMX | W110: NUMA: application of automatic dimensioning VM ignored

    2014 06-27 T 10: 11:26.984 + 05:30 | VMX | I120: LICENSE: running in restricted mode

    2014 06-27 T 10: 11:26.984 + 05:30 | WinNotifyThread | I120: Host Id 4 "WinNotifyThread" start thread 2856 VTHREAD

    2014 06-27 T 10: 11:26.984 + 05:30 | WinNotifyThread | I120: WinNotify thread is alive

    2014 06-27 T 10: 11:27.030 + 05:30 | vthread-5 | I120: VTHREAD start thread id 'vthread-5' 5, host 2860

    2014 06-27 T 10: 11:27.030 + 05:30 | VMX | I120: PolicyVMXFindPolicyKey: policy file does not exist.

    2014 06-27 T 10: 11:27.077 + 05:30 | VMX | I120: PolicyVMXFindPolicyKey: policy file does not exist.

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: IPI vectors host: 0 0.  Vector monitor IPI: 0

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: Monitor_PowerOn: HostedVSMP tilt followed is disabled

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: Monitor64_PowerOn()

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: Worldswitch support: .wsBody64.  Size = 480.

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: Load correctly .switchNMI worldswitch error handlers.  Size = 240.

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: vmm64-modules: [vmm.vmm64, mmu - nohv.vmm64, vprobe - none.vmm64, hv - none.vmm64, gphys - sw.vmm64, none.vmm64-vmsafe, callstack - vmce, none.vmm64 - none.vmm64, vvtd - none.vmm64, {SharedInterVcpuVmxSection}, {SharedInterVcpuSection}, < MonSrcFile >, hvLoadedAsAddr = 0 x 0, useNPTAsAddr = 0 x 0, vcpusetFullAsAddr = 0 x 1, numVCPUsAsAddr = 0 x 1, busmemFrameMPNOffsetAsAddr = 0xc, busmemFramesPerPgDivSh2AsAddr = 0 x 7, busmemFramesPerPgDivSh1AsAddr = 0 x 1, busmemFramesPerPgDivMulAsAddr = 0 x 100000000, busmemFramesPerPageAsAddr = 0 x 100, busmemFrameSizeAsAddr = 0 x 10]

    2014 06-27 T 10: 11:27.218 + 05:30 | VMX | I120: vmm64-vcpus: 1

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: KHZEstimate 1994989

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: MHZEstimate 1995

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: NumVCPUs 1

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: BusMemServices: checkRate page 16

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: UUID: UUID location is 56 4 d 5f d3 5 d comics 48 fb - 9f e3 76 40 63 bc 0 df

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: UUID: UUID location is 56 4 d c3 7 c ec 7f 2A 28 c1 d7 35 09 11 f1 8 c - e5

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: UUID: UUID location is 56 4 d c3 7 c ec 7f 2A 28 c1 d7 35 09 11 f1 8 c - e5

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: AIOGNRC: numThreads = 5 = 2 ide, scsi = 0, = 0 passthru

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: WORKER: create the new group with numThreads = 5 (5)

    2014 06-27 T 10: 11:27.358 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx ~): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:27.436 + 05:30 | VMX | I120: StateLogger::Replay State = 0

    2014 06-27 T 10: 11:27.436 + 05:30 | VMX | I120: StateLogger::minDEThreshold: 70

    2014 06-27 T 10: 11:27.436 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx ~): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:27.607 + 05:30 | VMX | I120: WORKER: create the new group with numThreads = 1 (6)

    2014 06-27 T 10: 11:27.607 + 05:30 | VMX | I120: MainMem: CPT host WZ = 0 SLEEP = 1 PF = 2048 D = 0

    2014 06-27 T 10: 11:27.607 + 05:30 | VMX | I120: MainMem: CPT PLS = 1 PLR = 1 BS = 1 BufM = 0 Hamza_slm = 32 Mult = 4 W = 50

    2014 06-27 T 10: 11:27.607 + 05:30 | VMX | I120: UUID: UUID location is 56 4 d c3 7 c ec 7f 2A 28 c1 d7 35 09 11 f1 8 c - e5

    2014 06-27 T 10: 11:27.623 + 05:30 | VMX | I120: MainMem: open paging file, 'E:\SOASTA\CloudTest Lite.vmwarevm\564dc37c-ec7f-2a8c-e528-c1d735f10911.vmem '.

    2014 06-27 T 10: 11:27.623 + 05:30 | VMX | I120: MMCHK: disabling of controls that are not forced, cannot make controls on some processors.

    2014 06-27 T 10: 11:27.623 + 05:30 | VMX | I120: MStat: creation vm.uptime Stat

    2014 06-27 T 10: 11:27.623 + 05:30 | VMX | I120: MStat: creation vm.suspendTime Stat

    2014 06-27 T 10: 11:27.623 + 05:30 | VMX | I120: MStat: creation vm.powerOnTimeStamp Stat

    2014 06-27 T 10: 11:27.623 + 05:30 | aioCompletion | I120: VTHREAD start thread id 6 'aioCompletion' host 1684

    2014 06-27 T 10: 11:27.670 + 05:30 | VMX | I120: VMXAIOMGR: using the: simple = unbuf generic = Compl

    2014 06-27 T 10: 11:27.732 + 05:30 | VMX | I120: WORKER: create the new group with numThreads = 1 (7)

    2014 06-27 T 10: 11:27.857 + 05:30 | VMX | I120: WORKER: create the new group with numThreads = 16 (23)

    2014 06-27 T 10: 11:27.857 + 05:30 | Worker #0 | [I120: DRIVE: OPEN ide0:1 '2.vmdk E:\SOASTA\CloudTest Lite. disc vmwarevm\Virtual' persistent R]

    2014 06-27 T 10: 11:27.872 + 05:30 | vthread-7 | I120: 7 'vthread-7' host Id of the thread to start VTHREAD 2848

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [0]: "virtual disk 2 - s001.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [1]: "virtual disk 2 - s002.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #1 | I120: DRIVE: OPEN ide1:0 ['E:\SOASTA\CloudTest Lite vmwarevm\Virtual Disk.vmdk.' R persistent]

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [2]: "virtual disk 2 - s003.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [3]: "virtual disk 2 - s004.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.872 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [4]: "virtual disk 2 - s005.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.888 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [5]: "virtual disk 2 - s006.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [6]: "virtual disk 2 - s007.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [7]: ' virtual disk 2 - s008.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [8]: "virtual disk 2 - s009.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [9]: "virtual disk 2 - s010.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [0]: "Virtual Disk - s001.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-DSCPTR: open [10]: "virtual disk 2 - s011.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-LINK: open '2.vmdk E:\SOASTA\CloudTest Lite. disc vmwarevm\Virtual' (0xa): twoGbMaxExtentSparse, 41943040 sectors / 20 GB.

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #0 | I120: DISKLIB-LIB: open "disk Lite. vmwarevm\Virtual E:\SOASTA\CloudTest 2.vmdk" (flags 0xa, type twoGbMaxExtentSparse).

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [1]: "Virtual Disk - s002.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [2]: "Virtual Disk - s003.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.904 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [3]: "Virtual Disk - s004.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.935 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [4]: "Virtual Disk - s005.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.935 + 05:30 | Worker #0 | I120: DiskGetGeometry: reading the disk partition table

    2014 06-27 T 10: 11:27.935 + 05:30 | Worker #0 | I120: DISK: "2.vmdk' E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk drive has 60 00 c2 9A UUID 0e 63 6f - ca 06 53 32 43 c7 e9 eb f3'

    2014 06-27 T 10: 11:27.935 + 05:30 | Worker #0 | I120: DRIVE: OPEN "E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk 2.vmdk" Geo (41610/16/63) BIOS Geo (44384/15/63)

    2014 06-27 T 10: 11:27.935 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [5]: "Virtual Disk - s006.vmdk ' (0xa)

    2014 06-27 T 10: 11:27.997 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [6]: "Virtual Disk - s007.vmdk ' (0xa)

    2014 06-27 T 10: 11:28.044 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [7]: ' Virtual Disk - s008.vmdk ' (0xa)

    2014 06-27 T 10: 11:28.075 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [8]: "Virtual Disk - s009.vmdk ' (0xa)

    2014 06-27 T 10: 11:28.091 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [9]: "Virtual Disk - s010.vmdk ' (0xa)

    2014 06-27 T 10: 11:28.122 + 05:30 | Worker #1 | I120: DISKLIB-DSCPTR: open [10]: "Virtual Disk - s011.vmdk ' (0xa)

    2014 06-27 T 10: 11:28.122 + 05:30 | Worker #1 | I120: DISKLIB-LINK: "E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk.vmdk" (0xa): twoGbMaxExtentSparse, 41943040 sectors / 20 GB.

    2014 06-27 T 10: 11:28.122 + 05:30 | Worker #1 | I120: DISKLIB-LIB: open "E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk.vmdk" (flags 0xa, twoGbMaxExtentSparse type).

    2014 06-27 T 10: 11:28.122 + 05:30 | Worker #1 | I120: DiskGetGeometry: reading the disk partition table

    2014 06-27 T 10: 11:28.138 + 05:30 | Worker #1 | I120: DISK: disk ' E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk.vmdk ' has UUID 60 c2 00 90 fd b7 14 db - bc f1 f9 76 cc 7 20 8 b '

    2014 06-27 T 10: 11:28.138 + 05:30 | Worker #1 | I120: DRIVE: OPEN "E:\SOASTA\CloudTest Lite. vmwarevm\Virtual Disk.vmdk" Geo (41610/16/63) BIOS Geo (2610/255/63)

    2014 06-27 T 10: 11:28.325 + 05:30 | Worker #0 | I120: DISKUTILWIN32: DiskUtilW32IsATASSDDevice: reported = 0 speed

    2014 06-27 T 10: 11:28.559 + 05:30 | Worker #1 | I120: DISKUTILWIN32: DiskUtilW32IsATASSDDevice: reported = 0 speed

    2014 06-27 T 10: 11:28.559 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx ~): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:28.714 + 05:30 | VMX | I120: DISC: discs of opening had ms 858.

    2014 06-27 T 10: 11:28.714 + 05:30 | VMX | I120: TimeTracker host at the conversion rate of comments 4745597640 to 1994989000Hz--> 0 to 1994989000 Hz

    2014 06-27 T 10: 11:28.714 + 05:30 | VMX | I120: TimeTracker host to comments ((x * 2147483648) frequency conversion > > 31) +-4745597640

    2014 06-27 T 10: 11:28.714 + 05:30 | VMX | I120: timeTracker.globalProgressMaxAllowanceMS: 2000

    2014 06-27 T 10: 11:28.714 + 05:30 | VMX | I120: timeTracker.globalProgressToAllowanceNS: 1000

    2014 06-27 T 10: 11:28.730 + 05:30 | VMX | I120: USB: initializing 'Virtual Hub' backend

    2014 06-27 T 10: 11:28.730 + 05:30 | VMX | I120: USB: initialization backend 'generic '.

    2014 06-27 T 10: 11:28.761 + 05:30 | VMX | I120: USBGW: writing arbitrator op: 15 len:4

    2014 06-27 T 10: 11:28.761 + 05:30 | VMX | I120: USBGW: writing arbitrator op: 0 len:4

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USBGW: writing arbitrator op: 27 len:79

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USBGW: writing arbitrator op: 13 len:19

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USB: initialization backend "Virtual HID."

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USB: 'Remote control' backend initialization

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: RemoteUSBVMX: retrieved hostId [44 45 4 c 4 c 56 00 10 50 - 80 34 c6 c0 31 42 53 4f]

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: RemoteUSBVMX: min:15 current version: 16 of the Protocol

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: RemoteUSBVMX: no delay parameter is set to TRUE.

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USB: 'Virtual Mass Storage' backend initialization

    2014 06-27 T 10: 11:28.777 + 05:30 | VMX | I120: USB: "Virtual CCID" backend initialization

    2014 06-27 T 10: 11:28.777 + 05:30 | sensorThread | I120: VTHREAD start thread id 8 'sensorThread' host 3920

    2014 06-27 T 10: 11:28.792 + 05:30 | VMX | I120: USB CCID: could not establish context: SCARD_E_NO_SERVICE (0x8010001d).

    2014 06-27 T 10: 11:28.792 + 05:30 | VMX | I120: USB CCID: could not establish context: SCARD_E_NO_SERVICE (0x8010001d).

    2014 06-27 T 10: 11:28.792 + 05:30 | VMX | I120: USB: initialization backend "virtual Bluetooth."

    2014 06-27 T 10: 11:28.792 + 05:30 | VMX | I120: USB: "Virtual Audio" backend initialization

    2014 06-27 T 10: 11:28.792 + 05:30 | usbCCIDEnumCards | I120: VTHREAD start thread id 9 'usbCCIDEnumCards' host 2876

    2014 06-27 T 10: 11:28.792 + 05:30 | usbCCIDEnumCards | I120: USB CCID: map enum thread is created.

    2014 06-27 T 10: 11:28.855 + 05:30 | VMX | I120: USBGW: skip the drive bracket to the file (E:\SOASTA\CloudTest Lite) vmwarevm\CloudTest Lite.vmx.

    2014 06-27 T 10: 11:28.855 + 05:30 | VMX | I120: USBGW: skip the drive bracket to the file (E:\SOASTA\CloudTest Lite) vmwarevm\Virtual Disk.vmdk.

    2014 06-27 T 10: 11:28.855 + 05:30 | VMX | I120: USBGW: jump drive for files (disk Lite. vmwarevm\Virtual E:\SOASTA\CloudTest 2.vmdk) carrier.

    2014 06-27 T 10: 11:28.855 + 05:30 | VMX | I120: USBGW: skip the drive bracket to the file (E:\SOASTA\CloudTest Lite) vmwarevm\CloudTest Lite.vmsd.

    2014 06-27 T 10: 11:28.855 + 05:30 | VMX | I120: USBGW: skip the drive bracket to the file (E:\SOASTA\CloudTest Lite) vmwarevm\CloudTest Lite.nvram.

    2014 06-27 T 10: 11:28.855 + 05:30 | usbCCIDEnumCards | I120: USB CCID: could not establish context: SCARD_E_NO_SERVICE (0x8010001d).

    2014 06-27 T 10: 11:28.902 + 05:30 | VMX | I120: MKS PowerOn

    2014 06-27 T 10: 11:28.902 + 05:30 | MKS | I120: VTHREAD start thread id 1 "mks" host 2880

    2014 06-27 T 10: 11:28.902 + 05:30 | MKS | I120: Thread MKS is alive

    2014 06-27 T 10: 11:28.917 + 05:30 | mksInput | I120: Host Id 10 "mksInput" start thread 336 VTHREAD

    2014 06-27 T 10: 11:28.917 + 05:30 | the mouse | I120: VTHREAD start host to the 'mouse' 11 3912 thread ID.

    2014 06-27 T 10: 11:28.917 + 05:30 | kBh. I120: VTHREAD start host to the 'kbh' 12 1292 thread ID.

    2014 06-27 T 10: 11:28.917 + 05:30 | MKS | I120: MKSWin32: recording of the window of upper level (0x2061c) to receive a notification of change of session.

    2014 06-27 T 10: 11:28.917 + 05:30 | MKS | I120: Unable to load library D3DX9.

    2014 06-27 T 10: 11:28.933 + 05:30 | MKS | I120: MKS-RenderMux: RenderOps collection caps...

    2014 06-27 T 10: 11:28.933 + 05:30 | MKS | I120: KHBKL: impossible to analyze KeyString to: "

    2014 06-27 T 10: 11:28.933 + 05:30 | MKS | I120: MKS-RemoteMgr: default display name: CloudTest Lite

    2014 06-27 T 10: 11:28.933 + 05:30 | MKS | I120: MKS-RemoteMgr: Configuration of VNC to the virtual machine configuration file loading

    2014 06-27 T 10: 11:28.933 + 05:30 | MKS | I120: FILE: FileCreateDirectoryRetry: no reproducible error (C:\ProgramData\VMware): cannot create a file when that file exists already (183)

    2014 06-27 T 10: 11:28.933 + 05:30 | VMX | I120: VLANCE: send the cluster threshold is 80, size = 2 recalcInterval 2 ticks

    2014 06-27 T 10: 11:28.933 + 05:30 | VMX | I120: VMXNET: send the cluster threshold is 80, size = 2 recalcInterval 2 ticks, dontClusterSize is 128

    2014 06-27 T 10: 11:28.948 + 05:30 | VMX | I120: NetPkt: checksum cycles/kB: asm1 = 70 C = 821 asm2 = 391

    2014 06-27 T 10: 11:28.948 + 05:30 | VMX | I120: NetPkt: copy and cycles/kB summing up: C = 473 asm1 = asm2 934 = 411

    2014 06-27 T 10: 11:28.948 + 05:30 | VMX | I120: Chipset version: 0 x 17

    2014 06-27 T 10: 11:28.979 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx ~): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: Msg_Post: error

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: [msg.disk.slavenomaster] The IDE (disks/CD-ROM) configuration for the device is incorrect. It is an IDE slave with no master to ide0:1. This configuration does not work in virtual machines. Move the disk/CD ide0: 1 to ide0:0 using the configuration editor.

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: ----------------------------------------

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: MsgIsAnswered: use builtin default 'OK' as the answer to "msg.disk.slavenomaster".

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: Module DevicePowerOn market failed.

    2014 06-27 T 10: 11:29.042 + 05:30 | VMX | I120: VMX_PowerOn: ModuleTable_PowerOn = 0

    2014 06-27 T 10: 11:29.057 + 05:30 | MKS | I120: MKS PowerOff

    2014 06-27 T 10: 11:29.057 + 05:30 | MKS | I120: Fate of thread MKS

    2014 06-27 T 10: 11:29.057 + 05:30 | usbCCIDEnumCards | I120: USB CCID: enum output card wire.

    2014 06-27 T 10: 11:29.057 + 05:30 | VMX | I120: ide1:0: numIOs = 1 numMergedIOs = 0 numSplitIOs = 0 (0.0%)

    2014 06-27 T 10: 11:29.057 + 05:30 | VMX | I120: Closing of disc ide1:0

    2014 06-27 T 10: 11:29.369 + 05:30 | VMX | I120: ide0:1: numIOs = 1 numMergedIOs = 0 numSplitIOs = 0 (0.0%)

    2014 06-27 T 10: 11:29.369 + 05:30 | VMX | I120: Closing of disc ide0:1

    2014 06-27 T 10: 11:29.884 + 05:30 | VMX | I120: AIOWIN32C: asyncOps = 4 listening = 176 bufSize = 0Kb fixedOps = 0 sgOps = 2 = 1 sgOn

    2014 06-27 T 10: 11:29.884 + 05:30 | aioCompletion | I120: Thread AIO treated 4 finishes

    2014 06-27 T 10: 11:29.899 + 05:30 | VMX | I120: FILE: FileDeletionRetry: not reproducible error (E:\SOASTA\CloudTest Lite. vmwarevm\CloudTest Lite.vmx ~): the system cannot find the specified file (2)

    2014 06-27 T 10: 11:29.946 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:1222]: VMAutomationPowerOff: power off the power.

    2014 06-27 T 10: 11:29.946 + 05:30 | VMX | I120: Policy_SavePolicyFile: not valid for function arguments.

    2014 06-27 T 10: 11:29.946 + 05:30 | VMX | I120: PolicyVMX_Exit: could not write policies: 15.

    2014 06-27 T 10: 11:29.946 + 05:30 | VMX | I120: WORKER: asyncOps = 2 maxActiveOps = 2 maxPending = 0 maxCompleted = 1

    2014 06-27 T 10: 11:29.946 + 05:30 | WinNotifyThread | I120: WinNotify outgoing wire

    2014 06-27 T 10: 11:29.962 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 1, newAppState = 1873, success = 1 additionalError = 0

    2014 06-27 T 10: 11:29.962 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 0, newAppState = 1870, success = 1 additionalError = 0

    2014 06-27 T 10: 11:29.962 + 05:30 | VMX | I120: Past vmx/execState/val of poweredOff

    2014 06-27 T 10: 11:29.962 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 0, newAppState = 1870, success = 0 additionalError = 0

    2014 06-27 T 10: 11:29.962 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:4024]: error VIX_E_FAIL in VMAutomation_ReportPowerOpFinished(): unknown error

    2014 06-27 T 10: 11:29.993 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: VarEtat = 0, newAppState = 1870, success = 1 additionalError = 0

    2014 06-27 T 10: 11:29.993 + 05:30 | VMX | I120: Past vmx/execState/val of poweredOff

    2014 06-27 T 10: 11:29.993 + 05:30 | VMX | I120: VmdbPipeStreamsOvlError could not read: (109) the tube was completed.

    2014 06-27 T 10: 11:29.993 + 05:30 | VMX | I120: VmdbCnxDisconnect: Disconnect: pipe closed for pub cnx ' / db/connection / #1 / "-(32)

    2014 06-27 T 10: 11:30.055 + 05:30 | VMX | I120: VMIOP: output

    2014 06-27 T 10: 11:30.055 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:861]: VMAutomation_LateShutdown()

    2014 06-27 T 10: 11:30.055 + 05:30 | VMX | I120: Vix: [2868 mainDispatch.c:811]: VMAutomationCloseListenerSocket. Close the socket of the receiver.

    2014 06-27 T 10: 11:30.055 + 05:30 | VMX | I120: VMX VMDB Flushing connections

    2014 06-27 T 10: 11:30.055 + 05:30 | VMX | I120: Exit VMX (0).

    2014 06-27 T 10: 11:30.102 + 05:30 | VMX | I120: AIOMGR-S: o stat = 4 r = 12 w = 0 I = 0 br = 196608 bw = 0

    2014 06-27 T 10: 11:30.102 + 05:30 | VMX | I120: OBJLIB-LIB: ObjLib cleaning done.

    2014 06-27 T 10: 11:30.102 + 05:30 | VMX | I120: FileTrack_Exit: fact

    Hi Vicky_27and welcome to the VMware communities!

    Your virtual machine has an advanced configuration option that will remove the error messages, which would make things a bit confusing.  Your first priority should be to enable this option, unless you have a very good reason to need to remove the error messages.

    Close VMware workstation.  Navigate to the folder of the virtual machine (E:\SOASTA\CloudTest Lite.vmwarevm) and search for the configuration of the virtual machine (CloudTest Lite.vmx) file.  (You may have to configure Windows Explorer to show file extensions.)  Open it in Notepad or your favorite text editor.  Find the line that says:

    msg.autoAnswer = 'TRUE '.

    and remove this line.  Save the file and quit Notepad.

    Who is will fix the immediate problem, but he should at least allow VMware Player to show you an error message explaining why he wasn't.  If you turn on the virtual machine now, you should see the error:

    The IDE (disks/CD-ROM) configuration of the device is incorrect. It is an IDE slave with no master to ide0:1. This configuration does not work in virtual machines. Move the disk/CD ide0: 1 to ide0:0 using the configuration editor.

    So, to fix the problem, you can use the player to change the settings of the virtual machine.  Choose the virtual hard disk to IDE 0:1 (the one with the name of the disk file virtual 2.vmdk), click on the Advanced... button in the bottom right and change the virtual device node of IDE 0:1 to IDE 0:0.  Save the configuration and power on the virtual machine.

    I hope this helps!

    --

    Darius

  • Configure replication vSphere fails - there is a virtual machine that has the same UUID instance than the one you are trying to configure

    Hi all


    My colleague was trying to extend a hard disk of a server 2008R2 who (1) had a snapshot and (2) was being replicated. The operation has failed and they took the snapshot replication can be stopped. Long story short when I got to him, the server could not be configured for replication and could not extend the disk and a vMotion failed.

    Looking at the files of the VM on the data store and the VMs .vmx file we have all the characteristics of a virtual machine always configured for replication of vSphere. If you try to configure replication vSphere causes an instant error "vsphere replication does not support change the length of a replicated disk. After a few changes I can reconfigure vSphere new replication, however, when the wizard has finished, I get a new error message (see below):

    "Try to set up vSphere that replication has failed for the VM"name vm"during the creation of groups"vm". There is a virtual "vm-name" machine that has the same instance UUID ' UUID of the Virtual Machine "that you want to configure. The existing vSphere of replication is configured for site protection.

    A possible solution would be to reset the database embedded VRMS our DR as suggested here VR configure replication after losing a VC site server but I was wondering if there is another solution? I have not reset the database of VRM before and cannot find a document that tells exactly what to do. I guess I need to stop all the rehearsals before resetting the database?

    See you soon,.

    Dean

    Hello

    There is no need to reset the VRMS database.

    If you know the value GID... an orphan replication, you can use the CROWD VRMS (https://vrms_address:8043/mob/?moid=GID-...&vmodl=1) to call the destroy method - it is eliminating simple replication to the site of the source or the target.

    If you don't know the GID... value, it can be found of VRMS DB or log files. Please file an SR for assistance.

    This procedure is already documented in internal KB articles and help using VMware support:

    KB article internal 2056086, section "cannot replicate virtual machine as there is another virtual machine with the same UUID instance"

    and also internal KB article 2060751.

    The admin guide section will be updated as it is confusing right now by suggesting only to reset the DB.

    Kind regards

    Martin

  • Deployment of a virtual machine from a store of data with less space, but enough for the virtual machine

    I received this delicate task, and I can understand not just how to replace all parts.

    I need to create a script that will be smartly decided what data store to deploy a virtual computer.  We do not want to deploy in a data store that has the most space, we want to deploy to the data store that has the least space but can still account for the space for the (vm + 5%) and still leave 50 GB free on the lun after the move.

    Thus, for example, if the virtual machine is 40 GB, we want the script to select the data store that has a close to 90 GB available without being under.

    So my thought for this approach is:

    • Create the query to get all the relevant LUNS.  This excludes all the LUNS with the 'local' name in it and excludes all LUN owners (who have a slightly different naming convention then our general shared storage LUNS)
      • This piece, which I partially understood
        • Get-datastore. WHERE-object {($_.)} Name: corresponds to "PAR0 [1-4] _ [edp] * disk *")- and ($_.) "." Name - notmatch 'local')}
      • Now, I need to get all of their total size and free space.  Perhaps export this list to a CSV, however if I have to.
      • Create a variable that contains: the size of the total virtual machine to the virtual machine that is deployed before its deployment.
      • Deduct vm size against each data store size and pull in some way that that also close to 50 GB free on the data store and still facilitates the deployment of the vm.

    I have a few other scripts, I scrounged on the internet that I tried to restore... but I just don't calm not having all the pieces...

    • Get-Datastore. Where-Object {$_.} ParentFolder-match 'Internal'} ' | Select-Object - property data center, FreeSpaceMB, CapacityMB name, ' | Tri-objet-property FreeSpaceMB
    • Select-Object Name,@{n="CapacityGB";e={[math]::round (($_.)) {{(CapacityMB/1024))}}, @{n = "FreeSpaceGB"; e = {[math]: round (($_.))}} {{(FreeSpaceMB/1024))}}, @{n = "FreeSpacePercent"; e = {[math]: round (($_.))}} FreeSpaceMB / $_. {{(CapacityMB*100))}} | Sort-Object FreeSpaceGB

    Any help would be greatly appreciated!

    -Knotz

    Try something like this

    # Get all data warehouses

    $ds = get-Datastore. Where-Object {($_.)} Name: corresponds to "PAR0 [1-4] _ [edp] * disk *")- and ($_.) "." Name - notmatch 'local')} |

    Select-Object Name,

    @{n = "CapacityGB"; e = {[math]: round (($_.))}} {{(CapacityMB/1024))}}.

    @{n = "FreeSpaceGB"; e = {[math]: round (($_.))}} {{(FreeSpaceMB/1024))}}.

    @{n = "FreeSpacePercent"; e = {[math]: round (($_.))}} FreeSpaceMB / $_. {{(CapacityMB*100))}}

    {foreach ($vm in Get - VM)

    # Find possible candidates

    $candidates = $ds | where {($_.)} FreeSpaceGB - $vm. (UsedSpaceGB-50) - gt 0}

    # Find the best candidate

    $target = $candidates | Tri-objet-property FreeSpaceGB-descending | Select - 1 first

    Write-Output "VM $($vm.). Name) can go to $($target.) (Name) ".

    }

  • Clone the virtual machine to the local data store

    Hi all

    I'm looking to automate a task daily (or almost) of my friends with a small script with powercli.

    I'm trying to "backup" or to clone a virtual machine, I work in a storage of one of our servers.

    The servers are managed by a 5.1 vCenter and the machine is on a shared storage.

    From time to time, I clean, stop the machine, remove all snapshots and clone the virtual machine to one of the local server as a backup storage. So I put together a small script which almost works. It works as long as the target data store is a shared storage, but not with a local storage.

    I get always an error that claims it can not access the local data store and is not a permissions problem...

    Given that I can accomplish this via the customer without problem I thought it is possible via powercli too, or I'm wrong?

    My Script up to now:

    # Variables
    $VC = "vc.domain.com" #vCenter Server
    $User = "domain\user" #User
    $Pass = 'test123' #User PW
    $VMName = 'scripttest' #VM
    $BackupSuffix = "backup" #Suffix to add the name of VM to mark this as a backup
    $VmHost = "esx2.domain.com".
    $Datastore = 'ESX2-LocalData' #Datastore
    $BackupFolder = 'Backup' #Folder the VM gets classified


    # Register cmdlets to VMware

    If (-not (Get-PSSnapin VMware.VimAutomation.Core - ErrorAction SilentlyContinue)) {}

    Add-PSSnapin VMware.VimAutomation.Core

    }


    # Connect to the server

    SE connect-ViServer $VC - user $User-password $Pass


    # Remove the old clone

    $OldBackups = get - VM | WHERE {$_.} {Name: corresponds to '$VMName - $BackupSuffix'}

    If ($OldBackups - don't "")

    {

    If ($OldBackups.Count - gt 1)

    {

    Write-Host "better check! "Found several results:

    Foreach ($VM to $OldBackups)

    {

    Write-Host $VM. Name

    }

    }

    on the other

    {

    Remove-VM - VM $OldBackups - DeleteFromDisk-confirm: $false

    }

    }


    # Clone VM

    $VMInfo = get - VM $VMName | Get-View

    $CloneSpec = new-Object Vmware.Vim.VirtualMachineCloneSpec

    $CloneSpec.Snapshot = $VMInfo.Snapshot.CurrentSnaphshot

    $CloneSpec.Location = new-Object Vmware.Vim.VirtualMachineRelocateSpec

    $CloneSpec.Location.Datastore = (get-Datastore-name $Datastore |) Get - View). MoRef

    $CloneSpec.Location.Transform = [Vmware.Vim.VirtualMachineRelocateTransformation]: sparse

    $CloneFolder = $VMInfo.Parent

    $CloneName = "$VMName - $BackupSuffix".

    $TaskCloneID = $VMInfo.CloneVM_Task ($CloneFolder, $CloneName, $CloneSpec)


    # Check if the task is completed


    $Check = $false

    While ($Check - eq $false)

    {

    $Tasks = get-job | Select State, id | Where {$_.} State - eq "Running" - and $_. State - eq "pending"}

    ForEach ($Task in $Tasks)

    {

    If ($Task.id - eq $TaskCloneID)

    {$Check = $false}

    on the other

    {$Check = $true}

    }

    Start-Sleep 10

    }

    # Move clone to the backup folder

    Move-VM - VM '$VMName - $BackupSuffix' - Destination $BackupFolder


    # Disconnect

    Disconnect-VIServer-confirm: $false

    Can you show us the complete error message you get?

    BTW, the clone step can be replaced by the New-VM cmdlet with the setting of the virtual machine.

Maybe you are looking for

  • Einstellungen-fenster nach update auf 35.0.1 leer

    the window in the German version of firefox 35.0.1 einstellungen is completely emtpty to make it impossible to control or change what is happening in the browser

  • Pass the text as string applescript

    Hello everyone, I tried to write the apple script and now script returns me results as '11,22,33' as a text How can I convert String {11,22,33} solution with "item 1", "item 2", etc. does not work because sometimes 11 can be 111 or just 1. The same t

  • System update fails to download updates

    SU returns an error saying "an error occurred when downloading the packages.". I reinstalled SU, Solution Center etc. nothing works. He used to work, but now it does not always... What to search, or to change to get it back? Thanks in advance. SU 5.0

  • Arc mouse replacement

    My USB adapter mouse Arc has just broken.  The camera is not old (9-12 months), but I have more than the reception.  I can not find on the Microsoft.com site where / who to contact for advice the return or replacement.  Any advice will be appreciated

  • I changed administration of name and password, unable to connect at the back with new password.

    I changed my given name and password, how can I fix the problem?  I can no longer connect new password to my new account administration.