Extracting SSL Thumbprint

I recently ran in to an issue where i had to re-register my NSX server with vIDM. The ask was to extract the Thumbprint from vIDM. The command i ran to extract it was: echo -n | openssl s_client -connect hostname:443 2>/dev/null | openssl x509 -noout -fingerprint -sha256 This can be used across multiple products where the Thumbprint needs to be extracted

October 10, 2020 · 1 min · Cosmin
Article cover image

vRealize Operation Endpoint Agent (EPops) Unable to register error

While i was doing the operations endpoint install on a new vROPS environment i experienced an strange error that i didnt see before - Unable to register the agent due to server error. In order to find the issue i had to log in to my vROPS server in order to review the logs. I was able to find the End Point Adapter log file here: /storage/log/vcops/log/adapters/EndPointAdapter/ While reviewing the log i found a strange error pointing me to the adapter ...

September 27, 2020 · 2 min · Cosmin
Article cover image

Adding keys in vRealize Lifecycle Manager in a VCF 4 Environment

From a lifecycle manager perspective we have a couple of ways to add keys to the environment If the my vmware user that is added to lifecycle manager has access to they keys, the keys can automatically discovered and imported. For this we can go to the locker from Home -> Locker -> License. If the keys are not discovered we can click on the refresh button up top to perform a manual sync ...

September 13, 2020 · 1 min · Cosmin
Article cover image

Deploying vRA with vRealize Lifecycle Manager in a VCF 4 Environment

If you followed my previous posts Deploying the vRealize suite using VCF 4.0 and vRealize Lifeycycle Manager (vRSLCM) enable product dowloads you should now have vRA and vIDM already downloaded. In my previous post i went over the installation of vIDM which is a pre requisite for vRA. You can find the link here Next, we need to create a new environment that will be used to deploy vRA. For this we can go to Lifecycle Operations -> Create Environment. Fill in the necessary information and click next ...

September 13, 2020 · 2 min · Cosmin
Article cover image

Deploying vIDM with vRealize Lifecycle Manager in a VCF 4 Environment

If you followed my previous posts Deploying the vRealize suite using VCF 4.0 and vRealize Lifeycycle Manager (vRSLCM) enable product dowloads you should now have vRA and vIDM already downloaded. Because im running on a deployment from VCF i can see that the datacenter was already provioned for me under under Home -> Lifecycle Operations -> Datacenters However it seems like my Environment is not completely configured. In order to configure we can go to Home -> Lifecycle Operations -> Create Environment ...

September 13, 2020 · 2 min · Cosmin
Article cover image

vRealize Lifeycycle Manager (vRSLCM) 8 certificate mangement

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 Download the CSR and take it to the certified authority, in my case im using a Microsoft server /certsrv/certrqxt.asp ...

September 13, 2020 · 1 min · Cosmin
Article cover image

vRealize Lifeycycle Manager (vRSLCM) enable product dowloads

In order to enable product downloads in lifecycle manager we need to go to Lifecycle Operations Settings -> My vmware Add my vmware account. Make sure the account added has a proper entitlement to perform downloads and patches. With the releases of 8.x and above we now have a password vault that we need to add the passwords to. When presented with the add my VMware Account Detail screen press on Click here to add a new password ...

September 13, 2020 · 2 min · Cosmin
Article cover image

X-Region Application Virtual Network is not created error

While trying to deploy vRealize Suite Lifecycle Manager in VCF 4, i was prompted by an error X-Region Application Virtual Network is not created After doing some research i found out that the error is due to AVN not getting deployed part of the initial deployment. I remembered that VCF 4 doesnt actually require it so after i did some research i was able to find a kb article that allowed me to continue with my install. KB 78608 ...

September 13, 2020 · 1 min · Cosmin
Article cover image

Deploying the vRealize suite using VCF 4.0

The official documentation for deploying the vRealize 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.1.0-16256499 After the download is complete we can go to Administration -> vRealize 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: ...

September 13, 2020 · 1 min · Cosmin

Downloading specific VCF bundles

I wanted to reuse my VCF downloaded bundles on another SDDC Manager system so that i wont have to download it from internet again. Ive found an easy guide here in the VMware documentation. My goal was to download the specific bundle once and upload it on other SDDC Managers. The first command from SDDC manager was to list the bundles. The lcm bundle transfer utility can be found in /opt/vmware/vcf/lcm/lcm-tools/bin ...

September 6, 2020 · 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.