Sort of put the virtual device node / drive SCSI ID?

Is it possible to define, through PowerCLI, the virtual device node / SCSI disk ID of a VM hard drive to the specific address?  We need to pin a high specific controllers virtual machine disks and disk IDs to ensure the consistency of multiple deployments.  Bring on the specific controller was easy, but I was not able to find a way to set the ID of the disk.

Thank you!

Hello, stromcooper-

You can use the method ReconfigVM() to a VirtualMachine object to change this.  It is the property UnitNumber to the VirtualDisk and you create some context objects to make the change, such as:

## the VM on which to change a disk's SCSI ID$strVMToUpdate = "someVM"## get the VM$vmToUpdate = Get-VM $strVMToUpdate## get the hard disk to change; assumes it is called "Hard disk 2" here$hdskToChange = Get-HardDisk -VM $vmToUpdate -Name "Hard disk 2"

## create a new VirtualMachineConfigSpec, with which to make the change to the VM's disk$spec = New-Object VMware.Vim.VirtualMachineConfigSpec## create a new VirtualDeviceConfigSpec$spec.deviceChange = New-Object VMware.Vim.VirtualDeviceConfigSpec$spec.deviceChange[0].operation = "edit"## populate the "device" property with the existing info from the hard disk to change$spec.deviceChange[0].device = $hdskToChange.ExtensionData## then, change the second part of the SCSI ID (the UnitNumber)$spec.deviceChange[0].device.unitNumber = 8## reconfig the VM with the updated ConfigSpec (VM must be powered off)$vmToUpdate.ExtensionData.ReconfigVM_Task($spec)

The line where it is implemented. .unitNumber to '8' is where you would put your ID desired.  This piece of code maintains the VirtualDisk on the same SCSI controller on which it is already located.  Note: the virtual computer must be turned off for the task to reconfigure.

How does do for you?

Tags: VMware

