Re: Reg: SDK installation
Hi BSR, So far so good, but does that mean your question is answered?
View ArticleRe: Reg: SDK installation
Hi Thomas, I am unable install and configure SDK in vsphere 4.1 Looking for step by step guide / doc. Thanks & Regards,BSR
View ArticleRe: Reg: SDK installation
Hi BSR, I am unable install and configure SDK in vsphere 4.1 Does that mean you are able to install SDK 5.1 with the documentation provided earlier and now are searching for the 4.1 equivalent?
View ArticleRe: using VMware.Vim
Back again with my next installment, so in the code I posted up the day before i was getting back the names of the datastores but it was in the form of datastore-datastore-01, which isn't how they...
View ArticleRe: using VMware.Vim
So after poking around in the mob some more I realized I was going about this wrong. I think what I had in mind originally would work for programtatically creating a new specfile, but that's not really...
View ArticleRe: vmrc connect ESXi 5.1 error
I managed to get mine working. One of the things I found was you have have to click the "+" button next to "VMRC Modes" and add "MKS". Also you have to acquire a clone ticket via the session manager...
View ArticleRe: CreateVM_Task fails if harddisks are connected to Scsi Ctrls
Hi, I guess I misunderstood when I mentioned that controllerkey for Harddisk is the 100. That is wrong. ControllerKey for harddisk is 1000 and Key is 2000. Controller key for Scsi controller is 100...
View ArticleRe: using VMware.Vim
Friday was a very productive day for me, I was able to get a rough draft of the updated code working. It doesn't clone yet, I've not gotten to that step yet, but it does do the basics. Connect to a...
View ArticleRe: using VMware.Vim
More forward progress today, it feels as though I'm very close to having a working POC. Going to post up a couple of links that I've found that have helped. The last part of this that I'm working on is...
View ArticleRe: using VMware.Vim
Gah! error previous was ordering, I was instantiating the location object AFTER i tried to add on object to it..sigh
View ArticleVMWare 5 Update 2 SDK for Xendesktop/VMWare integration
I have VMWare 5 Update 2 running on our HP C7000. I am now attempting to install Xendesktop 5.5. It requires the /sdk directory. http://vcenter_IP/sdk to have VMware hypervisor integrate with Xen...
View ArticleRe: using VMware.Vim
The hit's just keep coming, the two threads below were very helpful in attempting to connecting a clone to a specific port group. I don't kow if this will technically work, and at the moment it's not...
View ArticleRe: using VMware.Vim
I've re-written the spaghetti i've been using into more formal functions, enjoy. If you use these make sure you add a reference to vmware.vim.dll and add the following two statements to the top using...
View ArticleRe: using VMware.Vim
Three more functions to go with the previously posted ones. protected List<ClusterComputeResource> GetClusters(VimClient vimClient, string clusterName = null) {...
View ArticleRe: using VMware.Vim
I've updated some of my functions so I could pull them in by name protected List<Datastore> GetDataStore(VimClient vimClient, Datacenter selectedDC = null, string dsName = null) {...
View ArticleRe: using VMware.Vim
I clicked post too soon, looks like I need an actual CustomizationSpecItem for the cloning, so a revert to the old specinfo fuction and a new specitem function. sorry about that. protected...
View ArticleInstanceUUID and vMotion
Hi, In my VM Backup application I have used instanceUuid of the VirtualMachine object to uniquley identify a VM. But going through the vStorageAPI documentation the recommended way is to use both UUID...
View ArticleGuestOperations-rights in Windows 8
Hi, I have some problems with exexuting commands with the guestOperations (Run program in guest), which need administrative rights in windows 8.For the guestAuthentication I use a user, that is in the...
View ArticleRe: InstanceUUID and vMotion
Hi Siva,But going through the vStorageAPI documentation the recommended way is to use both UUID and the vmmoref to identify a VM. Why is that necessary? Could you kindly post a link to the docs you...
View ArticleRe: InstanceUUID and vMotion
Could you kindly post a link to the docs you refer to. Refer to the section "Unique ID for a Virtual Machine". Could not copy paste the text as it pastes really wierd....
View Article