• hi@yahyazahedi.com
  • Germany

ESXTOP and Disk Performance Problems

One of the common problems in software-defined datacenters is the latency of the virtual machine disk which will slow down the application and increase response time. The virtual machine owner or user declares that its system is slow and the question arises whether the slowdown is coming from a virtual infrastructure or storage device or operating system and how to […]

Upgrade VMFS 5 to VMFS 6

3 versions of the VMFS file system have been released by VMware for ESXi hosts which include VMFS3, VMFS5, and VMFS6. To fully understand the differences between these VMFS versions check this link.Today, after the successful installation of ESXi 6.7 on HP DL380 G9 in one organization, we have decided to update their datastores from version 5 to 6. So […]

Add VMkernel adapter to a number of ESXi hosts

Currently, I’m working with a customer who was wanting to add new VMkernel to their ESXi hosts and the number of ESXi hosts is about 50. Doing this task by vSphere Web Client was a bit time consuming and it is worth to write a script to this task automatically in a few seconds.While I was working on scripting I […]

How To Install VMware PowerCLI via PowerShell

The installation is done completely through PowerShell itself using the PowerShell Gallery via PowerShellGet. To install the PowerCLI 11, you just need to open the PowerShell with administrative privilege and type the following command to run the installation. Install-Module -Name VMware.PowerCLI -RequiredVersion 11.1.0.11289667 -Scope AllUsers PowerCLI will automatically be installed for all users. If you want to limit the installation to […]

Horizon View 7 – Initial Horizon View Configuration

In this post, we are about configuring the Connection Server so that it can create pools of VDI desktops. We use the Horizon Administrator UI to perform these Connection Server configuration tasks. Before we create a desktop pool we must have the following parameters configured: Horizon 7 license vCenter Server user account – See Horizon View 7 – Prepare Active Directory […]

Horizon View 7 – Creating a Desktop Template

Horizon view uses a virtual machine template as the basis of the pool whatever it is linked pool or instance pool. With an automated desktop pool that contains full virtual machines, you create a virtual machine template and Horizon 7 uses that template to create virtual machines in vCenter Server for each desktop. I will spend more on this post […]

Horizon View 7 – Configure Event Database

The event database stores information about horizon view events in a database. You create an event database by adding it to an existing database server and then configure horizon view to use this database for storing events. Add a Database and Database User for View Events If you are not familiar with the procedure to create databases on Microsoft SQL […]

Horizon View 7 – Configure Certificate For Connection Server

For Horizon View it is recommended that you configure your VMware View Horizon Servers with a signed SSL certificate. After you enter the URL of view horizon administrator to log in, you will see the following error in the address bar that is related to the certificate. In this post, we will discuss how to assign a proper certificate to […]

Horizon View 7 – Install Horizon Connection Server

The Connection Server acts as a broker for client connections by authenticating and directing incoming user desktop requests. When you install the Connection Server, the Horizon Administrator is installed as well. The Horizon Administrator is the web-based interface for the management, provisioning, and deployment of virtual desktops. As an administrator, you can centrally manage thousands of virtual desktops from a […]

Where soft zoning is preferred over hard zoning

Zoning is an FC switch function that enables nodes within the fabric to be logically segmented into groups that can communicate with each other. The zoning function controls this process by allowing only the members in the same zone to establish these link-level services. Zoning includes three types: Port zoning or hard zoning: It uses the FC addresses of the […]