Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 180923 articles
Browse latest View live

Slow DNS lookup

$
0
0

 

Hello,

 

 

in all my virtual machines (workstation 7, vmware tools installed, guest systems: xp, 7, server 03, server 08) a DNS lookup takes around 4 seconds! How can I speed this up / fix this? Thanks!

 

 


Profile template in 2.10

$
0
0

Hello,

 

it seems that the profile template was discontinued in 2.10. At least when i deploy the new templates, the Profile Template isn't updated. So I have to choose between UIA + Templates or just UIA.

That means the if you are continuing to use just the Profile template, you are still using the 2.9 version

Starting a Program

$
0
0

Hello,

 

is possible  start a program instead of an entire virtual machine with Horizon Client 3.1.0 ?

 

Thank's

ESXi Syslog over TLS/SSL not working

$
0
0

Hi

 

I have configured Log Insight (3.0) with 1 vCenter (5.5U2b) and 2 ESXi hosts (5.5U2). EVerything is on the same network subnet.

 

When I configure them with Syslog over SSL in Log Insight, nothing gets sent. However, if I change to TCP, I start receiving data.

 

What could be the issue?

P2V Converter A File I/O Error

$
0
0

Hi i am trying to convert my laptop to virtual but getting the error File I/O. i have attached the diagnostic logs would be a great help if someone could give me a poniter into why it is not working.

 

I have tried as local admin.

i can ping both the host identication names.

Java CLI and Powershell...

$
0
0

I am trying to do an export of all the components defined in vFabric AppDir (6.01) using the Java CLI.  If I were to program it using a combination of Powershell and Java it would look something like this:

 

# PScript to export vFabric Components to the TempDir

 

# Variables

$AppDirServer = "vFabricAppDirServer"

$loginAcct = "darwin_user"

$loginAcctPass = "This Is the Password field"

$dateStr = Get-Date -uformat "%Y.%m.%d"

$outputDir = "T:\Exports\" + $dateStr

 

# Start the java vApp Dir CLI client

java -jar darwin-cli.jar

 

# Java CLI commands (commands to the CLI from here down)

# Log into the vFabric AppDir server

login --serverUrl https://$AppDirServer:8443/darwin --username $loginAcct --password $loginAcctPass

 

# Export Applications

export-package --exportFilePath $outputDir + "\allApplications.pkg" --applicationVersion ALL

 

# Export Services

export-package --exportFilePath $outputDir + "\allServices.pkg" --serviceVersion ALL

 

# Export Tasks

export-package --exportFilePath $outputDir + "\allTasks.pkg" --taskVersion ALL

 

# Export External Services

export-package --exportFilePath $outputDir + "\allExternalServices.pkg" --externalServiceVersion ALL

 

# Export Policies

export-package --exportFilePath $outputDir + "\allPolicies.pkg" --policyVersion ALL

 

# logout of the session

logout

 

# Exit the AppDir CLI

exit

 

 

 

I have the CLI jar file accessible to powershell and can start it interactively.  I can also enter each of the lines interactively into the CLI and have them execute...  My thought then is to do something like:

# PScript to export vFabric Components to the TempDir

 

# Variables

$AppDirServer = "vFabricAppDirServer"

$loginAcct = "darwin_user"

$loginAcctPass = "This Is the Password field"

$dateStr = Get-Date -uformat "%Y.%m.%d"

$outputDir = "T:\Exports\" + $dateStr

$outputTempDir = "T:\Exports\TempDir"

 

# Start the java vApp Dir CLI client

java -jar darwin-cli.jar < CLI-cmds.txt

 

# move the output fiels to their home

move $outputTempDir + "/*" $outputDir

 

where CLI-cmds.txt is:

# Log into the vFabric AppDir server

login --serverUrl https://$AppDirServer:8443/darwin --username $loginAcct --password $loginAcctPass

 

# Export Applications

export-package --exportFilePath $outputDir + "\allApplications.pkg" --applicationVersion ALL

 

# Export Services

export-package --exportFilePath $outputDir + "\allServices.pkg" --serviceVersion ALL

 

# Export Tasks

export-package --exportFilePath $outputDir + "\allTasks.pkg" --taskVersion ALL

 

# Export External Services

export-package --exportFilePath $outputDir + "\allExternalServices.pkg" --externalServiceVersion ALL

 

# Export Policies

export-package --exportFilePath $outputDir + "\allPolicies.pkg" --policyVersion ALL

 

# logout of the session

logout

 

# Exit the AppDir CLI

exit

 

Of course, the < (redirect) does not work.  So my question then (after much tldr; and I checked the java site)...

 

Is there a way to have these commands sent to the CLI when I invoke the java -jar darwin-cli.jar command??

 

Thanks in advance,

 

Roger

vRA 6.2 - Business Group exists in the vRA Web GUI, is not listed by the vCAC Plugin in vRO

$
0
0

I have this weird situation, where a business group is listed in the web GUI, I can change its permissions, list VMs etc, so it is fully functional. Also, when I select a VM provisioned by a member of this group in the vRealize Orchestrator vCAC Plugin, I get the correct parent (organization) displayed.

However, the business group is not displayed in the plugin under  vCloud automation Center -> hostname -> Administration -> Business Groups, I've also tried it earlier with Server.findAllForType("vCACCAFE:BusinessGroup"), with no success.

Did anyone face the issue before?

VMware Horizon Client unrecoverable error: (crtbora)

$
0
0

Hi,

 

Here is the error message I get when I try to connect VDIs using VMware Horizon Client 3 :

 

Image 1.png

 

Log file :

 

2015-09-14T11:12:36.345+02:00| vthread-4| I120: Log for VMware Horizon Client pid=4360 version=1.0 build=build-00000 option=Release

2015-09-14T11:12:36.345+02:00| vthread-4| I120: The process is 32-bit.

2015-09-14T11:12:36.345+02:00| vthread-4| I120: Host codepage=windows-1252 encoding=windows-1252

2015-09-14T11:12:36.345+02:00| vthread-4| I120: Host is Windows 8 Pro, 32-bit  (Build 9200)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileCreateDirectoryRetry: Non-retriable error encountered (C:\ProgramData\VMware\VMware Workstation): Cannot create a file when that file already exists (183)

2015-09-14T11:12:36.329+02:00| vthread-4| I120: DictionaryLoad: Cannot open file "C:\Users\VNO\AppData\Roaming\VMware\config.ini": The system cannot find the file specified.

2015-09-14T11:12:36.329+02:00| vthread-4| I120: Msg_Reset:

