简体   繁体   English

如何调试TFS实验室管理网络隔离?

[英]How to debug TFS Lab Management Network Isolation?

How do I debug the TFS Lab Management Network Isolation process? 如何调试TFS实验室管理网络隔离过程? Currently network isolation goes into a Configuring... state, and never actually completes. 当前,网络隔离进入“正在配置...”状态,并且从未真正完成。 There are informational messages in the additional information, but other environments I have complete with these informational messages. 附加信息中包含参考消息,但是我在其他环境中也拥有这些参考消息。

What is the steps the environment is going through when configuring Network Isolation and where can I look to find out why the network isolation stays in the configuring state. 在配置网络隔离时环境正在经历哪些步骤,我可以在哪里查找为什么网络隔离保持在配置状态。

The following was how my environment was structured: 以下是我的环境的结构:

Network Isolated, AD domain with multiple other servers including TMG. 网络隔离的AD域以及包括TMG在内的多个其他服务器。

First thing to ensure was that the network connections were being treated as a Public Location, and therefore the first fix was to ensure that they were treated as Private Networks. 首先要确保将网络连接视为公用位置,因此,第一个解决方法是确保将网络连接视为专用网络。

       1. Opened Secpol.msc on each of the VM's
       2. Choose Network List Manager Policies
       3. Change Unidentified Networks to Location Type Private
       4. Change Identifying Networks to Location Type Private

Then when I created the environment, I neglected to remove the machines from the domain and add them to Workgroup before storing it in the library. 然后,当我创建环境时,忽略了将计算机从域中删除,而是将它们添加到工作组中,然后再将其存储在库中。 Then whenever deploying the environment from the library, the environment exhibited the behaviour above, ie it never achieved network isolation. 然后,无论何时从库中部署环境,环境都表现出上述行为,即它从未实现网络隔离。

To resolve, remove all servers from the domain, add them to Workgroup, store the environment into the library and then deploy a new environment from the library. 要解决此问题,请从域中删除所有服务器,将它们添加到工作组,将环境存储到库中,然后从库中部署新环境。

Wait for network isolation to be achieved, and then add each of the servers back into the domain one by one. 等待网络隔离,然后将每台服务器一一添加回域中。 The key here is patience and to wait for network isolation to be achieved, before moving onto the next server. 这里的关键是耐心,并在移至下一个服务器之前等待网络隔离。

If network isolation is not achieved after 20 minutes, shut down the environment. 如果20分钟后仍未实现网络隔离,请关闭环境。 Wait 10 minutes and then start it up again. 等待10分钟,然后重新启动。 By this time, it should resolve itself. 到这个时候,它应该解决自己。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 TFS 2010实验室管理环境中的Microsoft Moles HostType错误 - Microsoft Moles HostType errors in TFS 2010 Lab Management environment 使用TFS 2010进行依赖管理 - Dependency management with TFS 2010 使用VMWare Lab Manager和TFS在VM上对Source Server的支持? - Source Server support on VMs with VMWare Lab Manager and TFS? 实验室管理版本定义恢复到快照,但虚拟机已停止 - Lab Management build definition restores to a snapshot but the VM is stopped 如何强制我的TFS 2010 Build构建要在调试或发布模式下构建的解决方案中的所有项目? - How do I force my TFS 2010 Build to build all projects in the solution to be built in Debug or Release Mode? 使用TFS在调试模式下进行Web配置转换 - Web Config Transformation in Debug Mode using TFS 将TFS工作文件夹移动到网络共享 - Moving TFS working folder to network share 如何从网络共享调试Visual Studio 2010中的解决方案? - How can I debug solutions in Visual Studio 2010 from a network share? SQL Server Management Studio Express 2014不枚举网络SQL Server - sql server management studio express 2014 not enumerating network sql servers 如何添加启动RDP会话的实验室过程步骤? - How to add lab process step that starts a RDP session?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM