Re: Use case scenario of Thick eager zeroed and Thick Lazy zeroed
Ranjna Aggarwal wrote: Is this ok if i will compare the Thick Eager zeroed with Full Format and Thick Lazy zeroed with quick format? Not really actually. The Thick Eager is something like a full format...
View ArticleRe: Vmware Monitoring
While your question is quite generic, I will try to address it to cover most. I want to ask VMware ESXi HOST and Guest based on which metric you must follow threshold. Well, if you wish to monitor the...
View ArticleHow i get rid of of old test results
I did some tests with the Analyzer and have some test results listed now.I want to erase them but i cant find any way to do this. Does anyone have an idea?
View ArticleGet-VIEvent Entity parameter not working
Foreach ($esx in $esxhosts) { Get-VIEvent -Entity (Get-VMHost $esx).Entity -Start (Get-Date).AddHours(-1) -Finish (Get-Date) ` | Where {$_.GetType().Name -eq "EventEx"} ` | Select...
View ArticleRe: ESXi Host Backup
In my understading "Host Profile is just like ghosted imagae which is used to configure other host in quick time and to make sure all the host are compliant as per the standard. So I dont think so we...
View ArticleRe: Issue Deploying Multi-VM vAPP in vcloud from vCAC
Hello Adam, It very much clone it directly from vCloud infact when the blueprint initiate clone process it wait for around 10 mins to finish clone in vcloud but it suddenly display error and terminate...
View ArticleRe: Endpoint creation with vCO appliance is giving error
Hey , I am still waiting for someone to take it up and provide me solution. Br, MG
View ArticleRe: Get-VIEvent Entity parameter not working
Did you try withForeach ($esx in $esxhosts) { Get-VIEvent -Entity $esx -Start (Get-Date).AddHours(-1) -Finish (Get-Date) | Where {$_.GetType().Name -eq "EventEx"} | Select...
View ArticleRe: ESXi 5.1 - Insufficient resources to satisfy configured failover level...
Hi Rubeck, I get what you mean. I am just trying to simulate host failure by putting one host into maintenance mode to test out the HA but well... Thanks anyway
View ArticleRe: Is there a way to catch session close event in Plugin?
Yes, this is the purpose of the ClientSessionEndListener API (com.vmware.vise.security.ClientSessionEndListener). See how it is used in samples/vsphereviews/vsphere-wssdk-provider. The sessionEnded...
View ArticleRe: No more space for virtual disk error message - VM will not run - ESXi 5.1...
Tried to delete the snaphot but get this error. Any advice why I am unable to delete the snaphot file? Thanks and regardsCraig
View ArticleRe: Passing in Additional parameters in DataProvider Adapter not supported ?
I don't see any bug on my end because I have the sample working the way I described it earlier.
View ArticleRe: Vm loosing network packets
Hi,naked means nothing installed apart from the OS and I installed the VMware tools, because without it really suxx :-). The driver for both are the E1000. I also tried vmxnet3 without any changes....
View ArticleRe: ESXi 5.1 - Insufficient resources to satisfy configured failover level...
Hi Aravinds, Your understanding is correct. I have been rebooting the host using the DCUI which did a graceful shutdown of the VM and thus the HA did not restart the VM on the other host. I just tried...
View ArticleRe: Can a inventory tree implemented in vSphere web client 5.1?
You are free to display any Flex component in a view that you "own", i.e. a central view, whether it is an Object summary view portlet, a view in a sub-tab of Manage or Monitor, or a global view. But...
View ArticleRe: Step by Step procedure for Installing VCM
this error attached looks like from Report server itself. did you checked services for Report server are they started with Local System Account. Please make sure that you have sufficient permissions to...
View ArticleRe: cisco soft phone mac id is not changing in the pooled desktop
hi, how to disable SSO for all virtual desktops in vmware view 5.
View ArticleRe: Workflows intermittent failure
OK, got it. I should have thought of deleted vApps.Yes it is possible to reload the objects in the vCO scripting. Please try the following:var orgVdcs = org.getVdcs(); var allvAppNames = new Array();//...
View Article