2015-09-14T11:12:36.329+02:00| vthread-4| I120: [msg.dictionary.load.openFailed] Cannot open file "C:\Users\VNO\AppData\Roaming\VMware\config.ini": The system cannot find the file specified.

2015-09-14T11:12:36.329+02:00| vthread-4| I120: ----------------------------------------

2015-09-14T11:12:36.329+02:00| vthread-4| I120: PREF Optional preferences file not found at C:\Users\VNO\AppData\Roaming\VMware\config.ini. Using default values.

2015-09-14T11:12:36.329+02:00| vthread-4| I120: FILE: FileLockDynaLink: Further process validation tools are: available

2015-09-14T11:12:36.345+02:00| crtbora| I120: VTHREAD initialize main thread 3 "crtbora" host id 8572

2015-09-14T11:12:36.345+02:00| crtbora| I120: POLL Using the WSAPoll API Implementation for PollDefault

2015-09-14T11:12:36.639+02:00| vthread-4| I120: VTHREAD initialize thread 4 "vthread-4" host id 8388

2015-09-14T11:13:18.837+02:00| crtbora| I120: VERIFY .\prefs.cpp:1311

2015-09-14T11:13:18.837+02:00| crtbora| I120: Backtrace:

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[00] frame 0x0062e8b4 IP 0x520553d4 params 0x52280880 0 0x62ece4 0x5207967d CoreDump_LogModules + 0x03b4 [C:\Program Files\VMware\VMware Horizon View Client\vmwarebase.DLL base 0x52000000 0x0001:0x000543d4]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[01] frame 0x0062e8c4 IP 0x52280974 params 0 0x523d3530 0x62e8e4 0x62e8e4 Util_Backtrace + 0x0024 [C:\Program Files\VMware\VMware Horizon View Client\vmwarebase.DLL base 0x52000000 0x0001:0x0027f974]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[02] frame 0x0062ece4 IP 0x5207967d params 0xd1f2a8 0x62ed00 0x62f12c 0xc6fe99 Panic_Panic + 0x00cd [C:\Program Files\VMware\VMware Horizon View Client\vmwarebase.DLL base 0x52000000 0x0001:0x0007867d]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[03] frame 0x0062ecf4 IP 0x520796d0 params 0xd1f2a8 0xd23fcc 0x51f 0xc36f48 Panic + 0x0010 [C:\Program Files\VMware\VMware Horizon View Client\vmwarebase.DLL base 0x52000000 0x0001:0x000786d0]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[04] frame 0x0062f12c IP 0x00c6fe99 params 0x2fa1b08 0xc36e90 0x24e0e08 0xc478d8 ??? [C:\Program Files\VMware\VMware Horizon View Client\vmware-view.exe base 0x00bf0000 0x0001:0x0007ee99]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[05] frame 0x0062f13c IP 0x00c60093 params 0xb084c 0x8069 0xc36e90 0x2fa1b08 ??? [C:\Program Files\VMware\VMware Horizon View Client\vmware-view.exe base 0x00bf0000 0x0001:0x0006f093]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[06] frame 0x0062f18c IP 0x00c478d8 params 0x24e0e08 0 0xc36e90 0x2fa1b08 ??? [C:\Program Files\VMware\VMware Horizon View Client\vmware-view.exe base 0x00bf0000 0x0001:0x000568d8]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[07] frame 0x0062f1b8 IP 0x77a93e73 params 0x2060ff0 0xb084c 0x8069 0xc36e90 Ordinal2535 + 0x0083 [C:\WINDOWS\system32\USER32.dll base 0x77a60000 0x0001:0x00032e73]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[08] frame 0x0062f250 IP 0x77a7810b params 0xb084c 0x8069 0xc36e90 0x2fa1b08 DispatchMessageW + 0x067b [C:\WINDOWS\system32\USER32.dll base 0x77a60000 0x0001:0x0001710b]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[09] frame 0x0062f2b0 IP 0x77a77c50 params 0x62f2ec 0x77a805f0 0xbf7e03 0x62f2ec DispatchMessageW + 0x01c0 [C:\WINDOWS\system32\USER32.dll base 0x77a60000 0x0001:0x00016c50]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[10] frame 0x0062f2bc IP 0x77a77aa0 params 0x62f2ec 0x6270f22d 0x62fbb0 0x25cee68 DispatchMessageW + 0x0010 [C:\WINDOWS\system32\USER32.dll base 0x77a60000 0x0001:0x00016aa0]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[11] frame 0x0062f34c IP 0x00bf7e03 params 0x24c0000 0x24c0000 0x24ca238 0x2fae860 ??? [C:\Program Files\VMware\VMware Horizon View Client\vmware-view.exe base 0x00bf0000 0x0001:0x00006e03]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[12] frame 0x0062f37c IP 0x77c35d16 params 0x2 0x24c0000 0x62f4e0 0x77bcfa9e wcstok_s + 0x5be6 [C:\WINDOWS\SYSTEM32\ntdll.dll base 0x77ba0000 0x0001:0x00094d16]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[13] frame 0x0062f38c IP 0x77bd0a3c params 0x24c0000 0x2 0x24ca238 0x156cadfa RtlFreeHeap + 0x002c [C:\WINDOWS\SYSTEM32\ntdll.dll base 0x77ba0000 0x0001:0x0002fa3c]

2015-09-14T11:13:18.853+02:00| crtbora| I120: backtrace[14] frame 0x0062f4f4 IP 0x77bcfa9e params 0x62f55c 0x77c2a520 0x62c77d0a 0xfffffffffffffffe RtlReAllocateHeap + 0x037e [C:\WINDOWS\SYSTEM32\ntdll.dll base 0x77ba0000 0x0001:0x0002ea9e]

2015-09-14T11:13:18.853+02:00| crtbora| W110: Win32 object usage: GDI 172, USER 96

2015-09-14T11:13:18.853+02:00| crtbora| I120: CoreDump_CoreDump: faking exception to get context

2015-09-14T11:13:18.853+02:00| crtbora| I120: CoreDump: Minidump file C:\Users\VNO\AppData\Local\Temp\vmware-vno\vmware-view.dmp exists. Rotating ...

