Filtering of unwanted virtual machines of an Array object

I have an array object named $report

$report has a list of virtual machines.  Each virtual machine has a large selection of native and custom properties.  These virtual machines come from 'vcenter1', 'vCenter2' or 'vcenter-old. "  vC

However, there are a few VMs in $report that need to be purged, based on the following critierion.

1. If the virtual machines in the vCenter named 'vcenter-old' AND that they are turned off, they must be removed from the $report variable.

OR

2. If the virtual machines have been removed from vcenter "older" in the last month, based on the event logs showing vCenter VMname having been removed and is no longer available in the vCenter, they must be removed from the $report variable.

How I could accomplish this or I could?

Get all the events for the interval, and then filter the $_ (with a Where clause). UMM Name property

Tags: VMware

Similar Questions

  • alert filtering for the Virtual Machine in emailFilter.xml

    I'm trying to filter for alerts from the Virtual Machine to the user interface in the emailFilter.xml.

    Ideally I would like to filter by other measures such as the ready % CPU or the CPU usage or some other metrics, but in the meantime just try to isolate the Virtual Machine.

    < condition >

    < condition type = "ResourceKind" > VMware adapter: Virtual Machine < / condition >

    < / conditions >

    I tried a few different combinations of the above, but no luck.  Can someone tell me what I am doing wrong?

    Thank you!

    not quite sure I understand what you try to do

    Edit:

    But I have the kind of resource would be 'VirtualMachine' (without a space), and there is no tag 'typical'.

    Look at him ' consolidated-alert - definitions.xml' for example, formatting must be exactly as specified.

    I read it twice
    Look here - https://www.vmware.com/pdf/vcops-57-custom-ui-admin-guide.pdf page 82.

    resource type must be VMWARE:VirtualMachine


    I'm not sure that you will be able to filter by attribute however (such as the CPU usage)

  • Remove a NIC vCloud several virtual machines

    Hello

    I am a vCO and extremely raw newbie with JavaScript (a great combination).  My production environment consist of vCenter 5.0, 5.1 and 5.1 vCO vCD. I have the plugin installed vCD and running with Orchestrator.  I am trying to build a workflow that removes NIC1 (NIC 1) of a series of vCloud VMs.  I took a copy of the vCloud Director Library Workflow (remove a NETWORK adapter) and edited the virtual machines of an input parameter to be an array / vCloud:VM.  I modified the taks script so that it loops through the virtual machines in the array and returns their network adapters.  It seems that the network cards are returned as a UID (I have this return to the screen via a System.Log).  This UID is obviously not with that I entered to the workflow runtime - I said "NIC 1" and my workflow will fail with an error "no primary network connection exists; majorErrorCode = 400; minorErrorCode = BAD_REQUEST; vendorSpecificErrorCode = null; (Workflow: remove a NIC 1 / remove the NIC (item0) #22) " Here is the code I use: .

    If (vm. Status! = VclVMStatus.POWERED_OFF.value) {}
    throw "VM is not off."
    }
    var found = false;
    var len = vms.length;
    for (var i = 0; i < len; i ++)
    {
    var VM = vms [i];
    network var cards = VM.getNetworkCards ();
    System.log (NICS);
    var newNics = new Array();
    for (i = 0; i < nics.length; i ++) {}
    If (. itemResource.elementName.value NIC [i]! = nicName) {}
    newNics.push (nics [i]);
    } else {}
    found = true;
    }
    }
    If (! found) {}
    throw 'Invalid NIC name';
    }
    task = VM.updateNetworkCards (newNics);
    }

    As I mentioned earlier, I am a complete newb to vCO\JavaScript and would be really grateful for some input\advice.  If there is a better method to remove the NIC 1 to a litany of vCloud VMs, or if someone has already developed a workflow for this, I would be very grateful for your help.

    Thank you


    Try this:

    var section = vm.getNetworkConnectionSection();
    System.log("Primary card was NIC : " + section.primaryNetworkConnectionIndex);
    section.primaryNetworkConnectionIndex = 1;
    task = vm.updateSection(section);
    

    He's worked here.

  • Failed to create virtual machine using VMWare Workstation 11 (test)

    Hello people,

    I installed VMWare Workstation on my machine Windows 10 and trying to create multiple virtual machines to test the object. I have done this before on the Windows 7 computer and did not face any problems, but this time, as soon as I gave the location of the file to deploy an operating system it comes up with some fatal errors as error BLK_CACHE IOERR if I have enough space on the HARD drive and everything is not going further. So, my question is if my computer has compatible with Windows 10 problems or there is something else that would cause this problem. Any help or comments would be appreciated on this topic.

    Thank you!.

    Thanks for your answer, Noel

    I was going through discussions in the community with similar and found subjects that VMWare had released 12 pro workstation that supports Windows 10 entirely. I personally installed it on my physical machine and it works. Here is the link for the release of Workstation 12 notes.

    VMware Workstation 12 Pro Release Notes

  • Restore virtual machines after building the new RAID array

    Hi all

    I am new to the virtual machines, so I'm sorry for the newbie question. Currently, I have a HP ML350 G6 ESXi 5.0.0 running on 4 GB Flash hosting SD cards two virtual machines and licenses for 5 Essentials vSphere and vCenter Server 5 Essentials. I also have a RAID5 configuration with drives SAS 146 GB (6). I intend to remove all six readers and their replacement by 300 GB disks and build a RAID6 array. My question is, what would be the best practice to move the two VMS in the current RAID array to the new RAID array? Wouldn't be also simple to make backups of virtual machines or clones, exchanging the readers, the new array of construction and restoring virtual machines? If someone could point me in the right direction would be great!

    Thank you all!

    Personally, I would go with backup & restore. In addition, use the downtime to upgrade the firmware of the host (HP published recently a few critical fixes on the RAID controller and some models of HARD drive).

    What I would do - to avoid any problem - is to remove the host ESXi, vCenter, replace disks, update the firmware, re - install ESXi and as final step add the host to vCenter again.

    André

  • View of the Virtual Machine with the host name of the filtering

    Hello

    I'm trying to get a specific view of the Virtual Machine from a hypervisor.

    Basically, I tried to reuse an idea found on the script of cdromdisconnect.pl, an address in http://communities.VMware.com/message/1192878#1192878

    The code would be

    My $host_view = Vim::find_entity_view)
    view_type = > 'HostSystem. "
    filter = > {'name' = > $vm_hypervisor_name},
    );

    My $host_moref = $host_view-> {mo_ref} {value};


    $vm_view = Vim::find_entity_views)
    view_type = > 'VirtualMachine.
    filter = > {}
    'runtime.host' = > $host_moref,

    'name' = > $vm_name,

    },
    );

    But the API said that "filtering is only supported for the Simple Type"

    So I'm just the host_view and then call the property "-> virtual machine" to recover all the vm of the host, and then I loop inside the table to retrieve the name and the virtual machine, I am looking

    But, is there not a smoother way to directly get the view of the entity of VM to a specific host?

    Thank you

    Give a try:

    $host_view = Vim::find_entity_view (view_type-online "HostSystem", filter-online {'name'-online $host_name}) | Die "could not get $host_name!"

    $vm_view = Vim::find_entity_views)
    view_type-online 'VirtualMachine.
    filter-online {'name'-online $vm_name},

    begin_entity => $host_view.

    },
    );

  • Using filters and Get - view to find virtual machines with a specific guest operating system.

    I have the following code snippet to find all virtual machines with the updated OS to ' Red Hat Enterprise Linux * "prompt. It does not work. If the filter is left out, I find myself with all virtual machines.

    The immediate question is the specs for the game ' Red Hat Enterprise Linux. " Originally from the "Performance Difference between GET - VM and GET-VIEW")

    http://www.batchworks.de/performance-difference-between-get-VM-and-get-view/ ).

    $ClusterFilter = Get-View -ViewType ClusterComputeResource -Property Name -Filter @{“Name” = $ClusterName } | select -ExpandProperty MoRef

    $VirtualMachines = Get-View -ViewType VirtualMachine -Property Config -SearchRoot $ClusterFilter


    The biggest problem for me is to understand for Get-View filter. I was capable of a bit of insight to gleen from the URL below, but I think what Miss me is the reference (Microsoft) for what is happening to the right of the equal sign. What is the correct terminology for this type of query expression / where the syntax is 'left' = 'straight' and keywords such as "-match" are not allowed.

    http://purple-screen.com/?Cat=3

    VMware vSphere 5.1

    http://Wannemacher.us/?p=259

    Regular expressions with Windows PowerShell

    Right in the filter expression is an RegEx expression, please allow for characters before and after the word Linux.

    And the name of the OS is Config.GuestFullName.

    I corrected the entries more early as well.

    $ClusterName = "^MyCluster$"$ClusterFilter = get-view -ViewType ClusterComputeResource -Property Name -Filter @{"Name" = $ClusterName } | select -ExpandProperty MoRefWrite-Host $ClusterFilter
    
    $VirtualMachinesNoFilter   = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter $VirtualMachinesWithFilter = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter -Filter @{"Config.GuestFullName"=".*Linux.*"}
    
  • Get a count of all virtual machines (with some filtering)

    I try to get a total number of virtual machines, excluding some vShield edge devices and virtual machines in a certain set of resources (System vDC). I'll start with this:

    use strict;

    use warnings;

    use VMware::VIRuntime;

    {PERL_LWP_SSL_VERIFY_HOSTNAME} $ENV = 0;

    OPTS::parse();

    OPTS::Validate();

    Util::Connect();

    Use Data::Dumper;

    # Get all items in the inventory of the specified type

    My $e_vm = Vim::find_entity_views (view_type = > 'VirtualMachine', properties = > ['summary.config.name']);

    my $count = 0;

    {foreach (@$e_vm)}

    My $vmName = $_-> {'summary.config.name'};

    If (!) () $vmName = ~ m/EdgeGW/i) & &! ($vmName = ~ m / ^ vse/i)) {

    $count ++;

    } else {}

    Print "Audit."... VMName: ".." $vmName. » \n » ;

    }

    }

    printf ("TotalVMs:%d \n",$Count);

    Util::Disconnect();

    It works well enough, but try to go to the next step, this is where I get into trouble. In theory, should be a string of resourceConfig.entity.name (if I read correctly the API documentation). I can't find a way to get this string for comparison within the foreach loop.

    Any ideas?

    The resourceConfig.entity is a ManagedObjectReference to get the name, you'll have to Vim: get_view() against this moref.

    But you can also do another way, for example by using begin_entity in your find_entity_views() call.

    use strict;

    use warnings;

    use VMware::VIRuntime;

    {PERL_LWP_SSL_VERIFY_HOSTNAME} $ENV = 0;

    My % opts =)

    pool-online {}

    type-online "s =",

    variable-online 'pool',

    necessary,-online 1

    },

    );

    OPTS::add_options (%OPTS);

    OPTS::parse();

    OPTS::Validate();

    Util::Connect();

    My $pool_name = Opts::get_option ("pool");

    My $pool_view = Vim::find_entity_view (view_type-online "ResourcePool",

    Properties-online ['name'],

    filter => {-online $pool_name 'name'});

    Die "Unable to locate the"$pool_name"resource pool in the vcenter inventory" to less than $pool_view;

    # Get all items in the inventory of the specified type

    My $e_vm = Vim::find_entity_views (view_type-online 'VirtualMachine',

    Properties-online ['name'],

    begin_entity-online $pool_view);

    my $count = 0;

    {foreach (@$e_vm)}

    My $vmName = $_-> {'name'};

    If (!) () $vmName = ~ m/EdgeGW/i) &! ($vmName = ~ m / ^ vse/i)) {

    $count ++;

    } else {}

    Print "Audit."... VMName: ".." $vmName. » \n » ;

    }

    }

    printf ("TotalVMs:%d \n",$Count);

    Util::Disconnect();

  • Create an array of Virtual Machines with an index to allow the selection of the index entry

    I would like to help with the following.

    Using the GET - vm to return all the virtual machines in a table or a table, but with a number of index against each of them. Perhaps even the number of its position in the matrix or $myarray [0]. I am struggling with the best way to go, be it a table to 2 dimensions or an object, but then how do I get the numbers in there.

    The reason for this is to present a list of virtual machines with a number on the side, to which the user then enters the number instead of having to type the name of the virtual machine.

    Ideally resembling:

    vCenter 0

    1 Exchange

    2 FilePrint

    3 SQL

    4 DC

    $vms = $get - vm | Select name

      1. a way to get the number. ##

    $vmsindexed =?

    '' This is the virtual machines to the choice.

    " "

    $vmindexed

    " "

    $selectedNum = read-host "enter the number of the Virtual Machine to power on.

    $selectedVM = $vms [$selectedNum]

    "You have selected Machine virtual $selectedVM.

    " "

    Start-VM - VM $selectedVM

    Thank you in advance, I'm going crazy thinking about it!

    The following script will give you a list of virtual machines with a number on the front, then you can type the number, choose the virtual machine you want to start:

    $VMs = Get-VM
    $VMsArray = @()
    $VMs | ForEach-Object { $VMsArray += $_.Name }
    Write-Output "Here are the virtual machines to choose from"
    Write-Output ""
    For ($i = 0; $i -lt $VMsArray.Length; $i++ ) { Write-Output "$i $($VMsArray[$i])"}
    Write-Output ""
    $SelectedNum = Read-Host "Enter the number of the Virtual Machine to Power On"
    $SelectedVM = $VMsArray[$SelectedNum]
    Write-Output "You have selected Virtual Machine $SelectedVM"
    Write-Output ""
    Start-VM -VM $selectedVM -Confirm
    

    Robert

  • Capacity of the virtual machine

    Hello

    In the Explorer version on storage Explorer virtual machine view of capacity can only be filtered by available capacity. This course focuses on virtual machines just because they have the least MB of available disk space, and completely lacks the space problems in large virtual machines!

    Is it possible to change what he commands, so it makes more sense?

    By default, that it performs a sort on the available capacity (amount of available disk space).

    You can sort on a column (metric) by clicking on the header or click to the right of the header and select Ascending or descending sort.

    How you want to apply the sort?

    / Mattias

  • vRO presentation: return the total size of the disk of the virtual machine

    Hi guys,.

    I have a catalog item to extend a drive, which is presented to the vRA advanced services and picks up the vRO workflow. For this reason, the default IaaS vRA no between not affecting resource management. So I would limit the end-users to a maximum size of the virtual machine - that is to say, if the size + total size they intended to expand is > to a specific size, then the workflow will report this.

    I wrote the following code to return the total of all the disks that are attached to a machine. Then, it comes to the tab Presentation vRO to fill the discs max value. It works fine when I use the code as a workflow and connect the output. However, vRO presentation does not return a value any. Anyone had similar problems or I made a stupid mistake and missed something?

    var total = 0;

    size var = new Array();

    var features = vm.config.hardware.device;

    var h = 0;

    for (var i in devices) {}

    If (devices [i] instanceof VcVirtualDisk) {}

    size [h +] = [i] devices, .capacityInKB / 1024 / 1024;

    Total += devices [i] .capacityInKB / 1024 / 1024;

    }

    }

    return to the total;




    Thank you

    bradger33

    resolved - used the wrong presentation vRO variable. Had to use rather than answer pre-defined data binding

  • Virtual MACHINE created on date export csv - get - vm testvm works but says testvm get-vmcreationdate is not found.

    Hello

    I entered the following two functions in my shell powercli

    Two functions I have installed

    function {Get-VMEvents

    < #.

    . Logbook

    Get events for an entity or query all events.

    . Description

    This function returns the events for the entities. It is very similar to

    cmdlet Get-vievent. Please note that get-VMEvent can handle 1 vm at a time.

    You can't send picture of vms in this version of the script.

    . Example of

    Get-VMEvents 0All-types "VmCreatedEvent", "VmDeployedEvent", "VmClonedEvent".

    He will receive all events of type "VmCreatedEvent", "VmDeployedEvent"

    'VmClonedEvent '.

    . Example of

    Get-VMEvents-name 'vm1' - type 'VmCreatedEvent '.

    Will be out of the events of creation of virtual machine: "vm1. It's faster than the vms piping is of

    result of Get - vm. There is no need to use get - vm to move names to get-vmevents.

    Yet, it is OK when you do, it will be just a little more slow < span class = "wp-smiley wp-emoji wp-emoji-blink of eye" title = ';') > ;) </span >

    . Example of

    Get-VMEvents-name 'vm1' - category 'WARNING '.

    Will be out all events for vm: 'vm1. It is is faster than the names of piping of

    cmdlet Get - vm. Category will get-vmevent to search only the defined category

    events.

    . Example of

    Get - vm "vm1 | Get-VMEvents-types "VmCreatedEvent", "VmMacAssignedEvent".

    Shows events for vm1 which will be regarding the events of creation,.

    and events when when / what mac address is assigned

    . VM parameter

    This setting is a unique string that represents the name of the vm. He expects this single vm name

    There in the virtual Center. Now in the first version of the script, it will only load a case

    where there is 1 instance of vm selected name. In the future it will load multiple as

    Well.

    . Types of parameters

    If none is specified, it will return all the events. If specified will return

    Only the events with selected types. For example: "VmCreatedEvent."

    "VmDeployedEvent", "VmMacAssignedEvent" "VmClonedEvent", etc...

    . Category of a parameter

    Possible categories are: warning, info, error. Please use this setting if you

    you want to filter events.

    . Setting all the

    If you need to set this parameter, so command queries all events

    Center Virtual Server virtual machines.

    . Notes

    NAME: VMEvents

    AUTHOR: Grzegorz Kulikowski

    LASTEDIT: 09/11/2012

    DOES NOT? #powercli @ irc.freenode.net

    . Link

    http://psvmware.WordPress.com

    # >

    (param

    [Parameter (ValueFromPipeline = $true)]

    [ValidatenotNullOrEmpty()]

    $VM,

    [String []] $variétés.

    [string] $category,

    [switch] $All

    )

    $si = get-view ServiceInstance

    $em is get-view $si. Content.EventManager

    $EventFilterSpec = new-Object VMware.Vim.EventFilterSpec

    $EventFilterSpec.Type = $types

    {if ($Category)}

    $EventFilterSpec.Category = $category

    }

    If {($VM)

    $EventFilterSpec.Entity = new-Object VMware.Vim.EventFilterSpecByEntity

    switch ($VM) {}

    {$_-is [VMware.Vim.VirtualMachine]} {$VMmoref = $vm.moref}

    {$_-is [VMware.VimAutomation.ViCore.Impl.V1.Inventory.VirtualMachineImpl]} {$VMmoref = $vm. ExtensionData.moref}

    default {$vmmoref = (get - view - ViewType virtualmachine-filter @{'name' = $VM}) .moref}

    }

    $EventFilterSpec.Entity.Entity = $vmmoref

    $em. QueryEvents ($EventFilterSpec)

    }

    If {($All)

    $em. QueryEvents ($EventFilterSpec)

    }

    }

    function get-vmcreationdate {}

    < #.

    . Logbook

    Gets if possible virtual machine created.

    . Description

    This function will return the object with information about the creation time, method, of months,.

    creator of particular virtual machine.

    VMname: SomeVM12

    Createduserid: 10/08/2012 11:48:18

    CreatedMonth: August

    CreationMethod: cloned

    Creator: office\greg

    This function displays NoEvent property in case when your VC do not

    more information on these specific events, or your vm events no longer have

    entries for the subject being created. If your VC data base has more tension date it is no longer possible

    you find this event.

    . Example of

    Get-VMCreationdate - VMnames 'my_vm1', 'My_otherVM '.

    This will return items that contain date information of creating virtual machines with names

    myvm1 and myvm2

    . Example of

    Get-VM-location 'Cluster1 | Get-VMCreationdate

    This will return items that contain information created for virtual machines that are

    Located in Cluster1

    . Example of

    Notice-EEG - viewtype virtualmachine - SearchRoot (get-datacenter "mydc") user.user | Get-VMCreationDate

    This will return items that contain information created for virtual machines that are

    located in the data center "mydc" container If you use this feature in an existing loop where you

    having the cmdlet get-view virtual machines, you can pass them via pipes or as a parameter VMnames.

    . Example of

    $report = get-cluster "cl-01' | Get-VMCreationdate

    $report | Export-csv c:\myreport.csv

    Stores all reported creationtimes object in the array $report variable and export the report to a csv file.

    You can also filter the report before you write in the csv file using select

    $report | Where-Object {$_.} {CreatedMonth - eq "October"} | Select VMName, CreatedMonth

    So that you see only the vms that have been created in October.

    . Example of

    Get-vmcreationdate - VMnames "my_vm1", testvm55

    WARNING: my_vm1 is not found, typo?

    VMname: testvm55

    Createduserid: 05/10/2012 14:24:03

    CreatedMonth: October

    CreationMethod: NewVM

    Creator: home\greg

    In case when you receive virtual machine that is not appropriate in the infrastructure of yor, a warning is displayed.

    You can always store the full text of the report in the $report variable, but it includes all the information on

    dates of creation of the missing vm. A warning always only for your information there is

    probably a typing mistake in the name of the virtual machine.

    . Parameter VMnames

    This parameter must contain objects of virtual machine or strings representing vm

    names. It is possible to supply this function wiith VM objects coming from get - vm or

    get - view.

    . Notes

    NAME: Get-VMCreationdate

    AUTHOR: Grzegorz Kulikowski

    LASTEDIT: 27/11/2012

    DOES NOT? #powercli @ irc.freenode.net

    . Link

    http://psvmware.WordPress.com

    # >

    (param

    [Parameter (ValueFromPipeline = $true, mandatory = $true)]

    [ValidateNotNullOrEmpty()]

    [Object []] $VMnames

    )

    {in process

    {foreach ($vm to $VMnames)

    $ReportedVM = "" | Select VMname Createduserid, CreatedMonth, CreationMethod, creator

    If ($CollectedEvent = $vm |) Get - VMEvents - types "VmBeingDeployedEvent", "VmRegisteredEvent", "VmClonedEvent", "VmBeingCreatedEvent" - ErrorAction SilentlyContinue)

    {

    If ($CollectedEvent.GetType ().) IsArray) {$CollectedEvent = $CollectedEvent |?} {{$_-is [vmware.vim.VmRegisteredEvent]}}

    $CollectedEventType = $CollectedEvent.gettype () .name

    $CollectedEventMonth = "{0: MMMM}" $CollectedEvent.CreatedTime f

    $CollectedEventCreationDate = $CollectedEvent.CreatedTime

    $CollectedEventCreator = $CollectedEvent.Username

    Switch ($CollectedEventType)

    {

    "VmClonedEvent" {$CreationMethod = "Cloned"}

    "VmRegisteredEvent" {$CreationMethod = "RegisteredFromVMX"}

    "VmBeingDeployedEvent" {$CreationMethod = "VmFromTemplate"}

    "VmBeingCreatedEvent" {$CreationMethod = "NewVM"}

    default value {$CreationMethod = 'Error'}

    }

    $ReportedVM.VMname = $CollectedEvent.vm.Name

    $ReportedVM.CreatedTime = $CollectedEventCreationDate

    $ReportedVM.CreatedMonth = $CollectedEventMonth

    $ReportedVM.CreationMethod = $CreationMethod

    $ReportedVM.Creator = $CollectedEventCreator

    } else {}

    If ($?) {

    If ($vm - is [VMware.Vim.VirtualMachine]) {$ReportedVM.VMname = $vm.name} else {$ReportedVM.VMname = $vm.} ToString()}

    $ReportedVM.CreatedTime = 'NoEvent.

    $ReportedVM.CreatedMonth = 'NoEvent.

    $ReportedVM.CreationMethod = 'NoEvent.

    $ReportedVM.Creator = 'NoEvent.

    } else {}

    $ReportedVM = $null

    Write-Warning "$VM is not found, typo?

    }

    }

    $ReportedVM

    }

    }

    }

    Now, if I use the first command

    Get - vm testvm

    I get a response of

    Name PowerState Num CPU MemoryGB

    ----                 ---------- -------- --------

    Receiving TestVM 4 4,000

    But if I do

    Get-vmcreationdate testvm

    he responds with

    WARNING: testvm is not found. misspelling?

    I can't understand why he says this?

    What will be the final objective to query the server vcenter set and export a CSV of the creation of each day VM - is their an easier way to do it?

    I was intending to use

    get - vm | Get-VMCreationDate | Export-Csv-path "d:\\reports\vmcreationinventory.csv ".

    But at the present time, each unique virtual machine is indicating "is not found."

    Attached is an example with a virtual machine called gbvls

    Although you may be better communicate with the author of these functions, from what I can tell, it seems to indicate that none of the specified events were found for these virtual machines.

    You can check if there are targeted with the cmdlet Get-VIEvent ordinary events.

    If you can see events, there could be a problem with the Get-VMEvents function.

    $vmName = 'testvm '.

    $tgtEvents = "VmBeingDeployedEvent", "VmRegisteredEvent", "VmClonedEvent", "VmBeingCreatedEvent".

    $vm = get-VM-name $vmName

    Get-VIEvent-body $vm - MaxSamples ([int]: MaxValue) |

    Where {$tgtEvents - contains $_.} GetType(). Name}

  • Migration of virtual machines from a data store, and then delete the data store?

    Hello

    I have a future deployment this month and my Director wants to build a new RAID 6 array, create a store of data with the new table and then move all the VMS to the newly created data store.

    Then he asked me to take the old data store and remove it and the available space between the deleted data store and other stores of data in our shared environment. The question is when the new raid is created and vm has migrated to the new data store, which is the best way to remove the data store empty and make sure that the space available for other data stores? Any help would be appreciated...

    Greg ~.

    If all controls are met, you can go ahead and take it apart without any problem.

    I have re-iterate below checks:

    -No virtual machine is in the data store

    -The data store is not part of the cluster data store

    -The data store is not managed by the DRS storage

    -IGCS is disabled for this data store

    -The data store is not used for vSphere HA heartbeat.

    Especially highlighted 2 controls. Please note that SIOC can be enabled on the data without SDR photo store

  • 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

  • Find a property-based Virtual Machines

    Hello

    What I want to do is to find a set of system VMs in vCAC and based on the value of the property I want to perform an action on them so far that's what I have, but keep o get an error.  Any help would be great!

    If (host == null) {}
    System.log ("no host has been defined");
    }
    get host Virtual Machines
    var virtualMachines = Server.findAllForType ("vCAC:VirtualMachine");

    for each {(virtualMachine var in virtualMachines)
    If (virtualMachine.isManaged == true) System.log ("found Virtual Machine" + "" + virtualMachine);
    Var properties = new Properties ();
    Properties.put ("VirtualMachineID", virtualMachine.virtualMachineID);
    var virtualMachineEntity = vCACEntityManager.readModelEntity (host.id, "ManagementModelEntities.svc", "VirtualMachines", properties, null);

    var virtualMachinePropertiesEntities = virtualMachineEntity.getLink (host, "VirtualMachineProperties");
    for each {(var virtualMachinePropertiesEntity in virtualMachinePropertiesEntities)
    If (virtualMachinePropertiesEntity.getProperty ("PropertyName") == propertyName) {}
    }
    }

    }

    Instead of trying to find machines find properties, you can find the properties to find the machine.  VCAC custom properties are themselves entities like Virtual Machines:

    vmPropsProperties = new Properties ();

    vmPropsProperties.put ("PropertyName", property_name);

    modelName = "ManagementModelEntities.svc"; var

    entitySetName var = "VirtualMachineProperties";

    var propertyEntities = vCACEntityManager.readModelEntitiesByCustomFilter (vcacHost.id, modelName, entitySetName, vmPropsProperties, null);

    var virtualMachineEntities = new Array();

    for each {(var propertyEntity in propertyEntities)

    var propertyEntity.getProperty ("PropertyValue") = propertyValue;

    If (propertyValue == desiredValue) {}

    virtualMachineEntities.push (propertyEntity.getLink (vcacHost, "VirtualMachine") [0]);

    }

    }

Maybe you are looking for

  • Bing has hijacked my browser interface. How do I return google?

    Bing has slipped somewhat on the browser, probably when I installed the new software. Now miss me some of the buttons that I usually replaced by the stupid bing toolbar. I hate bing, it is useless for me. Do I need to uninstall Firefox and reinstall?

  • screen is blank after windows starts.

    I just updated my graphics driver with HP SUPPORT ASSISTANT when suddenly my laptop wiped and restarted on its own and after the windows logo, I got a white screen, but the process is running in the background, just the screen is gone.i rebooted in s

  • How do you download music to Sansa Fuse using Ubuntu?

    Here's my problem, I changed my software using Ubuntu, now I can't download songs and everything else including video using this software.  I know about the use of the disc for Raphsody for windows, but this disc does not.  I use Ubuntu, it must be d

  • Look at another computer on my network

    Is it possible, via the router's Web page to view all the computers connected via my router so that I can "kick" any unauthorized person I have my router secure with a hexadecimal 16-digit, but there is always the chance that someone nearby 'hack' in

  • upgrade of lollipop, mobile data do not work

    I upgraded to lollipop today, all except my mobile data do not work.Any ideas?Tried the turning point and the passage to the plane and back mode and change your mobile operator and back, still does not. Thank you