vcloud director customization script context
via customization script, i am trying to do several things on new windows server 2008 r2 instances in my vcloud environments. i am launching powershell via the postcustomization call and most of what...
View ArticleCan't delete org network
When ever I attempt to delete an org network, it tells me it's in use. However, I have no vApps or VM's running that are attached to it. Perhaps something went wrong? Also not sure if it's related, the...
View ArticleRe: Can't delete org network
I had the same issue and fixed it myself or at least it seems fixed. Did you happen to upgrade this environment or was it a clean install? What I found was there were duplicate records in the...
View ArticleCannot deploy organization VDC network : VSM response error (10105): Failed...
Using VCD 5.1 When creating a natRouted Org VDC network we randomly get this error with a different dvportgroup-<number> each time.Deleting a re-creating the network seems to work but this issue...
View ArticleRe: Can't delete org network
This is an upgrade from 1.5. Is all network information regarding org networks and edge gateways in that table? I am wondering if there in case there is not a duplicate I can just manually delete the...
View ArticleVCD 1.5.1.622844 - "Insufficient Resources" when power on a vse
Hi. Hope someone can help or guide to troubleshoot this problem... We are getting the following error when we try to create a routed network: Failed to initialize shield appliance - HTTP/1.1 400 Bad...
View ArticleRe: Can't delete org network
You had better consult the vCloud api docs for that answer. I am not an expert in how the schema is definded for the database. It sounds like that table contains all the logical mappings as it also...
View ArticleFailed recomposeVapp call -- orphaned VM, how to delete?
I have intermittently run in a situation in which the recomposeVapp API will fail when adding a VM with exception “Unable to perform this action. Contact your cloud administrator”. The root cause...
View ArticleRe: Failed recomposeVapp call -- orphaned VM, how to delete?
Hi, You can list all VMs in vCD by executing the following query from REST API Query Service: GET /api/query?type=adminVM This should list VMs in all kinds of states. You can also filter by the name of...
View ArticleRe: Failed recomposeVapp call -- orphaned VM, how to delete?
Thanks, Todor. Is there an equivalent using the Java SDK? Also, assuming I am an org-level user would this query work to return just VMs within my org?
View ArticleRe: vcloud director customization script context
Hi Dave, What version of VCD are you running? It's better to always mention that since there are differences between implementations. I believe in 1.5 both pre- and post-customization script were...
View ArticleThe description of the GatewayNatRuleType is not returned
Hi If a new NAT rule is added to the NAT service of the edge gateway and the description for the rule is set. GatewayNatRuleType rIn = OBJECT_FACTORY.createGatewayNatRuleType(); NatRuleType...
View ArticleHow to query id-s of a vapp though the query service
Hi I would like to retrieve the id-s of the vapps (based on a filter), but i get "Property id is invalid for query vApp." Set<QueryVAppField> fields =...
View ArticlevCloud vApp Thin Provisioning
Hello, I currently am trying to do some scalability testing with the latest build of vCD 5.1. My goal: Get 1000+ vApps deployed thin provisioned, each consuming about ~5GB thin, 60GB thick. My...
View ArticleRe: How to query id-s of a vapp though the query service
Hi, with which version of vCD do you work? The ID property is only in version 5.1 available.
View ArticleRe: vcloud director customization script context
thanks for the information Andrii. i am using VCD 5.0. there is something in the works to upgrade, but it is not going to happen quickly. i am about to try the things you suggest and will respond with...
View ArticleRe: How to query id-s of a vapp though the query service
Hi We are working with 5.1 version. vcloudClient = new VcloudClient(url, Version.V5_1);vcloudClient.registerScheme("https", 443, FakeSSLSocketFactory.getInstance());vcloudClient.login(username +"@" +...
View Articlehow to add vm guest hdd to different datastore
Hi i'm using Vcloud director 1.5.0 when i try to add a new hdd to an existing guest os residing in a datastore that do not have the capacity to support the new hdd vcloud director will display an...
View ArticleRe: vcloud director customization script context
both pre and post do indeed run under "nt authority\system". when i change the credentials of the tools service to the local administrator, pre runs under local administrator and post still runs under...
View ArticleRe: The description of the GatewayNatRuleType is not returned
NAT rules aren't supposed to have a description
View Article