Skip to main content

Installing ESXI 6.5 in VMware Workstation 11


In this topic we are going to learn about installing ESXI 6.5 in VMware Workstation 11.
Note: 32 bit host operating systems are not supported by VMware Workstation 11.
To install ESXI 6.5 in VMware Workstation 11 follow the below steps
Open VMware Workstation 11 and click on Create new virtual machine, it will open the installation wizard as below.
Click on Custom advanced and click next to continue.
In Custom advanced option you can customize the settings such as SCSI controller type, virtual disk type and compatibility with older VMware products.
In choose the Virtual Machine Hardware Compatibility Window you can find out the Hardware Compatibility and compatible with and compatible products and limitations.
Click next to continue.
Select the Installer disc image file (ISO) and click next to continue.


Select the appropriate virtual machine name and file location and click next to continue.

Here you can select the number of processors and cores per processor and click next to continue.

Provide the RAM as per the requirement and click next to continue

Select appropriate network type and click next to continue

Select the recommended SCSI controller type and click on next to continue

Select appropriate disk type and click next to continue.

Click on create new virtual disk and click next to continue

Select disk size as required and select store virtual disk as a single file and click next to continue.

Select the location to save .VMDK file and click next to continue

check the box to power on this virtual machine after creation and click on finish to continue.
Post power on it will start the ESXI installation.
Select the ESXI 6.5 standard Installer and it will take some time to load the required files

Press enter key to continue.

Press F11 Key to accept the terms and conditions and to continue.

Press Enter key to continue.

Select the required keyboard layout and press Enter key to continue.

Enter a root password and press enter key to continue.

To confirm installation press F11 key to proceed further with installation.

It will take few minutes to install the ESXI, wait till it finishes the installation.

Remove the installation media before rebooting and Press Enter key to reboot the ESXI 6.5
This concludes the installation process of ESXI 6.5 in VMware workstation 11.

Happy Learning !





Comments

Popular posts from this blog

WMI Error - Windows Management files may be moved or missing.

WMI ERRORs: Symptoms: >>Unable to open System Information. >>WMI Error - Windows Management files may be moved or missing. Resolution : Navigate to Start >> All programs >> accessories >> right click on CMD >> run as administrator, and run the below commands one by one. 1)     sc config winmgmt start= disabled 2)     net stop winmgmt /y 3)     %systemdrive% 4)     cd %windir%\system32\wbem 5)     for /f %s in ('dir /b *.dll') do regsvr32 /s %s     6)     regsvr32 %windir%\system32\tscfgwmi.dll           7)     wmiprvse /regserver                                 ...

Unable to transfer Schema master role from Primary Domain Controller to Additional domain controller (backup server) In Windows Server

Issue: Unable to transfer Schema master role from PDC to ADC. Symptoms: You will get below error while transferring Schema master using NTDSUTIL fsmo maintenance: seize schema master Attempting safe transfer of schema FSMO before seizure. ldap_modify_sW error 0x32(50 (Insufficient Rights). Ldap extended error message is 00002098: SecErr: DSID-0315137D, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 Resolution: Add your user to Enterprise admin  group in Active directory to resolve this issue.

Installing Reporting Services Point role in SCCM Current Branch 1702

In Today’s tutorial, we will learn about the Configuration of Reporting Services Point role in SCCM CB 1702. Before moving ahead, we will throw some lights on to understand the Reporting Services Point Role in SCCM. What is Reporting Services Point Role? A reporting services point integrates with SQL Server Reporting Services to create and manage reports for Configuration Manager. The reporting services point copies report folders and reports to SQL Server Reporting Services, applies the security policy for the reports and folders, and sets configuration settings in Reporting Services. The reporting services point is a site system role that must be configured on a server with Microsoft SQL Server reporting services installed and running. To install and configure follow the below steps. In the Configuration Manager console, Click on Administration, Site Configuration, right click on Sites and click on Add Site System roles. Provide the required details and Click next to continue. ...