Re: Discover USB Devices available for passthru
Well I'm looking forward to it... If it helps - this is the complete script I ended up using ... Add-PSSnapin VMware.VIMAutomation.Core $vcserver = "vcenterserver" $vcusername = "username" $vcpassword...
View ArticleRe: View Composer Database Fault: VMware.Sim.Fault.Db.Operation.Failed.Fault
I already blew out the environment. I'll check that next when I get the environment back up today. Also, I saw a thread talking about the data stores. All the datastores appear, local and shared, and I...
View ArticleRe: High ready time & i/o Latency after upgrading to Vsphere 5.0 U2
This latency is against a shared storage or local disk? Have you verified the vmkernel logs to check for errors?
View ArticleRe: My Windows 7 fails to boot on VMware Fusion on Mac
I succeeded in accessing my files, but i did not find my most recent files. I think something is missing. i just have one 2GB in my VM content. I dont know what caused that. I can find my most recent...
View ArticleRe: Unable to migrate VM from ESXi 4.1 cluster???
CentOS is not supported source, however check the forum about CentOS, I recall some success stories with CentOS. Probably the sysinfo tool can not start on your distribution.HTH
View ArticleRe: View Composer Database Fault: VMware.Sim.Fault.Db.Operation.Failed.Fault
In that case make sure to double check the installation guide (Chapter 4) at:http://pubs.vmware.com/view-52/topic/com.vmware.ICbase/PDF/horizon-view-52-installation.pdf JM
View ArticleRe: Getting too many results
I rearranged the loops a bit, and I use a hash table as a lookup for the datastores.That avoids doing multiple Get_View cmdets for the same datastore.I use the datastoreId list for each VM. Let me know...
View ArticleRe: Problem with re-size the volume
Two issues here - first one - you can not shrink the volume without file level cloning - check the manual.Second - upload the log bundle to investigate what is the problem with your file-level cloning.
View ArticleRe: Orchestrator with Nexus 1000v
I have planned to test out Nexus 1000v orchestration with vCO but haven't had time to explore that yet. Anyhow RESTful services are really easy to use with vCO, you just need target system REST API...
View ArticleRe: Remote Console (VMRC) Issue
If you aren't on vCloud 5.1.2, can you upgrade? there were some minor fixes in there for the VMRC system.
View ArticleRe: Script to wait for Clone Task to complete
Why don't you store the Task object that is returned when you use the RunAsync switch ?You can build a loop around the State, and wait till the clone job is done....
View ArticleRe: PCoIP Server in Server OS (Server OS as VDI)
There are several factors that come into play. What your trying to run it on and how you purchased it for example. The standard EULA for View and vSphere is for Desktop OSs XP/Vista/Win7/Win8 except...
View ArticleRe: Vmware Thinapp Hk
Merhaba; Thinapp ile paketlediğiniz programları VDI platformuna application provisioning yapabilirsiniz, VDI kullanmadan bu işlemi yapmak istiyorsanız Vmware horizon workspace yazılımını kullanarak,...
View ArticleRe: How to write rest client programmatically in java for VCD API extension
How about checking here first: http://communities.vmware.com/community/vmtn/developer/forums/vcloudsdkjava
View ArticleRe: adding an additonal disk
Nothing a Where-clause can't fix Get-Variable-NameHDD[2-6]|where {$_.Value-ne0} |%{ $vm|New-HardDisk-CapacityGB$_.Value}
View ArticleRe: View Composer Database Fault: VMware.Sim.Fault.Db.Operation.Failed.Fault
That's the Doc I've been working off of....
View ArticleEncrypted VMDK
Dear AllMy PC crashed, I can retrive my VMDK file size 9G but I could not retrive VMX file my virtual machine encrypyted and I have the passowrd but I could not mount or add the VMDK disk to any...
View ArticleRe: Getting too many results
Luc, my friend, you are the man. Thank you so much for fixing that for me. It works perfect!
View ArticleRe: Explanation of Shared Storage [newbie]
Thanks. That's kind of what I was vaguely suspecting. So, where does the sharing take place? Is the storage attached to both hosts? Or is just attached to one host, and then shared in the vSphere?
View ArticleRe: Encrypted VMDK
Welcome to the Community, unless you have a backup of the VM's .vmx file you're most likely out of luck. When you first encrypt a VM, a master key is created and stored in the .vmx file. This master...
View Article