We are evaluating whether or not we want to virtualize our build machine or have it as a separate piece of hardware.
We created a new build server on vmware named ServerB.
We changed a single build type that used to run on ServerA, to run on ServerB just to make sure we were comparing apples to apples when measuring the performance delta. That worked.
Convinced that ServerB, the vmware machine, was 'fast enough' we decided to decommision ServerA.
We renamed ServerB to ServerA so we wouldn't have to change all our builds.
Our network admin made sure everything was right on the network, and then we brought the new ServerA up.
None of the build scripts, or build types that we'd created worked.
We took down the new ServerA, and restored the old ServerA and everything worked. We tried this 3 times with the same result.
Googled around to see if anyone else had experienced it and didn't get anything similar to what we've done.
We really don't want to have to change all our legacy build scripts.
Is there something that has to be done on the app tier
Is there some config file somewhere that has to be altered so that we can make this simple switch
Can you not change the name of the BuildServer