我已经启动并运行了 View 4,一切似乎都进展顺利。我遇到的问题是,如果我选择 RDP 协议,桌面会弹出并运行良好。但是,如果我选择 PCoIP 协议,我会看到黑屏,然后 10-15 秒后,连接断开。
我发现的一个建议是仔细检查 DVM 上的视频内存,我照做了。它最初是 29.61 左右,所以我把它改成了 32。这没用,所以我试了 64。这也没用。
在 DVM 上的 pcoip_server_pre_2010_* 文件中,我看到以下几行:
01/10/10 19:48:54 server main: Opening mailboxes
01/10/10 19:48:54 server main: ViewAgent did not give us a preferred connection address.
01/10/10 19:48:54 server main: tera_pcoip_init
01/10/10 19:49:26 server main: exiting
01/10/10 19:49:28 server main: detaching inputdevtap
01/10/10 19:49:28 server main: closing the connection
01/10/10 19:49:28 server main: was connected - calling connection_closed
01/10/10 19:49:28 server main: closing mailboxes
01/10/10 19:49:28 server main: cleaning up reply ack wait
01/10/10 19:49:28 server main: freeing argument copy
01/10/10 19:49:28 server main: done
在 DVM 上的 pcoip_server_* 文件中,我看到以下内容:
01/10/2010, 19:48:55> LVL:2 RC: 0 MGMT_SYS :Ready to connect with client
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: cb_server_ready_to_connect called.
01/10/2010, 19:48:55> LVL:2 RC: 0 MGMT_SCHAN :scnet_server_open: Listening for client on 192.168.90.225:50002
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: InputDevTap setup
01/10/2010, 19:48:55> LVL:1 RC:-500 SERVER :InputDevTap_Attach() failed (result=1002)
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: registering session callbacks
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: waiting for server to be ready
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: sending ready message
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: Starting message loop
01/10/2010, 19:48:55> LVL:0 RC: 0 SERVER :server main: MBX_SESSION_TAG = 'bc3512c6f4c1f248bd6a71faef6f104c'
01/10/2010, 19:48:55> LVL:2 RC: 0 RTOS :tera_query_performance_frequency(): initializing - frequency = 3.579545MHz
01/10/2010, 19:48:56> LVL:2 RC: 0 MGMT_PCOIP_DATA :Tx thread info: bw limit = 0, plateau = 0.0, avg tx = 0.0, avg rx = 0.0 (KBytes/s)
01/10/2010, 19:48:56> LVL:1 RC: 0 VGMAC :Stat frms: R=000000/000000/000000 T=000000/000000/000000 (A/I/O) 0.00% lost
01/10/2010, 19:49:26> LVL:0 RC: 0 SERVER :server main: MBX_SHUTDOWN
01/10/2010, 19:49:26> LVL:0 RC: 0 SERVER :server main: exiting
01/10/2010, 19:49:26> LVL:0 RC: 0 SERVER :server main: tearing down the blob and waiting
01/10/2010, 19:49:26> LVL:0 RC: 0 MGMT_SESS :Tearing down the session
01/10/2010, 19:49:26> LVL:2 RC: 0 MGMT_VCHAN :>>> app_reset: Session has been dropped. Forcing all channels to close!
01/10/2010, 19:49:26> LVL:2 RC:-503 MGMT_VCHAN :>>> Failed to close channel because session is not connected!
01/10/2010, 19:49:26> LVL:2 RC: 0 MGMT_VCHAN :VChanPluginExit: Closing plugin 'VMware_Server'.
01/10/2010, 19:49:28> LVL:2 RC: 0 MGMT_VCHAN :VChanPluginExit: Plugin 'VMware_Server' is closed.
01/10/2010, 19:49:28> LVL:2 RC: 0 MGMT_VCHAN :VChanPluginExit: Closing plugin 'mksvchanserver'.
01/10/2010, 19:49:28> LVL:2 RC:-503 MGMT_VCHAN :>>> Failed to close channel because session is not connected!
01/10/2010, 19:49:28> LVL:2 RC: 0 MGMT_VCHAN :>>> Connect callback 0 has been un-registered (mksvchan).
01/10/2010, 19:49:28> LVL:2 RC: 0 MGMT_VCHAN :VChanPluginExit: Plugin 'mksvchanserver' is closed.
01/10/2010, 19:49:28> LVL:1 RC: 1 MGMT_VCHAN :=> Successfully exited all the VChan plugins
在 pcoip_agent_* 文件中,我看到以下内容:
01/10/10 19:46:58 pcoip_agent_get_codec_info
01/10/10 19:46:58 **** System Info
01/10/10 19:46:58 Windows XP Service Pack 3 (5.1 build 2600)
01/10/10 19:46:58 1 processors detected
01/10/10 19:46:58 Intel or AMD 32 bit
01/10/10 19:46:58 Intel Pentium
01/10/10 19:46:58 XMM instructions present
01/10/10 19:46:58 SSE instructions present
01/10/10 19:46:58 SSE2 instructions present
01/10/10 19:46:58 PAE enabled
01/10/10 19:46:58 NX present
01/10/10 19:46:58 ****
01/10/10 19:46:58 pcoip_agent_register
01/10/10 19:46:58 pcoip_agent_register: intf version is 0102
01/10/10 19:46:58 pcoip_agent_register: int length is 40
01/10/10 19:46:58 pcoip_agent_connect_req
01/10/10 19:46:58 Client address is 0.0.0.0:50002
01/10/10 19:46:58 Agent GUID=2a04baac6f46f14ea4dabf0110ee2c36
01/10/10 19:46:58 codec = 2.
01/10/10 19:46:58 Launching pcoip_server_win32
01/10/10 19:46:58 VMWare's launcher code worked.
01/10/10 19:46:59 Waiting for ready message.
01/10/10 19:47:03 Got ready message.
01/10/10 19:47:03 Creating server's mailbox.
01/10/10 19:47:03 Sending session tag.
01/10/10 19:47:03 Adding session to list.
01/10/10 19:47:03 Sending connection response ok.
01/10/10 19:47:03 pcoip_agent_connect_req (end): connection_response, 0
01/10/10 19:47:03 pcoip_agent_disconnect
01/10/10 19:47:03 tera_agent_disconnect
01/10/10 19:47:03 tera_agent_disconnect: connection_closed 2
01/10/10 19:48:51 pcoip_agent_connect_req
01/10/10 19:48:51 Client address is 0.0.0.0:50002
01/10/10 19:48:51 Agent GUID=bc3512c6f4c1f248bd6a71faef6f104c
01/10/10 19:48:51 codec = 2.
01/10/10 19:48:51 Launching pcoip_server_win32
01/10/10 19:48:51 VMWare's launcher code worked.
01/10/10 19:48:52 Waiting for ready message.
01/10/10 19:48:55 Got ready message.
01/10/10 19:48:55 Creating server's mailbox.
01/10/10 19:48:55 Sending session tag.
01/10/10 19:48:55 Adding session to list.
01/10/10 19:48:55 Sending connection response ok.
01/10/10 19:48:55 pcoip_agent_connect_req (end): connection_response, 0
01/10/10 19:49:26 pcoip_agent_disconnect
01/10/10 19:49:26 tera_agent_disconnect
01/10/10 19:49:26 tera_agent_disconnect: connection_closed 2
关于 PCoIP 为何不起作用,您有什么想法吗?
答案1
我遇到了完全相同的问题。尝试安装和未安装安全服务器 - 结果完全相同:选择 RDP 工作正常,而使用 PCoIP 时会打开窗口(窗口模式下,全屏时黑屏),大约 15 秒后就会退出。我在 2 个不同的 2003 R2 服务器上尝试过,结果相同。我重新启动了客户端虚拟机,重新安装了代理,检查了视频内存,但结果没有变化。但我还没有尝试从网络内部连接。我读到有人有同样的问题,可以从内部连接,但不能从外部连接,所以这可能是 NAT/redir 问题 - 但为什么使用封装的 RDP 可以正常工作?如果我找到罪魁祸首,我会发布我的结果。顺便说一句,我在 ESX 4 服务器上使用带有最新更新的 View 4。
- -更新 - -
好吧,我不敢相信,但这不是问题,PCoIP 根本不支持通过外部连接。难以置信!你必须阅读细则:
“使用 PCoIP 的 View 客户端可以连接到 View 安全服务器,但与桌面的 PCoIP 会话会忽略安全服务器。PCoIP 使用 UDP 传输音频和视频。安全服务器仅支持 TCP。”
读到了吗?PCoIP 与桌面的会话忽略了安全服务器!因此只有 RDP 可以通过隧道工作……
我希望我误读了一些东西,但不,这是真的,VMView 不支持通过隧道/外部/不受信任的连接进行 PCoIP。真糟糕!
好吧,我通过 VPN 连接测试了它,当然它工作正常。所以目前它是通过 View Portal 隧道 RDP 或通过 VPN 连接为外部用户提供的 PCoIP。请记住,从 View Portal 启动的 View Client 默认为 RDP - 您没有选择(啧啧啧)。
答案2
我的猜测是,您有一个在登录页面显示之前显示的法律声明/免责声明。
VMware 知识库文章,使用 PCoIP 连接到 View 桌面时出现连接错误和空白屏幕,提到了如何删除它:
如果组策略有免责声明,并且您通过 PCoIP 连接,则可能会看到空白屏幕。要解决此问题,请通过远程桌面协议 (RDP) 连接并禁用免责声明:
- 点击开始 > 运行,然后输入 regedit 并单击好的。
- 找到密钥
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
,删除以下密钥:
- 法律声明
- 法律声明文本