Lesson 5: Configuring Inter-Site Replication

Network connections are represented by site links. By creating site links and configuring their cost, replication frequency, and replication availability, you provide the directory service with information about how to use these connections to replicate directory data. You can improve site link connectivity by linking overlapping existing site links together into site link bridges, or you can bridge all site links and maximize connectivity. You can also designate a server, known as a bridgehead server, to serve as a contact point for the exchange of directory information between sites. This lesson explains how to configure inter-site replication.


After this lesson, you will be able to

  • Configure inter-site replication

Estimated lesson time: 25 minutes


Configuring Inter-Site Replication

To configure inter-site replication you must complete the following tasks:

  1. Create site links (see Lesson 4)
  2. Configure site link attributes
  3. Create site link bridges
  4. Configure connection objects (optional)
  5. Designate a preferred bridgehead server (optional)

Site Link Attributes

You should provide information about site link cost, replication frequency, and replication availability for all site links as part of the process of configuring inter-site replication.

Site Link Cost

You configure site link cost to assign a value for the cost of each available connection used for inter-site replication. If you have multiple redundant network connections, establish site links for each connection, and then assign costs to these site links that reflect their relative bandwidth. For example, if you have a high-speed T1 line and a dial-up network connection in case the T1 line is unavailable, configure a lower cost for the T1 line and a higher cost for the dial-up network connection. Active Directory always chooses the connection on a per-cost basis, so the cheaper connection is used as long as it is available.

Follow these steps to configure site link cost:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and either the IP or SMTP folder, and right-click on the site link for which you want to configure site link cost. Click Properties.
  3. On the Properties dialog box for the site link, shown in Figure 17.8, enter a value for the cost of replication in the Cost box. The default cost is 100; the lower the value, the higher the priority. For example, the cost of a T1 link might be 100, while the cost of a dial-up link might be 120.

    Figure 17.8 Properties dialog box for a site link

  4. Click OK.

Replication Frequency

Configure site link replication frequency for site links by providing an integer value that tells Active Directory how many minutes it should wait before using a connection to check for replication updates. The replication interval must be at least 15 and no more than 10,080 minutes (equal to one week). A site link must be available for any replication to occur, so if a site link is scheduled as unavailable when the number of minutes between replication updates has passed, no replication will occur.

Follow these steps to configure site link replication frequency:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and either the IP or SMTP folder, and right-click on the site link for which you want to configure site replication frequency. Click Properties.
  3. On the Properties dialog box for the site link, enter the number of minutes between replications in the Replicate Every box. The default time is 180; the value is processed as the nearest multiple of 15, ranging from a minimum of 15 to a maximum of 10,080 minutes (one week).
  4. Click OK.

Replication Availability

Configure site link replication availability to determine when a site link will be available for replication. Because SMTP is asynchronous, it typically ignores all schedules. Therefore, do not configure site link replication availability on SMTP site links unless

  • The site links use scheduled connections.
  • The SMTP queue is not on a schedule.
  • Information is being exchanged directly from one server to another and not through intermediaries as is the case, for example, on a network backbone.

Follow these steps to configure site link replication availability:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and either the IP or SMTP folder, and right-click on the site link for which you want to configure site link replication availability. Click Properties.
  3. In the Properties dialog box for the site link, click Change Schedule.
  4. On the Schedule For dialog box for the site link, shown in Figure 17.9, select the block of time when this connection is or is not available to replicate directory information, and then click OK.
  5. In the Properties dialog box for the site link, click OK.

    Figure 17.9 Schedule for dialog box for a site link

NOTE


This following procedure has no effect if you have enabled Ignore Schedules on the Properties dialog box for the inter-site transport.

Follow these steps to ignore schedules for an inter-site transport:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and right-click either the IP or SMTP folder, and then click Properties.
  3. In the IP or SMTP Properties dialog box, on the General tab, click the Ignore Schedules check box.
  4. Click OK.

Site Link Bridges

When more than two sites are linked for replication and use the same transport, by default, all the site links are "bridged" in terms of cost, assuming that the site links have common sites. When site links are bridged, they are transitive. That is, all site links for a specific transport implicitly belong to a single site link bridge for that transport. So in the common case of a fully routed IP network (where all sites can communicate with each other via IP), you do not have to configure any site link bridges. If your IP network is not fully routed, you can turn off the transitive site link feature for the IP transport, in which case all IP site links are considered intransitive and you configure site link bridges. A site link bridge is the equivalent of a disjoint network; all site links within the bridge can route transitively, but they do not route outside of the bridge.

Follow these steps to create a site link bridge:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and right-click either the IP or SMTP folder, and then click New Site Link Bridge.
  3. In the New Object-Site Link Bridge dialog box, shown in Figure 17.10, type a name for the site link bridge in the Name box.

    Figure 17.10 New Object-Site Link Bridge dialog box

  4. Click two or more sites to connect, and then click Add.
  5. Click OK.

NOTE


The following procedure is redundant and has no effect if you have enabled Bridge All Site Links on the Properties dialog box for the inter-site transport.

Follow these steps to bridge all site links for an inter-site transport:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Open the Inter-Site Transports folder and right-click either the IP or SMTP folder, and then click Properties.
  3. In the IP or SMTP Properties dialog box, on the General tab, click the Bridge All Site Links check box.
  4. Click OK.

Manually Configuring Connections

Active Directory automatically creates and deletes connections under normal conditions. Although you can manually add or configure connections or force replication over a particular connection, normally you should allow replication to be automatically optimized based on information you provide to Active Directory Sites And Services about your deployment. Only create connections manually if you are certain the connection is required, and you want the connection to persist until it is manually removed.

