Month: July 2021
-
VRA8 Error Upfront price is unavailable, please run vROPS price engine first!
https://blogs.vmware.com/management/2020/04/vm-pricing-with-vrealize-automation-8-1-and-vrealize-operations-8-1.html First it’s worth checking you have the correct Currency selected in Operations Manager (Error :Currency information is not available) Login to vRealize Operations Manager go to Administration tab Expand Management section choose global settings on the very last line you can select the currency Next you should Sync up the prices in cloud assembly…
-
vRealize Automation 8 expressions and functions advanced blueprint techniques
In one input you can only choose either the image or imageRef or choose the customization spec, not both at once ๐ Then I found out about expressions and functions that can be used from within the vRA8 blueprints. First create a blueprint To show the workings of a function in blueprints we just need…
-
Error deploying VCF on VxRail 4.2 workload domain ‘invalid parameter’
Task adding VxRail cluster to domain, error Invalid parameter: ovftool pre-verification failed for deployment of vm: The fix for this issue came from the release notes of the product: Workaround: In the vSphere client create a folder under the management domain data center and move the vSAN witness host VM into that folder. The Solve…
-
vRealize Orchestrator control center
Information on how to install the powerscale plugin in vRealize, first step is to navigate to the control center. This appears to have changed in newer versions of VRA: https://VIP Address of VRA/vco-controlcenter/config/login.html
-
Create NSX-T Segments using powerCLI Script
Before running the script you’ll need the following: Script file can be accessed here along with an example txt file: https://github.com/PhilCDW/NSXTCreateSegments/blob/c1203d93948a3623dfb1b9732a20022ea04fd860/CreateNSXTSegments.ps1 The Script will ask the following: Input your NSX-T FQDN:Credentials for NST-TInput your Transport Zone ID. Another script I’ve uploaded is delete segments using a CSV file, can be useful if you make any…