Doesn't it keep a counter somewhere? How does it know the next batch starts at x?
Re: Horizon View Automated Pool Increment number.
Re: esxtop batch mode and erroneous stats
hmmmm interesting. You should be able to track down what lives in group 6400 in esxtop and maybe correlate the CPU usage with a VM's metrics in vCenter and hunt down the spike?
I find it odd that it never shows up when watching it live? Or is it just out of coincidence that you don't catch it live due to the refresh intervals while watching it live? every 5 seconds ect?
Re: Sync time from Domain Controller on isolation network
Further to your comments, we also actively synchronize our production ESXi servers against our Active Directory domain controllers. We haven't experienced drift. You shouldn't have to make changes to the ntp.conf on your hosts for it to work properly.
As a.p. mentions, there are issues if your DC happens to be virtual. VMware and Microsoft's best practice is to not have any domain controllers synch time with the vSphere hosts. Best practice is to have the DC with the Primary Domain Controller role synchronize directly with the appropriate NTP source and have any additional DC's synchronize with the PDC-role DC.
You may want to check the support site of the vendor of your host hardware. Sometimes there are known issues with particular server models and clock drift. Sometimes a firmware update can sort things out. I remember a problem with particular HP blades losing time until a firmware update was released to fix the issue.
Re: VMware Workstation unrecoverable error: (vmui) ASSERT
Hi Jim,
Awesome. Thanks for the quick turnaround.
One last (I hope!) thing, if you wouldn't mind? Could you please bundle up the VIX logs (C:\Users\Jim\AppData\Local\Temp\vmware-Jim\vmware-vix*) and authd logs (c:\windows\temp\vmware-system-blahblah\vmauthd*)?
Thanks!
- Ryan
Re: Workstation 10 Dropping packets
Well, for those who might be running into these same issue, I have found an answer.
If you are working with VM's that do not need internet access the solution for this issue is listed below.
After reading most of the detail information about Workstation's networking I could find this is how I corrected my issue.
First don't use NAT and Bridge virtual network setting. These are for getting outside the local network. The NAT option just wouldn't handle all the connection and would drop packets randomly. I couldn't test the bridge mode because my server host company will not allow that to happen. That only left host mode. This ended up being the best option for my case because I only wanted my Host & Guest to talk to each other.
1) If your using NAT or Bridge mode and you have your IP address set, open the virtual networking and change those to some other IP address.
2) Create a new Host only virtual network with the IP address that you want to work with your VM group & Host. This should give you all the info to setup your IP address on your VM's.
3) You can use DHCP, but if you need to setup IP rules in any software, I would use a static IP address.
4) Make sure all vmware tool are installed and up-to-date.
5) Restart your VM's. This should have you working. Best way I found to test the connection in both VM to VM and Host to VM is using your standard ping command. Ping from inside the VM's and in the Host. You should now see that you will no longer have dropped packets.
Re: NIC setup & vlan
Hello TTC-Seth,
So if I understand your current build you have 2 10GB nics for ISCS and 2 1GB nics for everything else. You also have 2+ Powerconnect 6248 switches separate from your iSCSI switches. What kind of SAN are you connecting the iSCSI to if you don't mind me ask? I ask because if your SAN has the ability for NFS it opens up a few other options with the iSCSI and the iSCSI port binding depends on if your SAN is an active/active controller system or active / passive.
Anyhow SAN aside I would probably set it up like this:
vSwitch0 uplinks I would setup VMNIC0 as the active NIC for both the management Port Group and vMotion with VMNIC1 as standby in the event of a failure.
Management Port Group - VLAN 100 - 10.0.10.5 /24 VMNIC0 I would set VMNIC1 as the active NIC for the VMNetwork with VMNIC0 as the standby nic
vMotion - VLAN 110 - 172.16.199.5 /24 VMNIC0
VM Network - VLAN 120 - 10.0.20.x /24 VMNIC1
vSwitch1
iSCSI1 - VMK1 - 172.16.200.5 VMNIC210GB **If your iSCSI IP's are on the same IP subnet you will want to bind your iSCSI VMK ports in the iSCSI software initiator Network settings. If they are are on seperate IP subnets then you don't have to according VMware
iSCSI2 - VMK2 - 172.16.200.6 VMNIC310GB ** However many vendors still recommend it in the their setup guides so setup your ISCSI according to your vendor
On your switches:
your iSCSI switches make sure you have two and everything is split down the middle so there is no single point of failure. You can put your iSCSI connections into a access mode with a default VLAN if you like, however if they are truly isolated its less of an issue.
for your powerconnect 6248 stacked switches split VMNIC0 and VMNIC1 between switches in the stack and trunk the VLANs required by either nic. For instance the ports VMNIC0 and VMNIC1 plug into on the powerconnect can potentially have VLAN 100 and VLAN 110 running on them so they both need to be trunked and tagged for VLAN 100 and 100. If you have a VLAN for your normal VMnetwork you will need to put that in as well, if you don't the VM Network can drop the VLAN.
Now when it comes to the management network all the host will need to be in the same VLAN and vCenter will need to be able to talk to it so if your vCenter is in a different VLAN it will need to be routeable via a router or Layer3 switch. Most of the time when people separate VLAN's they have a layer3 switch routing the different VLAN's to each other. If you need to restrict access its a little harder as you have to look into ACL's or do some fancy routing.
Or you can flip flop the design and keep your iSCSI on the 1GB nic's and use the 10GB for VMnetwork and other things. Either way is fine, it all depends on the VM load your going to be putting on the hosts. If you SAN will never use more then 2GB of throughput(Which takes a fair bit, where talking 20+ VM's probably a host or more) it will probably be fine, then use the 1GB nics for iSCSI, however if you think the throughput to your SAN will saturate 2GB then use the 10GB. People have been doing iSCSI in medium-large deployments off 1GB for a long time, its just recently with 10GB NICs / switch prices dropping that we are seeing it more widely adopted.
A third option is use the 1GB nics for management and cut up the 10GB nics into 4 port groups with different subnets/VLAN's to utilize the 10GB but keep things in different broadcast domains, however that means your iSCSI switches will not be isolated anymore and you'll have to VLAN them off. A setup for that would look something like this:
vSwitch0
Management Port Group - VMNIC0 ***Runs to the powerconnects
- VMNIC1
vSwitch1
iSCSI1 - VMK1 - 172.16.200.5 VMNIC2 10GB ****RUns to iSCSI switch
iSCSI2 - VMK2 - 172.16.200.6 VMNIC3 10GB ****Runs to iSCSI switch
vMotion - VLAN 110 - 172.16.199.5 /24
VM Network - VLAN 120 - 10.0.20.x /24 |
Here is another two articles with setup's simular to yours **near the bottom** that could possibly shed more light on your config optiosn
vSphere and vCloud Host 10Gb NIC Design with UCS & More | Tech Blog | Blog
**Edit**
Found one more source, although a little older, its from Duncan which is a great source:
http://www.yellow-bricks.com/2011/03/22/esxi-management-network-resiliency/
I hope this has helped. If you have any questions please let me know,
Re: Activate Server 2012 R2 on VSphere/ESXi 5.5
Okay sorry I couldn't help more, if its still an issue later on send me a PM or open a new thread and we can try and tackle it again another time.
Hope you get it going!
Re: vSphere Web Client Error - An internal error has occurred - Error #1009.
Hello,
can you confirm that you followed the steps below when initially removing the third party plugin? (from KB 1025360)
"
To remove unwanted plug-ins from the Available Plug-ins list:
- In a web browser, navigate to
http://vCenter_Server_name_or_IP
/
mob
.
WherevCenter_Server_name_or_IP
is the name of your vCenter Server or its IP address. - Click Content.
- Click ExtensionManager.
- Select and copy the name of the plug-in you want to remove from the list of values under Properties. For a list of default plug-ins, see the Additional Information section of this article.
- Click UnregisterExtension. A new window appears.
- Paste the name of the plug-in and click Invoke Method. This removes the plug-in.
- Close the window.
- Refresh the Managed Object Type:ManagedObjectReference:ExtensionManager window to verify that the plug-in is removed successfully.
Note: If the plug-in still appears, you may have to restart the vSphere Client.
"
Re: vSphere Web Client Error - An internal error has occurred - Error #1009.
Yes I did. In doing some other things prior to the removal I had disabled the plugin, which may or may not be the reason for the problem I'm experiencing now.
Wizard onFinish event?
Is there a way to call the Java proxy service right after the "finish" button is clicked but not close the wizard until the request goes through? If the request fails, can I prevent the wizard from closing? If this is not possible, is there another way of doing this? My requirement is that the wizard should not close unless the request is successful. Is there a way to move the wizard into the "Work in progess" section if my request fails?
Thanks
Re: How to monitor Raid on a Hypervisor server?
I wrote a piece on using Dell's Management Suite Infrastructure for vSphere. Hardware Inventory and Storage information is included in the vSphere Client plugin that may give you some information you're seeking.
http://virtuallymikebrown.com/2013/12/12/deploy-and-manage-dell-management-suite-infrastructure/
But this is just pulling the information from Dell's out-of-band management interface, iDRAC. You could simply use this interface to view and manage your RAID controllers and RAID configurations.
All the best,
Mike
-----------------------------------------
Please consider marking this answer "correct" or "helpful" if you found it useful (you'll get points too).
Mike Brown
VMware, Cisco Data Center, and NetApp dude
Consulting Engineer
Twitter: @VirtuallyMikeB
Blog: http://VirtuallyMikeBrown.com
LinkedIn: http://LinkedIn.com/in/michaelbbrown
Virtual Network and Switch Option Grayed Out?
I have two hosts on my environment , clustered. From web client (using Vsphere 5.5) I choose from one host -->Manage-->Virtual Switches , but all the options are grayed out (Add Host Networking, Refresh the Hosts Network System, Manage the physical network adapters, etc). I go to the other Host and choose same thing and those options are available. I don't know why this is happening?? I googled around but didn't find anything helpful.
Re: Tunning data collection interval
Its a bit better in showing the trend right now, but then im not seeing the exact value at that time.
What i really want is that the graph display points at a larger interval, like 1 point per hour, and I will still be able to read the point value.
Is it not possible by the product feature right now?
Consolidating alerts
The situation is like this, i tried to configure a consolidated alert based on a super metric
What i have done right now (Im using vapp and both xml are modified in analytics vm):
Created and assigned super metric for the resource (in consolidated-alert-definition.xml)
<definition id="Hardware Temperature Test" count="1" percentage="" waitCycles="0" cancelCycles="2" resourceKinds="" resourcesIds="">
<condition attributeKey="Super Metric|Processor1-TempC" resourceKind="HostSystem" minDuration="" criticality="" alertType="" alertSubtype="" inforRegEx="" />
</definition>
Then emailFilter.xml:
<FilterRule name="YES IT WORKS">
<Conditions>
<condition type="AlertType">Hardware Temperature Test</condition>
<condition type="Status">New</condition>
</Conditions>
<Addresses>
<sendTo type="email">my email</sendTo>
</Addresses>
</FilterRule>
<FilterRule name="No Space IT WORKS">
<Conditions>
<condition type="AlertType">HardwareTemperatureTest</condition>
<condition type="Status">New</condition>
</Conditions>
<Addresses>
<sendTo type="email">my email</sendTo>
</Addresses>
</FilterRule>
Caz i dont know can there be space in the AlertType, or should it be Consolidated.
What i got right now is that i can see the alert pop up in the alert overview, but it is classified as Classic Alert(Notification), but not consolidated as i want.
Anyone can see whats wrong with it? Thx guys
Features of Workstation - in vCenter or vSphere? 5.5
I am doing a lab which requires to additional adapters to be created. http://boerlowie.wordpress.com/2011/12/15/building-the-ultimate-vsphere-lab-part-10-storage/
It is asking to use the Virtual Network Adaptor and then add this to a VM. I can't connect to the VM using workstation and have no idea why , keep getting "Permission to perform this operation was denied"
Can I add the new Adapters suing vCenter or vSphere and then choose "custom specific virtual network"? Again using 5.5
Thanks.
How to install the VMware vCenter Server Appliance using ovftools with preconfigured network settings+hostname
Hello.
I'm trying to install (importing to esxi) the VMware vCenter Server 5.5 Update 1 Appliance (VMware-vCenter-Server-Appliance-5.5.0.10000-1624811_OVF10.ova) using ovftool.
I would like to set the network settings, hostname before the vCenter starts for the first time.
It should be possible to do it this way:
/vmfs/volumes/$DATASTORE_NAME/vmware-ovftool/ovftool --diskMode=thin --datastore=$DATASTORE_NAME --noSSLVerify --powerOn --acceptAllEulas --prop:vami.ip0.VMware_vCenter_Server_Appliance=10.1.1.99 --prop:vami.netmask0.VMware_vCenter_Server_Appliance=255.255.255.0 --prop:vami.gateway.VMware_vCenter_Server_Appliance=10.1.1.1 --prop:vami.DNS.VMware_vCenter_Server_Appliance=10.1.1.44 --prop:vami.hostname=vcenter.example.com "ftp://my.example.com/software/vmware/VMware-vCenter-Server-Appliance-5.5.0.10000-1624811_OVF10.ova" "vi://root:Lcmanager@127.0.0.1"
The manifest validates
Source is signed and the certificate validates
Opening VI target: vi://root@127.0.0.1:443/
Deploying to VI: vi://root@127.0.0.1:443/
Transfer Completed
Powering on VM: VMware-vCenter-Server-Appliance-5.5.0.10000-1624811_OVF10
Completed successfully
Unfortunately the example above is not working properly and the network is till configured from the DHCP instead of using the defined parameters.
I'm using the 3.5.1 version of ovftool:
# ./ovftool -v
VMware ovftool 3.5.1 (build-1747221)
Please let me know if you know the way how prconfigure the networking in the vCenter Appliance.
Thank you
PetrR
Re: can i run VMwareComplianceCheckerForvSphere1.3
Hi Mr. VMware,
What makes you doubt that the compliance checker would impact your VMs?
The compliance checkers are very safe and does not cause any harm. It does not consume much bandwidth and does compliance assessment in just 'read' only mode. Don't be scared. Run and enjoy!
Thanks and regards,
Pravin Goyal
hardware version 10 allows more video memory than 11!
when i am using version 11 and i have the option to allocate a specific amount of video memory to the vm i only see a fraction.. when i am on version 10 and i do not have the option to allocate the pc sees almost 1600mb of video memory. this is on a 12 core mac pro with 48gb of ram and a gtx670 2gb video card.
VM Player failed to power on Virtual machine
Hi,
I am using VM player 6.0.1 but not able power on virtual machine, The error log which im getting is below. can some one kindly help me on this.
2014-06-27T10:11:24.986+05:30| vmx| I120: Log for VMware Player pid=4964 version=6.0.1 build=build-1379776 option=Release
2014-06-27T10:11:24.986+05:30| vmx| I120: The process is 64-bit.
2014-06-27T10:11:24.986+05:30| vmx| I120: Host codepage=windows-1252 encoding=windows-1252
2014-06-27T10:11:24.986+05:30| vmx| I120: Host is Windows 8 Enterprise, 64-bit (Build 9200)
2014-06-27T10:11:24.893+05:30| vmx| I120: VTHREAD initialize main thread 0 "vmx" host id 2868
2014-06-27T10:11:24.893+05:30| vmx| I120: LOCALE windows-1252 -> NULL User=409 System=409
2014-06-27T10:11:24.893+05:30| vmx| I120: Msg_SetLocaleEx: HostLocale=windows-1252 UserLocale=NULL
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: Msg_Reset:
2014-06-27T10:11:24.908+05:30| vmx| I120: [msg.dictionary.load.openFailed] Cannot open file "C:\Users\Administrator\AppData\Roaming\VMware\config.ini": The system cannot find the file specified.
2014-06-27T10:11:24.908+05:30| vmx| I120: ----------------------------------------
2014-06-27T10:11:24.908+05:30| vmx| I120: ConfigDB: Failed to load C:\Users\Administrator\AppData\Roaming\VMware\config.ini
2014-06-27T10:11:24.908+05:30| vmx| I120: OBJLIB-LIB: Objlib initialized.
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Player): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Player): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Player): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.908+05:30| vmx| I120: Msg_Reset:
2014-06-27T10:11:24.908+05:30| vmx| I120: [msg.dictionary.load.openFailed] Cannot open file "C:\Users\Administrator\AppData\Roaming\VMware\config.ini": The system cannot find the file specified.
2014-06-27T10:11:24.908+05:30| vmx| I120: ----------------------------------------
2014-06-27T10:11:24.908+05:30| vmx| I120: PREF Optional preferences file not found at C:\Users\Administrator\AppData\Roaming\VMware\config.ini. Using default values.
2014-06-27T10:11:24.971+05:30| vmx| I120: FILE: FileLockDynaLink: Further process validation tools are: available
2014-06-27T10:11:24.986+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.986+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.986+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.986+05:30| vmx| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:24.986+05:30| vmx| I120: Hostname=ADITIDT821.aditi.tech
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=fe80::d037:11a4:c71c:6eb3%50
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=fe80::bd13:9dfc:fb5f:6452%49
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=fe80::3152:2dc5:a437:a08d%12
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=192.168.30.1
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=192.168.229.1
2014-06-27T10:11:25.002+05:30| vmx| I120: IP=172.20.151.102
2014-06-27T10:11:25.002+05:30| vmx| I120: HOSTINFO 689913608 @ 1948232Hz -> 0 @ 1000000000Hz
2014-06-27T10:11:25.002+05:30| vmx| I120: HOSTINFO ((x * 2152877070) >> 22) + -354122921691
2014-06-27T10:11:25.033+05:30| vmx| I120: System uptime 353942880 us
2014-06-27T10:11:25.033+05:30| vmx| I120: Command line: "C:\Program Files (x86)\VMware\VMware Player\x64\vmware-vmx.exe" "-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-27T10:11:25.033+05:30| vmx| I120: Msg_SetLocaleEx: HostLocale=windows-1252 UserLocale=NULL
2014-06-27T10:11:25.254+05:30| vmx| I120: Connecting 'ui' to pipe '\\.\pipe\vmx5f7cda9929347a3d' with user '(null)'
2014-06-27T10:11:25.255+05:30| vmx| I120: VMXVmdb: Local connection timeout: 60000 ms.
2014-06-27T10:11:25.388+05:30| vmx| I120: VmdbAddConnection: cnxPath=/db/connection/#1/, cnxIx=1
2014-06-27T10:11:25.482+05:30| vmx| I120: Vix: [2868 mainDispatch.c:475]: VMAutomation: Initializing VMAutomation.
2014-06-27T10:11:25.482+05:30| vmx| I120: Vix: [2868 mainDispatch.c:772]: VMAutomationOpenListenerSocket() listening
2014-06-27T10:11:25.501+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2014-06-27T10:11:25.501+05:30| vmx| I120: Transitioned vmx/execState/val to poweredOff
2014-06-27T10:11:25.501+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0
2014-06-27T10:11:25.501+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1877, success=1 additionalError=0
2014-06-27T10:11:25.501+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=3, newAppState=1881, success=1 additionalError=0
2014-06-27T10:11:26.251+05:30| vmx| I120: HD: host version is 6.2.9200
2014-06-27T10:11:26.251+05:30| vmx| I120: HD: addr fffff801dfcb6470
2014-06-27T10:11:26.251+05:30| vmx| I120: HD: fffff801dff6f180, 0
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta -2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta 2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta -2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta 2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta -2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta 2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta -2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta 2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta -2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: Locked limit delta 2560 pages
2014-06-27T10:11:26.251+05:30| vmx| I120: VerificationOfHostParameters status 0
2014-06-27T10:11:26.266+05:30| vmx| I120: FeatureCompat: EVC masks:
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID vendor: GenuineIntel
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID family: 0x6 model: 0xf stepping: 0xd
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID codename: Conroe/Woodcrest/Merom (Core)
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID name: Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000001, 0: 0x000006fd 0x00010800 0x0000e39d 0xafebfbff
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4307d
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000004, 0: 0x00000121 0x01c0003f 0x0000003f 0x00000001
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000004, 1: 0x00000122 0x01c0003f 0x0000003f 0x00000001
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000004, 2: 0x00000143 0x01c0003f 0x00000fff 0x00000001
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000004, 3: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x00000220
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100800
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x45202020
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000004, 0: 0x30303434 0x20402020 0x30302e32 0x007a4847
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000006, 0: 0x00000000 0x00000000 0x08006040 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: hostCPUID level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000
2014-06-27T10:11:26.282+05:30| vmx| I120: CPUID differences from hostCPUID.
2014-06-27T10:11:26.282+05:30| vmx| I120: CPUID Maximum Physical Address Bits supported across all CPUs: 36
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x3a = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x480 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x481 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x482 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x483 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x484 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x485 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x486 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x487 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x488 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x489 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48a = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48b = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48c = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48d = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48e = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x48f = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x490 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0x491 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0xc0010114 = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: Common: MSR 0xce = 0
2014-06-27T10:11:26.344+05:30| vmx| I120: VMMon_GetkHzEstimate: Calculated 1994989 kHz
2014-06-27T10:11:26.344+05:30| vmx| I120: HOSTINFO: Host doesn't support constant rate TSC.
2014-06-27T10:11:26.344+05:30| vmx| I120: VMMon_RememberkHzEstimate: Calculated 1994989 kHz
2014-06-27T10:11:26.344+05:30| vmx| I120: TSC kHz estimates: vmmon 1994989, remembered 1994989, osReported 1995000. Using 1994989 kHz.
2014-06-27T10:11:26.344+05:30| vmx| I120: TSC first measured delta 0
2014-06-27T10:11:26.344+05:30| vmx| I120: TSC min delta 0
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: RefClockToPTSC 0 @ 1948232Hz -> 0 @ 1994989000Hz
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: RefClockToPTSC ((x * 4294966073) >> 22) + -709145112373
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: tscOffset -764437781500
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: using TSC
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: hardware TSCs are synchronized.
2014-06-27T10:11:26.344+05:30| vmx| I120: PTSC: current PTSC=244170
2014-06-27T10:11:26.344+05:30| vmx| I120: VMIOP: Init started
2014-06-27T10:11:26.376+05:30| vmx| I120: MACWireless: registered wireless module "emulated"
2014-06-27T10:11:26.376+05:30| vmx| I120: ConfigCheck: No rules file found. Checks are disabled.
2014-06-27T10:11:26.376+05:30| vmx| I120: changing directory to E:\SOASTA\CloudTest Lite.vmwarevm\.
2014-06-27T10:11:26.376+05:30| vmx| I120: Config file: E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx
2014-06-27T10:11:26.391+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0
2014-06-27T10:11:26.391+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1878, success=1 additionalError=0
2014-06-27T10:11:26.391+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\vmware-2.log): The system cannot find the file specified (2)
2014-06-27T10:11:26.485+05:30| vmx| I120: VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOn without reset, soft, softOptionTimeout: 0.
2014-06-27T10:11:26.485+05:30| vmx| I120: Tools: sending 'OS_PowerOn' (state = 3) state change request
2014-06-27T10:11:26.485+05:30| vmx| I120: Tools: Delaying state change request to state 3.
2014-06-27T10:11:26.485+05:30| vmx| W110: PowerOn
2014-06-27T10:11:26.485+05:30| vmx| I120: VMX_PowerOn: VMX build 1379776, UI build 1379776
2014-06-27T10:11:26.500+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1871, success=1 additionalError=0
2014-06-27T10:11:26.532+05:30| vmx| I120: HOST Windows version 6.2, build 9200, platform 2, ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- USER PREFERENCES C:\Users\Administrator\AppData\Roaming\VMware\preferences.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.license.maxNum = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.license0.version = "10.0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.license0.registrationViewed = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.license0.lastEvalReminder = "30"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.hostMRU.count = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.hostMRU0.name = "localhost"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window.count = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.tab.count = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.tab0.dest = ""
2014-06-27T10: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-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.tab0.type = "vm"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.tab0.focused = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.sidebar = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.sidebar.width = "200"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.statusBar = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.tabs = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.thumbnailBar = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.thumbnailBar.size = "100"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.thumbnailBar.view = "opened-vms"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.placement.left = "130"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.placement.top = "130"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.placement.right = "1070"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.placement.bottom = "739"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.ws.session.window0.maximized = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmWizard.guestKey = "winxppro"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmWizard.installMediaType = "iso"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmWizard.isoLocationMRU.count = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmWizard.isoLocationMRU0.location = "F:\XP 32bit\en_winxp_pro_x86_build2600_iso.iso"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.mruVM0.filename = "E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.mruVM0.displayName = "CloudTest Lite"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.mruVM0.index = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.eula.count = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.eula0.product = "VMware Player"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pref.eula0.build = "1410761"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- USER DEFAULTS C:\Users\Administrator\AppData\Roaming\VMware\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- HOST DEFAULTS C:\ProgramData\VMware\VMware Player\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "32552"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.componentDownloadEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled.epoch = "32552"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.simplifiedUI = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- SITE DEFAULTS C:\ProgramData\VMware\VMware Player\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "32552"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.componentDownloadEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled.epoch = "32552"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.simplifiedUI = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- NONPERSISTENT
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT snapshot.numRollingTiers = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT RemoteDisplay.vnc.enabled = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmx.stdio.keep = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT gui.available = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- COMMAND LINE
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT snapshot.numRollingTiers = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT RemoteDisplay.vnc.enabled = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmx.stdio.keep = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT gui.available = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- RECORDING
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT snapshot.numRollingTiers = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT RemoteDisplay.vnc.enabled = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmx.stdio.keep = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT gui.available = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- CONFIGURATION E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT config.version = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT virtualHW.version = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT scsi0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT scsi0.virtualDev = "lsilogic"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT memsize = "2048"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.connectionType = "bridged"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.virtualDev = "e1000"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.wakeOnPcktRcv = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.addressType = "generated"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.linkStatePropagation.enable = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ehci.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT sound.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT sound.fileName = "-1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT sound.autodetect = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT serial0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT serial0.fileType = "thinprint"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge4.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge4.virtualDev = "pcieRootPort"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge4.functions = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge5.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge5.virtualDev = "pcieRootPort"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge5.functions = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge6.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge6.virtualDev = "pcieRootPort"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge6.functions = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge7.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge7.virtualDev = "pcieRootPort"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge7.functions = "8"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmci0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT roamingVM.exitBehavior = "go"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT tools.syncTime = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT displayName = "CloudTest Lite"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT guestOS = "centos-64"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT nvram = "CloudTest Lite.nvram"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT virtualHW.productCompatibility = "hosted"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT printers.enabled = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT proxyApps.publishToHost = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT tools.upgrade.policy = "upgradeAtPowerCycle"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT powerType.powerOff = "soft"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT powerType.powerOn = "soft"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT powerType.suspend = "soft"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT powerType.reset = "soft"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT extendedConfigFile = "CloudTest Lite.vmxf"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT numvcpus = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.generatedAddress = "00:0c:29:f1:09:11"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT uuid.location = "56 4d c3 7c ec 7f 2a 8c-e5 28 c1 d7 35 f1 09 11"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT uuid.bios = "56 4d c3 7c ec 7f 2a 8c-e5 28 c1 d7 35 f1 09 11"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT cleanShutdown = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT replay.supported = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT replay.filename = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge0.pciSlotNumber = "17"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge4.pciSlotNumber = "21"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge5.pciSlotNumber = "22"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge6.pciSlotNumber = "23"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT pciBridge7.pciSlotNumber = "24"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT scsi0.pciSlotNumber = "16"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb.pciSlotNumber = "32"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.pciSlotNumber = "33"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT sound.pciSlotNumber = "34"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ehci.pciSlotNumber = "35"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmci0.pciSlotNumber = "36"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmotion.checkpointFBSize = "67108864"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.generatedAddressOffset = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vmci0.id = "1042150165"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT tools.remindInstall = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT uuid.action = "create"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT msg.autoAnswer = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.vnet = "vmnet2"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.bsdName = "en0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ethernet0.displayName = "Ethernet"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide0:1.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide0:1.fileName = "Virtual Disk 2.vmdk"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide0:1.redo = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT hpet0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb.vbluetooth.startConnected = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT vcpu.hotadd = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT mem.hotadd = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:1.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT softPowerOff = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:1.speed = "2"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:1.deviceType = "hub"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:1.port = "1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:1.parent = "-1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT checkpoint.vmState = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT bios.bootOrder = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT bios.hddOrder = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:0.deviceType = "hid"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:0.port = "0"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT usb:0.parent = "-1"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT monitor.phys_bits_used = "40"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT workingDir = "."
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide1:0.present = "TRUE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide1:0.fileName = "Virtual Disk.vmdk"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide1:0.redo = ""
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT ide0:0.present = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT scsi0:0.present = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT floppy0.present = "FALSE"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- USER DEFAULTS C:\Users\Administrator\AppData\Roaming\VMware\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- HOST DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "13961"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.componentDownloadEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled.epoch = "13961"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT authd.client.port = "903"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT authd.proxy.nfc = "vmware-hostd:ha-nfc"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- SITE DEFAULTS C:\ProgramData\VMware\VMware Workstation\config.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "13961"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.componentDownloadEnabled = "yes"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled = "no"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT installerDefaults.dataCollectionEnabled.epoch = "13961"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT authd.client.port = "903"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT authd.proxy.nfc = "vmware-hostd:ha-nfc"
2014-06-27T10:11:26.532+05:30| vmx| I120: DICT --- GLOBAL SETTINGS C:\ProgramData\VMware\VMware Workstation\settings.ini
2014-06-27T10:11:26.532+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0
2014-06-27T10:11:26.594+05:30| vmx| I120: hostCpuFeatures = 0x4000fc
2014-06-27T10:11:26.594+05:30| vmx| I120: hostNumGenPerfCounters = 2
2014-06-27T10:11:26.594+05:30| vmx| I120: hostNumFixedPerfCounters = 3
2014-06-27T10:11:26.594+05:30| vmx| I120: hostPerfCtrArch = 2
2014-06-27T10:11:26.594+05:30| vmx| I120: CPU0: PMC: IA32, CORE 2 [c:0 f:1 e:1]
2014-06-27T10:11:26.610+05:30| vmx| I120: MONITOR MODE: allowed modes : BT
2014-06-27T10:11:26.610+05:30| vmx| I120: MONITOR MODE: user requested modes : BT HV HWMMU
2014-06-27T10:11:26.610+05:30| vmx| I120: MONITOR MODE: guestOS preferred modes: HWMMU BT HV
2014-06-27T10:11:26.610+05:30| vmx| I120: MONITOR MODE: filtered list : BT
2014-06-27T10:11:26.610+05:30| vmx| I120: MsgHint: msg.monitor.BTnoLM2
2014-06-27T10:11:26.610+05:30| vmx| I120+ Binary translation is incompatible with long mode on this platform. Long mode will be disabled in this virtual environment. Applications requiring long mode will not function properly as a result. See http://vmware.com/info?id=152 for more details.
2014-06-27T10:11:26.610+05:30| vmx| I120+ ---------------------------------------
2014-06-27T10:11:26.610+05:30| vmx| I120: MsgIsAnswered: Using builtin default 'OK' as the answer for 'msg.monitor.BTnoLM2'
2014-06-27T10:11:26.610+05:30| vmx| I120: HV Settings: virtual exec = 'software'; virtual mmu = 'software'
2014-06-27T10:11:26.828+05:30| vmx| I120: OvhdMem_PowerOn: lib/overheadmem: paged 339753 nonpaged 37190 anonymous 16207
2014-06-27T10:11:26.828+05:30| vmx| I120: OvhdMem_PowerOn: initial admission: paged 181587 nonpaged 36393 anonymous 8432
2014-06-27T10:11:26.828+05:30| vmx| I120: VMMEM: Initial Reservation: 16776052MB (MainMem=2048MB)
2014-06-27T10:11:26.828+05:30| vmx| I120: MemSched_PowerOn: balloon minGuestSize 52428 (80% of min required size 65536)
2014-06-27T10:11:26.828+05:30| vmx| I120: MemSched: reserved mem (in MB) min 128 max 2973 recommended 2973
2014-06-27T10:11:26.828+05:30| vmx| I120: PShare: enabled 1 adaptive 1 scanRate [16, 400]
2014-06-27T10:11:26.828+05:30| vmx| I120: MemSched: pg 181587 np 36393 anon 8432 mem 524288
2014-06-27T10:11:26.921+05:30| vmx| I120: MemSched: numvm 1 locked pages: num 0 max 752896
2014-06-27T10:11:26.921+05:30| vmx| I120: MemSched: locked Page Limit: host 917427 config 761088 dynam 805822
2014-06-27T10:11:26.921+05:30| vmx| I120: MemSched: minmempct 50 minalloc 0 admitted 1
2014-06-27T10:11:26.921+05:30| vmx| W110: NUMA: automatic VM sizing request ignored
2014-06-27T10:11:26.984+05:30| vmx| I120: LICENSE: Running in restricted mode
2014-06-27T10:11:26.984+05:30| WinNotifyThread| I120: VTHREAD start thread 4 "WinNotifyThread" host id 2856
2014-06-27T10:11:26.984+05:30| WinNotifyThread| I120: WinNotify thread is alive
2014-06-27T10:11:27.030+05:30| vthread-5| I120: VTHREAD start thread 5 "vthread-5" host id 2860
2014-06-27T10:11:27.030+05:30| vmx| I120: PolicyVMXFindPolicyKey: policy file does not exist.
2014-06-27T10:11:27.077+05:30| vmx| I120: PolicyVMXFindPolicyKey: policy file does not exist.
2014-06-27T10:11:27.218+05:30| vmx| I120: Host IPI vectors: 0 0. Monitor IPI vector: 0
2014-06-27T10:11:27.218+05:30| vmx| I120: Monitor_PowerOn: HostedVSMP skew tracking is disabled
2014-06-27T10:11:27.218+05:30| vmx| I120: Monitor64_PowerOn()
2014-06-27T10:11:27.218+05:30| vmx| I120: Loaded worldswitch: .wsBody64. Size = 480.
2014-06-27T10:11:27.218+05:30| vmx| I120: Successfully loaded worldswitch fault handlers from .switchNMI. Size = 240.
2014-06-27T10:11:27.218+05:30| vmx| I120: vmm64-modules: [vmm.vmm64, mmu-nohv.vmm64, vprobe-none.vmm64, hv-none.vmm64, gphys-sw.vmm64, vmsafe-none.vmm64, callstack-none.vmm64, vmce-none.vmm64, vvtd-none.vmm64, {SharedInterVcpuVmxSection}, {SharedInterVcpuSection}, <MonSrcFile>, hvLoadedAsAddr=0x0, useNPTAsAddr=0x0, vcpusetFullAsAddr=0x1, numVCPUsAsAddr=0x1, busmemFrameMPNOffsetAsAddr=0xc, busmemFramesPerPgDivSh2AsAddr=0x7, busmemFramesPerPgDivSh1AsAddr=0x1, busmemFramesPerPgDivMulAsAddr=0x100000000, busmemFramesPerPageAsAddr=0x100, busmemFrameSizeAsAddr=0x10]
2014-06-27T10:11:27.218+05:30| vmx| I120: vmm64-vcpus: 1
2014-06-27T10:11:27.358+05:30| vmx| I120: KHZEstimate 1994989
2014-06-27T10:11:27.358+05:30| vmx| I120: MHZEstimate 1995
2014-06-27T10:11:27.358+05:30| vmx| I120: NumVCPUs 1
2014-06-27T10:11:27.358+05:30| vmx| I120: BusMemServices: page checkRate 16
2014-06-27T10:11:27.358+05:30| vmx| I120: UUID: location-UUID is 56 4d 5f d3 5d bd 48 fb-9f e3 df 76 40 63 bc 0a
2014-06-27T10:11:27.358+05:30| vmx| I120: UUID: location-UUID is 56 4d c3 7c ec 7f 2a 8c-e5 28 c1 d7 35 f1 09 11
2014-06-27T10:11:27.358+05:30| vmx| I120: UUID: location-UUID is 56 4d c3 7c ec 7f 2a 8c-e5 28 c1 d7 35 f1 09 11
2014-06-27T10:11:27.358+05:30| vmx| I120: AIOGNRC: numThreads=5 ide=2, scsi=0, passthru=0
2014-06-27T10:11:27.358+05:30| vmx| I120: WORKER: Creating new group with numThreads=5 (5)
2014-06-27T10:11:27.358+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx~): The system cannot find the file specified (2)
2014-06-27T10:11:27.436+05:30| vmx| I120: StateLogger::Replay State = 0
2014-06-27T10:11:27.436+05:30| vmx| I120: StateLogger::minDEThreshold: 70
2014-06-27T10:11:27.436+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx~): The system cannot find the file specified (2)
2014-06-27T10:11:27.607+05:30| vmx| I120: WORKER: Creating new group with numThreads=1 (6)
2014-06-27T10:11:27.607+05:30| vmx| I120: MainMem: CPT Host WZ=0 SOR=1 PF=2048 D=0
2014-06-27T10:11:27.607+05:30| vmx| I120: MainMem: CPT PLS=1 PLR=1 BS=1 BufM=0 BlkP=32 Mult=4 W=50
2014-06-27T10:11:27.607+05:30| vmx| I120: UUID: location-UUID is 56 4d c3 7c ec 7f 2a 8c-e5 28 c1 d7 35 f1 09 11
2014-06-27T10:11:27.623+05:30| vmx| I120: MainMem: Opened paging file, 'E:\SOASTA\CloudTest Lite.vmwarevm\564dc37c-ec7f-2a8c-e528-c1d735f10911.vmem'.
2014-06-27T10:11:27.623+05:30| vmx| I120: MMCHK: Disabling checks which are not forced, cannot do checks on certain processors.
2014-06-27T10:11:27.623+05:30| vmx| I120: MStat: Creating Stat vm.uptime
2014-06-27T10:11:27.623+05:30| vmx| I120: MStat: Creating Stat vm.suspendTime
2014-06-27T10:11:27.623+05:30| vmx| I120: MStat: Creating Stat vm.powerOnTimeStamp
2014-06-27T10:11:27.623+05:30| aioCompletion| I120: VTHREAD start thread 6 "aioCompletion" host id 1684
2014-06-27T10:11:27.670+05:30| vmx| I120: VMXAIOMGR: Using: simple=Generic unbuf=Compl
2014-06-27T10:11:27.732+05:30| vmx| I120: WORKER: Creating new group with numThreads=1 (7)
2014-06-27T10:11:27.857+05:30| vmx| I120: WORKER: Creating new group with numThreads=16 (23)
2014-06-27T10:11:27.857+05:30| Worker#0| I120: DISK: OPEN ide0:1 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk' persistent R[]
2014-06-27T10:11:27.872+05:30| vthread-7| I120: VTHREAD start thread 7 "vthread-7" host id 2848
2014-06-27T10:11:27.872+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [0]: "Virtual Disk 2-s001.vmdk" (0xa)
2014-06-27T10:11:27.872+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [1]: "Virtual Disk 2-s002.vmdk" (0xa)
2014-06-27T10:11:27.872+05:30| Worker#1| I120: DISK: OPEN ide1:0 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk' persistent R[]
2014-06-27T10:11:27.872+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [2]: "Virtual Disk 2-s003.vmdk" (0xa)
2014-06-27T10:11:27.872+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [3]: "Virtual Disk 2-s004.vmdk" (0xa)
2014-06-27T10:11:27.872+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [4]: "Virtual Disk 2-s005.vmdk" (0xa)
2014-06-27T10:11:27.888+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [5]: "Virtual Disk 2-s006.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [6]: "Virtual Disk 2-s007.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [7]: "Virtual Disk 2-s008.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [8]: "Virtual Disk 2-s009.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [9]: "Virtual Disk 2-s010.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [0]: "Virtual Disk-s001.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-DSCPTR: Opened [10]: "Virtual Disk 2-s011.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-LINK : Opened 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk' (0xa): twoGbMaxExtentSparse, 41943040 sectors / 20 GB.
2014-06-27T10:11:27.904+05:30| Worker#0| I120: DISKLIB-LIB : Opened "E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk" (flags 0xa, type twoGbMaxExtentSparse).
2014-06-27T10:11:27.904+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [1]: "Virtual Disk-s002.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [2]: "Virtual Disk-s003.vmdk" (0xa)
2014-06-27T10:11:27.904+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [3]: "Virtual Disk-s004.vmdk" (0xa)
2014-06-27T10:11:27.935+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [4]: "Virtual Disk-s005.vmdk" (0xa)
2014-06-27T10:11:27.935+05:30| Worker#0| I120: DiskGetGeometry: Reading of disk partition table
2014-06-27T10:11:27.935+05:30| Worker#0| I120: DISK: Disk 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk' has UUID '60 00 c2 9a 0e f3 63 6f-ca 06 53 32 43 c7 e9 eb'
2014-06-27T10:11:27.935+05:30| Worker#0| I120: DISK: OPEN 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk' Geo (41610/16/63) BIOS Geo (44384/15/63)
2014-06-27T10:11:27.935+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [5]: "Virtual Disk-s006.vmdk" (0xa)
2014-06-27T10:11:27.997+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [6]: "Virtual Disk-s007.vmdk" (0xa)
2014-06-27T10:11:28.044+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [7]: "Virtual Disk-s008.vmdk" (0xa)
2014-06-27T10:11:28.075+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [8]: "Virtual Disk-s009.vmdk" (0xa)
2014-06-27T10:11:28.091+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [9]: "Virtual Disk-s010.vmdk" (0xa)
2014-06-27T10:11:28.122+05:30| Worker#1| I120: DISKLIB-DSCPTR: Opened [10]: "Virtual Disk-s011.vmdk" (0xa)
2014-06-27T10:11:28.122+05:30| Worker#1| I120: DISKLIB-LINK : Opened 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk' (0xa): twoGbMaxExtentSparse, 41943040 sectors / 20 GB.
2014-06-27T10:11:28.122+05:30| Worker#1| I120: DISKLIB-LIB : Opened "E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk" (flags 0xa, type twoGbMaxExtentSparse).
2014-06-27T10:11:28.122+05:30| Worker#1| I120: DiskGetGeometry: Reading of disk partition table
2014-06-27T10:11:28.138+05:30| Worker#1| I120: DISK: Disk 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk' has UUID '60 00 c2 90 fd b7 14 db-bc f1 f9 76 cc 7e 20 8b'
2014-06-27T10:11:28.138+05:30| Worker#1| I120: DISK: OPEN 'E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk' Geo (41610/16/63) BIOS Geo (2610/255/63)
2014-06-27T10:11:28.325+05:30| Worker#0| I120: DISKUTILWIN32: DiskUtilW32IsATASSDDevice: Reported rotation rate = 0
2014-06-27T10:11:28.559+05:30| Worker#1| I120: DISKUTILWIN32: DiskUtilW32IsATASSDDevice: Reported rotation rate = 0
2014-06-27T10:11:28.559+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx~): The system cannot find the file specified (2)
2014-06-27T10:11:28.714+05:30| vmx| I120: DISK: Opening disks took 858 ms.
2014-06-27T10:11:28.714+05:30| vmx| I120: TimeTracker host to guest rate conversion 4745597640 @ 1994989000Hz -> 0 @ 1994989000Hz
2014-06-27T10:11:28.714+05:30| vmx| I120: TimeTracker host to guest rate conversion ((x * 2147483648) >> 31) + -4745597640
2014-06-27T10:11:28.714+05:30| vmx| I120: timeTracker.globalProgressMaxAllowanceMS: 2000
2014-06-27T10:11:28.714+05:30| vmx| I120: timeTracker.globalProgressToAllowanceNS: 1000
2014-06-27T10:11:28.730+05:30| vmx| I120: USB: Initializing 'Virtual Hub' backend
2014-06-27T10:11:28.730+05:30| vmx| I120: USB: Initializing 'Generic' backend
2014-06-27T10:11:28.761+05:30| vmx| I120: USBGW: Write arbitrator op:15 len:4
2014-06-27T10:11:28.761+05:30| vmx| I120: USBGW: Write arbitrator op:0 len:4
2014-06-27T10:11:28.777+05:30| vmx| I120: USBGW: Write arbitrator op:27 len:79
2014-06-27T10:11:28.777+05:30| vmx| I120: USBGW: Write arbitrator op:13 len:19
2014-06-27T10:11:28.777+05:30| vmx| I120: USB: Initializing 'Virtual HID' backend
2014-06-27T10:11:28.777+05:30| vmx| I120: USB: Initializing 'Remote Device' backend
2014-06-27T10:11:28.777+05:30| vmx| I120: RemoteUSBVMX: Retrieved hostId [44 45 4c 4c 56 00 10 50-80 34 c6 c0 4f 31 42 53]
2014-06-27T10:11:28.777+05:30| vmx| I120: RemoteUSBVMX: Protocol version min:15 current:16
2014-06-27T10:11:28.777+05:30| vmx| I120: RemoteUSBVMX: no delay setting is TRUE.
2014-06-27T10:11:28.777+05:30| vmx| I120: USB: Initializing 'Virtual Mass Storage' backend
2014-06-27T10:11:28.777+05:30| vmx| I120: USB: Initializing 'Virtual CCID' backend
2014-06-27T10:11:28.777+05:30| sensorThread| I120: VTHREAD start thread 8 "sensorThread" host id 3920
2014-06-27T10:11:28.792+05:30| vmx| I120: USB-CCID: Could not establish context: SCARD_E_NO_SERVICE(0x8010001d).
2014-06-27T10:11:28.792+05:30| vmx| I120: USB-CCID: Could not establish context: SCARD_E_NO_SERVICE(0x8010001d).
2014-06-27T10:11:28.792+05:30| vmx| I120: USB: Initializing 'Virtual Bluetooth' backend
2014-06-27T10:11:28.792+05:30| vmx| I120: USB: Initializing 'Virtual Audio' backend
2014-06-27T10:11:28.792+05:30| usbCCIDEnumCards| I120: VTHREAD start thread 9 "usbCCIDEnumCards" host id 2876
2014-06-27T10:11:28.792+05:30| usbCCIDEnumCards| I120: USB-CCID: Card enum thread created.
2014-06-27T10:11:28.855+05:30| vmx| I120: USBGW: Skipping disk backing for file (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx).
2014-06-27T10:11:28.855+05:30| vmx| I120: USBGW: Skipping disk backing for file (E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk.vmdk).
2014-06-27T10:11:28.855+05:30| vmx| I120: USBGW: Skipping disk backing for file (E:\SOASTA\CloudTest Lite.vmwarevm\Virtual Disk 2.vmdk).
2014-06-27T10:11:28.855+05:30| vmx| I120: USBGW: Skipping disk backing for file (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmsd).
2014-06-27T10:11:28.855+05:30| vmx| I120: USBGW: Skipping disk backing for file (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.nvram).
2014-06-27T10:11:28.855+05:30| usbCCIDEnumCards| I120: USB-CCID: Could not establish context: SCARD_E_NO_SERVICE(0x8010001d).
2014-06-27T10:11:28.902+05:30| vmx| I120: MKS PowerOn
2014-06-27T10:11:28.902+05:30| mks| I120: VTHREAD start thread 1 "mks" host id 2880
2014-06-27T10:11:28.902+05:30| mks| I120: MKS thread is alive
2014-06-27T10:11:28.917+05:30| mksInput| I120: VTHREAD start thread 10 "mksInput" host id 336
2014-06-27T10:11:28.917+05:30| mouse| I120: VTHREAD start thread 11 "mouse" host id 3912
2014-06-27T10:11:28.917+05:30| kbh| I120: VTHREAD start thread 12 "kbh" host id 1292
2014-06-27T10:11:28.917+05:30| mks| I120: MKSWin32: Registering top level window (0x2061c) to receive session change notification.
2014-06-27T10:11:28.917+05:30| mks| I120: Failed to load D3DX9 library.
2014-06-27T10:11:28.933+05:30| mks| I120: MKS-RenderMux: Collecting RenderOps caps...
2014-06-27T10:11:28.933+05:30| mks| I120: KHBKL: Unable to parse keystring at: ''
2014-06-27T10:11:28.933+05:30| mks| I120: MKS-RemoteMgr: Set default display name: CloudTest Lite
2014-06-27T10:11:28.933+05:30| mks| I120: MKS-RemoteMgr: Loading VNC Configuration from VM config file
2014-06-27T10:11:28.933+05:30| mks| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)
2014-06-27T10:11:28.933+05:30| vmx| I120: VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks
2014-06-27T10:11:28.933+05:30| vmx| I120: VMXNET: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks, dontClusterSize is 128
2014-06-27T10:11:28.948+05:30| vmx| I120: NetPkt: checksum cycles/kB: C=70 asm1=821 asm2=391
2014-06-27T10:11:28.948+05:30| vmx| I120: NetPkt: copy and sum cycles/kB: C=473 asm1=934 asm2=411
2014-06-27T10:11:28.948+05:30| vmx| I120: Chipset version: 0x17
2014-06-27T10:11:28.979+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx~): The system cannot find the file specified (2)
2014-06-27T10:11:29.042+05:30| vmx| I120: Msg_Post: Error
2014-06-27T10:11:29.042+05:30| vmx| I120: [msg.disk.slavenomaster] The IDE device (disks/CD-ROM) configuration is incorrect. There is an IDE slave with no master at ide0:1. This configuration does not work correctly in virtual machines. Move the disk/CD-ROM from ide0:1 to ide0:0 using the configuration editor.
2014-06-27T10:11:29.042+05:30| vmx| I120: ----------------------------------------
2014-06-27T10:11:29.042+05:30| vmx| I120: MsgIsAnswered: Using builtin default 'OK' as the answer for 'msg.disk.slavenomaster'
2014-06-27T10:11:29.042+05:30| vmx| I120: Module DevicePowerOn power on failed.
2014-06-27T10:11:29.042+05:30| vmx| I120: VMX_PowerOn: ModuleTable_PowerOn = 0
2014-06-27T10:11:29.057+05:30| mks| I120: MKS PowerOff
2014-06-27T10:11:29.057+05:30| mks| I120: MKS thread is exiting
2014-06-27T10:11:29.057+05:30| usbCCIDEnumCards| I120: USB-CCID: Card enum thread exiting.
2014-06-27T10:11:29.057+05:30| vmx| I120: ide1:0: numIOs = 1 numMergedIOs = 0 numSplitIOs = 0 ( 0.0%)
2014-06-27T10:11:29.057+05:30| vmx| I120: Closing disk ide1:0
2014-06-27T10:11:29.369+05:30| vmx| I120: ide0:1: numIOs = 1 numMergedIOs = 0 numSplitIOs = 0 ( 0.0%)
2014-06-27T10:11:29.369+05:30| vmx| I120: Closing disk ide0:1
2014-06-27T10:11:29.884+05:30| vmx| I120: AIOWIN32C: asyncOps=4 syncOps=176 bufSize=0Kb fixedOps=0 sgOps=2 sgOn=1
2014-06-27T10:11:29.884+05:30| aioCompletion| I120: AIO thread processed 4 completions
2014-06-27T10:11:29.899+05:30| vmx| I120: FILE: FileDeletionRetry: Non-retriable error encountered (E:\SOASTA\CloudTest Lite.vmwarevm\CloudTest Lite.vmx~): The system cannot find the file specified (2)
2014-06-27T10:11:29.946+05:30| vmx| I120: Vix: [2868 mainDispatch.c:1222]: VMAutomationPowerOff: Powering off.
2014-06-27T10:11:29.946+05:30| vmx| I120: Policy_SavePolicyFile: invalid arguments to function.
2014-06-27T10:11:29.946+05:30| vmx| I120: PolicyVMX_Exit: Could not write out policies: 15.
2014-06-27T10:11:29.946+05:30| vmx| I120: WORKER: asyncOps=2 maxActiveOps=2 maxPending=0 maxCompleted=1
2014-06-27T10:11:29.946+05:30| WinNotifyThread| I120: WinNotify thread exiting
2014-06-27T10:11:29.962+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0
2014-06-27T10:11:29.962+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2014-06-27T10:11:29.962+05:30| vmx| I120: Transitioned vmx/execState/val to poweredOff
2014-06-27T10:11:29.962+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=0 additionalError=0
2014-06-27T10:11:29.962+05:30| vmx| I120: Vix: [2868 mainDispatch.c:4024]: Error VIX_E_FAIL in VMAutomation_ReportPowerOpFinished(): Unknown error
2014-06-27T10:11:29.993+05:30| vmx| I120: Vix: [2868 mainDispatch.c:3985]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2014-06-27T10:11:29.993+05:30| vmx| I120: Transitioned vmx/execState/val to poweredOff
2014-06-27T10:11:29.993+05:30| vmx| I120: VmdbPipeStreamsOvlError Couldn't read: (109) The pipe has been ended.
2014-06-27T10:11:29.993+05:30| vmx| I120: VmdbCnxDisconnect: Disconnect: closed pipe for pub cnx '/db/connection/#1/' (-32)
2014-06-27T10:11:30.055+05:30| vmx| I120: VMIOP: Exit
2014-06-27T10:11:30.055+05:30| vmx| I120: Vix: [2868 mainDispatch.c:861]: VMAutomation_LateShutdown()
2014-06-27T10:11:30.055+05:30| vmx| I120: Vix: [2868 mainDispatch.c:811]: VMAutomationCloseListenerSocket. Closing listener socket.
2014-06-27T10:11:30.055+05:30| vmx| I120: Flushing VMX VMDB connections
2014-06-27T10:11:30.055+05:30| vmx| I120: VMX exit (0).
2014-06-27T10:11:30.102+05:30| vmx| I120: AIOMGR-S : stat o=4 r=12 w=0 i=0 br=196608 bw=0
2014-06-27T10:11:30.102+05:30| vmx| I120: OBJLIB-LIB: ObjLib cleanup done.
2014-06-27T10:11:30.102+05:30| vmx| I120: FileTrack_Exit: done
Install VMware tools in nested XenServer 6.2
So yeah, VMware was kind enough to push the nested ESXi VIB for official VMware tools. That said, apparently some people have had success with nested CentOS 6.5 with Xen installing the official VMware tools within that. Is there a way to force official tools onto a nested XenServer, or perhaps the near equivalent open-vm-tools? It doesn't appear that Citrix is kind enough to offer such a precompiled patch.
Running it on ESXi 5.5 would increase the odds of success, but as of this moment fully patched up, my instance of XenServer 6.2 shows tools as not installed (not even unsupported).
Anybody have luck with this?