Hi,
I have just installed the beta 2 on my Fedora 8 host. Additionally, I have applied vmware-any-any-116. The latter was required to get vmware-config.pl running. Everything went fine with the notable exception of the vsock module, which could not be compiled. The port for remote connections is 904 and something is listening on that port.
Unable to login to VI Web Access$ telnet localhost 904
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 VMware Authentication Daemon Version 1.10: SSL Required, ServerDaemonProtocol:SOAP, MKSDisplayProtocol:VNC , VMXARGS supported
But when I try to login on the VI Web Access (http://127.0.0.1:8222/ui/#), then I receive the error message
The server is not responding. Please check that the server is running and accepting connections.
I have inspected the servers log file, /var/log/vmware/hostd.log and found nothing special, apart from the following message:
Unable to login to VI Web Access Proxy config filepath is /etc/vmware/hostd/proxy.xml
Unable to login to VI Web Access Another process is listening on the proxy port.
Unable to login to VI Web Access Please make sure other instances of hostd are not running
(The message appeared after running "/etc/init.d/vmware restart".)
Any suggestions what might be wrong or what further diagnosis could help?
Thanks,
Jochen
Try stopping/starting /etc/rc.d/init.d/vmware-mgmt. It looks like this controls the overall access to the web UI and even the VI 2.5 access.
/etc/rc.d/init.d/vmware-mgmt stop
/etc/rc.d/init.d/vmware-mgmt start
this worked for me.
Thanks for the tip, but that changed nothing in my case. After running "vmware-mgmt stop" I receive a different error message from the UI (503 Service Unavailable), but still the same after restarting.
Hi
Port 904 ? I thought it schould be 902. I got the following sequence on http://localhost:902/ :
220 VMware Authentication Daemon Version 1.10: SSL Required, ServerDaemonProtocol:SOAP, MKSDisplayProtocol:VNC , VMXARGS supported
But to access VMWare you have to use port 80 or 443 (for https) i.e http://localhost/ .Make shure to youse the computername for https i.e. https://polux/ where polux is the computername.
You have to trust the ssh certificate, cause it's selfsigned in your browser.
For the login it seems you need the root user. I was not able to connect with a standard user on Ubuntu 8.04. If you haven't set a root password yet, you can do it with sudo gnome-terminal and then enter passwd in the root-terminal.
BTW: I got troubles compiling vsock on Ubuntu 8.04.
Cheers
Daniel
thanks for the tip on setting root password in ubuntu. helped me. ![]()