Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Migrating to Windows Small Business Server 2011 Standard : Preparing Your Server (part 1) - Network Configuration

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
8/15/2011 5:46:56 PM
The most important part of any migration to SBS 2011 involves properly preparing your existing SBS server. The time and thought you spend on a full and careful preparation of your existing SBS server has a direct impact on the success of your migration. Don’t just start a migration without first preparing.

The steps for preparing your server are as follows:

  1. Do a full and complete backup of the existing SBS server.

  2. Install all current service packs and other updates on the server.

  3. Configure your network for the migration.

  4. Configure Active Directory.

  5. Run the Best Practices Analyzer (BPA) to verify the health of the existing SBS network.

  6. Clean up and optimize the current Microsoft Exchange mailboxes.

  7. Use the Migration Preparation Tool to extend the Active Directory schema, modify the Microsoft Exchange Server mode, and extend the time that both versions of SBS can be running to 21 days.

  8. Identify line-of-business applications running on the existing SBS server, and plan for their migration.

1. Before You Start

You’re going to need certain tools during this process, and they may or may not already be on your source server. To simplify things and make sure you have everything ready and available, we suggest you download the following ahead of time:

Also, collect any other tools you generally like to have available during the build process. If you create an ISO file of these or burn them to a DVD, they’ll be available whenever and wherever you need them. For ISO creation, we like the simplicity of ISO Recorder (http://isorecorder.alexfeinman.com/isorecorder.htm). It’s simple, it does the job really well, and it’s free.

Go ahead and install Windows PowerShell 2.0, MBCAv2, and the BPA on your source server. They usually don’t trigger a reboot.

2. Back Up Your Existing SBS Server

The first and most important step in any migration is making sure you have a full and verified backup. We all do backups, and we hope that we never need to use them. But if you aren’t taking steps to actually verify that your backup can be restored, you haven’t really got a backup you can count on. Before beginning any SBS migration, it’s essential that you establish a sound fallback position that will allow you to recover in case something goes wrong.

In addition to doing a conventional backup using SBS Backup, we strongly suggest making an image backup of at least the system volume of your existing SBS server and any other volumes that are used to store core SBS data files, such as Microsoft Exchange data files. This will allow for a faster full recovery in the event that you have to cancel the migration for some reason. Products we’ve used for this image backup include StorageCraft, Acronis, and Windows Home Server. Currently, we’re using, and really liking, Windows Storage Server 2008 R2 Essentials to back up the virtual hard disks (VHDs) of SBS.

Whatever backup methods you use, you should verify the integrity of the backup by doing a test restore. For image backups, this means restoring the entire partition image to a disk of equal or greater size and, at a minimum, verifying that files can be read and opened. For an SBS Backup test, you should restore multiple files from different locations to an alternate location and verify that the files can be opened and read.

3. Install Current Updates

It seems obvious to us, but bears repeating nonetheless—bring your current SBS server up to date, installing all current service packs and security updates. If you’re running SBS 2003 R2 or later, with built-in Windows Server Update Service (WSUS), this should be happening automatically. But even if you’re sure you are up to date, connect to Microsoft Update to verify.

The migration process expects minimum levels of service packs, and not being fully “patched up” can create issues in the migration. Given that the migration is a one-way process, you really don’t want to get well into it and find you have a blocker. We hope the tools in this preparation stage will enable you to catch any blockers before you start, but it’s still just a really good idea to get all your updates installed before you start.

4. Network Configuration

Before you can migrate to SBS 2011, you need to configure your existing SBS server for a single NIC. This means a significant change for most SBS 2003 networks, because the preferred configuration for SBS 2003 calls for two NICs—one connected to the external Internet and one connected to the internal SBS network. All traffic on the internal network actually passes through the SBS server to get to the Internet, as shown in Figure 1.

Figure 1. Default two NIC configuration for SBS 2003


This configuration also uses SBS as the firewall for the SBS network—something it does quite well when running SBS 2003 Premium Edition with ISA 2004. Because SBS 2011 requires a single NIC configuration, you need to change your SBS 2003 configuration before the migration. In a single NIC configuration, as shown in Figure 2, you’ll need to add a router and firewall to your existing SBS network, along with reconfiguring the default gateway and other settings for your client computer and devices.

Figure 2. Single NIC configuration for SBS


Most consumer-grade routers include minimal firewall capabilities, but they really aren’t sufficient to properly protect an SBS network. You should either add a firewall appliance in addition or buy a true firewall router, such as one of the TZ series firewalls from SonicWALL (http://www.sonicwall.com/us/products/TZ_Series.html). Other possibilities include WatchGuard firewalls (http://www.watchguard.com) and NETGEAR ProSecure firewalls (http://www.prosecure.netgear.com/products/prosecure-utm-series/models.php).

The basic process of network reconfiguration uses the following steps:

  1. Reconfigure DHCP for shorter license times (optional), and save the DHCP database.

  2. Disable or remove the Internet-facing NIC in your existing SBS server.

  3. Run the Configure E-Mail And Internet Connectivity Wizard (CEICW) to reconfigure networking.

  4. Install a router/firewall, and connect to Internet.

  5. Connect the router/firewall to a switch on the internal Ethernet.

  6. Run the Remote Access Wizard to disable virtual private networks (VPNs) and reconfigure Routing And Remote Access (RRAS).

  7. Reconfigure client computers and devices with fixed IP addresses and verify DHCP configuration.

4.1. DHCP Reconfiguration

Although it’s not absolutely required, you can simplify DHCP address reconfiguration on your SBS network if you shorten the lease time in advance of beginning the migration. This will allow client computers and devices on your network to get updated network information without a reboot in a reasonable time frame. The default DHCP lease duration is eight days. To change the duration, follow these steps:

  1. Log on to your existing SBS server with an account that has administrative privileges.

  2. Open the DHCP console (dhcpmgmt.msc).

  3. In the left pane, drill down and select the scope you want to change.

  4. Select Properties from the Action menu to open the Scope Properties dialog box shown in Figure 3.

    Figure 3. The Scope Properties dialog box for a DHCP scope

  5. Change the Lease Duration For DHCP Clients values to a shorter time. We like to set an 8-hour lease here.

  6. Click OK to close the Scope Properties dialog box and return to the DHCP console. Close the DHCP console.

Another useful step to take at this point is to back up the DHCP database. If you are using a standard SBS DHCP with no reservations or other customizations, don’t bother—the wizards will take care of it. But if you have done significant configuration, you should probably back up your DHCP database to make it easier to restore that configuration. See the Microsoft Knowledge Base article at http://support.microsoft.com/kb/962355.

4.2. Disable or Remove the Second NIC

The first essential step in reconfiguring your SBS 2003 network from a two NIC SBS network to a single NIC network is to disconnect the externally facing NIC from your existing Internet connection and disable or remove the network card. You can get away with disabling it, but then you’ll have more complaints from the SBS wizards, so we prefer removing it physically from the server. After you’ve removed the network card, you need to reconfigure your SBS network to the IP address range you’ll use for your Internet connection.


Note:

You can skip this entire section if you’re migrating from SBS 2008 or SBS 2011, because you’re already configured for a single NIC with appropriate settings.

After you’ve decided the range for your new SBS network, you can complete the reconfiguration by following these steps:
  1. Shut down the SBS server.

  2. Disconnect the Internet-facing network cable from the server, open the server enclosure, and remove the network card.

  3. Turn on the server. It will likely take longer than usual to restart—be patient.

  4. Log on to the server with the main Administrator account.

  5. In the left pane of the Server Management console, click Internet And E-mail to display the Manage Internet And E-mail page as shown in Figure 4.

    Figure 4. The Manage Internet And E-Mail page of the SBS Server Management console

  6. Click Connect To The Internet to open the CEICW.

  7. Click Next to open the Connection Type page of the CEICW, as shown in Figure 5.

    Figure 5. The Connection Type page of the CEICW

  8. Select Broadband, and click Next to open the Broadband Connection page, as shown in Figure 6. Select A Local Router Device With An IP Address from the My Server Uses drop-down list.

    Figure 6. The Broadband Connection page of the CEICW

  9. Click Next to open the Router Connection page shown in Figure 7. Type in the IP address you’ll be using with your new router/firewall and the IP addresses for your ISP’s DNS servers.


    Note:

    If your router/firewall does DNS forwarding, you can use the IP address of the router/firewall for the Primary DNS Server address and leave the Secondary DNS Server address blank. If you want to always use root hints for DNS, you can leave both addresses blank.


    Figure 7. The Router Connection page of the CEICW

  10. Select the My Server Uses A Single Network Connection For Both Internet Access And The Local Network check box.

  11. Click Next. If the IP address of the router/firewall is in a different address range from your previous internal address, you’ll see the message shown in Figure 8.

    Figure 8. The warning message generated during network reconfiguration

  12. Click Yes to open the information message shown in Figure 9. Because we’re not connected to anything at this point, click No.

    Figure 9. The firewall informational message of the CEICW

  13. On the Web Services Configuration page, select the services that you want to be available when your existing SBS server is back online.

  14. Click Next twice more, and then click Finish to complete the wizard.

  15. Click Close when the CEICW finishes.

If you’ve chosen to use a different IP address range for your SBS network than the one you’re currently configured to use, now is a good time to change it by following these steps:

  1. On the Manage Internet And E-mail page of the Server Management console, click Change Server IP Address to open the Change IP Address Tool dialog box shown in Figure 10.

    Figure 10. The Change IP Address Tool

  2. Type in the new IP address for the server and click OK. When the tool completes, you’ll see the message shown in Figure 11.

    Figure 11. When you change the server’s IP address, it offers to run the CEICW again

  3. Click No to complete the process and close the Change IP Address Tool dialog box. As shown in Figure 12, the IP address has been reconfigured to point to the new router/firewall that we will install at 192.168.51.1.

Figure 12. The IP address has changed on the server



Note:

If you have fixed IP devices on your network, you’ll need to manually reconfigure their default gateway. This won’t matter for devices that don’t need to connect to the Internet, such as printers, but if you have additional servers or workstations that use fixed IP addresses, you should reconfigure them now to point to the new router.
Other -----------------
- Microsoft Dynamics CRM 2011 : Adding Target Products and Sales Literature
- Microsoft Dynamics CRM 2011 : Selecting Target Marketing Lists
- Windows Server 2008 R2 : Administer Group Policy (part 2) - Use the Group Policy Management Editor
- Windows Server 2008 R2 : Administer Group Policy (part 1) - Use the Group Policy Management Console
- Microsoft Dynamics AX 2009 : The MorphX Tools - Table Browser Tool & Find Tool
- Microsoft Dynamics AX 2009 : The MorphX Tools - Visio Reverse Engineering Tool
- Windows Server 2003 : Planning Fault Tolerance and Avoidance (part 2) - Disk Arrays
- Windows Server 2003 : Planning Fault Tolerance and Avoidance (part 1) - Protecting the Power Supply
- Windows Server 2008 Server Core : Creating System Connections - Communicating with Telnet
- Windows Server 2008 Server Core : Creating System Connections - Working with Remote Access Server
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server