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.
How to install FreeBSD 13 is an article that explains how to install FreeBSD step-by-step in a lab environment. FreeBSD is a fantastic OS and it is used a lot around the world. A lot of systems are based on FreeBSD, such as TrueNAS. To see more details about TrueNAS, click HERE. To get more details about FreeBSD: FreeBSD download page: Creating the Virtual Machine Our lab is based on vSphere 7. So, first, we will create the Virtual Machine. Right-click on the cluster name and then click on the “New Virtual Machine …”: Type the Virtual Machine name. In…
How to enable the vSphere HA feature is an article that explains how to enable and configure the HA (High Availability) feature in a vSphere 7 cluster. It is a very important feature for improving the availability of the virtual machines running on the vSphere Cluster. How vSphere HA works 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…
How to create VM/Host Rules is an article that will explain how creating DRS VM/Host Rules to satisfy some environmental requirements such as “pin” a specific Virtual Machine only to run on a specific ESXi host, avoid both Virtual Machines running on the same ESXi host or something like that. This rule depends on the DRS service. So, it is a requirement to enable and configure the DRS service before using VM/Host rules. We have an article that explains how to enable the DRS service. Click HERE to see this article. VM/Host Rules Overview To access the VM/Host Rules, select…
How to enable the vSphere DRS feature is an article to explain how to enable and configure the DRS vSphere on the vSphere Cluster. The DRS is an acronym for Distributed Resource Scheduler and helps to maintain the cluster as balanced as possible related to the CPU, Memory, and network usage. DRS Introduction VMware vSphere Distributed Resource Scheduler (DRS) is the resource scheduling and load balancing solution for vSphere. DRS works on a cluster of ESXi hosts and provides resource management capabilities like load balancing and virtual machine placement. DRS also enforces user-defined resource allocation policies at the cluster level…
Configure Time Sync by NTP for the vCenter it is a simple article to configure the vCenter Server to acquire date and time settings by an NTP server. For all systems and network administrators, a very important task is to maintain all devices with the date and time configurations correct. For some vCenter services to work fine, the date and time need to be OK, in other cases, we can problems with that. Additionally, the log creation can be affected if the date and time are incorrect. So, definitely, is a very important task to maintain the date and time…
Managing the vCenter Server Services is a very important task for all vSphere Administrators. In this article, we will show how to see the status of all services and, if necessary, how to stop and start these services. Access the vCenter Server by SSH The first step for Managing the vCenter Server Services is to access the vCenter Server by SSH. You can use your first SSH client, but, in this lab, we are using Putty to access the vCenter Server. To download Putty, click HERE. Before, access the VAMI interface and check if SSH service is enabled. On the…