Incompatibility between PowerVRA 5.x and VMware Aria Automation Orchestrator 8.12.x
search cancel

Incompatibility between PowerVRA 5.x and VMware Aria Automation Orchestrator 8.12.x

book

Article ID: 326124

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:

Note: VMware by Broadcom does not support the PowervRA module.

The PowervRA module although shipped with Orchestrator is developed by a third-party developer who can be reached using the contact owner option in the powershell gallery or alternatively, issues can be raised with the developer in GitHub.

When upgrading VMware Aria Automation Orchestrator (formerly known as VMware vRealize Orchestrator) from version 8.x to 8.12.x, it's important to note that PowerVRA 5.x will no longer be compatible. To ensure compatibility with VMware Aria Automation Orchestrator 8.12.x, it is necessary to perform an upgrade of PowerVRA to version 6.0.x.


Environment

VMware Aria Automation Orchestrator 8.12.x
VMware Aria Automation 8.12.x

Resolution

VMware is aware of this issue. See the Workaround below for additional information.


Workaround:

1. Navigate to Orchestrator > Environments under Assets > New Environment.

Image_2023-08-03_18-35-43.png

2. Provide the name for Environment. Navigate to the Definition tab and select PowerCLI 12(PowerShell 7.1)

Image_2023-08-03_18-37-37.png

3. Click on Add under dependencies

Image_2023-08-03_18-38-20.png

4. Please enter the details as per below screenshot and click on Add.

Name : PowervRA
Version : 6.0.0
Repository : Default Public Repository

Image_2023-08-03_18-39-54.png

4. Click on Create

Image_2023-08-03_18-41-11.png

5. Go to the Download Logs Tab and observe the logs. It should mention something like: [Completed downloading dependencies].

Image_2023-08-03_18-42-21.png

6. After this, select Close to close the environment you have created.

Image_2023-08-03_18-43-28.png

7. Go to the Action (Open the action) you are working on. Navigate to the Scripts tab. Change the Runtime Environment to the environment that we created using previous steps:

Attaching the screenshot from a lab environment.

Image_2023-08-03_18-46-35.png

8. Add the below line on top of the script you have:

Import-Module -Name powervra -RequiredVersion 6.0.0

Image_2023-08-03_18-47-58.png

9. Save the action and run it. 

Image_2023-08-03_18-49-57.png


Additional Information

VMware Doc - https://docs.vmware.com/en/vRealize-Automation/8.x/SupportMatrix/GUID-2B9D7C13-8ACC-4428-81CF-B265C01A231C.html

GitHub Repo - https://github.com/jakkulabs/PowervRA