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.
Force provisioning option in vSAN policies is an article that explains in a practical way how the advanced option force provisioning works. Firstly, if you need to know a little bit about vSAN, we have an article that explains what is vSAN (in a basic way) and how to set up a vSAN cluster. Click here to read this article. When the object will place in the vSAN Datastore, a vSAN Storage Policy is used to define how this data will be stored, what level of tolerance, the number of stripes, and other parameters. So, about advanced configuration in a…
vSphere HA Communication Network is an article that explains how vSphere HA Communication Network works in a vSAN Cluster, and what network is used to achieve that. Definitely, the vSphere HA is a classical and useful feature present on the vSphere Stack. vSphere HA provides high availability for virtual machines by pooling the virtual machines and the hosts they reside on into a cluster. Hosts in the cluster will monitor and in the event of a failure, the virtual machines on a failed host will restart on alternate hosts. Note: It is very important here to avoid confusion or mistakes. When…
How to use a custom SSL certificate on ESXi is an article that explains how to change the default host’s certificate with a custom SSL certificate. Why I should do it? We can have a lot of answers to this question. But, if your corporate policy requires that you use custom certificates, this article can be useful to you! So, let’s get started 🙂 Create a CSR Request 1) Create the file that will be used to create the CSR file. Below, is an example of the file content that will be used to create the CSR file: [ req…
How to use a custom SSL certificate on vCenter is an article that explains how to change the default Machine SSL certificate on the vCenter Server with a custom SSL certificate. There are some ways to do that, but in this article, we will explain how to do that in a simple way, with some pictures to help the reader get the correct comprehension of the process. Important: Our External CA (Certificate Authority) is provided by the Windows AD CS. We have an article that explains how to create an internal CA with Windows AD CS. Click here to read…
How to configure backup on the NSX Manager is an article that explains how to configure automatic backup for the NSX Manager data. Configuring NSX Manager backup is an essential task to protect critical data in an NSX-T Data Center environment. In this guide, we will demonstrate how to configure the built-in backup feature available on NSX Manager and send backup files to an SFTP server. On the NSX-T Data Center, we have a lot of critical components and it is crucial to have a working backup and restore plan. Nowadays, is usually using VMware Snapshots to back up desired…
How to use iperf on ESXi host in an article that explains how to use iperf to test network performance on an ESXi host. Using iperf on an ESXi host is a practical way to measure network performance and validate bandwidth between virtualization components. In this guide, we will demonstrate how to use iperf and iperf3 for network testing scenarios involving ESXi hosts and virtual machines. Basically, what is iperf/iperf3? Based on the website https://iperf.fr/, iPerf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning various parameters related to timing, buffers, and…