-
Notifications
You must be signed in to change notification settings - Fork 1
vCenter
vCenter was deployed with the help of the instructions found in the Video References section.
Important Notes:
- It should be noted that it is not possible/very hard to deploy an old version such as
VMware-VCSA-all-6.5.0-4602587.iso
because it contains an expired root password -https://kb.vmware.com/s/article/51124. -
VMware-VCSA-all-6.5.0-14020092.iso
was deployed to my lab environment. - It is also important to know that if your ESXi host is 6.5 you cannot use a later version such as
VMware-VCSA-all-6.7.0-14070457.iso
. - The installation caused me a lot of frustration, part of it was the DNS name - to simply it just set
IP assignment
to DHCP in the wizard for the initial install.
If you use the Windows UI Installer the installation progress can be monitored by watching the log file:
tail -f /mnt/c/Users/[USER_NAME]/AppData/Local/Temp/vcsaUiInstaller/installer-*.log
On Linux this would be:
tail -f /tmp/vcsaUiInstaller/installer-[LOG_ID].log
I found the deployment of VMWare vCenter 5.6 to be a frustrating process. The problem that on old ISOs the root password expired also does complicate the situation. A possible solution is to wait when the VM first boot and then login with root
and password vmware
, you will then be asked to change the password which you can set to the same you used during the installation wizard.
It's not DNS
There's no way it's DNS
It was DNS
Eventually I just left the VMware-VCSA-all-6.7.0-14070457.iso
install running over night and the Wizard still had a time-out error but the system could be configured at:
https://vcenter-server:5480/
After doing an update of vCenter and a reboot the web UI simply showed:
503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http20NamedPipeServiceSpecE:0x0000564633eaa380] _serverNamespace = / action = Allow _pipeName =/var/run/vmware/vpxd-webserver-pipe)
Unfortunately it looks like vCenter is rather temperamental and there are many references online of administrators experiencing this same problem. In this specific case it was easily remedied by SSH into the server and executing the following command to start all services:
service-control --start --all
- How to install and configure VMware vCenter Server Appliance 6.7 - https://www.youtube.com/watch?v=U-rilkWMkO4
- Deploy and Configure a vCenter Server Appliance - https://www.youtube.com/watch?v=5pow0QMX1GI
- How to install and configure VMware vCenter 6.5 Appliance - https://www.youtube.com/watch?v=gdwZb17H0t8
- Installing and Configuring VMware vCenter 6.5 (vCSA) - https://www.youtube.com/watch?v=uW6qanEATrc
- VCSA installation stuck at 80% - https://communities.vmware.com/thread/582614
- “The password change operation failed” on VCSA - https://marcjenkins.blog/2018/05/03/the-password-change-operation-failed-on-vcsa/
- How to deploy the vCenter Server Appliance (VCSA) 6.5 running on VMware Fusion & Workstation? - https://www.virtuallyghetto.com/2016/10/how-to-deploy-the-vcenter-server-appliance-vcsa-6-5-running-on-vmware-fusion-workstation.html