Re: REST API and networks
Ok, that worked perfectly. It's not clear to me what signs I missed that would have pointed me to extensions for this particular operation; is there some kind of logic I can apply other than "the admin...
View ArticleRe: problems with new install of vCloud Director 5.1
Nothing is listening on 443...here are the only ports listening: 0.0.0.0:111127.0.0.1:15210.0.0.0:22127.0.0.1:25:::5480 <-- console works, I am able to get in to...
View Articlecontrol tenants content
if i have some tenants who might be up to no good. I want to make sure they abide by the rules of no gambling sites. how can i autmoatically check my tenants are abiding by those content rules ?
View ArticleRe: REST API and networks
If the entities are directly related to VC, then you need to use extenstion. For Example, Network Pool, External nets etc. HTH
View ArticleRe: Error when going to users under administration tab in vCloud Director 1.5...
Anyone have any suggestions or insight? Vmware has been reviewing my log bundle for a day and still has no suggestions.
View Articlevxlan on vcloud director 5.1
Hi, I'm trying to set up VXLAN but the vib installation fails. Network Virtualization > Preparation > Connectivity > Edit I choose clusters and teaming policy.When i apply the settings i see...
View ArticleSecondary IPs for VMs in vCloud Director
Hi All, I have a question regarding assignment of secondary IP addresses to the same nic interface for VMs in vCD (I'm on 5.1).My understanding is that vCloud Director UI does not offer functionality...
View ArticleDisk bus number & unit number determination
Hi Disk disk = Disk.getDiskByReference(...);int busNumber = ...;int unitNumber = ...;VM vm = ...;vm.attachDisk(disk.getReference(), busNumber, unitNumber).waitForTask(0);Disk diskAfterAttach =...
View ArticleRe: Secondary IPs for VMs in vCloud Director
Hi Peter, I think you summarized it very well. OVF properties + post-customization script would be the best available option. For Linux, you do have an alternative - to change customization scripts...
View ArticleRe: vxlan on vcloud director 5.1
Just stating the obvious. Do you have any firewall between you ESXi hosts and vCenter and is port 80 open for?
View ArticleRe: vCD 1.5 to 5.1 upgrade & roll back plan.
Hi, That is basicly the same plan I used for my vCloud 1,5 -> 5,1 upgrade. I did not try to revert everything went fine, so I never tested id. But it looks fine.
View ArticleRe: vCD 1.5 to 5.1 upgrade & roll back plan.
Thanks. I'm going to give it a go today and also try to roll back just to test the process for future reference.
View ArticleRe: vxlan on vcloud director 5.1
Hi, No there is no firewall issue between the hosts and the vsm. I solved the problem by installing the VXLAN VIB through VUM.You can download the correct VIP on your vShield Manager:...
View ArticleRe: vCD 5.1: importing a vSphere VM without a clone
I have not tested this but it seems to be storage profiles are your solutions. When you import something you should be able to tell it what storage profile to use. By default "Any" is used - and this...
View ArticleRe: control tenants content
This is a much bigger issue - it all depends on what type of controls you are needing (I do not think one solution is going to be the answer). If the idea is to validate content they create, you might...
View ArticleRe: Disk bus number & unit number determination
Hi, try to get the XML-Representation of the object (disk.toXml()).Maybe you can find there these values.
View ArticleDoes this happen to you too?
HiWorking on my third vCloud project, all small implementaties and again it happens on a regular basis that suddenly an object can't be removed anymore. Now for example I have a OrgVDC I created for...
View ArticleRe: Does this happen to you too?
Is it upgrade from 1.5 or is it fresh install of vcd 5.1?
View ArticleRe: Does this happen to you too?
Fresh 5.1 upgraded tot 5.1.1 And solved. But I was just surprised by how often this goes wrong.
View Article