To log into a Windows system in TeamForge Lab Management, you must use SSH with the Remote Desktop Protocol (RDP), which renders a full Windows graphical environment on your desktop.
The
TeamForge Lab Management environment includes Windows XP Professional and Windows 2003 Server machines.
Tip: You can automate this whole process with a tool called Wissh. CollabNet does not provide support for this tool, but it is something which we recommend.
-
Set up your SSH tunnel to the TeamForge Lab Management machine.
-
If you have Cygwin installed, use a command like this. For example, "cu087.$vars.mgr_domain", through the TeamForge Lab Management Manager host "$external_host"
ssh -L3390:cu087:3389 $external_host
-
If you do not have Cygwin, set up the tunnel using Putty.
-
Start Remote Desktop by clicking .
Note: If you are using Linux to access a Windows system, you can use the rdesktop program, which provides the same functionality.
-
In the Remote Desktop Connection dialog box, enter localhost:3390 and click OK.
This initiates a remote desktop connection to the TeamForge Lab Management host.
-
At the login prompt, enter your TeamForge Lab Management username and password.
If you are an authorized user on the machine, you are granted access and the correct privileges.
-
If your remote Desktop Connection to localhost does not work, try this workaround:
-
Copy the two files mstsc.exe and msctax.dll to another folder.
These files should be in the directory C:\WINDOWS\system32, or in C:\Program Files\Remote Desktop if you installed the Remote Desktop Client from the Windows 2003 CD.
-
Right-click the mstsc.exe file and select Properties.
-
On the Compatibility tab, select Run this program in compatibility mode for Windows 98.
-
Start up the new copy of mstsc.exe from the new location.
You should now be able to connect to localhost at IP address 127.0.0.1.