Re: VMDirectPath and ATI Radeon
VIntagedon,Could you please display detailed setup of you lab hardware? I'm planning to virtualize XBMC too, so I'm pretty worried about videocard/usb/hdd passthrough.Thanks.
View ArticleRe: SSO can't survive a simple reboot?
Afaik, the Windows Client doesn't use SSO at all, so this may be a different issue. Please take a look at http://kb.vmware.com/kb/1015639 to see whether removing/re-adding the vCenter Server from/to...
View ArticleNeed dump
Hello I am planning to give VMware vCloud director (IaaS) exam .Can anyone help me with Dumps just want test my self
View ArticleRe: VMDirectPath and ATI Radeon
Actually, I can do better than that. My complete builds and information on my setup are on my blog dedicated to this at http://thehomeserverblog.com I'm always open to questions, and the comments...
View ArticleRe: Need dump
Just my two cents dumps are not the way to go - if they are like the dumps I have seens for the original VCP exam they tend to be wrong - use the VCP-IaaS blueprint as your guide - the documentation...
View ArticleRe: Change in Network labels from 4.1 to 5.1?
I doubt vCO has any label post-processing logic that has changed between 4.1 and 5.1. Maybe it's just VC API that now returns labels in the new format? Anyway, I'll double check that vCO does not...
View ArticleRe: Need dump
I agree with weinstein5, don't trust dumps. If you want to practice, follow the links to the practice exams at VCP-Cloud André
View ArticleRe: VMDirectPath and ATI Radeon
Well, that page is on my bookmarks already. I wasn't sure it was you
View ArticleAllocated space, used and free space for all VM's in a data center
I need a powershell script that will give me the allocated space, used space and free space for all VM's in a datacenter and then report as .csv. Thanks
View ArticleRe: SSO can't survive a simple reboot?
Thanks for the reply. This to me is not even close to an acceptable solution to expect customers to do this on regular basis. I did confirm that I can logon locally with both clients, I guess I'll jump...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
The following PowerCLI script will report the spaces for all VM's in datacenter "New York" and write the output to a file called VMSpaces.csv: Get-Datacenter -Name "New York" | Get-VM |Select-Object...
View ArticleRe: VM can only communicate with VMs on same hosts
Have you confirmed that this guest is on the correct Portgroup on the vSwitch, remember that ESXi is based on a Unix OS and vmnetwork is not the same as VMnetwork. Also confirm that the vLAN IDs are...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
Thanks. I want to the report to be dumped on the C drive or the following path; $report | Export-Csv "C:\temp\reports\vm_ds.csv" -NoTypeInformation. Also, I will like tthe whole Datacenter rather than...
View ArticleRe: Changing VMware infrastructure from 4.x to 5.x
I'm looking at doing the same upgrade/migration of ESX 4.1 to 5.1 and based on the comments here I have some questions: 1. If I currently have a physical server running vCenter 4.1 and I want to...
View ArticleRe: Allocated space, used and free space for all VM's in a data center
If you remove the Get-Datacenter command then you will get a report of all of your VM's. To use file C:\temp\reports\vm_ds.csv, you can replace VMspaces.csv with C:\temp\reports\vm_ds.csv: Get-VM...
View ArticleRe: SSO can't survive a simple reboot?
Please don't get me wrong, I'm neither trying to defend VMware nor do any finger pointing, but if this issue is really caused by a lost domain connection, then this might rather be an issue with...
View ArticleRe: SSO can't survive a simple reboot?
Sorry that wasn't directed at you. I just don't like the "solution". I'm able to logon to the vcenter server with domain credentials yet not logon to any vcenter services with such creds. The domain...
View ArticleMigration Host on 2 SANs and 2 vMotion Network
Hello, I am trying to migrate VMs between two clusters. I am using one host on the new cluster as the go between. That host is connected to both SANs and both vMotion networks. I seems like I cannot...
View ArticleRe: VMware Fusion support for Logitech T650 Touchpad?
I have the T650 and - apart from three finger vertical swipe to switch from the tile screen to the desktop - i've found no other Windows 8 gestures that work. "tap-to-click" doesn't work either.
View Article