I am adding VMware virtual machine in design and name it as "dev". I am seeing this in inputProperties-> vmProperties -> componentId. How do I get this name (dev) in workflow? I tried the following ...
See more...
I am adding VMware virtual machine in design and name it as "dev". I am seeing this in inputProperties-> vmProperties -> componentId. How do I get this name (dev) in workflow? I tried the following methods which is not working ->inputProperties.componentId -> Properties.componentId -> vmProperties.componentId
I was trying to connect to one node and able to connect successfully with FQDN and port 8281. Actually, can we migrate with "vro-migrate" command from external vRO7.6 to Embedded vRO8.2?
I am unable to connect external vRO7.6 environment for migration assessment from vRA/vRO8.2. The external vRO is configured with cluster (active/passive). Do I have to stop the passive vRO for even m...
See more...
I am unable to connect external vRO7.6 environment for migration assessment from vRA/vRO8.2. The external vRO is configured with cluster (active/passive). Do I have to stop the passive vRO for even migration assessment? (I know we need to stop for actual migration).
Can we migrate particular business group from source (vRA7.6 prod environment) to vRA8 test environment for some testing and later vRA8 prod environment?
We have vRA7.6 prod environment running by connecting with Prod vCenter server. Since we don't have test vCenter server can we test the newly created vRA8.2 environment by connecting to same prod vCe...
See more...
We have vRA7.6 prod environment running by connecting with Prod vCenter server. Since we don't have test vCenter server can we test the newly created vRA8.2 environment by connecting to same prod vCenter server? We were trying to find out how much downtime is required for vRA7.6 to 8.2 migration and manual configuration changes/updates required based on testing. Also, we have external 7.6 vRO and in this case do we have to migrate only to external 8.2 vRO?
Ok. But the following link helped to achieve the customization. Debian 9 - bad NIC interpretation (ens160) · Issue #172 · vmware/open-vm-tools · GitHub
I am checking the possibility of deploying ubuntu 20.04.01 using vRA 7.6 with cloud-init customization and I am facing with some IP configuration issues. Is it possible to deploy this latest ubun...
See more...
I am checking the possibility of deploying ubuntu 20.04.01 using vRA 7.6 with cloud-init customization and I am facing with some IP configuration issues. Is it possible to deploy this latest ubuntu version from vRA7.6 and with vCenter & ESXi host 6.7? Since I could see articles only about deploying from vRA8.0.
I will check by not using the Blocking setting. But, when it fails to get the resourceId using deploymentId it never gets the resourceId even after trying some hours/days. I have also tried wh...
See more...
I will check by not using the Blocking setting. But, when it fails to get the resourceId using deploymentId it never gets the resourceId even after trying some hours/days. I have also tried when "Deployment action completed" which works for sometime and fails often.
We are using vRA7.6 and external vRO 7.6. I am trying to find the complete deployment data with the following code. EBS is configured to start the workflow when "catalog request is complet...
See more...
We are using vRA7.6 and external vRO 7.6. I am trying to find the complete deployment data with the following code. EBS is configured to start the workflow when "catalog request is completed" (tried with deployment action completed as well). The following code search the resources to match the deployment ID with resourceId and get the deployed data. This is working for sometime, but when sometimes it wasn't able find deployment ID even after trying few mins of deployment gets completed. I am scratching my head any help appreciated. function getResource(deploymentId) { const PAGE_LIMIT = 100; var resourceService = vCACHost.createCatalogClient().getCatalogConsumerResourceService(); var query = vCACCAFEOdataQuery.query(); query.setTop(PAGE_LIMIT); query.setSkip(0); var oDataRequest = new vCACCAFEPageOdataRequest(query); var resources = []; do { var resourcesList = resourceService.getResourcesList(oDataRequest); resources = resources.concat(resourcesList); System.log("Found Resources: " + resourcesList.length); query.setSkip(resources.length); oDataRequest = new vCACCAFEPageOdataRequest(query); } while (resourcesList.length > 0); for each(resource in resources) { if (resource.providerBinding.bindingId == deploymentId) { return resource.id; } } throw 'Could not find resource with binding to deploymentId: ' + deploymentId; } function parseData(rawData) { var data = rawData.replace(/\\"/g, "'"); return JSON.parse(data.replace(/\\/g, '')); } //Main var tempData = []; var client = vCACHost.createCatalogClient();//vCACCAFE:vCACHost var deploymentId = payload.get('deploymentId'); System.debug('DeploymentID: ' + deploymentId); var resourceId = getResource(deploymentId); System.debug('Resource ID: ' + resourceId); //check whether any backslash var checkSlash = client.get('/consumer/resources/' + resourceId); //System.log('Check: ' + checkSlash); var bodyAsString = checkSlash.getBodyAsString(); var removedSlash = bodyAsString.replace(/\\/g, ""); //System.log('Removed slash: ' + removedSlash); var requestId = JSON.parse(removedSlash).requestId; System.debug('Request ID: ' + requestId); //with request and resourceId get all data and dump into tempData tempData.push(parseData(client.get('/consumer/requests/' + requestId).getBodyAsString())); var resourceData = parseData(client.get("/consumer/resources/?$filter=(parentResource eq '" + resourceId + "')&limit=100").getBodyAsString()); for each(item in resourceData.content) { tempData.push(parseData(client.get('/consumer/resources/' + item.id).getBodyAsString())); }
Sorry for late reply I was tied with other projects. Event after using with "catalog request completed" EBS event, sometimes getting the resource is error out and block subscription is not really...
See more...
Sorry for late reply I was tied with other projects. Event after using with "catalog request completed" EBS event, sometimes getting the resource is error out and block subscription is not really working. Can you give more details about the trigger mechanism to handover the requests?
We have 3 departments in a Business Group and have created 3 entitlements for the same and assigned the Catalogs accordingly. Now the requirement is, users of their own department would be able t...
See more...
We have 3 departments in a Business Group and have created 3 entitlements for the same and assigned the Catalogs accordingly. Now the requirement is, users of their own department would be able to see their deployments? How this can be accomplished? We are using vRA/vRO 7.6
We are using vRA/vRO 7.6 and we get to see the following error in logs from webserver (Source: Repository) whenever the vRA deployment happens Exception has been thrown by the target of an...
See more...
We are using vRA/vRO 7.6 and we get to see the following error in logs from webserver (Source: Repository) whenever the vRA deployment happens Exception has been thrown by the target of an invocation. Inner exception: Request was denied due to exceeded resource size limit. The maximum number of resources allowed is 100. Any suggestion/ideas to solve this issue.
This was developed from 7.2 and we upgraded to 7.6 recently. Actually, this issue was there in 7.2 as well with more frequent. I thought this issue may be resolved after upgrade but started happe...
See more...
This was developed from 7.2 and we upgraded to 7.6 recently. Actually, this issue was there in 7.2 as well with more frequent. I thought this issue may be resolved after upgrade but started happening again and is little frequent. Also, sleep (30s) has been set before start gathering the details. Anyhow, I have retried the failed workflow after 15-25 mins of deployment is completed, but still its failing and unable to find the resources with deployment ID.
To generate a report, I am getting the resources using deployment ID with the following code. This code is working, but sometime it's failing (re-running workflow also unsuccessful) as 'Could not...
See more...
To generate a report, I am getting the resources using deployment ID with the following code. This code is working, but sometime it's failing (re-running workflow also unsuccessful) as 'Could not find resource with binding to deploymentId: ' + deploymentId. Any help is appreciated and I am using vRA/vRO 7.6. function getResource(deploymentId) { const PAGE_LIMIT = 100; var resourceService = vCACHost.createCatalogClient().getCatalogConsumerResourceService(); var query = vCACCAFEOdataQuery.query(); query.setTop(PAGE_LIMIT); query.setSkip(0); var oDataRequest = new vCACCAFEPageOdataRequest(query); var resources = []; do { var resourcesList = resourceService.getResourcesList(oDataRequest); resources = resources.concat(resourcesList); System.log("Found Resources: " + resourcesList.length); query.setSkip(resources.length); oDataRequest = new vCACCAFEPageOdataRequest(query); } while (resourcesList.length > 0); for each(resource in resources) { if (resource.providerBinding.bindingId == deploymentId) { return resource.id; } } throw 'Could not find resource with binding to deploymentId: ' + deploymentId; } var client = vCACHost.createCatalogClient(); var deploymentId = payload.get('deploymentId'); System.debug('DeploymentID: ' + deploymentId); var resourceId = getResource(deploymentId); System.debug('Resource ID: ' + resourceId);
Seems, we can't access the HTML5 client with Cluster URL. So, I performed the following steps to correct the login issue and connected to one of the vRO server HTML5 client. However, please note ...
See more...
Seems, we can't access the HTML5 client with Cluster URL. So, I performed the following steps to correct the login issue and connected to one of the vRO server HTML5 client. However, please note that vRO control center is working fine with cluster URL. Log in to the vRealize Orchestrator appliance using SSH or console. Reset the authentication provider by running this command: /var/lib/vco/tools/configuration-cli/bin/vro-configure.sh reset-authentication Unregister and Re-register the vRA from vRO control center authentication provider Restart the orchestrator configurator service by running this command. service vco-configurator restart --------------------------------------------------------------------------------------------------------- Was it helpful? Let us know by completing this short survey here.
Have checked this latest link as well and the configuration is same. VMware is suggesting this KB VMware Knowledge Base to check and will check the same and update here.
I am unable to access html5 client with vRO 7.6 cluster configuration. We are using F5 load balancer and the monitoring of pool members shows down with the following monitoring configuration for ...
See more...
I am unable to access html5 client with vRO 7.6 cluster configuration. We are using F5 load balancer and the monitoring of pool members shows down with the following monitoring configuration for the port 8283 Send String: GET /vco-controlcenter/docs/ Receive string: HTTP/1\.(0|1) (200) The error which we get for cluster URL is "ERR_CONNECTION_REFUSED" For individual vRO server we get the error like { "error": "invalid_request", "error_description": "Must provide a matching redirect uri." } Any help appreciated and I followed the following document for vRO LB config https://docs.vmware.com/en/vRealize-Orchestrator/7.3/vRealize_Orchestrator_Load_Balancing.pdf
Have upgraded vRA 7.2 to 7.6 successfully by separating vRA appliance and IaaS upgrades separately. The Management agent is getting upgraded along with IaaS installer. However, IaaS website compo...
See more...
Have upgraded vRA 7.2 to 7.6 successfully by separating vRA appliance and IaaS upgrades separately. The Management agent is getting upgraded along with IaaS installer. However, IaaS website component wasn't communicating with vRA after upgrade. Had to remove and install the management agent,