Re: Did I find an API bug? : Adding multiple disks soap error
I did not want to do a code dump, but here you gopackage VManagement;# Paul Givens# Evaluator Group# 6/11/2013# A package for manipulaing virtual machines through vSphere# Public functions# addDisksuse...
View Articlesetting up NFS server - 2008R2, sharing out secondary disk - advice on...
I need to set up a temporary NFS server. I was thinking of creating a virtual machine, running NFS file services on it and adding a second hard disk. I have several attached LUNs available, and want...
View ArticleRe: PowerCLI translation to Perl?
That's just an array of your VM morefs for the affinity rule (or disaffine rule). You should be able to set your operation to "add" and then just provide an array of vm morefs that would be appended to...
View ArticleRe: VdcStorageProfiles missing in Orgvdc object (version5.1)
Hi Matthias, Basically you'll need to: 1. Build the XML as seen here2. POST the XML using this REST API method I'm working on a bit of code, but I may not be able to get to it for a few days. Cheers,...
View ArticleRe: network issue with eval of vCloud Director 5.1
Actually I have a high doubt that your problem is caused by the Linux reverse path filtering which is enabled by default. If you are putting both IPs for the console & HTTP in the same subnet then...
View ArticleHow to migrate hosts from one vCenter to another with vDS?
Hello, I have 3 hosts that is currently on vCenter 5 and I would like to move them into my newly built vCenter 5.1. Normally, this would be an easy task but with vDS's involve I am a bit confuse of...
View ArticleRe: problems with new install of vCloud Director 5.1
As you are having both NICs on the same subnet, I believe your problem was caused by reverse path filtering. You will need to disable that for you to be able to reach both nics in the same subnet. For...
View ArticleRe: Did I find an API bug? : Adding multiple disks soap error
Since you're adding an existing VMDK, any chance you're adding it twice or it's already attached to that VM?
View ArticleRe: menu dropdown makes remote desktops difficult
The current minimal delay on the drop down -when in full screen mode- really is very annoying.I find myself all the time clicking by accident on items in the drop down menu. Examples:- Trying to click...
View ArticleRe: resource pools question
Hi weinstein5, Thank you, I've been reading and learn something new every day. To update on my environment: I've used default share values defined by VMware as described above. Resource pool has custom...
View ArticleRe: How to edit the port profile for a specific network adapter using Perl SDK?
Once the port profile is applied in the 1000V, it should create a corresponding vSphere DVPortgroup. From there, you just need to reconfigure it. distributed virtual portgroups have an extra...
View ArticleRe: What would cause an inaccessible datastore?
So you'll see the datastores in the vSphere UI, but they're inaccessible? Did you try rescanning the hba and vmfs?
View ArticleRe: Fusion on Mac OS Mavericks 10.9
Hm, apparently a bug in vmmouse package. I just upgraded to Fedora 18 and it's fixed. Not sure if it's just coincidental that Fedora 17 started having a problem at the same time I upgraded to 10.9 or...
View ArticleRe: does it make any difference what version PowerCLI to use??
thread moved from VMware ESXi 5 to VMware vSphere™ PowerCLI
View ArticleRe: What would cause an inaccessible datastore?
That's the really odd thing, I can browse them from the GUI, but can't from the API. I think I may have solved it tho. The datastores were/are mounted on one set of machines, but those were...
View ArticleRe: Did I find an API bug? : Adding multiple disks soap error
I dont think so, If that was true, why could I add the three individual machines by array index as apposed to passing it the array of three items
View ArticleRe: What would cause an inaccessible datastore?
Yeah, the accessible flag is based on some aggregation of all the hosts that can see the datastore, so it generally tends to be inaccessible. But you can go through each host on each datastore through...
View ArticleRe: Did I find an API bug? : Adding multiple disks soap error
Do this, add "print Dumper($vmSpec)" before line 150. We can eyeball the spec sent to the API.
View ArticleRe: VMware Workstation license from VCP
Just a quick question. Did you search for the license key in your emails yet? You should have received the key in an email with certification@vmware.com as the sender. André
View Article