top of page



Search

VMware Cloud Foundation
VMware Cloud Foundation


Troubleshoot ESXi to NSX Controller connectivity.
Issue, SSH to ESXi and check connectivity to NSX controller Troubleshooting steps: Use to test communications from the ESXi node to all NSX-T manager TCP ports 1234 and 1235. nc -z nc -zv 10.40.244.131 443 nc -zv 10.40.244.131 1234 nc -zv 10.40.244.131 1235 nc -zv 10.40.244.131 5671 check if below service is running, /etc/init.d/nsx-nestdb status /etc/init.d/nsx-nestdb start Its up now,
Milton Sarkar
Jan 131 min read


Apply Patch on VMWare AVI Load Balancer to fix CVEs.
VMSA-2025-0011: VMware Avi Load Balancer addresses an authenticated blind SQL Injection vulnerability (CVE-2025-41233):...
Milton Sarkar
Jun 3, 20251 min read


Inside VMSA-2025-0010: Mitigating the Latest Threats to VMware Infrastructure.
Broadcom has recently issued Security Advisory VMSA-2025-0010, addressing multiple vulnerabilities in VMware products, including ESXi,...
Milton Sarkar
May 24, 20252 min read


VCF Automation : Resetting and Remediating vRLI Admin Password via PowerShell & VCF API.
This PowerShell script is designed to automate the reset of the admin password on the primary vRLI node and remediate (update) the new...
Milton Sarkar
May 18, 20252 min read


VCF : Password management operation failed in pre-validation stage.
When trying to perform a password management task In VCF environment, on the Password Management Tab it shows an error: "Password...
Milton Sarkar
May 18, 20251 min read


VCF Automation: Verifying VMware Aria operations for logs (vRLI) Admin Status in a VCF Environment Using PowerShell & PowerVCF.
This script is designed to connect to the SDDC Manager , retrieve VMware Aria operations for logs (vRLI) server details, and then use...
Milton Sarkar
May 17, 20252 min read


Tips to help you pass the VMware VCP-VCF v5.2 Administrator exam
1. Understand the Exam Guide and go through community exam guide. https://www.broadcom.com/support/education/vmware/certification/vmware-...
Milton Sarkar
May 16, 20251 min read


VCF Automation: Automate the rotation of root passwords for selected ESXi hosts in a VMware Cloud Foundation (VCF) environment.
#VCF #PowerVCF #SDDC #ESXI #vmwarecloudfoundation #PowerShell Let's talk about the script before executing it. Set variables: Define VCF...
Milton Sarkar
May 15, 20253 min read


How to upgrade PowerShell from 7.1.7 to 7.2 or 7.x.x in SDDC.
Reason for upgrading PowerShell in SDDC: The upgrade was necessary because PowerShell reporting modules are not supported in version...
Milton Sarkar
May 15, 20251 min read


Generate SDDC overall Health report and get via email every day to monitor VMware Cloud Foundation Environment.
1.Initially, if your SDDC lacks a direct Internet connection, a Proxy server needs to be added to download required modules. #export...
Milton Sarkar
May 15, 20252 min read


How to reset admin password for VMware aria operations for logs 8.18.x and remediate password in SDDC Manager.
1. Connect to the vRLI primary node via SSH and execute the following commands to reset the password and verify the admin status....
Milton Sarkar
May 14, 20251 min read


How to clear or remove pending or failed workflows/tasks in SDDC
1.From the task, click the failed workflows and get the workflow ID, Replace id and run it on SDDC, curl -X DELETE...
Milton Sarkar
May 13, 20251 min read
bottom of page