Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes the steps to install an IIS Module in machines that are part of the Shared Configuration environment. The following process assumes n servers using a common shared configuration. Since Shared Configuration requires that all web servers are running the exact IIS configuration modules, it is important to maintain such requirement throughout the update process. This articles describes the installation process in detail.
- The following is required to perform this operation:
- Familiarity with Shared Configuration, see: https://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264#08
- Familiarity with the Load Balancing and the Site Provisioning/Management solution used in your environment
- One available file share to be used as the new shared config location
If you are using an automated system for provisioning and/or managing web sites, you need to turn it off. The reason is that changes to the shared configuration files should be stopped during the Module installation process. Refer to your site provisioning system to accomplish this step.
The steps to accomplish this step varied depending on which technology you are using for Load Balancing.
For Network Load Balancing review the documentation at: https://technet.microsoft.com/library/cc732855(WS.10).aspx
For Application Request Routing see: https://www.iis.net/learn/extensions/planning-for-arr/using-the-application-request-routing-module
For any other solution (including hardware) see the manufacturer's provided documentation.
This is accomplished through the IIS Manager UI and Command line prompt. See article https://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264#08 for details.
Install IIS modules manually.
Once server 1 has all the new modules installed, export its configuration to a new shared config location. All subsequent server will point to this new location as they get updated.
Now that the server's configuration has been exported to a new location, the server can point to that configuration.
The newly updated server can now join the set of servers under load balancing.
- Repeat Steps 2, 3, 4, 6 (skip step 5).
- Point the server to the new Shared Config location created in step 5.
- Repeat Step 7.
Once all servers are pointing to the new shared configuration created in step 5, you can restore normal operations of the provisioning and management system.
You may want to have the file location ready for the new time a new module is installed. You may want to backup and delete the current content.
This article covers the steps required to install an new module in a set of Web servers using shared configuration.