Creating a Custom Role in vCenter for Aria Automation: A Step-by-Step Guide

Introduction Automation in VMware environments enhances efficiency, reduces human error, and improves the consistency of operations. Aria Automation (formerly vRealize Automation) is a powerful tool designed to automate processes in your VMware infrastructure. However, to fully leverage its capabilities, Aria Automation requires specific permissions in vCenter. This blog post will guide you through creating a custom role in vCenter with all necessary permissions for the Aria Automation service account. Prerequisites ...

May 13, 2024 · 3 min · Cosmin
Article cover image

Upgrading VMware Aria Automation Config to 8.16.2

In this post i will go over upgrading my 8.x SSC appliance to 8.16.2. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.16. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.16.2 Aria Automation Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

March 25, 2024 · 2 min · Cosmin
Article cover image

Upgrading VMware Aria Automation to 8.16.2

In this post i will go over upgrading my 8.x vRA appliance to 8.16.2. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.16. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.16.2 VMware Aria Automation release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

March 22, 2024 · 3 min · Cosmin
Article cover image

VMware Aria Suite Lifecycle Product Support Pack (PSPAK) Upgrade

In this guide i will go over the steps of getting an existing 8.x VMware Aria Suite Lifecycle (formerly vRSLCM vRealize Lifecycle Manager) appliance to support the latest product releases available. Here is a great blog that goes in to the details about what the Product Support Pack is https://blogs.vmware.com/management/2019/01/vrslcm-pspak.html. Typically the newer Product Support Pack is included part of the upgrade for LCM, however sometimes there are product releases in between releases where product support packs come in handy. ...

March 22, 2024 · 2 min · Cosmin

Upgrading Aria Automation without Lifecycle Manager: A Step-by-Step Guide

Upgrading Aria Automation (formerly known as vRealize Automation, vRA) is crucial for maintaining the efficiency, security, and compatibility of your automation tasks. For environments without VMware Aria Suite Lifecycle, you can still perform the upgrade using the vracli command-line utility. This blog post will guide you through the process of upgrading Aria Automation using two different methods: from a mounted ISO (CD-ROM) and from an online update repository URL. Prerequisites SSH access to your Aria Automation appliance. Sufficient backup of your Aria Automation environment. Downloaded ISO for the Aria Automation upgrade, if using the CD-ROM method. Access to the Aria Automation appliance with root privileges. Method 1: Upgrading from a Mounted ISO (CD-ROM) Prepare the ISO Image: Before starting, ensure that the ISO image for the Aria Automation upgrade is downloaded and available. Mount the ISO to the Appliance: Mount the ISO image to your Aria Automation appliance. This step might require physical access to the server or through the management interface provided by your hypervisor (e.g., ESXi). To mount the CD-ROM we can use: mount /dev/sr0 /mnt/cdrom SSH into the Aria Automation Appliance: Access your appliance via SSH as the root user. Execute the Upgrade Command: Run the following command to start the upgrade process: vracli upgrade exec -y --profile lcm --repo cdrom:// This command will automatically start the upgrade process using the ISO mounted on the CD-ROM drive. The -y flag automates the acceptance of the upgrade process, and --profile lcm specifies the use of the lifecycle manager upgrade profile, even though the Lifecycle Manager itself is not being used. Monitor the Upgrade Process: The upgrade process will provide output to the console. Monitor this output for any errors or prompts that require manual intervention. Use 'vracli upgrade status --follow' to monitor the progress. Finalize the Upgrade: Once the upgrade completes, follow any on-screen instructions to finalize the upgrade. This may include rebooting the Aria Automation appliance. Method 2: Upgrading from an Online Update Repository URL SSH into the Aria Automation Appliance: Ensure you have SSH access to the appliance as the root user. Determine the Repository URL: Identify the URL of the update repository you intend to use for the upgrade. This URL should point to the VMware online repository or an internally hosted repository mirror. Execute the Upgrade Command: Use the following command to initiate the upgrade from the online repository: vracli upgrade exec --profile lcm -r <url> Replace <url> with the actual URL of your update repository. Similar to the CD-ROM method, --profile lcm indicates the lifecycle manager upgrade profile. Monitor the Upgrade Process: As with the ISO method, keep an eye on the console output for any actions required on your part. Use 'vracli upgrade status --follow' to monitor the progress. Complete the Upgrade: After the upgrade process finishes, perform any additional steps prompted by the system, which may include system reboots. Post-Upgrade Steps Verify the Upgrade: Log in to the Aria Automation user interface to verify that the upgrade was successful and all services are running correctly. Review Logs: Check the upgrade logs for any warnings or errors that might need attention. Test Deployments: Execute a few test deployments to ensure that all functionalities are working as expected. Conclusion Upgrading Aria Automation without the Lifecycle Manager is straightforward with the vracli utility. Whether you’re upgrading from a mounted ISO or an online repository, the process is designed to be seamless. Always ensure that you have backups and a rollback plan in case of any issues. ...

February 14, 2024 · 3 min · Cosmin
Article cover image

Deploying Aria Automation 8.16 using the Easy Installer

In this guide i will go over the deployment of Aria Automation 8.16 using the Easy Installer. The reason i like the Easy Installer is because it deploys everything that I need: Identity Manager, Aria Suite Lifecycle as well as Aria Automation. To get started we need to download the installer from here. Once downloaded mount the iso as a drive using your favorite tool or extract it as a archive using something like 7-zip ...

January 31, 2024 · 3 min · Cosmin
Article cover image

Upgrading VMware Aria Automation to 8.14.1

In this post i will go over upgrading my 8.x vRA appliance to 8.14.1. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.14. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.14.1 VMware Aria Automation release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

December 5, 2023 · 3 min · Cosmin

Upgrading VMware Aria Automation Config to 8.14.1

In this post i will go over upgrading my 8.x SSC appliance to 8.14.1. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.14. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.14.1 Aria Automation Config release. Instructions to get the PSPACK can be found on my other blog post here. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

December 5, 2023 · 2 min · Cosmin
Article cover image

VMware Aria Suite Lifecycle Product Support Pack (PSPAK) Upgrade

In this guide i will go over the steps of getting an existing 8.x VMware Aria Suite Lifecycle (formerly vRSLCM vRealize Lifecycle Manager) appliance to support the latest product releases available. Here is a great blog that goes in to the details about what the Product Support Pack is https://blogs.vmware.com/management/2019/01/vrslcm-pspak.html. Typically the newer Product Support Pack is included part of the upgrade for LCM, however sometimes there are product releases in between releases where product support packs come in handy. ...

December 4, 2023 · 2 min · Cosmin
Article cover image

Upgrading VMware Aria Automation to 8.14

In this post i will go over upgrading my 8.x vRA appliance to 8.14. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.14. Instructions can be found here. The upgrade already includes the latest Product Support Pack so an update to the Product Support Pack is not required. To get started we can go to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to VMware Aria Suite Lifecycle -> Lifecycle Operations -> Settings -> My VMware) ...

October 26, 2023 · 3 min · Cosmin
VCF Assistant
Hi! I'm the VCF Assistant. Ask me anything about VMware Cloud Foundation, ESXi, vCenter, NSX, Aria Suite, or infrastructure automation.