Jake 2 Posted May 16, 2014 Report post Posted May 16, 2014 Good morning, Been a while since I was on this forum! Working in a large academy, part of a larger trust, we will shortly need to ensure our server names conform with our academy trust naming scheme. I am not looking to just rename our existing SCCM2012 server as I'm sure it would either a) flat out be not supported or break a ton of things and be forever troubleshooting it forever after. So, I am wondering if anyone could please advise on any best practices, caveats, gotchas etc for creating a new SCCM server in the same site code and migrating everything across? Our current server is quite heavily utilised, all OS deployments, Windows Updates (WSUS) deployments, application/package deployments come from this one server and our site has approx 1000 devices. Currently the server is Windows Server 2008R2, new server will be Windows Server 2012 R2, currently on SCCM 2012 R2, new server would be SCCM 2012 R2, SQL is installed on the same server and used exclusively by SCCM. Many thanks Jake Quote Share this post Link to post Share on other sites
BrianGW 0 Posted May 16, 2014 Report post Posted May 16, 2014 I had to do a similar thing. My office was planning a migration off of older equipment onto newer and during our planning phase we lost two hard drives in the raid 5 and we lost everything. We are currently a one server environment. I have no other DPs. So this is all I had to do for mine. I mention this because you didn't mention if you had any other DPs or anything of that nature. Basically what I did was a backup and restore to another server. So you would need The backup that you run from the Site Maintenance options. A backup of the package source files If you are unsure of where those package source files are, you can run the following SQL query. SELECT * FROM v_Package It has been a while since I had to do this but once the restore is done, you need to go back into the user accounts and reenter the passwords for the accounts. I also double checked ADSI Edit to make sure that the server name was right and checked some of the client settings to make sure everything looked good. As long as everything is configured correctly, the clients should figure out the name change. Quote Share this post Link to post Share on other sites
Jake 2 Posted May 16, 2014 Report post Posted May 16, 2014 Thanks for the reply Brian, Yes, single DP So the backup/restore doesn't care that it is being restored back to a server with a different name - and with different paths? Quote Share this post Link to post Share on other sites
BrianGW 0 Posted May 16, 2014 Report post Posted May 16, 2014 Nope. On my system I not only changed the name but the path as well. I would check out the link below and read through it as well. I had a very simple site at the time. http://technet.microsoft.com/en-us/library/gg712697.aspx Quote Share this post Link to post Share on other sites
mbruton420 0 Posted June 29, 2016 Report post Posted June 29, 2016 Nope. On my system I not only changed the name but the path as well. I would check out the link below and read through it as well. I had a very simple site at the time. http://technet.microsoft.com/en-us/library/gg712697.aspx Everything I've read says you must restore to a server with the same name. I can verify this because I'm trying to restore now and receiving the following error. So, Jake I'm not sure how you made out but Brian's comment led me down a path with a dead end. Unless Brian, I'm still missing something and you can help. "The site was being recovered to incorrect site server machine. The name of the site server cannot change." Quote Share this post Link to post Share on other sites