Our Story

Who we are and how we solve complex IT challenges.

Our Certifications

Microsoft certifications and partnerships validating our technical expertise.

Leadership

Meet the Experienced Leadership Team Driving WME’s Success

Advisory Updates

Expert guidance on Microsoft, security, and compliance developments.

Case Studies

Real-world outcomes from complex Microsoft-focused IT engagements.

Podcast

Podcasts, panels, and interviews where WME leaders share how they help high-growth companies and IT partners scale.

Ebooks

Practical guides on the Microsoft moves you can’t afford to get wrong.

Financial Industry

Secure technology solutions for regulated banks and financial institutions.

Healthcare

Secure Microsoft solutions for compliant, connected, and modern healthcare organizations.

Manufacturing

Cloud and security solutions supporting modern manufacturing operations.

Non-Profit

Cost-efficient Microsoft solutions for mission-driven organizations.

Public Sector

Microsoft-based IT services for secure public sector modernization.

High Tech

Scalable cloud, security, and staffing for fast-growing technology companies.

SMBs

Scalable cloud, security, and staffing for fast-growing technology companies.

Cloud Migration Services

Transition your workloads to the cloud securely for greater scalability and performance.

Data Migration Services

Securely transfer your business data with minimal downtime and maximum integrity.

Application Migration Services

Move your applications seamlessly to modern platforms with minimal business disruption.

Identity & Security Migration Services

Strengthen identity management and security while transitioning to modern Microsoft solutions.

Security Solutions

Protect your business with proactive cybersecurity, compliance, and risk management solutions.

Endpoint Management

Secure, manage, and monitor every device with modern endpoint management solutions.

Licensing Optimization

Get discounted pricing, a dedicated licensing team, and a plan that fits how many seats you actually use.

Power Platform

Unlock the full potential of the Microsoft Power Platform Suite to streamline operations, automate repetitive tasks, and gain real-time insights that drive business growth.

Sharepoint Solutions

Supercharge your business productivity and enhance visibility through our proven SharePoint expertise.

IT Staffing

Connect with skilled IT professionals to strengthen your team and accelerate project delivery.

Accounting & Finance

Connect with experienced accounting and finance professionals to support your business goals.

ConfigMgr: Add Second Software Update Point

April 29, 2016

For environments that require more than one SUP, setting of the second one correctly and efficiently can be a challenge. I will go over the steps here, using ConfigMgr 1602 and Server 2012 R2.

This post assumes that you have one SUP already up and running, and that the WSUS database on in SQL, and not a Windows Internal Database. Also, this only works and is only supported on two servers that are either in the same domain, or two domains that have a transitive trust.

This method is preferred, if possible. It’s much more efficient then running two databases and two content stores. If you run them separately, both instances have to sync and download updates every time. This method makes them work together.

The drawback to using two (or more) Software Update Points is that you cannot isolate them based on boundaries like you can management points and distribution points (as of v1602, at least). Clients will use whichever one they can reach. If they can reach more than one, they will stick with one until they can’t reach it for some reason. Fortunately, clients only use SUPs to establish which updates they need to install (minimal network traffic). They still get content from their assigned distribution point.

Configure First SUP

On your first SUP (SUP1), you need to ensure a few things. First, ensure that the second SUP (SUP2) can access the first over port 1433 (or custom SQL port if you configured one). Second, the update store location on SUP1 must be shared. This is the location that you specified during the installation of WSUS. I recommend creating a hidden share by adding the dollar sign (“$”) after the share name. The computer account of the second server must have change permissions on the share, as well as modify NTFS permissions on the folder. You will also need a second service account with the same rights.

Install WSUS

On SUP2, install WSUS with the database option (note: you do not need SQL on this server).

On this screen, enter the share name from SUP1 you created earlier:

Finally, entire the information for the SQL server. This should be the SQL server where your database for SUP1 is hosted. If it’s the in default instance, just enter the computer name.

OR (for default instance)

After that, let the components install. After installation, open the WSUS console and let the configuration wizard run. Stop at the normal spot for installing a SUP:

Install SUP

Now, the installation of the Software Update Point is just like any other install. Add the role from your ConfigMgr Console. You can monitor the installation from the sitecomp log, or by watching the components from the Monitoring section of the console.

Share:

Facebook
Twitter
LinkedIn

Get Microsoft Updates Before They Cost You Downtime

Retirement dates, licensing changes, and security updates from a Microsoft-exclusive team, sent when they matter, not on a filler schedule.

Related Posts

MEMCM: Move Data Warehouse

If you ever need to move your MEMCM data warehouse, it’s actually fairly easy. This blog post will walk you