vRealize Lifecycle Manager certificate management interface with options to generate, import, or generate CSR.

vRealize Lifecycle Manager (vRSLCM) 8 certificate management

vRealize Lifeycycle Manager (vRSLCM) come with a Certificate Management feature. We can access the certificate management from Home -> Locker -> Certificate We can generate Self Signed certificates for products managed by Lifecycle Manager as well as certificate requests to be signed by a certification authority Generate a new CSR ...

June 6, 2022 · Cosmin Trif
Installation file details for VMware vRealize Automation SaltStack Config 8.8.0 Automated Installer.

SSC 8.8 urllib3 (1.25.11) or chardet (4.0.0) doesn't match a supported version

I recently upgraded my LCM deployed SSC server to 8.8. If you need a guide to go through the upgrade you can find my other post here. After the upgrade was completed I was noticing strange behavior in the SSC UI so I checked the status the of the services. Here are the errors I found and how I fixed them The first step was to check the status of the service ...

May 16, 2022 · Cosmin Trif

SSC 8.8 sseapi_rpc_queue: could not connect to SSE server

I recently upgraded my LCM deployed SSC server to 8.8. If you need a guide to go through the upgrade you can find my other post here. After the upgrade was completed I was noticing strange behavior in the SSC UI so I checked the status of the services. Here are the errors I found and how I fixed them The first step was to check the status of the service ...

May 15, 2022 · Cosmin Trif
'My Services' section in vRSLCM, with options like Lifecycle Operations, Locker, Identity and Tenant Management, Content Management, Marketplace, and vRealize Cloud.

Upgrading vRSLCM (vRealize Lifecycle Manager) to 8.8

In this guide I will go over the steps of getting an existing 8.x vRSLCM appliance upgraded to the latest 8.8 release. The release notes can be found here The first step is to lo in to vRealize Suite Lifecycle Manager under the Lifecycle Operations section Go to settings -> System Upgrade ...

May 15, 2022 · Cosmin Trif
API request setup for changing vRSLCM admin password via Postman.

vRSLCM 8.x change admin@local password via API

I recently had an use case where I wanted to change the admin@local LCM password via an API call in order to automate the password rotation. If you need a guide to get started you can find my other blog here To change the password we can use postmanPUT call to https://$vRLCM/lcm/authzn/api/v2/users/password Don`t forget to include the new password under the body field formatted in JSON format ex: ...

April 13, 2022 · Cosmin Trif
API login form showing username and password fields for vRSLCM 8.

vRSLCM 8 API getting started

I’ve been having a hard time finding one article that covers the vRSLCM (vRealize Suite Lifecycle Manager) API. The official documentation can be found here As we can see we can leverage the swagger UI by going to https://$vRLCM/api/swagger-ui.html but… I wanted to leverage curl from the cli or postman and as per best practices I wanted to generate a Bearer token. Authenticating via Postman First step was to authenticate using the credentials. We can do so in Postman by completing the Authorization fields using basic auth and running an POST against https://$vRLCM/lcm/authzn/api/login Example: ...

April 4, 2022 · Cosmin Trif
Screenshot of vRealize Lifecycle Manager services with icons and labels like Lifecycle Operations, Locker, Identity and Tenant Management, Content Management, Marketplace, and vRe...

Upgrading vRSLCM (vRealize Lifecycle Manager) to 8.7

In this guide I will go over the steps of getting an existing 8.x vRSLCM appliance upgraded to the latest 8.7 release. The release notes can be found here The first step is to lo in to vRealize Suite Lifecycle Manager under the Lifecycle Operations section Go to settings -> System Upgrade ...

March 23, 2022 · Cosmin Trif
Automation Central job creation wizard shows snapshot age restriction with minimum value of 7 days.

Change Delete old snapshot restriction from 7 days in Automation Central

I recently ran through an issue where I wanted to automatically delete snapshots after 5 days instead of the default 7 days that comes out of box in automation central. I wanted to change delete old snapshot restriction from 7 days to 5 days. It seems like the restriction comes from the Reclaim Settings. In order to change it we can go to Optimize -> Reclaim -> Settings ...

February 2, 2022 · Cosmin Trif
Network settings for Kubernetes subnets, displaying clusterCIDR and serviceCIDR values.

Changing vRO Kubernetes IP range

I recently ran through an routing issue where the Kubernetes IP range in vRO 8.6 was used somewhere else on the network. I didn’t want to redeploy the appliance so I went through the below to get it updated First I identified what the ip range in use is by running vracli network k8s-subnets Lets check the status of the pods to make sure everything is running as it should. If any of the pods experience issues the change wont go through and it will cause additional issues ...

December 15, 2021 · Cosmin Trif
VMware Identity Manager 3.3.5 environment setup in a global environment, with options to add components and change admin password.

vIDM 3.3.5 HA

In this guide we will go over the vIDM 3.3.5 HA configuration. The official documentation can be found here Im going to assume that the load balancer configuration is already completed, the vIDM appliance has a the required certificate in the LCM inventory. Please read the official documentation for the full requirements. Starting the Scale Out in Lifecycle Manager We will be using the scale out feature in Lifecycle Manager. To do so we can navigate to Lifecycle Operations -> Environments -> globalenvironment -> View Details -> Click on Add Components ...

December 13, 2021 · Cosmin Trif