Re: Filter Events
There's no way to filter them I'm afraid. Are you talking about the AGENT_PENDING_EXPIRED event? If you're seeing that you either have a misconfiguration issue on the desktop VMs or your clients are...
View ArticleRe: Cannot Change RAM and Other Settings on Shutdown Guests
A special thanks goes to WoodyZ and Darius for taking the time to respond. It is so reassuring when a vendor confirms and acknowledges a bug. All too often such reports disappear into a black hole....
View ArticleRe: Anyone interested in VCP5.1 4 weekend course starting this weekend at...
The main question is whether it is a qualifying VMware authorized course. Unless this is an official course (see VCP5-DCV), it may not count towards certification. André
View ArticleRe: Migration 5.1.1 High Cpu
I am confident it is only a Windows XP issue. I have had this problem since November and have tried so many different things to try and resolve it. I would say Windows 7 is not affected and it is...
View ArticleTask 57: Share a link on Twitter
Hi, Is task 57 working for you? I always get an error saying that I have tu fill "Field 2" but I don't know how... Thanks!elgreco81
View ArticleRe: Anyone interested in VCP5.1 4 weekend course starting this weekend at...
I think this is 360 GSP - they're a member of the VMware IT Academy program based in that part of London - if I'm right then yes this would be authorised.
View ArticleSet device state to OFF using powercli
#$e = get-esxcli -vmhost esx1#$lun = get-content lun.txt Any idea on Equivalent to esxcli storage core device set --state=off -d naa.xx #$lun | {$e.storage.core.device.set($on, ($_), $off)}
View ArticleRe: No one can answer? vm console issue as :The VMRC console has...
Hi,Have you 2 mgmt networks set up perhaps? if so http://communities.vmware.com/thread/180514 Otherwise, is DNS set up correctly between your hosts and vCenter and verify the other piecesfrom...
View ArticleRe: Set device state to OFF using powercli
Assuming that un.txt file contains the device IDs ("naa.xxxxxx"), you can do $esxcli.storage.core.device.set($_,$null,$false,'on') where $_ is the device ID, the 2nd parameter is a new name for the...
View ArticleUpdating vCenter Server Appliance 5.1 to 5.1 U1 fails - OpenSSL Fatal Flips...
Hello there, I am having more or less the same errors as there:http://communities.vmware.com/message/2233398#2233398 The update failed (used the repository) and i can't check for updates anymore...
View Articlehow to migrate vm's from XCP to vSphere
Hi,My predecessor chose to use xen cloud platform for our production virtual environment. I want to migrate to vSphere for a variety of reasons...mostly support reasons, but also because I don't have...
View ArticleRe: Filter Events
The Message is "Session for user domain\user timed out. We have the time out set to 10 hours and it is working, so it puzzles me why these get classified as a "warning" rather than "info".
View ArticleRe: Removing 'system vlans' from Nexus 1000V port-profile
Ok, thanks. We got similar information from a VMware Support call yesterday and we started implementing the changes.
View ArticleRe: No data displayed in charts on scheduled reports
Thanks Ian. I switched RV_CUSTOM_TASK to RV_TASK, and changed the grouping to the Service_Ref and it seems to work fine.
View ArticleRe: Upgrade to vCenter 5.1 update 1 SSO failing
Thanks for the input. The KB you mention 2034074 is basically the same as the one I'm using...
View ArticleRe: Citrix Xenapps
Thanks for the link, I'll try to get that corrected.Yes, that is incorrect. VMware Horizon Workspace 1.0 does not support XenApp published applications. Maybe it was supposed to be saying "ThinApp",...
View ArticleRe: IE8 Thinapp crashing with IE 10 installed natively
This KB has nothing to do with the failure of IE10. IE10 will package and build but once built, it does not respond when running it. You can only run IE10 in Windows 7 (maybe Windows 8). I have ran...
View ArticleRe: Set device state to OFF using powercli
Is the second parameter $null is Mandatory, instead of $_ what are the option i can use?
View Article