Adding a Powershell Host in VRO 7.2
Hi Everyone, I am trying to add a Powershell host, but the point in which the workflow adds it, it just hands. I have to stop VRO and, in troubleshooting. kill off any running scripts. I have followed...
View ArticleHow do you prevent workflow reruns or force inputs to update.
I am trying to figure out how I can either prevent someone from rerunning a workflow or force a date object to update even if the workflow is rerun. I am using a data binding in my presentation to...
View ArticleHelp! I can't login to vco at all. I need to recover my workflows.
Very odd thing this morning. I tried to login to vRO and that failed. I tried to pull up the control center and that failed. Even https://IP fails. I logged in via SSH and netstat -ntlp showed that...
View ArticleEasily editing one item in a workflow within a workflow
I created a workflow that is a duplicate of Clone, Windows SysPrep with Single NIC and credentials. I edited a bunch of items such as moving most of the input parameters to workflow attributes so I can...
View ArticlevCO User Interaction
Hello, I have a User Interaction object in my vCO workflow. How can I get more info regarding what the request was into the User Inteaction windows in vRA? I have a Boolean choice parameter but I would...
View ArticleSuppress error message on Decision activity
I am working on a simple workflow which checks if a directory exists or not and create it. When i execute it, if the directory is not present It takes the error path and creates the directory.This...
View Article7.3 Cafe Plugin issue with inventory
In vRO 7.3, we're seeing an issue where a nullPointerException is thrown when trying to view the Requests folder in a vRA Host. To reproduce the issue:in vRO, go to the Inventory tab, expand vRA...
View ArticleAuthentication Provider configuration using "vsphere"
Hi. I did some due diligence here but can't figure out the exact reason for the error i'm seeing with configuring vRO 7.3 to use vSphere for authentication. in the authentication provider, it connects...
View Articleguest script manager and open vmtools in linux
Hi, i am using vRO 7.2 and my workflows work properly in linux to copy a script and execute it using guest script manager, recently we setup a test linux VM, uninstalled VMtools and installed Open VM...
View ArticleSkip domain banner while cloning
Hey Folks, Need your suggestion on addressing the below issue. We initiating a clone operation using vRealize orchestrator, after cloning VRO runs few customization. After the clone workflow completed...
View ArticleChanging the nic.backing.deviceName does not change the...
I am working on a workflow to change the network assigned to a NIC device. I have it working except I noticed that the deviceInfo.summary property was not updated when I changed the...
View ArticlegetCustomizationSpec Unable to create VcCustomizationSpec: identity cannot be...
I have created a deployment script that calls a modified version of Clone, Windows with single NIC and credentials. In the duplicated workflow I changed newAdminPassword to be SecureString and also...
View Articleregistered vcenter marked (unusable) in vrealize orchestrator
Hi Everyone, I am using vCenter 6.5 with external PSC. I try to connect this vCenter server from vRealize Orchestator 7.0.1. I received following message in VRO. "(Unusale) https://vcenter/sdk And...
View ArticleMajor problems with parseInt in vRO
parseInt seems to have massive problems with 8 and 9 when you add leading ZEROS to it. exampel script:for (i=0;i<10;i++){ strNumber=i.toString(); System.log(strNumber);...
View ArticlevRO 7.2 - AD query fails randomly
Hello,I'm using the vRA embedded vRO 7.2 Instance. It's running with the AD Plugin ver. 3.0.3I've added 2 different domains using the plugin, using the domain URL as the AD Host URL (not single domain...
View ArticleStorage DRS Anti-Affinity Rules by set Orchestrator workflow/action
Hi All, Has anyone of you ever checked the vCenter SDK for how to create a Storage DRS Anti-Affinity Rule for a specific VM? Below is the code for how to add VM's to a VcCluster compute Anti Affinity...
View ArticleHiding java plugin methods from Scripting API
Hi,We are developing a vRO java plugin using the model-driven archetype. In the types that we expose to the scripting API, we have some methods which we do not want to display in the scripting API. Is...
View ArticleUser Interactions in another part of vSphere web client?
Hi. I built a few workflows and a couple have user interactions in them. When i run them from the vRO client, they run fine and the user interaction pops up just fine. When i run them from the vSphere...
View Articlecreate VM with appropriate drivers using orchestrator for best practice
Hello,I am beginning to use vro to create VMs automaticaly but orchestrator with the "create custom VM" does not optimize the vm drivers according to th OS installed as vsphere do when creating a VM...
View ArticleScript to find least utilized host
Is there a script that somebody has written that finds the least utilized host in a cluster? Maybe one that just looks at CPU/MEM usage of the hosts and outputs the last used?
View Article