So we decided to go with visual studio team foundation server for version control, etc. Getting ready to deploy today and read in installation guide:
‘You cannot install Team Foundation Server on a domain controller or a computer that is running other server products such as Exchange Server or Host Integration Server.’
That and other comments in the guide lead me to think ms does not want me to install tfs on anything other than a server dedicated soley to hosting tfs (ie don’t put it on one of my front-end webservers or backend dc).
I am planning on doing a single-server deployment (mostly for simplicity). Can anyone verify that tfs has to be on a dedicated machine? If so, should I virtualize it and hang it off one of the front end machines?
Thanks all…
Performance is pretty important for TFS – check-ins, for example, should be pretty instantaneous or it can have a dramtic impact on developer productivity.
That said – it doesn’t need a lot of horsepower – here’s a link to the Server Requirements My current client is going ‘Virtual’ – there should be no reason not to – assuming you know how to ‘tune’ your virtual servers to perform equivilantly to the stated hardware specs.
One of the key things to remember, ALL data in TFS is stored in SQL server, so anything running on the same hardware that can affect SQL Server performance will affect TFS’s performance. That is why it’s important to have Build Server(s) distributed on another machine. Software builds are VERY ‘File-System’ itensive operations and can have a very negative impact on SQL Server performance – hence why it’s important to move that off to another ‘box’