2015-09-14T11:13:18.853+02:00| crtbora| W110: CoreDump: Writing minidump to C:\Users\VNO\AppData\Local\Temp\vmware-vno\vmware-view.dmp

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x00bf0000 size 0x0x002d0000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x002ce273 timestamp 0x55d5541b

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\vmware-view.exe

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 3.5.0.29526

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77ba0000 size 0x0x00179000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0017a886 timestamp 0x55c599e6

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ntdll.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16430

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75e40000 size 0x0x00095000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000a573d timestamp 0x559f3b86

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\kernel32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74ed0000 size 0x0x00177000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00176457 timestamp 0x559f3b4c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\KERNELBASE.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72dd0000 size 0x0x00091000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00090c01 timestamp 0x559f3b08

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\apphelp.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75ba0000 size 0x0x0005c000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0005e250 timestamp 0x559f3b08

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ws2_32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73400000 size 0x0x00121000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00127391 timestamp 0x55d553e5

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\gssapiLib.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 0.0.0.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75a30000 size 0x0x00043000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00048e80 timestamp 0x559f3afd

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\sechost.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75960000 size 0x0x000c2000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000cf53d timestamp 0x55b992dd

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\rpcrt4.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16412

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75750000 size 0x0x00007000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00009376 timestamp 0x559f3af3

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\nsi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74d50000 size 0x0x00175000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0018304e timestamp 0x559f3c1c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\crypt32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77900000 size 0x0x000be000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000c4be7 timestamp 0x559f3e0e

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msvcrt.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 7.0.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74ce0000 size 0x0x0000e000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000fe94 timestamp 0x559f3bfd

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msasn1.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77a60000 size 0x0x00134000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0013f142 timestamp 0x559f3b9d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\user32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77730000 size 0x0x00155000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0015d86b timestamp 0x55a5c0db

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\gdi32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16390

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75670000 size 0x0x0007b000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00081835 timestamp 0x559f3db6

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\advapi32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75ee0000 size 0x0x013be000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x013e7944 timestamp 0x55d55b9f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\shell32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16463

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77640000 size 0x0x000ea000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000f5b2e timestamp 0x559f3c9c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ole32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77480000 size 0x0x001ba000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x001c14e3 timestamp 0x559f3cf1

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\combase.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x750e0000 size 0x0x004dc000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x004ecb93 timestamp 0x55b45b71

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\windows.storage.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16405

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77890000 size 0x0x00044000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0004a0eb timestamp 0x559f3c42

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\shlwapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x59a30000 size 0x0x00058000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0006095b timestamp 0x55a877af

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\libcurl.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 7.42.0.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74cd0000 size 0x0x0000c000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000deba timestamp 0x559f3aff

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\kernel.appcore.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x779c0000 size 0x0x00092000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0009afad timestamp 0x559f3b0b

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\oleaut32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75b00000 size 0x0x0008d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0008b5b9 timestamp 0x559f3d59

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\SHCore.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74d00000 size 0x0x00044000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0004a50e timestamp 0x559f3aff

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\powrprof.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74cf0000 size 0x0x0000f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000168c5 timestamp 0x559f3af5

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\profapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x0fb00000 size 0x0x0018f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00192cfc timestamp 0x55a03a0d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\libeay32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 1.0.2.4

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x10000000 size 0x0x0004c000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00053169 timestamp 0x55a03a1e

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\ssleay32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 1.0.2.4

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x00ec0000 size 0x0x00148000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00149d9b timestamp 0x5515d615

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\glib-2.0.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.42.2.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x55670000 size 0x0x00141000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00143982 timestamp 0x545d4564

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\libxml2.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.9.2.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72880000 size 0x0x00017000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00022faa timestamp 0x5303b66f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\intl.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 0.14.6.3

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6fc50000 size 0x0x00013000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000134b8 timestamp 0x509d28c4

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\sigc-2.0.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.2.11.1

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x52590000 size 0x0x00146000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00145a87 timestamp 0x55c5b7c5

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\crtbora.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 3.5.0.10535

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x52000000 size 0x0x0058f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00584ea7 timestamp 0x55c5b767

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\vmwarebase.DLL

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 11.0.0.10535

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72870000 size 0x0x0000e000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000124e4 timestamp 0x55c5b76e

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\vmwarestring.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 11.0.0.10535

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x758d0000 size 0x0x0002f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002db3b timestamp 0x559f3e0f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\imm32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x77360000 size 0x0x00120000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0012acfa timestamp 0x559f3ba3

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msctf.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75c00000 size 0x0x001a5000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x001ac330 timestamp 0x559f3e18

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\setupapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x750a0000 size 0x0x00036000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00038fd9 timestamp 0x559f3afa

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\cfgmgr32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6cf70000 size 0x0x00013000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00011457 timestamp 0x559f3bfb

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\netapi32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75900000 size 0x0x00053000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0005affb timestamp 0x559f3c15

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\Wldap32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6fd10000 size 0x0x0016b000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0016ff94 timestamp 0x559f3baa

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10240.16384_none_d15682eeaf714889\GdiPlus.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x71680000 size 0x0x000a7000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000b12c1 timestamp 0x55a725c5

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\winhttp.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16391

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x733d0000 size 0x0x00030000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002ee1f timestamp 0x559f3be1

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\IPHLPAPI.DLL

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6b7c0000 size 0x0x0002d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00032b97 timestamp 0x559f3c17

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\WinSCard.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x745d0000 size 0x0x0000a000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000a9cf timestamp 0x559f3c0d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\secur32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x587f0000 size 0x0x00023000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002b7e7 timestamp 0x559f3cea

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msvfw32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6ff10000 size 0x0x00006000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00009323 timestamp 0x559f3b7b

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msimg32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x70ee0000 size 0x0x00209000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00209d2f timestamp 0x559f3e45

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_3bccb1ff6bcd1849\comctl32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.10.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x55610000 size 0x0x00060000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0005fe74 timestamp 0x545b3222

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\libldap_r.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.4.39.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6a300000 size 0x0x0008e000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0008b8b8 timestamp 0x554b072d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\msvcp90.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 9.0.30729.9158

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x68b00000 size 0x0x00021000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001cfcf timestamp 0x545b3208

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\liblber.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.4.39.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x737a0000 size 0x0x00079000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0007c929 timestamp 0x55af0aa0

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\uxtheme.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16397

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6c260000 size 0x0x000a3000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000a8c54 timestamp 0x554b0726

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\msvcr90.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 9.0.30729.9158

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x743d0000 size 0x0x00008000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000164dd timestamp 0x559f3c2d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\version.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x748f0000 size 0x0x0001d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000241c8 timestamp 0x559f3c1b

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\bcrypt.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73ea0000 size 0x0x0008d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00092d14 timestamp 0x559f3c1f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\cryptui.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x51ee0000 size 0x0x00114000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0011d3a9 timestamp 0x4fa27694

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\iconv.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 1.9.0.2

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x722a0000 size 0x0x00008000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00006821 timestamp 0x559f3d10

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wsock32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x743e0000 size 0x0x0000f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001a644 timestamp 0x559f3da2

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wtsapi32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x01030000 size 0x0x000c0000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000c34d2 timestamp 0x5526e413

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\glibmm-2.4.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.42.0.1

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73610000 size 0x0x00024000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002bd95 timestamp 0x559f3ce4

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\winmm.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x69b50000 size 0x0x00224000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0021f39b timestamp 0x55a724bc

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wininet.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 11.0.10240.16391

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73fe0000 size 0x0x00017000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00018684 timestamp 0x559f3cf3

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\mpr.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x744c0000 size 0x0x00019000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00022bd2 timestamp 0x559f3c0c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\userenv.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6fea0000 size 0x0x00067000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0006aef2 timestamp 0x559f3c05

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\winspool.drv

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72030000 size 0x0x00010000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000f30a timestamp 0x559f3c0c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wkscli.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74000000 size 0x0x0001c000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00021c5c timestamp 0x559f3c09

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\srvcli.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74020000 size 0x0x0000a000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00013ed7 timestamp 0x559f3bf7

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\netutils.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73370000 size 0x0x00008000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00014a27 timestamp 0x559f3af4

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\winnsi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73840000 size 0x0x00021000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000228e5 timestamp 0x559f3af8

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\devobj.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x01100000 size 0x0x00023000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002855e timestamp 0x559f3ce8

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\WINMMBASE.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x01190000 size 0x0x0004a000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000511d0 timestamp 0x5515d61d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\gobject-2.0.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.42.2.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x011e0000 size 0x0x00007000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000565c timestamp 0x5515d616

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Program Files\VMware\VMware Horizon View Client\gmodule-2.0.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2.42.2.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x749f0000 size 0x0x00024000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00023b9d timestamp 0x559f3af6

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\sspicli.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74780000 size 0x0x0002f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00031ece timestamp 0x559f3c17

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\logoncli.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73380000 size 0x0x00008000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000ac88 timestamp 0x559f3bf8

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dsrole.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74b70000 size 0x0x00059000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0005e598 timestamp 0x559f3c0f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\bcryptPrimitives.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x748d0000 size 0x0x00020000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002c456 timestamp 0x559f3c12

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ncrypt.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x748a0000 size 0x0x00028000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000324e8 timestamp 0x559f3c10

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ntasn1.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x747c0000 size 0x0x00013000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001e551 timestamp 0x559f3bff

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\cryptsp.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x743a0000 size 0x0x0002f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0002ed24 timestamp 0x559f3c0f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\rsaenh.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74820000 size 0x0x0000a000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000babb timestamp 0x559f3af8

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\CRYPTBASE.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72650000 size 0x0x0001d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000172ea timestamp 0x55a862ea

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dwmapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16392

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74660000 size 0x0x00050000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00053240 timestamp 0x559f3b21

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\mswsock.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73150000 size 0x0x00013000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001b485 timestamp 0x559f3af9

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dhcpcsvc6.DLL

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73130000 size 0x0x00014000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000110d0 timestamp 0x559f3afc

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dhcpcsvc.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x742d0000 size 0x0x00028000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00026447 timestamp 0x559f3c02

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ntmarta.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x70860000 size 0x0x00171000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0017973d timestamp 0x559f3bc6

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\WindowsCodecs.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75db0000 size 0x0x00082000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00087dc0 timestamp 0x559f3cb0

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\clbcatq.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 2001.12.10941.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x70c10000 size 0x0x00142000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x001471bf timestamp 0x559f3e2d

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\propsys.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 7.0.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x59e80000 size 0x0x000c8000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000d2b9a timestamp 0x55b4555a

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ntshrui.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16405

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x68f80000 size 0x0x0000f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000f578 timestamp 0x559f3b4e

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\cscapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x75aa0000 size 0x0x00058000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0005c9ea timestamp 0x559f3c97

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\coml2.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x59b10000 size 0x0x0000b000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00006960 timestamp 0x559f3c44

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\linkinfo.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x57ce0000 size 0x0x00012000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00016833 timestamp 0x559f3b43

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\mssprxy.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 7.0.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x5bac0000 size 0x0x0003f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0004993f timestamp 0x559f3c2f

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dataexchange.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72a60000 size 0x0x000a8000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000b4a50 timestamp 0x559f3b97

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dcomp.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x72430000 size 0x0x00213000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00214ea9 timestamp 0x559f3c11

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\d3d11.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6d440000 size 0x0x00488000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0048c53f timestamp 0x559f3c34

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\d2d1.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x723b0000 size 0x0x0007e000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000806e4 timestamp 0x55b99379

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dxgi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16412

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73870000 size 0x0x000bc000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000c38b6 timestamp 0x55af0938

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\twinapi.appcore.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16397

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74610000 size 0x0x0004d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00057441 timestamp 0x559f3c18

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msv1_0.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x747b0000 size 0x0x00009000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000173f5 timestamp 0x559f3c04

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\NtlmShared.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74800000 size 0x0x00011000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000177ab timestamp 0x559f3c03

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\cryptdll.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x68b60000 size 0x0x00018000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001eb02 timestamp 0x559f3ce4

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\mciavi32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x68a70000 size 0x0x0001c000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0001fca7 timestamp 0x559f3ce1

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\avifil32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x70a30000 size 0x0x00018000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00020dc3 timestamp 0x559f3ceb

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msacm32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x68a50000 size 0x0x00018000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000207cd timestamp 0x559f3ce2

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\iccvid.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 1.10.0.12

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6e5a0000 size 0x0x00007000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0000495a timestamp 0x559f3b7b

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dciman32.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6e570000 size 0x0x0000d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00012adf timestamp 0x559f3be2

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wbem\wbemprox.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x715c0000 size 0x0x00066000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0006b228 timestamp 0x559f3bd7

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wbemcomn.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x70450000 size 0x0x00011000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00015291 timestamp 0x559f3d12

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\ondemandconnroutehelper.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6dca0000 size 0x0x00011000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000152a9 timestamp 0x559f3bd1

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wbem\wbemsvc.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x6dcc0000 size 0x0x000bc000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000c49f4 timestamp 0x559f3bf4

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\wbem\fastprox.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x73cb0000 size 0x0x0001f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00023b2a timestamp 0x559f3aae

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\gpapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x585a0000 size 0x0x00081000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0008a431 timestamp 0x559f3b83

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\riched20.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 5.31.23.1231

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x778e0000 size 0x0x00016000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x000179e8 timestamp 0x559f3b87

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\usp10.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x58570000 size 0x0x0002d000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00031f4b timestamp 0x559f3b80

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\msls31.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 3.10.349.0

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x74430000 size 0x0x00084000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x0008ed12 timestamp 0x559f3b02

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dnsapi.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x627a0000 size 0x0x0013f000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00124c8c timestamp 0x559f3d6c

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dbghelp.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: including module base 0x0x62770000 size 0x0x00021000

