Options

WSUS via Round Robin??

JordusJordus Banned Posts: 336
I had an idea today.

Im setting up 5 definite WSUS servers, which many end up being more like 8-10. All of which are downstream replicas of the main WSUS server.

Instead of setting up certain machines to point to a certain WSUS server, could I achieve some "failover" by using DNS round robin to point to the group of WSUS servers?

For instance if WSUS2 went down, the clients would just continue on to WSUS3 and so on during the round robin lookup.

Has anyone done this? Can anyone think of caveats of doing it this way?

i figured I could use the alias updates.company.ad, or something similar.

Comments

  • Options
    ClaymooreClaymoore Member Posts: 1,637
    WSUS can be deployed in a Network Load Balance cluster, which would be even better.

    Appendix C: Configure WSUS for Network Load Balancing
  • Options
    JordusJordus Banned Posts: 336
    I glanced over that page and if SQL clustering is a requirement then that will exclude NLB from my list of options. icon_sad.gif
  • Options
    astorrsastorrs Member Posts: 3,139 ■■■■■■□□□□
    Jordus wrote: »
    I glanced over that page and if SQL clustering is a requirement then that will exclude NLB from my list of options. icon_sad.gif
    It's not a requirement for implementing NLB on WSUS.

    They mention it because if you were deploying NLB for high-availability reasons you'd usually want to make sure the back-end SQL environment was HA as well. :)
  • Options
    HeroPsychoHeroPsycho Inactive Imported Users Posts: 1,940
    And one has to wonder at what point should you be considering SCCM, too...
    Good luck to all!
  • Options
    blargoeblargoe Member Posts: 4,174 ■■■■■■■■■□
    A WSUS server can support approximately 15,000 clients. You must be working for a HUGE copmany to have a need to LB or RR up to 10 servers for WSUS.

    But it's certainly valid to do it either way.
    IT guy since 12/00

    Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
    Working on: RHCE/Ansible
    Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
  • Options
    JordusJordus Banned Posts: 336
    HeroPsycho wrote: »
    And one has to wonder at what point should you be considering SCCM, too...

    SCCM isnt very cost effective when every machine needs a connector license. (at least I think so)
  • Options
    JordusJordus Banned Posts: 336
    blargoe wrote: »
    A WSUS server can support approximately 15,000 clients. You must be working for a HUGE copmany to have a need to LB or RR up to 10 servers for WSUS.

    But it's certainly valid to do it either way.

    Well, we are putting multiples out there to alleviate data crossing sites as much as possible.

    around 90 sites and ~13000 windows machines.
  • Options
    blargoeblargoe Member Posts: 4,174 ■■■■■■■■■□
    OK I get it now. You probably have like 5 hub sites and want a server for each hub and their connected sites or something like that, with your bigger sites having the multiple servers using round robin or nlb.

    Here's how I set up my WSUS (given, currently I'm down to just 6 sites)

    1 server in 5 of the sites (sixth gets its updates from the hub site)

    DNS Alias for each WSUS server (update.company.com; asiaupdate.company.com for example)

    Site-level GPO that gets attached to every site in AD. Only setting configured is the update server URL/Statistics URL for that site. Doing a site GPO catches all the workstations and servers for that site but also anyone from the main office that roams from site to site and forces them to get updates locally.

    Domain GPO with our "standard" WSUS settings (auto-download and schedule install, etc)

    OU GPO's to override the standard settings (don't auto-install on Servers OU, etc)

    I've found that to be the easiest way with the least GPO's required. For computers not in the domain there is a registry file I import that gives them the same settings as the GPO.

    Finally, for our roaming Internet road-warriors, I put a WSUS in the DMZ that is set to connect to our upstream WSUS on 443 for policy and directs roaming laptops to download the update files from microsoft.com. Since they got the WSUS URL from our GPO, I had to put aliases in our Internet DNS for all of those alias WSUS hostnames so they can seamlessly continue to get our update policy. If you're using an DNS Domain that isn't valid for the Internet, that wouldn't work for you though.
    IT guy since 12/00

    Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
    Working on: RHCE/Ansible
    Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
  • Options
    HeroPsychoHeroPsycho Inactive Imported Users Posts: 1,940
    Jordus wrote: »
    SCCM isnt very cost effective when every machine needs a connector license. (at least I think so)

    Agreed, but it sounded like you were wanting something with exceptionally high resiliency, etc. WSUS isn't the answer if that's what you wanted. Doesn't sound like you do though...
    Good luck to all!
Sign In or Register to comment.