VLAN Types in Virtual Distributed Switch (vDS)
This topic is very important to build a virtual data center or when you want to have a nested ESXi in your environment and you dont know how to configure …
A blog by Milad Mehrabi
This topic is very important to build a virtual data center or when you want to have a nested ESXi in your environment and you dont know how to configure …
As part of create a Workflow to get the expiration date of an Active Directory username, I need to write a script to get current time in Unix timestamp format …
Today I need to export a list of my VMs and determine which of them are template in vCloud director. I tried to export this list on vRealize Operation Manager …
Today I just wanted to change character varying in one of my table on postgreSQL database with this command: alter table “TABLE_Name” alter column “COLUMN_NAME” type character varying (72); But …
Today I’m gonna talk about enabling LACP on virtual distributed switches in vSphere environment. Please notice that you must perform these tasks by following order, otherwise you’re gonna lose your …
Today I need to write a workflow to check all storage path status and make a report. In this article I just show how to write scripts and configure the …
It is not recommended by VMware to decrease the size of virtual disks, but if you have to reduce your virtual disk you can follow these steps: Decrease the amount …
One of the great features in VMware Switches is Traffic shapping, it allows you to limit the ingress and egress traffic bandwidth in Portgroup from all the connected virtual machines. …
I have implemented NextCloud in my environment. I need to design a blueprint and let my clients to send their request to access a 5 GB space on NextCloud environment …
Today I’m gonna upgrade my vRealize automation 7.4 to vRealize automation 7.5 I have a standalone architecture. I have following VMs in my environment Windows 2012 that holds SQL and …