2015-09-14T11:13:18.931+02:00| crtbora| I120:   checksum 0x00027cbc timestamp 0x559f3a99

2015-09-14T11:13:18.931+02:00| crtbora| I120:   image file C:\Windows\System32\dbgcore.dll

2015-09-14T11:13:18.931+02:00| crtbora| I120:   file version 6.2.10240.16384

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8572

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8304

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8588

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8300

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8428

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8432

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8460

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8560

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8556

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8328

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8452

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8448

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8360

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8396

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 4356

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 5796

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 4052

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8564

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 5420

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 7696

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 4016

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8372

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8380

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8364

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8388

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8596

2015-09-14T11:13:18.931+02:00| crtbora| I120: CoreDump: Including thread 8272

2015-09-14T11:13:18.978+02:00| crtbora| I120: Msg_Post: Error

2015-09-14T11:13:18.978+02:00| crtbora| I120: [msg.log.error.unrecoverable] VMware Horizon Client unrecoverable error: (crtbora)

2015-09-14T11:13:18.978+02:00| crtbora| I120+ VERIFY .\prefs.cpp:1311

2015-09-14T11:13:18.978+02:00| crtbora| I120: [msg.panic.haveLog] A log file is available in "C:\Users\VNO\AppData\Local\Temp\vmware-vno\vmware-crtbora-4360.log". 

