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.

Increasing the vSAN Datastore Capacity is an article that shows how to add disks to an existent vSAN Disk Group to increase the vSAN Datastore Capacity. So, if you have a vSAN Cluster, you could receive some alerts related to the Storage Capacity, Disk Capacity, or Capacity Utilization, as we can see in the picture below: Under the vSAN Skyline Health, for instance, we can see more details of each alarm: Under the vSAN Capacity menu, we can see the capacity overview of the vSAN Datastore: On a vSAN Cluster, the vSAN Datastore is built using local disks for all…

Read More

Running a 3-Tier Application in the NSX will show details of the 3-Tier application model and how to create NSX DFW rules just to restrict access to a 3-Tier Application. 3-Tier Application Diagram So, in the below picture, we have an example of our 3-Tier application diagram. As we can see, we have three tiers or layers and on each layer, we have some components that can be interacted with to provide the answer to the client’s requests. The client can access a web application provided by the web tier. On this tier, we can have one or several VMs…

Read More

Working on MySQL Server on Debian 11 is a practical guide that shows basic database administration tasks after installing the MySQL service. In this article, we will demonstrate how to access the MySQL command line, create a database, create tables, and insert sample data. Before anything, I would like to share some articles that we have written: — Installing Linux Debian 11:https://dpcvirtualtips.com/installing-linux-debian-11/ — Installing MySQL Server on Debian 11:https://dpcvirtualtips.com/installing-mysql-db-on-debian-11/ First and Foremost, How can I access the MySQL Server? In this case, for instance, we are considering you already installed the MySQL server in your OS.So, access the MySQL server…

Read More

Installing MySQL DB on Debian 11 is an article that shows how to install the DB MySQL on Linux Debian 11 step-by-step. First and foremost, we have written an article explaining how to install the Debian 11 in a lab environment. If you want to check it, please visit the below link:https://dpcvirtualtips.com/installing-linux-debian-11/ Downloading and Installing the MySQL Debian Repository First, we must download the MySQL repository file and install it on our Debian 11 OS: After downloading the file “mysql-apt-config_0.8.20-1_all.deb”, we need to install it: Installing the MySQL Server on Debian 11 We will install the MySQL Server package on…

Read More

Installing Apache with PHP on Debian 11 is an article that shows all the necessary steps to install the web browser Apache with PHP support on Debian 11. Apache is one of the most common web servers around the world. It can be used to provide access to a website, a web application, or something like that. Our aim here is just to show all the necessary steps to install this web server. First and foremost, we have written an article explaining how to install the Linux Debian 11 in a lab environment. If you want to know more about…

Read More

Installing Linux Debian 11 is an article that shows how to install the Linux Debian 11 step-by-step. First and Foremost, Where Can I download the Debian 11 installation file? For this article, we are using the Debian 11.0.0 x64 version. You can download the installation file at the following link: About Our Environment So, we are installing the Linux Debian 11 in a lab environment. We are using a nested virtual environment and the following steps were made using the vSphere Client interface. However, you can use your preferred platform to install this OS. Our aim here is to provide…

Read More