The processor of the virtual machine statistics

How to change the script below to reach the underside of the elements, given

1. when it collects the past 30 days stats it must ignore all measures on Saturday and Sunday.

2. currently, he checks the monthCPUAvg of each virtual machine if it is greater than 80% and add it to $report, I need to check in the last 30 days (except sat and Sun) if the VM continued 80% usage for all 6 hours, if yes, then add to $report.

$import = Get-VM
$report = @()
foreach ($vm in $import) {
    $Interval = "30"
    $IntervalFinish = Get-Date
    $IntervalStart = $IntervalFinish.addDays(-1 * $Interval)
    $CPUAvg = $vm | Get-Stat -Stat Cpu.Usage.Average -Start $IntervalStart -Finish $IntervalFinish
    $vms = "" | Select-Object VMName, CPU, MonthCPUAvg
    $vms.VMName = $vm.Name
    $vms.CPU = $vm.numcpu
    $vms.MonthCPUAvg = [String]([Math]::Round((($CPUAvg | Measure-Object -Property Value -Average).Average),1))
    $report += ($vms | Where-Object{$_.MonthCPUAvg -gt 80})
}

Try this (I use 30% as the threshold here):

$import = Get-VM | where{$_.powerstate -eq "PoweredOn"}  $report = @()   foreach ($vm in $import) {     $Interval = "7"   $IntervalFinish = Get-Date     $IntervalStart = $IntervalFinish.addDays(-1 * $Interval)      $CPUAvg = $vm | Get-Stat -Stat Cpu.Usage.Average -Start $IntervalStart -Finish $IntervalFinish -Intervalmins 120 | Where { (Get-Date $_.Timestamp -Uformat '%A') -inotmatch 'Saturday|Sunday' }    For($i=0; $i -le $CPUAvg.Length; $i++) {    if($CPUAvg[$i].Value -gt 30 -and $CPUAvg[($i - 1)].Value -gt 30 -and $CPUAvg[($i - 2)].Value -gt 30) {      $report += "" | Select @{N='VM Name'; E={$vm.Name}},       @{N='Start Interval'; E={$CPUAvg[$i].Timestamp}},       @{N='End Interval'; E={$CPUAvg[($i - 2)].Timestamp}},      @{N='Avg CPU Interval'; E={[math]::Round((($CPUAvg[($i - 2)].Value + $CPUAvg[($i - 2)].Value + $CPUAvg[($i - 2)].Value) / 3), 2) }}    }  }}$report

Out of the sample of my race:

Name of the virtual machine Starting interval Interval end AVG CPU interval
------- -------------- ------------ ----------------
VM1 27.04.2015 08:00 27.04.2015 12:00 58,69
VM1 27.04.2015 06:00 27.04.2015 10:00 54,86
VM1 24.04.2015 10:00 24.04.2015 14:00 36.81
VM1 24.04.2015 08:00 24.04.2015 12:00 50,61
VM2 23.04.2015 08:00 23.04.2015 12:00 40,76
VM2 22.04.2015 10:00 22.04.2015 14:00 37,97
VM2 22.04.2015 08:00 22.04.2015 12:00 40,87
VM2 21.04.2015 10:00 21.04.2015 14:00 37.6

Note: It may look like a 4 hour period, but the Timestamp of the third measured value is just indicating the start time of the measurement interval, which lasts for 120 minutes. You can add to the value of output if you use instead:

@{N = 'Interval end'; E = {($CPUAvg [($i-2)].)} Timestamp). {{AddMinutes (120)}}.

Tags: VMware