Follow these steps to manually configure connections:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Double-click the site that contains the domain controller for which you want to manually add or configure a connection.
  3. Open the Servers folder, open the domain controller, right-click NTDS Settings, and then click New Active Directory Connection.
  4. In the Find Domain Controllers dialog box, click the domain controller that you want to include in the connection object, and then click OK.
  5. In the New Object-Connection dialog box, type a name for the new Connection object in the Name field, and then click OK.

Follow these steps to force replication over a connection:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. Double-click the site that contains the connection over which you want to replicate directory information.
  3. Open the Servers folder, select the domain controller, and then open NTDS Settings.
  4. Right-click the connection over which you want to replicate directory information, and click Replicate Now (see Figure 17.11).

    Figure 17.11 Forcing replication over a connection

Designating a Preferred Bridgehead Server

Ordinarily, all domain controllers are used to exchange information between sites, but you can further control replication behavior by specifying a bridgehead server for inter-site replicated information. Establishing a bridgehead server provides some ranking or criteria for choosing which domain controller should be preferred as the recipient for inter-site replication. This bridgehead server subsequently distributes the directory information via intra-site replication.

Bridgehead servers are the contact point for exchange of directory information between sites. You can specify a preferred bridgehead server if you have a computer with appropriate bandwidth to transmit and receive information. If there is typically a high level of directory information exchange, a computer with more bandwidth can ensure the information exchanges are handled promptly. Matching the demands of your Active Directory deployment with a domain controller with the capacity to handle those demands enables efficient updates of directory information.

You can specify multiple preferred bridgehead servers, but only one will be the active preferred bridgehead server at any time at a single site. If the active preferred bridgehead server fails, Active Directory selects another preferred bridgehead server to be the active preferred bridgehead server from the set you designate. If no active preferred bridgehead server is available and there are no other preferred bridgehead servers available for Active Directory to select, it selects another domain controller in the site to be the preferred bridgehead server. This can be a problem if the domain controller Active Directory selects does not have the bandwidth to efficiently handle the increased requirements posed by being a preferred bridgehead server.

You must specify a preferred bridgehead server if your deployment uses a firewall to protect a site. Establish your firewall proxy server as the preferred bridgehead server, making it the contact point for exchanging information with servers outside the firewall. If you do not do this, directory information may not be successfully exchanged.

Establishing a preferred bridgehead server designates that server as the preeminent server for information exchange over the protocol for which the site link is established. Other domain controllers could still exchange directory information if a need arises, but under normal conditions, the bridgehead server is used as the first choice to receive and send all directory traffic.

Follow these steps to designate a preferred bridgehead server:

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.
  2. In the Active Directory Sites And Services console tree, right-click the domain controller that you want to make a bridgehead server, and then click Properties.
  3. On the Properties dialog box for the domain controller, in the Transports Available For Inter-Site Data Transfer box, click the inter-site transport or transports for which this computer will be a preferred bridgehead server, and then click Add.
  4. Click OK.

Practice: Configuring Inter-Site Replication

In this practice you configure site link cost, replication availability, and replication frequency. You then configure a site link bridge.

Exercise 1: Configure Site Link

Since Active Directory uses cost to determine which connection to use, you need to assign a cost to each site link. In this exercise you assign an arbitrary cost to the Redmond to Chicago site link.

  1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites And Services.

    The Active Directory Sites And Services console appears.

  2. Open the Inter-Site Transports folder and the IP folder, and right-click the Redmond To Chicago site link you configured in the Lesson 5. Click Properties.

    The Redmond To Chicago Properties dialog box appears.

  3. In the Cost box, type 20 for the cost of replication.

Exercise 2: Configure Site Link Replication Frequency

In this exercise, you specify how long Active Directory waits before using a this connection to check for replication updates.

  1. In the Replicate Every box, type 120 for the number of minutes between replications.

Exercise 3: Configure Site Link Replication Availability

In this exercise, you will configure the Redmond To Chicago site link to be available 8:00 am to 9:00 am and 4:00 pm to 5:00 pm, Monday through Friday.

  1. Click Change Schedule.

    The Schedule For Redmond To Chicago dialog box appears.

  2. Make the connection available at all times except Monday through Friday from 8 A.M. to 9 A.M. and from 4 P.M. to 5 P.M., and then click OK.
  3. On the Redmond To Chicago Properties dialog box, click OK.

Exercise 4: Create a Site Link Bridge

In this exercise, you create a bridge between the Redmond To Chicago site link and the DEFAULTIPSITELINK.

  1. Open the Inter-Site Transports folder, right-click the IP folder, and then click New Site Link Bridge.

    The New Object-Site Link Bridge dialog box appears.

  2. In the Name box, type Redmond to Chicago Bridge.
  3. Ensure that the DEFAULTIPSITELINK and Redmond to Chicago site links are in the Site Links In This Site Link Bridge box, and then click OK.

Lesson Summary

In this lesson you learned that you should provide information about site link cost, replication frequency, and replication availability for all site links as part of the process of configuring inter-site replication. Active Directory always chooses the connection on a per-cost basis, so the cheaper connection will be used as long as it is available. You can improve site link connectivity by linking overlapping existing site links together into site link bridges, or you can bridge all site links and maximize connectivity. You also learned that you can designate a domain controller as a bridgehead server to specify which domain controller should be preferred as the recipient for inter-site replication.

In the practice portion of this lesson you configured site link cost, replication availability, and replication frequency. You then configured a site link bridge.



MCSE Training Kit(c) Microsoft Windows 2000 Accelerated 2000
MCSE Training Kit(c) Microsoft Windows 2000 Accelerated 2000
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 244

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net