Article cover image

Deploying VMware Aria Automation in a VCF 5.2.1 Environment: Step-by-Step Guide

Following the deployment of vIDM which can be found here, deploying VMware Aria Automation (formerly known as vRealize Automation) enhances your VCF environment with powerful self-service provisioning, automated operations, and streamlined infrastructure management. This step-by-step guide will walk you through deploying Aria Automation using VMware Aria Lifecycle Manager in a VCF 5.2.1 environment, integrating it seamlessly with vIDM for Single Sign-On (SSO) and access management. Prerequisites VMware Cloud Foundation (VCF) 5.2.1 Environment: Ensure VCF 5.2.1 is fully set up and operational. Aria Lifecycle Manager (ALCM) Appliance: Make sure Aria Lifecycle Manager is installed and accessible. Identity Management (vIDM): Deployed and configured to allow SSO across VMware products. DNS and Network Configurations: Validated for reachability and FQDN resolution. Step 1: Access Aria Lifecycle Manager Log in to the Aria Lifecycle Manager (ALCM) console with admin credentials. Ensure your ALCM version aligns with VCF 5.2.1, ensuring compatibility. Step 2: Add an Environment in ALCM In ALCM, navigate to Environments and Add New Environment. Input environment details, such as name and description, to organize deployments within the ALCM. Select a Datacenter for the deployment. Click Next. ...

October 18, 2024 · 3 min · Cosmin
Article cover image

Deploying VMware Aria Operations 8.18 in a VCF 5.2.1 Environment: Step-by-Step Guide

Deploying VMware Aria Operations (formerly vRealize Operations) provides deep monitoring, analytics, and insights into your VMware Cloud Foundation (VCF) 5.2.1 environment. With Aria Lifecycle Manager (ALCM), the deployment and configuration of Aria Operations 8.18 are streamlined, allowing IT teams to maintain optimal performance, predict and prevent potential issues, and optimize resource utilization. This guide will take you through each step, ensuring Aria Operations is seamlessly deployed and integrated within your VCF environment. ...

October 16, 2024 · 3 min · Cosmin
Article cover image

Deploying vIDM Using Aria Lifecycle Manager in a VCF 5.2.1 Environment: Step-by-Step Guide

Deploying VMware Identity Manager (vIDM) in a VMware Cloud Foundation (VCF) 5.2.1 environment has been simplified with VMware Aria Lifecycle Manager. This guide walks you through setting up vIDM using Aria Suite Lifecycle Manager, ensuring streamlined access control across the VMware suite in your VCF deployment. The official documentation can be found here. Let’s dive in. Prerequisites VCF 5.2.1 Environment: Ensure your VCF environment is running version 5.2.1. A upgrade Guide can be found here. Aria Suite Lifecycle Manager Appliance: Aria Lifecycle Manager must be configured within the VCF environment. A deployment guide can be found here. Network and DNS: Verify that DNS and network configurations are set up for Aria Lifecycle Manager and the vIDM instance. Download VMware Aria product binaries from the Broadcom Support Portal. After downloading, you can either map them locally or use NFS to make them available. Access Aria Lifecycle Manager Log in to the Aria Lifecycle Manager UI. Use the administrator credentials configured during the initial setup (typically vcfadmin@local). Ensure that the Aria Suite Lifecycle Manager version is compatible with VCF 5.2.1 to avoid compatibility issues. ...

October 15, 2024 · 3 min · Cosmin
Article cover image

Aria Suite Lifecycle 8.18 Product Support Pack (PSPACK) upgrade - manual version

In this guide i will go over the manual steps of getting an existing 8.x Aria Suite Lifecycle 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 Aria Suite Lifecycle, however sometimes there are product releases in between releases where product support packs come in handy. As of 8.16.0 Product Support Pack 4 we can no longer automatically download the Product Support Pack files. The release notes can be found here. ...

October 15, 2024 · 2 min · Cosmin
Article cover image

Deploying the VMware Aria Suite Lifecycle 8.18 using VCF 5.2.1

The official documentation for deploying the Aria Suite can be found here First step is to download the bundle by going to sddc-manager -> Repository -> Bundle management. Look for VMware Software Install Bundle - vRealize Suite Lifecycle Manager 8.18.0-24029603 After the download is complete we can go to Administration -> VMware Aria Suite and a Deploy button should be available. If the deploy button is not available due to X-Region Application Virtual Network is not created errorplease follow the instructions found here: ...

October 15, 2024 · 2 min · Cosmin
Article cover image

Upgrading VCF 5.x to VCF 5.2.1 Step by Step

With the release of VCF 5.2.1 I wanted to get my lab upgraded. The release blog can be found here and the release notes are here Please note that some of the components within the VCF will still need additional upgrading. Please read the release notes for additional details. We can start by going to Inventory -> Workload Domains -> Select the domain -> Updates -> Plan Upgrade. Select VMware Cloud Foundation 5.2.1.0 -> Confirm ...

October 14, 2024 · 4 min · Cosmin
Article cover image

Cleaning up VCF bundles

With all the recent releases for VCF i noticed that my file system was getting full and once the updates are complete i wanted to reclaim all that used space. The first step was to identify the Bundle ID. We can find this by going to the bundle itself and checking out the details by clicking on View Details For example this specific Bundle ID is 86da0038-b68d-4368-8be1-576568a68c54 At this point i had to log in to the sddc manager and issue the following command: ...

October 14, 2024 · 1 min · Cosmin
Article cover image

Changing the IP Address of Aria Automation 8.x Node

Changing the IP address of a Aria Automation node requires careful planning to avoid service disruption. Here’s a step-by-step guide: 1. Verify Health of vRealize Automation Run: vracli service status Ensure the cluster or node is healthy before proceeding. 2. Set Alternative IP Address vracli network alternative-ip set --dns <DNS_IP1>,<DNS_IP2> <New_IP>/<subnet> <Gateway_IP> 3. Shutdown Services /opt/scripts/deploy.sh --shutdown 4. Change IP Address For swapping the IP: vracli network alternative-ip swap 5. Reboot vRA shutdown -r now 6. Redeploy Services Finally, redeploy services: ...

September 5, 2024 · 1 min · Cosmin
Article cover image

Step-by-Step Guide for Changing the IP Address in Workspace ONE Access 3.3.7

Changing the IP address of the Workspace ONE Access 3.3.7 appliance is a multi-step process that requires careful attention to avoid service disruptions. Below are the key steps involved: 1. Stop Workspace ONE Access Services SSH into the appliance and stop all services to prevent any inconsistencies during the IP address change. service horizon-workspace stop 2. Update DNS Entries Modify both forward and reverse DNS records to reflect the new IP address. This is crucial for both name resolution and certificate validation. 3. Update the IP Address Access the vami configuration interface using the following command: /opt/vmware/share/vami/vami_config_net Follow the on-screen instructions to change the IP address, gateway, and subnet mask as needed. ...

September 5, 2024 · 2 min · Cosmin
Article cover image

Deploying the Aria Suite Lifecycle 8.18 using VCF 5.2

The official documentation for deploying the Aria Suite can be found here First step is to download the bundle by going to sddc-manager -> Repository -> Bundle management. Look for VMware Software Install Bundle - vRealize Suite Lifecycle Manager 8.18.0-24029603 After the download is complete we can go to Administration -> VMware Aria Suite and a Deploy button should be available. If the deploy button is not available due to X-Region Application Virtual Network is not created errorplease follow the instructions found here: ...

July 28, 2024 · 2 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.