How to disable a Org User?
One would have thought it would be easy to disable a user: users = System.getModule("com.vmware.library.vCloud.operation.admin").getUsersAdminOrg(org); System.log("User count ="+users.length); for (...
View ArticleHow to disable a VDC?
Man... These types are messing me up: vdc is input type vCloud:AdminVDC vdc.isEnabled = false;actionResult = System.getModule("com.vmware.library.vCloud.operation.admin").updateAdminVdc(vdc);...
View ArticleHow to connect and get data from vCloud Director Database
I am working on a project that needs lot of information from vCD. I need to get alomost all that os obtainable from vCD Web interface in the Admin and Tenant context. I can use RESTAPI, but after...
View ArticleHow to get the User-Credentials from an User-Interaction via vSphere...
Hi Guys, let me explain what I'm trying to do.I want to create a Workflow (just an example) which is called "Delete Virtualmachine", which makes sure that a virtual machine can only be deleted when two...
View ArticleHow and from where can I get vCO client?
Just like the vSphere client, I would like to install vCO client on a different machine and then manage the vCO 5.1. Where can I find the client installation software for vCO 5.1? By the way I am...
View ArticleAssign Storage Profile information through VCO
I have a VM provisioning script that I'm creating and during that process the user is choosing disks to create and depend on those choices I put them in different Storage Clusters. Thanks to the users...
View Articlevim3WaitTaskEnd fails attempting to return the result for...
Hello,I'm running vCO 4.2.0 and I've upgrade the vCenter Plugin version from 4.2.0 to 5.0.2. I've changed my deployment workflow from using "cloneVM_Task()" to using...
View ArticleWait for "run program in guest" output
Hello, "Run program in guest" workflow seem to run asynchronously, so workflow does not wait started program to finish until it proceeds. Is there any easy way to make program execution in guest to run...
View ArticleCloneVm to SDRS Cluster / Storage Pod
Hi there, we try to change our deployment scripts from old cloneVm to new recommendDatastores. We need this to provision VMs to SDRS Clusters. As documented within API reference, old CloneVm was now...
View ArticleThe VM has 4GM memory and average utilization about 40%, but application team...
Hi All,We have 1 VM server has 4GB memory and application team requested to increase to 32GB because they keep receiving "Out of memory" error. The average utilization is less than 40% and peak...
View ArticleHow to create a cluster or folder by using VCO?
I want to create a datacenter, then create a cluster under this datacenter by using VCO. Datacenter can be created successfully. And the output type is "VC:Datacenter", but input of cluster need a...
View ArticleVMs is inaccessible as workflow target
Hi. A had a vCenter 5.1 with Orchestrator in my lab.After I updated it to last version I have a problem:`I don't see my VMs as workflows target. Any ideas how I can fix it?
View Article[Workflow] Clean up idle sessions
I posted another quick little workflow on my vCO blog, this is one that you can schedule to run daily and it will disconnect old idle sessions. It includes a white list of accounts that you never want...
View ArticleExternal SMTP
Hello, I would like to know if there any possibility to configure the vCO to send emails throught an external SMTP, for example gmail. thank you, Best Regards
View Article"Access not allowed" when connecting from a vCO client installed on a...
So far I have used the vCO client that is installed on the vCO server. But recently we are comepeting for the RDP admin sessions and I decidede to install the vCO client on my Desktop. I got the code...
View Articlehow to get dnsDomain value from windows customization spec?
Hello, I wrote the below script and the goal is to get network related information from customization spec of window 64bits vm. I can get most of attributes set up in custom spec, such as: ip address,...
View Articlehost.getOrganizations taking 5 seconds
Is this amount of time to run host.getOrganizations() normal? I am seeing varying times from 2 seconds up to 10 depending on load. Is there a way to speed this up?
View ArticlePass input to workflow using AMQP Subscription
I am attempting to customize functionality from the vcloud notifications package, and need to pass an input parameter to the workflow that the AMQP subscription is calling. The Input that needs to be...
View ArticleAlign partition inside the guest os per orchestrator
I am searching for this vmware wolrd session about alignment of partitions in guests. 2049 How OCLC Used vCenter Orchestrator to Automate the Disk Alignment of 1500 + Virtual...
View Articledeliver LDAP Objects to VCO Webservice using vb.net
Hallo to all readers I try to call a VCO webservice from a vb.net program.one of the input parameter is a LDAP User Object. When I try to deliver a .net LDAP Object the webservice complains about...
View Article