Similar Questions

  • Generate the CSV file to the virtual machine by using get-stat statistics

    Hi all

    I put my VC for taking samples every 5 minutes for 3 days.

    I would create a PowerCLI script that I can then run on an ad hoc basis to connect to my VC and to get the details for ALL of the virtual machines that are managed by this CR and fill in a CSV (c:\foo.csv):

    • Name of the virtual machine

    • The ESX VM host is currently sitting

    • total number of virtual processors assigned to VM

    • total memory allocated to the VM

    • memory active average used by the virtual machine in the 3 days using samples of 5 minutes

    • average mhz CPU used by VM spent 3 days using samples of 5 minutes

    I have attached a sample file XLS of CSV output should look like.

    If anyone can give me a code to achieve or get on well on my way, I would appreciate it a lot.

    Kind regards

    Alex

    OK, so what you want is something like this then?

    Get-VM | Where {$_.PowerState -eq "PoweredOn"} |
     Select Name, Host, NumCpu, MemoryMB,
               @{N="Cpu.UsageMhz.Average";E={[Math]::Round((($_ | Get-Stat -Stat cpu.usagemhz.average -Start (Get-Date).AddHours(-72) -IntervalMins 5 -MaxSamples (12) | Measure-Object Value -Average).Average),2)}},
               @{N="Mem.Usage.Average";E={[Math]::Round((($_ | Get-Stat -Stat mem.usage.average -Start (Get-Date).AddHours(-72) -IntervalMins 5 -MaxSamples (12) | Measure-Object Value -Average).Average),2)}}
    

    I think that the issue that you have with the missing stat might be to do with your logging levels in VC, if these are not set correctly it will not save these stats for this period of time.

    What do you get if you do a simple:

    get-vm "SingleVM" | Get-Stat -Stat cpu.usagemhz.average
    

    If you found this information useful, please consider the allocation of points for correct or helpful.

    Alan Renouf

    http://Virtu-al.NET

  • If the virtual machine can be harmful?

    VPC may be dangerous for my pc anyway. I have average can do something wrong?

    A virtual pc will create a virtual environment within its program. It runs as a program in your computer and request data to be processed by your processor. Depending on the type of virtual software you use, most of the time things happening inside the virtual machine will not in any way to communicate with your computer. To use the resources he will communicate the virtual pc program and then the program will ask you to windows resources.

    Therefore, the virtual pc will be not harmful. It will use the same amount of resources (CPU, memory), such that a normal computer would be nice. I advise to use windows xp.

    -Alex

  • Could not enumerate the virtual machines that are used as models

    Hey guys,.

    I have a simple script that collects information from a virtual computer. Unfortunately, I'm getting a lot of mistakes, he doesn't pull out information if the virtual machine is used as a model.

    $date = get-Date-format-M - d - yyyy

    Import-Csv C:\test\servers_mate.csv - UseCulture | %{

    Get-VM-name $_. Name |

    Select Name,

    @{N = 'Center'; E = {Get-Datacenter - VM $_______ |} {{Select - ExpandProperty name}}.

    @{N = "Cluster"; E = {Get-Cluster - VM $_______ |} {{Select - ExpandProperty name}}.

    Host, NumCpu, MemoryGB,

    ProvisionedSpaceGB, Powerstate,

    @{N = "Path"; E = {}

    $current = get-view $_. ExtensionData.Parent

    $path = $_. Name

    {}

    $parent = $current

    if($parent.) Name - only "vm") {$path = $parent. {Name + "\" + $path}

    $current is get-view $current. Parent

    } While ($current. Parent - no $null)

    [channel]: join ('-',($path.)) Split('\') [0.. ($path). Split('\'). (Count-2)]))

    }},

    FolderId,

    @{N = "Manufacturer"; E = {(Get-VMHost-Name $_.)} Host). Manufacturer reference}},

    @{N = ' model'; E = {(Get-VMHost-Name $_.)} Host). Model}},

    @{N = "ProcessorType"; E = {(Get-VMHost-Name $_.)} Host). ProcessorType}}

    } | Export-Csv "C:\test\servers-vcenter-servers-vmpath-$date.csv" - NoTypeInformation - UseCulture

    the output current is like that.

    NameData CenterClusterHostNumCpuMemoryGBProvisionedSpaceGBPowerStateFolder pathFolderIdManufacturerModelProcessorType

    I just also want to collect the same information, even if the virtual machine is used as a model. Introduction 1 additional column is perhaps something like below. So we can clearly identify if it is a virtual machine or be used as a model? Thank you.

    NameData CenterClusterHostNumCpuMemoryGBProvisionedSpaceGBPowerStateFolder pathFolderIdManufacturerModelType of processorVirtual MACHINE or template

    Erros I receive.

    Get - VM: get-VM VM with name 03/08/2015-12:40:44

    "xxxx" was not using the specified

    filter (s).

    Online: 2 char: 5

    + Get-VM-name $_. Name |

    +     ~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: ObjectNotFound: (:)) [Get - VM], VimException)

    + FullyQualifiedErrorId: Core_OutputHelper_WriteNotFoundError, VMware.VimA

    utomation.ViCore.Cmdlets.Commands.GetVM

    Try something like this

    Import-Csv C:\test\servers_mate.csv - UseCulture | %{

    Notice-EEG - ViewType VirtualMachine-filter @{'Name' = $_.} Name} | %{

    $esx = get-view-Id $_. Runtime.Host

    $_ | Select Name,

    @{N = 'Template'; E={$_. Config.Template}},

    @{N = 'Center'; E = {Get-Datacenter - VM $_.} Name | {{Select - ExpandProperty name}}.

    @{N = "Cluster"; E = {Get-Cluster - VM $_.} Name | {{Select - ExpandProperty name}}.

    @{N = 'Host'; E = {$esx. Name}},

    @{N = "NumCpu"; E={$_. Config.Hardware.NumCpu}},

    @{N = "MemoryGB"; E = {[int]($_.)} Config.Hardware.MemoryMB/1KB)}}.

    @{N = "ProvisionedSpaceGB"; E = {($_.Summary.Storage.Committed+$_.Summary.Storage.Uncommitted)/1 GB)}},

    @{N = "Powerstate"; E={$_. Runtime.PowerState}},

    @{N = "Path"; E = {}

    $current = get-view-Id $_. Parent

    $path = $_. Name

    {}

    $parent = $current

    if($parent.) Name - only "vm") {$path = $parent. {Name + "\" + $path}

    $current is get-view $current. Parent

    } While ($current. Parent - no $null)

    [channel]: join ('-',($path.)) Split('\') [0.. ($path). Split('\'). (Count-2)]))

    }},

    @{N = "FolderId"; E={$_. Parent.ToString ()}}.

    @{N = "Manufacturer"; E = {$esx. Hardware.SystemInfo.Vendor}},

    @{N = ' model'; E = {$esx. Hardware.SystemInfo.Model}},

    @{N = "ProcessorType"; E = {$esx. Hardware.CpuPkg [0]. Description}}

    }

    }

    The error you see seems to indicate that there is an entry in the CSV file for a nonexistent VM.

  • create the virtual machine from windows NT 4 server with adaptec raid 5

    I have an old Dell (1998) server running windows NT 4.0 sp6a.  He had a raid 5 configuration using the controller raid adaptec SCSI 2940.  2 discs failed who broke the raid set.  I had a disk recovery company to recover the data and they have scratched off readers and gave me a SATA with all volumes.  I found a procedure to create a virtual hard disk (.vhd) and then converted to a hard and used to create a virtual machine in VMware workstation 7.  When I turn on the virtual machine, it begins the process of starting windows, shows the boot menu, select normal or mode VGA, goes through the process of NTdetect, display processor and memory but then gives a BSOD with the message inaccessible_boot_device.

    I changed the hard to affect the buslogic ddb.adaptertype, but it gave me the same problem.

    is there a different driver that I need for an adaptec raid controller or if the typical SCSI drivers should work?  If the typical SCSI drivers should work, so my problem might be in my Boot.ini because it shows that he is supposed to start on the partition (4) and this sata drive may not have scores exactly as they were on the raid configuration.  I tried to mount the volumes not in read-only mode, but the partition that I need to change the boot.ini file is partition (2) what mapping VMware won't let me open mode not readonly.  whenever I have, select it and it opens the partition (1) mode not readonly.

    I know this sounds complicated then I hope I described with precision.

    Hello
    I live in Germany, but my internal clock seems to be adapted to the New York Times.
    Very useful, because most repairs or recovery to the VMware is done the evening or at night.

  • Error! The CPU was displayed by the operating system of Fords. Power off or reset the virtual machine

    Why when I try install Mac Os Yosemite in VMwareplayer when the virtual machine starts, I get this error:

    The CPU was displayed by the operating system of Fords. Power off or reset the virtual machine

    I have an AMD A10 processor

    VMware does not support the operation of Mac OS X in VMware Player/workstation!  Also, legally virtualisables versions of OS X running in a Virtual Machine can be done when done in the Apple brand hardware but when done while running under OS X, and for that, you need VMware Fusion not VMware Player/Workstation (or use ESX/ESXi on Apple brand hardware) you violate Apple's SLA for this product.  So any help can you provided for OS X in this use of the scenarios that it would violate the community VMware operating conditions to do.

  • Help. The CPU has been disabled by the guest operating system. Power off or reset the virtual machine. WHY?

    Greetings.

    I have a 5.5 with an operating system Red Hat 5.10 ESXi environment. The OS worked fine until a few days ago. ESXi displays the error "the CPU has been disabled by the guest operating system. Power off or reset the virtual machine. I Don t know why my server displays the error if my environment was OK. Could be a kernel problem? operating system problem?

    Ideas?

    Thanks for the help.

    Have a look here. http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2000542

    Did you recently patch your VM? Looks like when the guest operating system runs the incorrect commands that it can have a deactivated processor.

  • 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

  • Hardware changes reported after moving from the virtual machine to a host of W7 W8 host.

    I tried to move a virtual machine with the guest OS Windows 8 used in the VMware Workstation 9.02

    my HP desktop with Intel core i7-2600 processor, running Windows 7

    to my Toshiba laptop with Intel core i7-4700MQ processor, running the latest version of Windows 8.

    I did something like that all the time with my old laptop with i7-2630QM running Windows 7.

    It turns out that something changes significantly when the host of the laptop operating system passes W7 to W8.

    After starting the virtual machine on my laptop W8, I clearly stated it had been MOVED and NOT copied.

    Unfortunately when I try to use one of the Office 2010 applications, I get a message that the change of
    HW has been detected, and that I must again request (purchase new license I guess).

    Can someone help me solve this problem. For me the time is important.

    I'm leaving for a business trip to 3 weeks and the old laptop is no longer appropriate.

    Andrew J

    Hello

    It seems to be normal, because the changes to the hardware (RAM, CPU,...)

    may be a reason for reactivation of Microsoft Windows or Microsoft Office.

    I had such a situation, the upgrade of RAM.

    So if you have the license, activate it again.

    Hope has helped you.

    Your Oscar

  • Creation of the virtual machine on a cluster using the vmcreate.pl script

    Hello

    I checked a few posts on this forum on how to create the virtual machine through vmcreate.pl, but responses was not so clear to me...

    These are the topics I've read:

    Create a VM on the Cluster instance

    How to configure the managed object HostSystem

    So, I would like to create a virtual machine on a Cluster, and not on a specific host. The vmcreate.pl script would have done the job? Or should I change it?

    In the topic = > VM create instance on Cluster I did not quite get, what I need to change...

    That's what I do:

    vmcreate.pl - server 'ESX NAME' - username "LOGIN" - password 'PASS' filename - vmcreate.xml - schema vmcreate.xsd


    Result:

    Creation of the 'myTestMachine ': VM error

    SOAP fault:

    -----------

    Error string: InvalidArgument

    The fault detail: InvalidArgument

    Here are the values of the XML file:

    < name > myTestMachine < / name >

    blah < Home > < / Host >

    blah < Center > < / Center >

    > Guest Id < Linioch < / comment-Id >

    blah < Datastore > < / Datastore >

    < > 2048 Disksize < / Disksize >

    > 256 MB memory < < / memory >

    < processor number > 1 < / number processor >

    < Nic-network > < / Nic-network >

    < Nic-Poweron > 1 < / Nic-Poweron >

    The values are correct the cause I checked the other perl scripts.

    Thanks in advance for your help

    Michal

    Thanks to xyz222 for the user and post Re: instance of VM to create the Cluster

    I was able at the end of the problem. So simple... The value of the in the xml file should be for example "rhel6_64Guest" and not a random word... that's all!

    sudo./vmcreate.pl--serveur SERVER - LOGIN - password PASS - filename... username/SampleData/vmcreate.xml - schema... /Schema/vmcreate.xsd

    Successfully created the virtual machine: 'teeest2' under host HOST_NAME

  • In opening the virtual machine: "could not find a peer valid to connect to" or "error of Transport (VMDB) - 32" / "-14" ""»

    Hello

    Since yesterday after a reboot of my host (DELL E6410, W7 SP1 64-bit, 8 GB RAM, 2x750GB SATA3 running WorkStation 9.0.2 Update Windows Update), I can't open my existing VM.

    I often get "can not find a valid peer to connect to" and sometime before: "Transport (VMDB) - 32 error: Pipe: reading is not'or'error of Transport (VMDB)"-14: fitting broke

    I worked for 2 years on this machine without a hitch, WS7 reclassification in WS9 without any problem.

    FYI: we have changed the domain 3 months ago, but it has never be a problem.

    I have google and search several Forum. So far, I tried to:

    -restart the service vmware-auth as an administrator

    -launch vmware.exe administrator

    stop/start the vmx86 service

    -uninstall / reboot / install Workstation.  3 times. First using uninstall from the Control Panel, then doing a / clean before installation and finally track down any file/reg entry.

    -HE asked if any group policy changes were made recently (like not allowing to run vmware.exe?)

    -Rename vmware.exe (logs I look similar to what is in this post: http://communities.vmware.com/thread/331099?start=0 & tstart = 0 ... but no luck)

    -excluded vmware.exe in my AV (Microsoft ForeFront). Unfortunately, in that I'm not allowed disabled...

    -Open the virtual machine using the drive == > does not work either.

    This isn't a file corrupted in a virtual machine (even backup - 7zipped - don't work on my laptop... but the launch on the other).

    Even a newly created WM (boneless), unbootable! :-(

    *, BUT to BE NOTE *: if a virtual machine is created as a shared virtual machine, I can start the application locally remotely! And this same VM, if started (via the.vmx) does not work using Workstation GUI!

    I have attached 2 newspapers. Work a (vmware.log remotely) and the inactive (vmware-vmx - 4072.log thru WS GUI).

    Of after what I saw (and what little I understand), it's as if the CPU is not detected?

    The two newspapers have this line:

    FeatureCompat: EVC masks:

    but the non-working goes - we with

    Module CPUID initialization failed.

    While working it display information on CPU (hostCPUID name / family / type... etc...)

    Any idea is welcome.

    I'll answer me to my problem!

    A lot of research to this knowledge.

    In summary: don't mess with the processor affinity... or keep it in mind!

    Response to distinguish:

    I installed 6 months ago a small utility named prio (search for "PRI prnwatch"), because it can save the priority of a given process. What I did notice, is that it also save the processor affinity ! What happened: I probably changed the affinity once for a VM running to give greater priority to a 7zip archive process to complete more quickly (setting HT no core to 7zip and one - or 2? - HT core to VM). Everything works until the next reboot, where the CPU detection during * start EVERY * VM has been somewhat "damaged" leading to the wrong log message: failed initialization Module CPUID.

    This is the reason of *my* question. Perhaps it might help someone else?

    TIPS:

    For advanced people who do not want to check the processor affinity of each process in the Task Manager, you can try this Windows Powershell command (remember to launch PowerShell as an administrator):

    Get-Process | Format-Table-PriorityClass name, ProcessorAffinity property

    ProcessorAffinity column gives the number of representation of the authorized core, 1-bit by heart.

    15 = 1111 is all possible core (for a logical processor 4). Mine is 1 CPU with 2 core HT <=>4.

    LSB is the core lowest. So if you allow only core0 and core3 (1001) on a process, the number of ProcessorAffinity will be 9...

    Post edited by: cbiero (LSB and MSB...)

  • Alert - the virtual machine CPU usage

    A virtual computer that is running Windows 2000 reports almost every day an alert on "use of the processor of the virtual machine.

    According to my knowledge, add a CPU to a Windows 2000 Server is not easy as with recent versions of Windows, is correct?

    The 5.0 ESXi host is not CPU ovrloaded, so I don't think that adding a CPU reservation can change anything...

    So, what is the best way to solve the problem with the minimum impact on the VM guwest?

    Concerning

    Marius

    Hello

    because they describe your problem, read the following article:

    http://KB.VMware.com/kb/1077

    and if you still want to add a vCPU, read this MS KB article:

    http://support.Microsoft.com/kb/234558

    Concerning

  • Cannot use 'lab1' host because the host CPU is not compatible with the judgment of the virtual machine suspend state.

    I see that this error was mailed here, but can't seem to find a position with a resolution.

    We use Lab Manager 4.0.4 and just upgraded the hosts in our laboratory.  Before updating to ESXi 4.1 ESX 4.0 u1, we cancelled all VMs in all configurations.  There is none who were suspended, they were all turned off.  We have improved vcenter 4.0 to 4.1 as well.  We moved from a dell poweredge 1950 with two quad core intel L5410 to a r610 with two quad core intel processor E5506.

    When I try to turn on some of the lab configurations (our VM models all work fine), I get this error:

    • Cannot use 'lab1' host because the host CPU is not compatible with the judgment of the virtual machine suspend state.

    I threw the State for the lab configuration (even if it was turned off and cancelled) and still get this message.  I guess the processor architecture of these chips is quite similar, and both are Intel.

    If I go into this directory of Manager of laboratory inside the data store for one of these virtual machines that does not light and add to the inventory, he turned and starts fine on my server esxi 4.1.  So how do Lab Manager to get account it's well deploy and start it?

    Hey billk.

    Although not supported completely, you can solve it by going to the SQL of Lab Manager database.  Make sure that you back up your database before you do anything like that.

    Open the table "fsdir" and corresponds to the dir_id with the id Lab Manager VM.  Once you find the relevant line, change suspend_proctype_id to null (Zero-Ctrl).  You can do this while Lab Manager is still running.

    The results can be unstable (i.e. Windows can crash if it was a drastic change of CPU), but at least you look at a hard reset.  The bat reset certainly not being able to return to the previous state.

    Also note that while Lab Manager does not include CVS, if you activated, your virtual machines still work in CVS mode.  If you have a mixture of heterogenious of hosts in a cluster for Lab Manager, you can see this question pop up a lot.  There is absolutely nothing wrong with take back the virtual machine because of the VCA, but Lab Manager thinks otherwise and prevents it.

  • Unexpected shutdown of the virtual machine when compacting

    I have VMWare Server 1.08 on CentOS 5.3 with guests from Windows server 2003. the virtual machine uses 2 GB non-preallocated split files. I'm trying to shrink the virtual machine using VMWare tools. After him "are preparing to shrink" the process is over and I click "Shrink now" after a few minutes (this time varies a little) the virtual machine stops. I have a 2nd vm on this host as well and it stops as well. The host is a Dell 2900 with 2 processors quad core and 32 GB of ram and appx 1 TB of storage in raid 5. I checked memory usage and cpu during the process and memory, the cpu more than 100% for a short periods, but goes back down. Any idea what can be the cause?

    I'm not a person "linux", but am learning.

    I appreciate all help.

    Thank you

    RL

    
    May 15 00:56:16: vmx| SCSI0:0: Command READ(10) took 3.059 seconds (ok)
    May 15 00:56:23: vmx| SCSI0:0: Command READ(10) took 2.254 seconds (ok)
    May 15 00:56:24: vmx| SCSI0:0: Command READ(10) took 3.059 seconds (ok)
    May 15 00:56:24: vmx| SCSI0:0: Command READ(10) took 3.059 seconds (ok)
    

    If you get a lot of lines like that it usually means that either-

    -your physical disks are dead slow

    -the virtual disk has not shrunk Age

    - or is it close to corruption

    Some of these lines are not alarming per se - but if you see thousands of them like in your case that should sound the alarm.

    I'll try to use vmware-vdiskmanager with function r - and just clone the drive for growth in a preallouee.

    ___________________________________

    VMX-settings- WS FAQ -[MOAcd | http://sanbarrow.com/moa241.html]- VMDK-manual

  • Unique ID of the Virtual Machine

    Nice day!

    We are

    software development APIs and the end user for Microsoft Windows OS and unfortunately

    We are dealing with the problems of piracy of software on virtual machines. We would like to

    ask questions about the ability of unique identifier Machine virtual Vmware that we can use

    during our method of licensing to prevent software piracy. In our case, the

    Black ice software can be installed more than once on the same Virtual Machine

    processor. Could please inform us how we can (if it is possible) check you

    the setting of the Virtual Machine that is unique and does not belong to any other VM

    computers running on the same processor (s)?

    Thank you!

    Kind regards

    Robert

    <! Session data>

    Hello

    You can try another approach to the UUID of the virtual machine. There are several problems with this:

    -To get this info from the virtual machine, you must point the PowerCLI script to a management as vCenter server. This may alter much a security policy. For my part could never allow that.

    -Second is not directly queryable within the virtual machine itself.

    I suggest you watch the getinfo VMware Backdoor options to see if something that you can use in that it is directly queriable within the virtual machine and can not be disabled at the moment. Output may be limited, but it cannot be deleted. This is commonly called RedPill and there is a lot of code out there that will help you to access the backdoor.

    Best regards
    Edward L. Haletky VMware communities user moderator, VMware vExpert 2009

    Now available: url = http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security'VMware vSphere (TM) and Virtual Infrastructure Security' [/ URL]

    Also available url = http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"VMWare ESX Server in the enterprise" [url]

    Blogs: url = http://www.virtualizationpractice.comvirtualization practice [/ URL] | URL = http://www.astroarch.com/blog Blue Gears [url] | URL = http://itknowledgeexchange.techtarget.com/virtualization-pro/ TechTarget [url] | URL = http://www.networkworld.com/community/haletky Global network [url]

    Podcast: url = http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcastvirtualization security Table round Podcast [url] | Twitter: url = http://www.twitter.com/TexiwillTexiwll [/ URL]

Maybe you are looking for

  • How to disable the recognition of phone number on a mac

    When I type the 10-digit numbers in calendar events, Notes, and I think other places, they become a link that opens FaceTime, whenever I click on them (for example, to make a correction). None of them are still phone numbers. I have not and do not wa

  • How to remove firefox as default browser

    I need to have IE as default browser

  • repeated hard blocks w el capitan

    The opening to the top of the laptop to check something online, she quickly passed ball of spinning, with no image on the screen record black screen and three open programs (activity monitor, safari and console). I couldn't add a marker to the consol

  • Slow sampling rates 9214

    Hello I'm looking to collect data using a compact 9174 DAQ with a thermocouple module high precision 9214.  I use 15 of the 16 channels available in my experiences.  I used the DAQ assistant to configure the module to collect at a rate of 4 Hz update

  • When I boot I can't message memory G-923-321232-3232-32211-23 property.

    I run Vista soundcards. When I boot I can a pop-up window - properties of memory with G-923-321232-3232-32211-23 of origin. Help to remove this message will be very appreciated.