From online discussions, I understand that Solarwinds has WSUSChangeUSS utility that, "....is designed to be used in conjunction with any WSUS upstream server migration involving a URL change to the location of the upstream server." In my current environment, we do not use SSL and in the new envoironment, we plan to use SSL.
For my environment, let's say I have:
Existing Upstream server OLDWSUS01
Replica Servers DOWNWSUS01, DOWNWSUS02, DOWNWSUS03
New Upstream Server NEWWSUS01
To use the utility, I will perform the following:
On OLDWSUS01, run WSUSChangeUSS /command export /dssxmlfile c:\temp\oldwsus.xml /sourcewsusname oldwsus01.abc.org /sourcewsusport 8530 /sourcewsususessl no
Then copy c:\temp\oldwsus.xml from OLDWSUS01 to NEWWSUS01 and run
WSUSChangeUSS /command changeconfig /dssxmlfile c:\temp\oldwsus.xml /sourcewsusname newwsus01.abc.org /sourcewsusport 8531 /sourcewsususessl yes
Is this all or am I missing something in this routine? Is there anything required on the replica server? Would the existing patches/approvals be automatically deleted on the replica server?
If I only need to do this on one of the replica servers, can the xml file be edited, and the names of other servers removed?
Alternatively, if I uncheck the "this is a replica server" setting on the replica server, delete all patches and then change the name of the source server and the port number and recheck the "replica" setting, would that also do the job?
Looking forward to some additional information.
Thanks.