Re: VMware vSphere Web Client - migrate option greyed out
We found the issue was that the VM was already being vmotioned, but the vsphere console wasn't showing the task. Had to use Get-Task to see it. Pity, the old fat vpshere client never had these issues.
View ArticleRe: [vRA 7.3.1] - Upgrade 7.4 failed
True @gradinka when all services VA has been started, the automatic update has continued without error on IaaS server :
View ArticleFusion VM unresponsive shutting down, can't power off
I'm using VMWare Fusion 8.5.7 and I won't be upgrading. I have an XP VM that I suspended, shut down the Mac, moved to a different network, rebooted the Mac, and un-suspended the VM. It was very slow so...
View ArticleRe: vCenter factory setting restore
Hi Shoebch, You can try to download from below link https://support.microsoft.com/en-in/help/2999226/update-for-universal-c-runtime-in-windows Regards
View ArticleRe: which version(build) included the meltdown/spectre mitigation?
RajeevVCP4 thanks for your help! i have a last question which is,does the ESXi 6.7 and vCenter 6.7 already include the meltdown/spectre mitigation?
View ArticlevCenter CPU utilization 100%
Hi All, our vCenter server (windows 2008 R2, Version 5.5u3) CPU utilization is showing 100%, where unable to access the web client and inventory services. After rebooting also its showing the same....
View ArticleRe: UAG reverse proxy for VIDM
How does your access policies look like on VMware Identity Manager?
View ArticleRe: vcsa 6.5 trying to automate the backup - authentication failure
Hi, Yes, the file is "/usr/lib/applmgmt/lib/extensions/py/vmware/appliance/extensions/authentication/authentication_sso.py" In my case, It is in the line: 755 and next... In the version 6.5u1g still...
View ArticleRe:How can I get the MO from UID passed from browser?
Hi, DenisI searched the sample in 6.7 html sdk, it seems there is no such class defined in it.Do you mean the VimObjectReferenceService?
View ArticleRe:How can I get the MO from UID passed from browser?
Hi,This is strange.Have you looked into "/html-client-sdk/samples/html-sample/html-sample-service/src/main/java/com/vmware/samples/htmlsample/vim25/services/"?
View ArticleRe: Guest VMs Antivirus Status
While executing this on multiple VM's I thought there need to be a small correction.The main concept of the script is to check McAfee service so if the vm doesn't have AV installed the cells in csv...
View ArticleRe: vCenter CPU utilization 100%
Is it 100% inside Windows or outside (vSphere metrics or third-party monitoring tools)?How many vCPUs are configured? What is the overall CPU usage on the host?
View ArticleRe: Guest VMs Antivirus Status
Something like this? $script=@'$text = Get-Service -Name *McAfee* | Select -first 1 | %{"$($_.Name) is $($_.Status)"}if(-not $text){ Get-Service -Name wuauserv | Select -first 1 | %{"$($_.Name) is...
View ArticleRe: Clone VM Script
Does that work when you something similar to this?Note, that is an example, not a complete vMotion script...
View ArticlePlug-In For ITSM for vRA 7.4
1) Do we have vRealize Automation Plug-In For ITSM available for vRA 7.4 ? 2) What version of Service now instance is compatible for 7.4 plugin ?
View ArticleChange License from exsi 6.5 on 6.0 for HP
VMware vSphere Exsi 6.5I already installed Wmware Exsi 6.5 Free, and used this key !!!!!!!!!!!Now i installed Exsi 6.0 u2 for HP and try te register it: Unsuccessful RegistrationThe following key(s)...
View ArticleRe: Cant upgrade from USB/ISO
It shouldn't boot into yellow screen finally if you boot from an installer image. Please make sure you are using an installer image rather than an 'visor' image. You can identify them simply from size,...
View ArticleRe: Guest VMs Antivirus Status
Yes exactly I am looking same as like this. But after replacing as below now its not writing the vms where McAfee is installed. Is anything wrong I placed. $script = @' $text = Get-Service -Name...
View Article