Tag: web access
Enable Web Access on vSphere ESX 4
by Hersey on Jun.30, 2009, under Virtualization
Not sure why this is but Web Access to ESX 4 is disabled by default.
To enable it ssh to the service console and log in as root.
[root@vmware]# chkconfig –level 345 vmware-webAccess on
Verify it has been enabled for run level 3, 4, and 5
[root@vmware]# chkconfig –list vmware-webAccess
vmware-webAccess 0:off 1:off 2:off 3:on 4:on 5:on 6:off
Start the service
[root@vmware]# service vmware-webAccess start
Starting VMware Virtual Infrastructure Web Access:
VMware Virtual Infrastructure Web Access [ OK ]
You can now log in a root at https://vmwareESXhostname/ui/
Does anyone know why VMware disabled this by default?
