Skip to main content

Step by Step Guide to Install VCenter 6.5 Server



In this topic we will learn about step by guide to install VCenter server 6.5.
Download the VCenter 6.5 software from https://my.vmware.com/web/vmware/downloads and copy it to local drive and follow the below steps.
  • Double click on Autorun to install the VCenter 6.5
Click install to continue.
Click next to continue.
Select the check box for I accept the terms of the license agreement and click next to continue.
Select vCenter Server and Embedded Platform Services Controller from Embedded Deployment and click next to continue.
Provide the system name in below window and click next to continue.
Provide password for vCenter Single Sign-On Configuration and click next to continue.
Check the circle to use Windows local system account and click next to continue.
Select the circle for Use an embedded database (VMware Postgres) and click next to continue.
Leave the ports as it is and click next to continue.
Select the appropriate destination directory and click next to continue.
Uncheck Join the VMware Customer Experience Improvement program and click next to continue.
Click Install to continue.
Wait till the installation completes and you will get the below window post completion of installation.


This concludes the installation of VCenter 6.5.

Happy learning :)

Comments

Popular posts from this blog

Installing and Configuring WSUS in Windows Server 2016

In Today’s topic, we will learn how to install and configure Windows Server Update Services. Before that we will understand about the WSUS first. What is WSUS? Windows Server Update Services allows network administrators to specify the Microsoft updates that should be installed, create separate groups of computers for different sets of updates, and get reports on the compliance levels of the computers and the updates that must be installed. To install the WSUS in Windows Server 2016 follow the below steps: Go to Server Manager – Click on Manage and click on Add roles and Features as shown in below window. In before you begin window, click next to continue. Select required installation type and click next to move on. Select server from the server pool to install this role and click next to continue Select Windows Server update services role and select Include management tools and click add feature to continue. Click next on features window. Click next on Window...

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                                 ...

Configuring Service Connection Point Role in System Center Configuration Manager 1702 Version

In Today’s guide, we will learn about Installing Service connection point role in Configuration Manager version 1702 . Using Service connection point role, we can keep the Configuration Manager up to date with latest updates. Before moving forward, we will understand about the Service Connection Point role in brief. What is Service Connection Point Role? A service connection point connects Configuration Manger to Microsoft cloud services and is used for Microsoft Intune subscription and servicing, and to update your Configuration Manager installation. This will help you in keep your Configuration Manager installation up-to date with latest updates. To install Service Connection Point Role, follow the below steps . Open Configuration Manager Console. From Workspace, Click on Administrations as shown in below screenshot In Navigation Pane – expand Site Configuration – Right click on Sites – and click on Add Site System Roles to proceed further. On General Screen, provide or...