Similar Questions

  • Raw devices + Virtual device Node

    Hello

    I made a litte script for the WDR level.

    the release is scheduled for the html. I have attached the script

    I made a summons of ability for the Rdm.

    the only thing I'm missing is the

    'Virtual device node.

    SCSI (x: x)

    I looked at the config.hardware.device.

    but I can not find the name for the disc label.

    May is a way to interrogate the SCSI ID?

    THX

    Max

    Try the attached script to see if that produces what you want.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • the virtual machine monitor driver required by the virtual machine is missing

    Hello
    After you install virtual pc xp2 and when I run this program I got this messege (the virtual machine monitor driver required by the virtual machine is missing)
    What is the answer

    Hi jameelaswad,

    The question you have posted is better suited in the forums of Virtual PC. Please see the following link for more information.

    Windows Virtual PC / Windows XP Mode Forum

  • When I put the virtual memory in windows vista is it ok! to enter the same size (MB) the initial size and maximum size boxes example 2877 (MB's) entered the two box?

    When I put the virtual memory in windows vista Home premium is ok! to enter the boxes the same size (MB) "initial size and the Maximum size" example 2877 (MB's) entered in each box for initial and maximum size?

    Yes, you can do it. The minimum must be large enough to contain an image of the core. If the maximum is too small, you will get the unpleasant results.

    This article has some tips on the size of the page file at the end.

    http://blogs.technet.com/b/markrussinovich/archive/2008/11/17/3155406.aspx

  • I get an error message about the virtual device Drivers__as said in the body - section add details below.

    SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers. VDD. format of pilot of virtual device in the registry is invalid. Choose 'Close' to terminate the application.

    You try to run an old MS-DOS program in Vista?

    "16-bit programs are not supported on 64 bit versions of Windows Vista or Windows 7."

    Some 16-bit DOS programs and the command prompt does not work in mode full screen in Windows Vista and Windows 7
    http://support.Microsoft.com/kb/926657

    If it is not something like the above, you may have to get clarification on what you try to do when you see this error message.

    http://www.Google.com.au/search?q=virtual+device+driver+format+in+the+registry+is+invalid&SourceID=IE7&RLS=com.Microsoft:-to the: IE-SearchBox & ie = & oe = & redir_esc = & ei = yCCMS_bsGoze7APkzKSzDQ

    How to troubleshoot a program that does not run as expected once it is installed on Windows Vista
    http://support.Microsoft.com/kb/931362/en-us

    Make older programs in this version of Windows
    http://windowshelp.Microsoft.com/Windows/en-us/help/bf416877-c83f-4476-a3da-8ec98dcf5f101033.mspx

    Windows Vista Compatibility Center
    http://www.Microsoft.com/Windows/compatibility/details.aspx

  • SCSI driver is missing in the virtual machine. Driver is missing in the provided website. Instructions on how to install the driver (once you find) are missing.

    I get the text following error encrypted every time that I boot Windows XP in VMWare Fusion, since I've upgraded to version 4.02 a few months ago.  So I upgraded to version 5.02 hoping the error would go, but he didn't.

    When I try to start it, it says "he has at least a virtual SCSI device installed on this virtual Windows XP computer.

    Windows XP does not include the drivers for the card SCSI BusLogic VMware Fusion uses virtual SCSI devices.
    To use these virtual SCSI devices, install the VMware driver in the virtual machine. "Download the driver of"http://vmware.com/info?id=43"."
    Once I have to dismiss the message, everything seems to work properly.  How can I make this message disappear?

    I tried to go to the useless link that is provided (http://vmware.com/info?id=43), but it takes me just for a general download for all VMWare products page.  Then I tried searching for "SCSI" but it does not have the driver, I'm supposedly dedicated research

    After doing a bit of searching around, I finally found a driver called "vmscsi - 1.2.0.4.flp ', I connect to my virtual floppy drive.  Once I did, my virtual machine wouldn't boot (I get the error "NTDLR is missing.)  I then unplugged the virtual floppy drive, and now my virtual machine starts again.  I then re-connected the drive floppy and discovered the following content:
    Disk.Tag
    Txtsetup.OEM
    vmscsi.cat
    vmscsi.inf
    smscsi.sys
    OK... Now what?  No installer?  What the hell am I supposed to do with it?  I tried a double click on all of these files and have no significant results.  When the pilot is supposed to go?  No instructions? -What VMware calls "support"?

    The VMware Tools GUI has been removed because it has now integrated with the Virtual Machine settings, however you can still use the command line.

    C:\Program Files\VMware\VMware Tools>vmwaretoolboxcmd help
    Usage: vmwaretoolboxcmd  [options] [subcommand]
    Type 'vmwaretoolboxcmd help ' for help on a specific command.
    Type 'vmwaretoolboxcmd -v' to see the VMware Tools version.
    Use '-q' option to suppress stdout output.
    Most commands take a subcommand.
    Available commands:
       device
       disk
       script
       stat
       timesync
       upgrade (not available on all operating systems)
    
  • Can I use a SATA drive in the virtual host as a SCSI disk in virtual machine?

    I'm under (64-bit) 2008 R2 RC as host and VMware Workstation 6.5.2. I installed a linux VM, the distribution doesn't really matter, but now I use Debian 5.01 AMT64. I am trying to use SATA drives to the host as drive virtual in the VM, but not successful. Here's what I did.

    -In the virtual machine of VMware Workstation. Add - & gt; hard drive - & gt; use a physical disk - & gt; Choose the device (use entire disk) - & gt; Finishing

    The drive is affected as IDE drive. Here's the first question, I can use it as a SCSI drive? There are only 4 available in CD-ROM and VM IDE drive takes one. I want to be able to use 10 disks.

    -L' use above configuration, if I start the VM, I don't know where devices are. I can't find any device in the name of/dev/hda, / dev/hdb etc.

    Here is my second question. Where are the devices on a virtual computer that were created as virtual disks?

    Hello

    with 2 k 3, you won't have these problems.

    VMware affect physical as IDE disks if the host sees as IDE. He attributes as SCSI host sees the SATA or SCSI drives.

    If you want to change that - you can use this old post of mine. If the descriptor of uncertain post before use you it so that I make the changes.

    Ulli

    ___________________________________

    VMX-settings- VMware-liveCD - VM-infirmary

  • Where to put the virtual machine in a field of muti-user PC?

    Have the virtual machine just like I want but its currently located under the user name of the administrator who was connected when it is created.  Is there a better way to put the file to the Virtual Machine somewhere NOT specific user to all connected users can access from a shortcut on the desktop?  Thank you.

    Hello.

    You can place it everywhere where is most convenient.  I usually use something short like C:\VMs, so I can't look away!

    Good luck!

  • How to reinstall the OS on a virtual machine in the virtual machine Linux drive?

    Hello

    I have problems reinstall OS in a VM Linux (on the Linux host).  I change the CD/DVD (IDE) to connect to an ISO file, save and then play the virtual machine.  I tired send "Ctrl + Alt + Delete", running after stopping, etc., but it will not re - install the new ISO standard (each time it's booting of the operating system already installed).  How can I force the VM to re - install a new ISO standard?

    Thank you.

    -Superfoti

    Hello

    You can delay the start of the machine, press ESC at startup and choose to boot from the CD to the virtual machine. You can also change the boot order in the Bios to automatically boot from the CD first.

    Take a look at the following kb for details on how to change the way the virtual machine starts.

    Good luck!

    Concerning

    Franck

  • Installation of the EBS on the virtual computer node

    Hi Experts,

    That's a dumb newbie question: really grateful if someone could enlighten me here. Thanks in advance!

    I want to convert instance EBS R12 Vision CARS for this machine at least 2 or node are required. But I have only one machine that have 48GB of RAM and 2 TB HARD drive.
    recently, I installed EBS12.1 Vision and improved its database of 11.1.0.7 to 11.2.0.3(on RHEL 6 2.6.32-71.el6.x86_64)
    on this machine.  Since I only this machine so the only option for me to configure a virtual machine on it in order to have the required minimum 2 node
    for the installation of clustware RAC 11 GR 2

    But the problem is that VMware Server 2 seems to be incompatible with the RHEL6 (as a host). I tried to install it and ran into the error.
    The rpm install very well, but it got stuck when running usr/bin/vmware-config.pl. The script does not find any module before generation which are suitable for the nucleus,
    so I tried to compile a custom but exit with error. ... After much go0gling and on the VMware community forums
    I found that VMware Server is no longer supported by VMware and doesn't work on 64bits RHEL6.


    my query is so what are other free tools similar to VMware Server I could use to make another virtual machine for CARS or for the installation of IDM Database 11 g?

    What are the differences between VMware Workstation and VMware Server?

    is Vmware workstation can be used to install EBS after installation on RHEL 6?


    Any suggestions on this subject would be most welcome!


    Thank you
    Priya

    One solution is to use Virtualbox - https://www.virtualbox.org/

    I haven't used VMWare, while others will have to comment on the differences between the two products

    HTH
    Srini

  • What is the best way to move the node for virtual device to an IDE SCSI hard drive?

    I used PowerCLI on vSphere 5.0 5.5.

    I'm deploying VMDK that were created with a switch in Ghost from Symantec, which by default is the HDD to IDE interface.  How can I change the HD of IDE, SCSI using PowerCLI?

    We also seek to regenerate the VMDK with the correct setting in Ghost, but maybe it's not feasible.

    I looked at the post below, which seems close, but don't tell me how to change the Type as the disk ID number.

    Sort of put the virtual device node / drive SCSI ID?

    When I look at the vmdk on the host for the virtual machine, I can see that the ddb.adapterType field is set to "ide" and KB 1016192 - conversion of an IDE virtual disk to a virtual SCSI disk

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

    I need to have the value of "free", but I can't manually change the vmdk file.

    In addition, the hard drive has the VM operating system already installed on it, so I don't want to just remove it.

    Another related problem is that I can not put the type of SCSi LSI Logic SAS controller LSI Logic parallel (Windows VMs does not start if it has the value LSI Logic SAS). I just get an error "inconsistent backup specified for device 0.

    Appreciate any ideas.

    I thought that I would come back and update this post.  I got it works by changing a setting when I create the VMDK.

    I changed the way I created the VMDK via the Symantec ghost32.exe (version 11.5?) application by adding the following switch:

    -vmdkAdapter = free

    Ghost32-clone, mode = restoration, src = 'SRC %', dst = "% DEST" - vmdkAdapter free course =

    It worked for my Windows 2008 VMDK, don't know what he'll do for any other type.

    At the end of the day, I have never able to edit the VMX of PowerCLI file, although I got close enough.

    Regarding PowerCLI, I think I have corrupted files on the ESXi server and could never get around it. The steps were roughly as follows

    1. the Copy-DatastoreItem cmdlet to copy the file vm.vmx on the desktop of the local computer

    "2 use Get-Content to read file and change ddb.adapterType ="ide"with ddb.adapterType. =" free ".

    3. copy a ConvertTo-LinuxLineEnding cmdlet from the internet and remove CR/LF characters to the BYTE level; because nothing else has worked.  I still don't think it worked 100%.

    4 copy-DatastoreItem to copy the vmx file to the directory of the virtual machine.

    The vmx file has the correct setting and looks ok, but I think something is broken here, because when I use the VI Client to look at the data store, there are only 2 files in the directory. I don't know which more.

    5 remove-hard drive

    6 New-hard drive - vm $vmObj - diskpath "[datastoreName] vm/vm.vmdk", at this point, I get "the path of the specified disc is inaccessible or does not exist.  It is probably because I have damaged the structure of files on the data store.

    When I delete the virtual computer in the VI Client, I can remove it with success, but I have to manually delete the directory on the data store using skip
    Control data store.

    Maureen

  • 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

  • "Unable to create the virtual SCSI device to the scsi: 0:0" import *. EGGS in ESXi 5.1u2

    Hi, I need to deploy a VM of *.ova in my cluster with 5.1 ESXi hosts u2 (1900470), but when I try to run it I get this error:

    Unable to start the virtual machine.

    Power DevicePowerOn module has failed.

    Unable to create the virtual SCSI device for scsi0:0, ' / vmfs/volumes/51e7fc6b-85806744-fb38-0021286bb22a/xxx.vmdk'

    Unable to create the virtual device. Stack 16 or 255 sectors per track is not supported.


    The same deployment works in another cluster with 5.1 ESXi hosts (700733) and on my vmware workstation 10.

    I have tryied compatibility material upgrade\downgrade with wmware workstation and download directly to my host but still do not

    I formatted the hard drive hard by ssh and readded to the inventory, I tried to convert vm to work cluster... nothing to see...

    Any suggestions? Thank you

    Solved! I don't know why but the import of virtual machines with 5.1u2 ESXi, heads, and sectors in *.vmdk file are reversed:

    BEFORE:

    ddb.geometry.biosHeads = "16".

    ddb.geometry.biosSectors = "255".

    DDB. Geometry.Heads = "16".

    DDB. Geometry.sectors = "255".

    AFTER:

    ddb.geometry.biosHeads = "255".

    ddb.geometry.biosSectors = "16".

    DDB. Geometry.Heads = "255".

    DDB. Geometry.sectors = "16".

    Connect to a host with SSH and editing *.vmdk file with VI will be the virtual machine starts without problems!

  • Vmdk and on the guest operating system drive letter mapping

    Hello

    If I get some vmdk with the same size in a VM and the admin want to expand one of the reader; How do I know what vmdk I need to develop?

    Thank you so much in advance for your suggestions J

    Best regards

    Wiehan

    It's in this sequence, an example, in the VMware console, edit the VM--> select the hard disk-> in the right pane you find wil 'Virtual Device Node', below, you will find in the way below.

    Hard drive 1: SCSI 0:0

    Disc 2: SCSI 0:1

    Disc 2: SCSI 0:2

    Note that, in the guest OS open disk mgmt-> XX disc of will be presented and where you won't find the disk any number that is identical to last in the SCSI option

  • How to configure the virtual disk as SSD for the customer?

    Hi all:

    I have a virtual machine in an SSD, the guest operating system is Windows 8, but the guest OS, the virtual disk as 'hard drive '.

    Can I set the virtual disk as SSD for the guset? (Like VirtualBox)

    Thank you!

    Irake99 wrote: can I put the virtual disk as SSD for the guset? (Like VirtualBox)

    No, IDE or SCSI are your only choice.

Maybe you are looking for

  • Firefox connects to servers despite all the troubleshooting steps.

    Just today, I've upgraded to FireFox 13.0.1. Now no matter what I try, it says constantly that it is impossible to connect to the server of some site I punch. I tried every article I could find that could help, but still does not work. I checked my c

  • Selection of LTE No. 4 in mobile network &gt; preferred network

    There is no selection of LTE 4 G in my favorite Network tab, there are only 3 options which is WDCMA/GSM, GSM and WDCMA.

  • LAN - to - LAN 837 to 3000series one-way traffic

    Hello Not even sure that there is even a way traffic. The 837 is encryting and the 3000series is done by increments Rx but nowhere on decrypt it and Tx respectively. Tracking guides and hub configuration cisco IOS religiously. The 837 ipsec cypto deb

  • Events of global correlation

    I have a 5510 ASA with a module of SSM - 10. I have the overall correlation to market and update. When I look at 'Overall correlation report' from the dashboard I see packages which have been refused by the overall correlation. Can someone tell me ho

  • Photoshop not opening not .pdf.

    When you try to open the PDF in photoshop, the answer is can not open the answer is "could not complete your request because of a disk error." What is the problem? The discs appear to be good.