Top Posts
Deploying & Configuring the VMware LCM Bundle Utility...
VMware Cloud Foundation: Don’t Forget About SSO Service...
VMware Explore Las Vegas 2025: Illuminating the Path...
Securing Software Updates for VMware Cloud Foundation: What...
VMware Cloud Foundation 5.2: A Guide to Simplified...
VMware Cloud Foundation 5.2: Unlocking Secure Hybrid Cloud...
VMware Cloud Foundation – Memory Tiering: Optimizing Memory...
Decoding VMware Cloud Foundation: Unveiling the numerous amount...
VMware Cloud Director 10.6.1: Taking Cloud Management to...
Omnissa Horizon Upgrade 2406 to 2412
Virtual Bytes
  • Home
  • Home Data Center 2025
  • VMware
    • Cloud
    • Datacenter & Cloud Infrastructure
      • VMware ESXi
      • VMware vCenter
      • VMware vSAN
    • Networking & Security
    • Desktop & App Virtualization
      • Omnissa Horizon
    • Troubleshooting
    • Ansible
  • Education
  • Hardware
    • Hardware Tips & Tricks
  • Events
  • About
    • About Me
    • Home Lab Archives
      • Home Lab 2020-2022
      • Home Lab 2016-2020
Tag:

vrslcm

Tips & TricksVMware Cloud Foundation

VMware Cloud Foundation 5.2 – Tips & Troubleshooting

by Tommy Grot August 8, 2024
written by Tommy Grot 3 minutes read

Today’s blog post is about VCF and how it is a comprehensive cloud management platform that enables organizations to build, deploy, and manage private clouds. With the release of VCF 5.2, VMware has further enhanced the platform’s capabilities, making it an even more attractive choice for businesses looking to modernize their infrastructure. In this blog post, we’ll delve into the process of upgrading specific components in VCF 5.2, including ESXi and Image Management.


This will be a living blog post – Any Issues I encounter will be documented here!


PowerShell Script for VMware Cloud Foundation Bundle Management

Below I will walk you through on using the PowerShell Script which is provided for end-users to be able to safely and easily clean up bundles within their SDDC Manager.

  1. Prepare System Requirements:
    • Windows, Linux, or MacOS running PowerShell Core 7.3.0 or later.
    • VMware PowerCLI 13.1 or later
    • PowerVCF 2.3.0 or later
  2. Download attached script.
  3. Extract script, change to its directory.
  4. Run script
    • with parameters:
      • .\VcfBundleManagement.ps1 -user <SDDC_Manager_user> -server <SDDC_Manager_FQDN> -pass <password> -rootPass <root_password>
      • Where:
        • <SDDC_Manager_user>      is the username to authenticate with SDDC Manager.
        • <password>                          is the password to authenticate with SDDC Manager
        • <SDDC_Manafer_FQDN>    is the fully qualified domain name of the SDDC Manager
        • <root_password>                  is the password for the root user on the SDDC Manager appliance
    • without parameters (script will ask for input parameters):
      • .\VcfBundleManagement.ps1
  5. Select options from the displayed menu and press enter to run it.

Specify your SDDC Manager ->

Once connected with your SSO Account ( I used [email protected], but any administrative privilege account shall work as well)

Selecting #7 Will Delete all obsolete bundles which I had for VCF 5.1.1 and no longer needed them.

Detailed Storage usage of the SDDC Manager is provided by option #4


vLCM Upgrade Preparation

For the vLCM Portion of the upgrade, I encountered a issue where I could not proceed till I built a custom image with all the dell firmware’s and drives addon, due to the reason my previous version of ESXi had the Dell OEM drivers embedded.

Configure Update ->

Select your cluster(s) ->

Select your image, so for this part you will need to go into vCSA and prepare a image that is latest version, and ensure that all OEM drivers are updated.

Once image is created go to Image Management -> Import Image from your Management Workload Domain vCenter

It will take few minutes but once the import is complete for the vSphere 8.0 U3 version, then you will see it appear in the vLCM upgrade window.

Back at the vLCM upgrade window, assign the image(s) that you created earlier and click next.

Upgrading VMware Cloud Foundation 5.2 involves updating specific components like ESXi and Image Management. By following the step-by-step guides outlined above, you can ensure a smooth and successful upgrade process that takes advantage of the latest features and capabilities in VCF 5.2. Remember to always back up your configuration and data before upgrading, and plan for downtime accordingly. With these best practices in mind, you’ll be well on your way to modernizing your private cloud infrastructure with VMware Cloud Foundation.

Click Next -> After you have applied your custom image for vLCM Upgrade. Once the vLCM is complete then ESXi will upgrade and below you can specify the deployment orientation. If your servers support Quick Boot keep it enabled or even Live Patch.

Upgrade process is about to begin…

Upgrade in process!

