访问vmware server 2的问题

最近要在vmware server 2上添加一个虚拟机,但是访问https://ip:8333的时候不怎么好用,于是打算用http去访问,修改/etc/vmware/hostd/proxy.xml文件,将httpWithDirect、httpsonly都改为httpAndHttps,然后重启vmware、vmware-mgmt,报:vmware is installed, but it has not been (correctly) configured for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.

于是执行/usr/bin/vmware-config.pl,再次执行重启vmware-mgmt,发现问题依旧,明白问题不是在这里,后来我在查询相关资料,终于在这篇文章上看到了解决方法:http://www.debuntu.org/vmware-server-not-starting-after-reboot/

按照Don't forget to remove /etc/vmware/not_configured, if it is still there, before you reboot她说的,执行了下,问题解决!

后来,弄好后,却发现无论如何也登录不进去,总是报:The server was unable to process your log in request. Please check with your server administrator.

于是查了下相关文档,才知道是机器本身的selinux或者防火墙给挡了,于是关闭,再次登录果然没有问题!

你可能感兴趣的:(vmware,server,禁用)