2015-09-14T11:13:18.978+02:00| crtbora| I120: [msg.panic.requestSupport.withoutLog] You can request support. 

2015-09-14T11:13:18.978+02:00| crtbora| I120: [msg.panic.requestSupport.vmSupport.vmx86]

2015-09-14T11:13:18.978+02:00| crtbora| I120+ To collect data to submit to VMware technical support, run "vm-support".

2015-09-14T11:13:18.978+02:00| crtbora| I120: [msg.panic.response] We will respond on the basis of your support entitlement.

2015-09-14T11:13:18.978+02:00| crtbora| I120: ----------------------------------------

 

Please help

 

Thank you


Recompose fails due to no network connection

$
0
0

Good afternoon everyone,

 

Issue = When recomposing linked clone pool a vm it fails with error “Provisioning error occurred for Machine XXXXX: Customization error due to no network communication between the View agent and Connection Server”

 

During recompose \ customization, the vm is powered off and never powers back on to complete recomposing. It sits powered off for an extended period of time and I get the error message above.

 

If I manually power on the vm via Vcenter it has an IP address but no network \ internet connectivity

 

Via vcenter if I remove the original network card and add a new network card, the vm will now get an ip and network connectivity. (vmxnet3, same vlan)

 

I have multiple pools and its all acting this way, Has anyone seen anyting like this?

 

things ive tried on the parent vm

* updating & downgrading vmware tools

* reloading horizon view agent

Help tweaking a script to deploy/recover to a specific datastore cluster rather than just a specific datastore

$
0
0

I butchered a script which was originally created to clone VMs to a specific folder and datastore and remove a time stamp at the end of the VM name.  I'm now trying to rework it so it recovers the clones back to a production datastore cluster rather than just a specific datastore.  It does literally everything I need it to with one exception, I don't seem to be able to successfully tweak it to recover back to a datastore cluster as opposed to just a specific datastore.  Everything I try results in dismal failure I wonder if someone can suggest a tweaked version for me so I can try and understand where I went wrong?

 

 

# ==============================================================================================

# NAME: RecoverVMs

#

# AUTHOR: Luke Glazebrook

# DATE  : 09/10/2015

#

# COMMENT: Recovers cloned VMs and uses passed param to specify which cycle of VMs to restore,

#   and removes the -$CYRPYYMMDD ammendment at the end of the VM name.    

#

#

# * Software Dependencies: *

# - Microsoft PowerShell *

# - VMWare PowerCLI *

# ==============================================================================================

# Parameters

# ==============================================================================================

# The below parameter supplied by Control-M refers to cycle and recovery point prefix,

# the date can be added automatically however this functionality has been disabled.

# Date stamp supplied parameter e.g VM1-20151212

param ([string]$CYRPYYMMDD)

 

 

# ==============================================================================================

# Functions

# ==============================================================================================

#Function to allow you to check if a command is loaded

Function Check-Command($cmdname)

{

    return [bool](Get-Command -Name $cmdname -ErrorAction SilentlyContinue)

}

 

 

# ==============================================================================================

# Varibles

# ==============================================================================================

# Add the vmware snapin for powershell

# Add-PSSnapin VMware.VimAutomation.Core

# Add the vmware snapin for powershell (stops you seeing the error messages)

if (Check-Command "Connect-VIServer")

{

  Write-Host "Automation Tool already loaded"

}

else

{

  #If not already loaded load the snapin

  Write-Host "Loading Automation Tools"

  Add-PSSnapin VMware.VimAutomation.Core

}

 

 

# backup = true appends date; false creates a clone with the same name.

$backup = "True"

# debug - true : will not clone vm; FALSE will clone the vm.

$debug = "FALSE"

# Target Datastore

$targetdatastore = "LS-H249-DS1-320GB"

#Refers to the percentage of free space for the DS space check

$freePerc = 5

# Target location - existing folder in vcenter structure, where the clones will be place

$targetlocation = "ProdFolder"

# Set date

$datestart = (get-date -uformat %Y%m%d)

# Name a logfile to capture results.

$logfile = $datestart + "_VMClones_bulk.txt"

#

write-output "New Log ($datestart) - ($logfile)" >> $logfile

# Gets the list of VMs from the file associated with this script

$VmFileList = Get-Content VmsToCloneList.list

#

$ds = Get-Datastore -Name $targetdatastore

 

 

#Email varibles

 

 

$From = "vCenter@lbase.homeip.net"

$To = "luke@lbase.homeip.net"

$Cc = "luke@lbase.homeip.net"

#$Attachment = "C:\temp\Some random file.txt"

