Author: Danilo
Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.
Getting the SSH RSA Key Fingerprint and SSL Thumbprint of an ESXi host is an important preparation step for VMware Cloud Foundation (VCF) deployments. These values are required during the management domain bring-up process to establish trusted communication between components. In this article, we will explain how to collect both the SSH RSA Key Fingerprint and SSL Thumbprint from ESXi hosts using command-line tools such as ssh-keyscan, ssh-keygen, and OpenSSL. These values can then be added to the Cloud Builder Deployment Parameter Workbook before starting the VCF bring-up process. What is the SSH RSA Key Fingerprint? It is like a…
The VMware Cloud Builder deployment process is the first step to deploy a VMware Cloud Foundation (VCF) environment. VMware Cloud Builder automates the creation of the management domain and prepares the foundation required for the SDDC Manager deployment. In this article, we will explore the VMware Cloud Builder deployment steps, including downloading the required files, deploying the Cloud Builder virtual appliance, configuring the necessary settings, and accessing the Cloud Builder interface to start the bring-up process. Before starting the deployment, it is essential to carefully prepare the Deployment Parameter Workbook file. This spreadsheet contains the configuration details required by VMware…
VMware Cloud Foundation is the next-generation VMware cloud platform for traditional and modern applications. It is based on a proven and comprehensive software-defined stack, including VMware vSphere (ESXi + vCenter), VMware vSAN, VMware NSX, VMware vSphere with Tanzu, and the VMware Aria Suite. With this software-based stack, VMware Cloud Foundation provides a complete service for an entire data center with computing, storage, network, container, and cloud management. VMware Cloud Foundation Components VMware Cloud Builder: This component is responsible for creating the VMware Cloud Foundation management domain. This virtual machine (VM) is deployed from an OVA file from Broadcom. It is…
This article explains how to disable a BGP peer administratively on VMware NSX. Disabling a BGP peer can be useful during troubleshooting activities, maintenance windows, or when you need to temporarily stop the BGP relationship between the Tier-0 gateway and an upstream neighbor. Before making any changes, it is important to validate the current BGP connectivity status. The BGP neighbor state allows us to confirm whether the communication between the NSX Edge Node and the remote BGP peer is established and exchanging routing information correctly. Disabling a BGP peer to stop the neighborhood between them can be helpful or necessary…
Creating an NFS Share in the vSAN File Services article shows how to create and mount an NFS share. We will create it in the vSAN File Services and mount it in a PhotonOS client VM. First and Foremost, What is an NFS Share? NFS is an acronym for Network File System. It is a network protocol developed by Sun Microsystems in 1984. It allows a user of a client computer to access files over a network, much like local storage is accessed. However, those files are somewhere in the network. This means that users can access files stored on…
Creating a Custom vSphere Alarm will show all the necessary steps to create a custom vSphere Alarm to monitor the CPU usage of all virtual machines. First Things First, What is an Alarm? An alarm is a notification sent in response to an event or condition with an object in the inventory. When we install the vCenter Server, we have hundreds of alarms by default. However, custom alarms can be created to satisfy specific monitoring situations. Selecting the vCenter server object, click on Configure –> Alarm Definitions. On this page, it is possible to see all predefined alarms, as we…