What version of vRO and what version of vCenter?
Re: HTTP 400 after vCenter authentication configured on new vRO stand alone
Re: ESXi NUC
My suggestion is to install ESXi 6.5 and not 6.0 which is shown in that list.
Re: Esxi 6.5 Active Directory Integration
You won't see those users in the web client unless you want them to have permissions inside vCenter to the applicable host. They're two different levels of permissions: One for root access to ESXi; the other for vCenter access.
Re: Retrieve ESXi events through Get-View
many thanks Luc as usual! At least for me not to export-csv works fine (without Get-View). Weird..
Re: Unified Access Gateway v3.1.1 - Enable TCPDump?
I just wrote a blog entry on utilizing Tcpdump on UAG 3.2. Not sure if it will working on 3.1.1 but worth a shot. Here's the blog: Even Gooder
windows fail over cluster windows 2012 R2 VM on vSAN
Hi,
Can anyone provide some documentation/steps to create windows fail over cluster on 2012 R2 VMs hosted on VMware vSAN 6.x
Regards,
Re: windows fail over cluster windows 2012 R2 VM on vSAN
I don't believe WSFC is supported on vSAN with shared disks.
Re: Unable power on VM - ESXi 5.5.0
daphnissov same problem. I have added all the logs and the current vmx for analysis.
Re: windows fail over cluster windows 2012 R2 VM on vSAN
Re: Unable power on VM - ESXi 5.5.0
From the latest log, looks like you are using a different server? Using an even older Westmere CPU instead of the previous Sandy Bridge.
Anyway, it is better to keep to a consistent environment and make few changes at a time.
I do not think it is a problem of VMware ESXi. I don't think it is a problem of the virtual disks either. If it were a problem of the virtual disks or controllers we should have seen a message along the lines of "unable to boot" or "cannot find operating system" or whatever is the normal message for a RHEL VM.
I really suspect it has to do with the yum updates (which may or may not have included a kernel update for Spectre/Meltdown). You need to find out what were in those yum updates before this boot failure.
Red Hat pulled the patches for Spectre/Meltdown because of some systems not booting after the updates.
I would suggest try to go back to previous kernel (if there was a change with the yum updates).
Re: Mouse Pointer Problems VMWARE Windows 10
For a CPA, you should not be scared of giving exact numbers. It would be better to provide exact version numbers of the Fusion instead "whatever the current version is".
Fusion version
macOS version
Windows 10 version
iMac model
screen resolution settings of iMac and the Windows VM
is scaling turned on on iMac and Windows VM?
I am not familiar with Splashtop Business but looking at their website it looks like some sort of remote desktop access software.
As an alternative to giving numbers, you could attach the vmware.log instead. But please provide answers to the screen resolution and scaling as sometimes scaling could introduce mouse pointers having a life of its own with remote desktop access.
There is also something missing. You don't describe what the machine is you access from home. Is it also a Mac or Windows? And is the mouse blinking on the iMac happen when you are using Splashtop Business or when physically using the iMac?
Are you able to access the Windows 10 VM via Splashtop Business? This is to avoid two levels of redirection (first level from home device to the iMac at work and second level from iMac to the Fusion VM).
where can I remove revoked or expired cert?
Re: where can I remove revoked or expired cert?
High Sierra very very slow on Fusion 10
Hello,
I have created a High Sierra VM on Fusion 10 running on my rMBP. Despite the 4 core and the 8MB assigned to the VM, it is super slow, especially the graphical refresh.
It is hardly usable.
Is there a way to make it faster?
Ps, the other machines, among them a Windows 10 machine, run quite smoothly.
Thanks for helping,
daniele
Re: VMWare Thinapp new release?
Downloaded VMware-ThinApp-Enterprise-5.2.3-6945559.exe and tried to capture an existing application that ran fine on Win 10 Pre-Creators Update, Installed natively it works fine. ThinApp'd with the new VMware-ThinApp-Enterprise-5.2.3-6945559.exe and still get the same issue.
Faulting application name: IntelliAdmin Remote Control v5.7.5.0.exe, version: 5.7.5.0, time stamp: 0x573be363
Faulting module name: IntelliAdmin Remote Control v5.7.5.0.exe, version: 5.7.5.0, time stamp: 0x573be363
Exception code: 0xc0000005
Fault offset: 0x00005c9e
Faulting process id: 0x7b0
Faulting application start time: 0x01d397f457c2eb4d
Faulting application path: C:\Users\XXX\Desktop\IntelliAdmin Remote Control v5.7.5.0\IntelliAdmin Remote Control v5.7.5.0.exe
Faulting module path: C:\Users\XXX\Desktop\IntelliAdmin Remote Control v5.7.5.0\IntelliAdmin Remote Control v5.7.5.0.exe
Report Id: a0341767-41be-4927-89ce-20e548cf68be
Faulting package full name:
Faulting package-relative application ID:
Re: Retrieve ESXi events through Get-View
Ok, luckily we still have a small VC on version 6 and I could use Onyx. So I could retrieve the method used for this purpose and found this script already posted in the community. I would need few info before making it effective. Then if it still throws that error fine, I'll wait for the fix but at least I'm trying. I really need to learn this Get-View concepts as our environment is big and need fast scripts.
So..
1. I know Get-View is used on vcenter basis. I know it's not a good idea to launch Get-View methods while connected to multiple vCenter servers, however in my case here I need to retrieve ESXi events, so can I attach multiple VCs anyway or there is a risk NOT to get something?
2. Where do I find a list of the EventTypeId ? I need to retrieve APD and PDL type of events. I googled but haven't found anything.
$eventnumber = 1000 $serviceInstance = get-view ServiceInstance -Server $global:DefaultVIServer $eventMgr = Get-View $serviceInstance.Content.EventManager $efilter = New-Object VMware.Vim.EventFilterSpec $efilter.time = New-Object VMware.Vim.EventFilterSpecByTime $efilter.time.beginTime = (Get-Date).Adddays(-8) $efilter.time.endtime = (Get-Date).Adddays(-7) $efilter.EventTypeId = 'VmPoweredOffEvent','VmPoweredOnEvent','com.vmware.vc.ha.VmRestartedByHAEvent' $events = @() $ecollectionImpl = Get-View ($eventMgr.CreateCollectorForEvents($efilter)) $ecollectionImpl.RewindCollector() $ecollection = $ecollectionImpl.ReadNextEvents($eventnumber) while($ecollection -ne $null) { $ecollection.Count $events += $ecollection $ecollection = $ecollectionImpl.ReadNextEvents($eventnumber) } $ecollectionImpl.DestroyCollector() $events | Group-Object -Property {$_.GetType().Name} | ft
Re: Unable power on VM - ESXi 5.5.0
bluefirestorm yes, I had a kernel upgrade.
There is no way to go back to the previous kernel, it does not even appear the GRUB screen.
Re: esxtop csv file empty or corrupted
Even I am facing the same problem. Have you found any solution to it ?
Re: ESX Agent Manager - vmware-eam will not start
I am on holiday and don’t have access to my lab or work hence I haven’t answered. I hope that’s okay?
Is the 2v0-602 6.5 foundations exam only online or can you schedule it at a test center ?
I prepared for this exam and want to schedule a test at a test center, but it seems to me that you can only do it online. Is that correct ?