$Subject = "!! TEST DMAT Report TEST !!"

$BodySuccess = "The DMAT VMs have been sucessfully recovered to the specified destination datastore and inventory organisational folder within vSphere"

$BodyFailure1 = "The combined provisioned VMDK usage of the VM's exceeds the capacity of the destination datastore, exiting with code 1"

$BodyFailure2 = "There is insufficient space on the target datastore, increase Space to continue, Exiting with code 2"

$BodyFailure3 = "A VM by the name specified cant be found perhaps it does not exists? Exiting with code 3"

$SMTPServer = "192.168.0.101"

$SMTPPort = "25"

 

 

 

# Establish Connection

Connect-VIServer -Server 127.0.0.1 -User administrator@lbase -Password omega1

 

 

 

 

# ==============================================================================================

# Deletes current working test VMs in preperation for the recovery of the backup clones

# ==============================================================================================

 

 

foreach($vm in $VmFileList){

$active = Get-VM $vm

if($active.PowerState -eq "PoweredOn"){

Stop-VM -VM $vm -Confirm:$false

Start-Sleep -Seconds 10

Remove-VM -VM $vm -DeleteFromDisk -Confirm:$false -RunAsync}

else

{Remove-VM -VM $vm -DeleteFromDisk -Confirm:$false -RunAsync}

}

 

 

 

 

# ==============================================================================================

# Gets the VM total ProvisionedSpaceGB for all VM's in the list. 

# Additionally ensures whitespaces and hashes are ignored effectively

# creating a clean list which calculates/creates the varible required for validation check 1

# ==============================================================================================

 

 

 

$vmCleanedList = New-Object system.Collections.ArrayList

 

 

# Loop through our VM file List and clean is up, check for incorrectly specified VM's

ForEach ($vmname in $VmFileList)

{

  if ([string]::IsNullOrWhiteSpace($vmname) -or $vmname.StartsWith("#"))

  {

  write-host("Invalid machine name - $vmname")

  }

  else

  {

  #Should trim vmname to ensure we have no spaces front or end

  $vm = Get-VM $vmname

  $vmCleanedList.Add($vmname)

  $TotalRequiredGB += $vm.ProvisionedSpaceGB

 

 

  }

 

 

  Write-Host "Total Required = $TotalRequiredGB"

}

 

 

 

 

 

 

 

 

# ==============================================================================================

# Validation checks Prior to starting the clone script

# ==============================================================================================

 

 

# Validation check 1, Checks if the combined provisioned VMDK usage of the VM's exceeds the capacity of the destination datastore?

if(($ds.FreeSpaceGB -gt $TotalRequiredGB))

{

  Write-Host "Continue with your script"

}

 

 

else

{

  Write-Host "There is insufficient space on the target datastore. Please increase Space to continue"

  Write-Output "There is insufficient space on the target datastore. Please increase Space to continue" >> $logfile

  Write-Host "Exiting with code 1"

  Write-Output "Exiting with code 1" >> $logfile

 

  Send-MailMessage -From $From -to $To -Cc $Cc -Subject $Subject `

  -Body $BodyFailure1 -SmtpServer $SMTPServer -port $SMTPPort

  exit 1

}

 

$ds = Get-Datastore -Name $targetdatastore

 

 

# Validation check 2, do you have X % free datatstorespace?

if(($ds.FreeSpaceGB/$ds.CapacityGB*100) -ge $freePerc)

{

    Write-Host "Continue with your script"

}

else

{

    Write-Host "There is less than X% space free on the datastore. Please increase Space to continue" 

    Write-Output "There is less than X% space free on the datastore. Please increase Space to continue" >> $logfile

    Write-Host "Exiting with code 2"

    Write-Output "Exiting with code 2" >> $logfile

 

  Send-MailMessage -From $From -to $To -Cc $Cc -Subject $Subject `

  -Body $BodyFailure2 -SmtpServer $SMTPServer -port $SMTPPort

 

    exit 2

 

}

 

 

#Hack + duplication of effort

#$VmListFile = Get-Content VmsToCloneList.list | Select-Object -Skip 3

