Replacing the CSM Corfu certificate in NSX
In this blog we will go over replacing the Corfu certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the CSM Corfu certificate has already expired In the...
Replacing the GM Corfu certificate in NSX
In this blog we will go over replacing the Corfu certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the GM Corfu certificate has already expired In the...
Replacing the MP Corfu certificate in NSX
In this blog we will go over replacing the Corfu certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the MP Corfu certificate has already expired In the...
Replacing the CCP Corfu certificate in NSX
In this blog we will go over replacing the Corfu certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the CCP Corfu certificate has already expired In the...
Replacing the AR Corfu certificate in NSX
In this blog we will go over replacing the Corfu certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the AR Corfu certificate has already expired In the...
Certificate delete failed: Certificate cannot be deleted because it is used by 1 MP node
I was recently trying to replace some service certificates and I accidentally associated the certificate with the wrong service. When trying to delete the certificate I was presented with an error “Certificate delete failed: Certificate cannot be deleted because it is used by 1 MP node” The first step...
Replacing the Corfu API certificate in NSX
In this blog we will go over replacing the Corfu API certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the Corfu API certificate has already expired In...
Replacing the LocalManager certificate in NSX
In this blog we will go over replacing the LocalManager certificate in NSX. In this example I will be using the UI to generate the self signed certificate and then an API call to replace the certificate. In my case the LocalManager certificate has already expired In the top...
Simplifying NSX Edge Removal in VMware Cloud Foundation (VCF) Environment
VMware Cloud Foundation (VCF) has revolutionized data center virtualization by seamlessly integrating compute, storage, and networking components. In a VCF environment, the NSX platform provides crucial software-defined networking capabilities. At times, removing NSX edges becomes necessary due to infrastructure changes, optimization efforts, or other reasons. To simplify this process,...
Downloading specific VCF bundles via CLI
I wanted to reuse my VCF downloaded bundles on another SDDC Manager system so that i wont have to download it from internet again. I found an easy guide here in the VMware documentation. My goal was to download the specific bundle once and upload it on other SDDC...
Upgrading VCF 4.3.x to VCF 5 Step by Step
With the release of of VCF 5 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...
Upgrading vRSLCM (vRealize Lifecycle Manager) to 8.12
In this guide i will go over the steps of getting an existing 8.x vRSLCM appliance upgraded to the latest 8.12 release. The release notes can be found here The first step is to log in to vRealize Suite Lifecycle Manager under the Lifecycle Operations section Go to settings...
Upgrading SSC (SaltStack Config) to 8.12.1 using vRSLCM
In this post i will go over upgrading my 8.x SSC appliance to 8.12.1. As a pre requirement we do need to have VMware Aria Suite Lifecycle upgraded to 8.12. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.12.1 SaltStack Config...
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...
Install/Upgrade ESXi 8.0 on unsupported hardware.
As i was installing\upgrading my lab environment to ESXi 7.0 i received an error that the CPU was unsupported. As per the release notes vSphere 8.0 release notes my CPU is no longer on the compatibility list. Since this is a lab environment i wanted to continue using my...
How to forcibly delete an NSX-T 3 Segment
I recently ran in to a problem where i couldnt delete an NSX segment so i went exploring the API. The API guide can be found here The method used is delete policy/api/v1/infra/segments/{segment-id}?force=true It would look like this in Postman: To list the segments we can use a get...
Removing NSX stale packages from ESXi host
I recently ran in to a problem where i wanted to perform a clean configuration of one of my ESXi hosts from an NSX perspective, however i ran in to a problem where NSX was reporting that the packages are already installed. To fix the issue i had to...
Configure NSX-T to use vIDM as authentication
I needed to create a few additional accounts in NSX-T for outside sources. Instead of creating individual accounts i wanted to use the existing ones from AD. To get started we need to get the certificate from the vIDM server. Log on to the vIDM server as root and...
Upgrading SSC (SaltStack Config) to 8.11.1 using vRSLCM
In this post i will go over upgrading my 8.x SSC appliance to 8.11.1. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.11.1. Instructions can be found here. The upgrade does not include the latest PSPACK that contains the 8.11.1 SaltStack Config...
Upgrading vIDM (VMware Identity Manager ) to 3.3.7 via vRSLCM
In this post i will go over upgrading my 3.3.6 vIDM appliance to 3.3.7 using vRSLCM (vRealize Suite Lifecycle Manager). If you want to upgrade to LCM 8.10 instructions can be found here. The upgrade does not include the latest PSPACK that contains the 3.3.7 vIDM release. Instructions to...