August 8, 2024 0 comments 858 views
0 FacebookTwitterLinkedinEmail
VMware Cloud FoundationVMware Troubleshooting

Decoupling or Redeploying VMware Aria Suite Lifecycle

by Tommy Grot March 31, 2024
written by Tommy Grot 1 minutes read

Are you looking to know how to decouple or need to re-deploy the Aria Suite Lifecycle Manager from VMware Cloud Foundation? Well, you’ve come to the right place!

  • Take a Snapshot of your SDDC Manager (Offline) and a snapshot your vCenter Server appliance.
  • Then SSH to your SDDC Manager and elevate to root
su  

Below are the psql commands you will need to execute to remove the old vRSLCM entries.

psql -h localhost -U postgres -d platform -c "truncate vrslcm;"
psql -h localhost -U postgres -d platform -c "delete from vm_and_vm_type_and_domain where vm_type ='VRSLCM';"

As well as cleaning up the old Passwords, this will also remove the Life Cycle Suite from the Password UI.

psql -h localhost -U postgres -d platform -c "delete from credentialhistory where credential_id in (select id from credential where entitytype ='VRSLCM');"
psql -h localhost -U postgres -d platform -c "delete from credential where entitytype ='VRSLCM';"

Lets re-deploy through SDDC Manager!

After all is removed, you may restart the deployment, for the deployment you will be asked few questions on DNS, IP , and as well a Tier 1 Load Balancer, I used the next available IP address where i knew that the previous one was locked in and couldn’t clean it up, but after the deployment the old load balancer IP was cleaned up!

That’s it! Once you vRSLCM gets re-deployed re-run your Certificate generations from CSR and re-install the cert! Don’t forget to rotate your vRSLCM password but also enable password rotation to prevent any issues in the future.

March 31, 2024 0 comments 1.4K views
0 FacebookTwitterLinkedinEmail
VMware Troubleshooting

VMware vRealize Lifecycle Suite & VMware Cloud Foundation 4.5 Rollback

by Tommy Grot March 20, 2023
written by Tommy Grot 1 minutes read

Today’s topic is on VMware Aria Life Cycle Manager formerly (vRSLCM) – Have you encountered an issue with vRSLCM or uploaded a PSPACK that you didn’t want to upload? Here we will walk through on how to roll back if you encounter any issues!

Tasks:

  • Create a snapshot of our SDDC VCF VM
  • Update vRSLCM Postgres
  • Delete via Developer Center
  • Re-Deploy

After the snapshot has been crated, lets now ssh into the VCF SDDC Manager appliance, then elevate to root

su root

Run Postgres SQL Command to remove it from VCF Database

psql -h localhost -U postgres -d platform -c "update vrslcm set status = 'DISABLED'"

Now – when should see that vRSLCM has been disabled and is letting know VCF that there is something wrong with it, so now it will let you Roll Back

Then Go back to VCF UI, Developer Center – > Scroll all the way down to APIs for managing vRealize Life Cycle Manager -> Select Delete – > Execute

After vRSLCM is Delete, you will see Roll Back under vRealize Suite and then you can deploy vRSLCM again!

March 20, 2023 0 comments 1.1K views
0 FacebookTwitterLinkedinEmail




Recent Posts

  • Deploying & Configuring the VMware LCM Bundle Utility on Photon OS: A Step-by-Step Guide
  • VMware Cloud Foundation: Don’t Forget About SSO Service Accounts
  • VMware Explore Las Vegas 2025: Illuminating the Path to Cloud Excellence!
  • Securing Software Updates for VMware Cloud Foundation: What You Need to Know
  • VMware Cloud Foundation 5.2: A Guide to Simplified Upgrade with Flexible BOM

AI AVI Vantage cloud Cloud Computing cloud director computing configure cyber security director dns domain controller ESXi las vegas llm llms multi-cloud multicloud NSx NSX-T 3.2.0 NVMe private AI servers ssh storage tenant upgrade vcd vcda VCDX vcenter VCF VDC vexpert Virtual Machines VMs vmware vmware.com vmware aria VMware Cloud Foundation VMware cluster VMware Explore VMware NSX vrslcm vsan walkthrough

  • Twitter
  • Instagram
  • Linkedin
  • Youtube

@2023 - All Right Reserved. Designed and Developed by Virtual Bytes

Virtual Bytes
  • Home
  • Home Data Center 2025
  • VMware
    • Cloud
    • Datacenter & Cloud Infrastructure
      • VMware ESXi
      • VMware vCenter
      • VMware vSAN
    • Networking & Security
    • Desktop & App Virtualization
      • Omnissa Horizon
    • Troubleshooting
    • Ansible
  • Education
  • Hardware
    • Hardware Tips & Tricks
  • Events
  • About
    • About Me
    • Home Lab Archives
      • Home Lab 2020-2022
      • Home Lab 2016-2020