ForEach ($vmname in $vmCleanedList)

            {

                        # The VM Object

  $RemoveCYRPYYMMDD = $vmname + "-" + $CYRPYYMMDD

                        $vm = Get-VM -Name $RemoveCYRPYYMMDD

                        # Target Host - use the same host as the current VM ( this is faster than cloning across hosts ).

                        $targethost = $vm.vmhost.name

                        # Target VM Name - name if BACKUP is FALSE

                        $vmtarget = $vmname

                        #

                        $datastore = get-datastore $targetdatastore -vmhost $targethost

 

 

# ==============================================================================================

# Begin the actual cloning script

# ==============================================================================================

 

 

                        if ($vm -ne $null)

                                    {

                                                Write-Host "A VM named $VM exists. Starting clone"

                                                Write-output "A VM named $VM exists. Starting clone"  >> $logfile

                                    }

                        else

                                    {

                                                Write-Host "A VM by the name specified cant be found perhaps it does not exists?"

                                                Write-Output "A VM by the name specified cant be found perhaps it does not exists?" >> $logfile

                                                Write-Host "Exiting with code 3"

                                                Write-Output "Exiting with code 3" >> $logfile

  Send-MailMessage -From $From -to $To -Cc $Cc -Subject $Subject `

  -Body $BodyFailure3 -SmtpServer $SMTPServer -port $SMTPPort

 

                                                exit 3

                                    }

                        if ($backup -eq "TRUE") 

                                    {

                                                # Clone the VM to backup_vmname_todaysdate

                                                $vmtarget #= $vmtarget + "-" + $CYRPYYMMDD #+ "-" + $datestart

                                    }

                        # nice colors if you are watching the script run

                        write-host -foregroundcolor green "Cloning $vm to $vmtarget"

                        write-output -foregroundcolor green "Cloning $vm to $vmtarget" >> $logfile

                        new-vm -name $vmtarget -vm $vm -vmhost $targethost -datastore $datastore -Location $targetlocation -DiskStorageFormat thin

 

 

  Send-MailMessage -From $From -to $To -Cc $Cc -Subject $Subject `

  -Body $BodySuccess -SmtpServer $SMTPServer -port $SMTPPort

 

          

  }

 

 

 

 

 

Write-Host "Complete"

 

 

 

 

 

Exit 0

# COMPLETED

DNS resolving is extremely slow in NAT mode.

$
0
0

This is something that troubles me a lot. In NAT mode, DNS request takes several seconds to return.

I can confirm that in guest vms running win 10 and boot2docker, so I'm pretty sure it's a Fusion problem.

 

I run nslookup with hostname baidu.com and server 114.114.114.114 to prevent the government censorship in China having any impaction.

 

Running nslookup on host returns results immediately.

 

In boot2docker,

 

docker@dev:~$ time nslookup baidu.com

Server:    172.16.67.2

Address 1: 172.16.67.2

 

 

Name:      baidu.com

Address 1: 111.13.101.208

Address 2: 123.125.114.144

Address 3: 220.181.57.217

Address 4: 180.149.132.47

Address 5: 220.181.57.217

real 2m 0.24s

user 0m 0.00s

sys 0m 0.01s

 

yes, it takes 2 minutes.

 

docker@dev:~$ time nslookup baidu.com 114.114.114.114

Server:    114.114.114.114

Address 1: 114.114.114.114 public1.114dns.com

 

 

Name:      baidu.com

Address 1: 180.149.132.47

Address 2: 111.13.101.208

Address 3: 123.125.114.144

Address 4: 220.181.57.217

real 0m 0.42s

user 0m 0.00s

sys 0m 0.00s

 

so the default DNS 172.16.67.2 takes a lot of time (at least tens of seconds) for each DNS request.

 

The /etc/resolv.conf file is:

 

search localdomain

nameserver 172.16.67.2

 

which is obtained from DHCP server running by Fusion (I guess). I can't change the DNS server because the system will revert /etc/resolv.conf now and then (based on DHCP response).

 

output of ifconfig:

docker@dev:~$ ifconfig

docker0   Link encap:Ethernet  HWaddr 02:42:70:D0:B5:A9

          inet addr:172.17.0.1  Bcast:0.0.0.0  Mask:255.255.0.0

          UP BROADCAST MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 

 

eth0      Link encap:Ethernet  HWaddr 00:0C:29:37:64:5E

          inet addr:172.16.67.131  Bcast:172.16.67.255  Mask:255.255.255.0

          inet6 addr: fe80::20c:29ff:fe37:645e/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:1186 errors:0 dropped:0 overruns:0 frame:0

          TX packets:1017 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:151294 (147.7 KiB)  TX bytes:134513 (131.3 KiB)

 

 

lo        Link encap:Local Loopback

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:65536  Metric:1

          RX packets:16 errors:0 dropped:0 overruns:0 frame:0

          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:1376 (1.3 KiB)  TX bytes:1376 (1.3 KiB)

 

output of route -n:

docker@dev:~$ route -n

Kernel IP routing table

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface

0.0.0.0         172.16.67.2     0.0.0.0         UG    1      0        0 eth0

127.0.0.1       0.0.0.0         255.255.255.255 UH    0      0        0 lo

172.16.67.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0

172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0

 

The situation will be a little better in Windows 10 because the Windows has a much shorter timeout threshold:

 

C:\Windows\system32>nslookup baidu.com

DNS request timed out.

    timeout was 2 seconds.

服务器:  UnKnown

Address:  172.16.67.2

 

 

名称:    baidu.com.localdomain

Addresses:  220.181.57.217

          220.181.57.217

 

I'm not sure why this works when the request timed out, but it does return result in 2 seconds, which is so much better comparing to boot2docker.

 

Running  nslookup baidu.com 114.114.114.114 returns result immediately of course.

 

Switch to host-only mode (if that's the right name since I'm using Chinese version) solves everything since it no longer use DNS server running by Fusion, but I need NAT for safety and boot2docker only works great in NAT mode, and I can't set DNS in guest vm by myself.

 

The settings of Fusion are almost default as there is literally no network setting I could change.

 

To sum up, running nslookup returns result in several ms as long as we do not use the DNS server bundled with Fusion which takes minutes to resolve a request.

I wonder if there is any solution to this problem or will it be fixed soon.

Grid vGPU with K1 Lockups and Disconnects

$
0
0

Hello,

 

I am in the process of getting a GRID vGPU system setup for testing in our environment.  At the moment, I have only one system (mine) and it is not going so well.

 

The issue is, even with the latest drivers from NVIDIA (Version 354.13 Released October 28, 2015) my system will completely disconnect a few times per day.  I've been working on the system for about 3-4 hours, and it has already dropped my connection 3 times.  The screen locks up, completely for about 2-3 minutes, and then eventually drops the PCoIP session.  I am able to reconnect after about 10 minutes of it being disconnected.  While I am connected, I am running nvidia-smi -l on the host and can see the GPU usage at about 40%-50% (which seems like an awful lot for one single host) and when the session drops, the GPU usage also drops to 0%.  I am not sure if this is a driver issue, or a hardware issue, but I'm hoping someone else has already run into this.

 

Also, I just noticed that when the issue occurs, I get the following error at the bottom of the nvidia-smi output:

GPU 0000:08:00.0: Detected Critical Xid Error

 

Not sure if that helps or not, but any input would be helpful.

 

Thanks,

 

Mark

appvolumes allvolsattached and printer mappings

$
0
0

Hi,

I am currently running into a problem when using allvolattached.bat on the appvolumes template in combination with printer mappings.

I use the appvolattached with "C:\Program Files\Immidio\Flex Profiles\Flexengine.exe" -uemrefreshshortcut to refresh the shortcuts after the App Volumes appstacks are attached, because that seems to be the only way to make sure shortcuts from App Volumes applications are always available. Using the other method (shortcut to "C:\Program Files\Immidio\Flex Profiles\Flexengine.exe" -uemrefreshshortcut in startup folder) does not (always) work, because app volumes might still be merging the files into the OS disk after startup occurred.

 

But the issue I have now is that printers do not get mapped at login. In the debug log I see all printer mapping fail with "server not found". When I do a manual refresh after appstacks apps are available printers are mapped. Also when not using appstacks printers are mapped correctly.

 

Any ideas on how to solve this?

Cisco Switchport Trunk with Nested ESXi 6

$
0
0

Guys,

         I'm having an issue with establishing connectivity between a vPortgroup within a nested ESXi to a Cisco catalyst 3550 trunk port. I'll try to paint the picture in text, however I have attached a few snapshots of my catalyst trunk port config, bare metal (BM) esxi config and my nested esxi config (vESXi):

 

I have a required for two vlans (portgroups) within my nested vESXi host to be capable of passing traffic to my L3 switch on the same physical uplink (Gi0/5):

 

-  I have configured port Gi0/5 on my Cisco Catalyst switch to trunk mode, encapsulation dot1q and to allow vlan 50 & 40.

- I have a Bare Metal ESXi. This host has a virtual standard switch (vSwitch1) configured with a port group called (DC1_VMTx). This port group has promiscuous mode set to "accept" and vlan 50 tagged.

- The only active uplink for this PG is physical NIC (vmnic3). This is physically connected to a trunk port Gi0/5 on my catalyst switch.

- Attached to this portgroup (DC1_VMTx) is a management VM (windows 8) which has an IP in the 192.168.50.x/24 range. It can pass traffic and ping its DG/SVI to my L3 no problem.

- Also attached to this portgroup (DC1_VMTx) is a nested ESXi 6 host. This vESXi host has a E1000e nic assigned to the DC1_VMTx Portgroup on my baremental ESXi host

 

- Inside of my nested vESXi host I have a virtual standard switch configured with a portgroup called "VMTx_VLAN50"

- The only active uplink assigned to this portgroup is vmnic 2 which is the E10003 nic assigned to portgroup DC1_VMTx on my bare metal ESXi host

- This portgroup is configured for VLAN 50 and promiscuous mode set to active

- I have a VM assigned to this portgroup within the nested ESXi host on the 192.168.50.x/24 range which CANNNOT ping its DG or SVI.

 

- When trunk mode is disabled and Gi0/5 is a standard access port with vlan 50 assigned and with no vlan tagging on either the BM or Nested portgroups, the VM inside the nested vESXi host can hit the DG/SVI and L3 switch no problem. This issue occurs when I change the config on the physical switch to trunk vlan 50 & 40 and set the portgroups to tag the relevant vlans.....albeit the management VM on the baremetal ESXi host works fine.

 

 

From my perspective the issue appears to be occurring between the bare metal vSwitch and the nested vSwitch, but I am at a total loss as to what it could be. I hope I have explained the situation sufficiently. I have attached some screenshots to try and illustrate my issue a bit better.

 

Any help would be greatly appreciated.

 

Thanks,

 

Jock

6.0 doesnt seem to work on XP with no service pack

$
0
0

I have been unable to install the converter or agent from the 6.0 exe's locally on the machine or from the server. Throws a generic error. but does not leave any install log behind to troubleshoot and nothing helpful in windows event log. Cant not install XP service pack 1,2 or 3 on this system due to software compatibility. I figure I need an older version of the converter that will work with this OS.screenshot01.JPG


Helper0-0 takes 60% of all CPU capacity in ESXi 6

$
0
0

I installed ESXi 6 Update 1 on my 5 year old HP EliteBook 8540p at home. When all VM:s is shut down the CPU usage is around 60%.

In colum %USED in ESXTOP I see that helper uses around 100.

 

      ID      GID NAME             NWLD   %USED    %RUN    %SYS   %WAIT %VMWAIT    %RDY   %IDLE  %OVRL

       9        9 helper            158  100.01   94.62    0.00 15711.38       -    0.25    0.00    0.

 

if give the command 'e 9' to expand the GID I get this:


      ID      GID NAME             NWLD   %USED    %RUN    %SYS   %WAIT %VMWAIT    %RDY   %IDLE  %OVRL

   32796        9 helper0-0           1  101.98   94.47    0.00    5.42       -    0.06    0.00    0.1

   32797        9 helper1-0           1    0.00    0.00    0.00   99.95       -    0.00    0.00    0.0

   32798        9 helper1-1           1    0.00    0.00    0.00   99.95       -    0.00    0.00    0.0

   32799        9 helper1-2           1    0.00    0.00    0.00   99.95       -    0.00    0.00    0.0

 

If I look at the hosts at work helper is consuming almost nothing.

 

What is helper/helper0-0? How can I get it to use less CPU?

Profiles + Writable volumes - exclusions

$
0
0

Hullo,

 

it's possible to exclude some user dirs form the writable volume? I would like to exclude the downloads  folder so that it's contents are lost during logoff. I have seen that in the snapvol.cfg it possible to exclude dirs, but it's possible to use wildcards or environment variables there? Also is possible to configure exclusions via GPO or registry setting?

vRops - Add custom metric to All Hosts?

$
0
0

Ive been playing around with the vRops REST API and even the older HTTP Post, which I wanted to avoid but tried it anyway. 

What I want to accomplish is to add custom metrics to all hosts, including any newly added hosts - I need to add some values such as the Hardware Vendor of the Server and some custom vSwitch data, along with some other metrics around SSL Signed certs.

The API documentation is a little bare - but adding a new Adapter is easy, but I dont think thats the way I need to go?    Is there a method to add to the default custom metrics?  (ie : under Hardware for Hosts there is only CPU now, can I add HardwareVendor - for example?)

Thanks!

VI Connections in Multiple Tabs in PowerShellISE possible?

$
0
0

I like to keep connections to my multiple vCenters in different console windows. I started renaming the console WindowTitle to address the challenge of keeping straight which console is connected to which server. This works, but consoles still lack the functionality and flexibility of the ISE (copy/paste, syntax highlighting, debugging commands, script variables accessible in console, etc). So I started using tabs within the ISE - each tab a different VI server - and I love how much easier and more efficient it is ... except. Every time I switch to a new tab/server, I have to reconnect. Because of the way that ISE manages global scope variables vs consoles, whenever I Connect-VIServer, the other tabs/servers lose their mind and will error with:

 

You have modified the global:DefaultVIServer and global:DefaultVIServers system variables. This is not allowed. Please reset them to $null and reconnect to the vSphere server.

 

I believe this has something to do with the difference in scoping between individual PS consoles vs the ISE - though I'm not exactly positive what/why. Global variables do not appear to actually be accessible across tabs, yet Connect-VIServer does appear to break something with regard to the global:DefaultVIServer(s) variables.

 

So is it even possible to have different connections in different ISE tabs or does the way PowerCLI uses the DefaultVIServers variables make that impossible?

 

Some things I've tried:

 

* Setting PowerCLI to run in Multiple Server mode

     - Set-PowerCLIConfiguration -DefaultVIServerMode Multiple -Scope AllUsers

* Setting ISE to run in Multi-thread Apartment mode

     - [launching] PowerShell_ISE.exe -mta

 

Neither appear to work. Any help would be appreciated.

vCenter Log Format

$
0
0

What is the log format utilized by vCenter Server in the vpxd.log file?

Is it 

  • Windows XML Event Log (EVTX) format
  • Syslog RFC 5424 format

 

Or is it a proprietary format? 

Viewing all 180923 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>