-
Oct10
vmware server 2.0 安装要点
Posted in 操作系统, 系统管理, 1,886 views
-
vmware server 2.0采用web界面,初始用户和密码与宿主机器的系统用户相同,如administrator/xxxx。
但在登录时很可能遇到以下的问题:
- ErrorThe VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).
检查:vmware host agent服务是否已经启动;在hosts文件中是否包含 127.0.0.1 localhost;登录用户是否拥有Administrator权限;登录用户是否属于_vmware_user_用户组 - The server was unable to process your log in request. Please check with your server administrator.
运行net user 用户名 /active:yes
Related posts:
- ErrorThe VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).

Leave a comment | Trackback 这篇文章还没有评论.