SUBSCRIBE to Windows IT Pro Magazine & SAVE 30%     Register today for your FREE 'To The Point' SharePoint eNewsletter
     

     
Skip Navigation Links.
Collapse Office and SharePointOffice and SharePoint
Collapse Newsletter ArchivesNewsletter Archives
Making Document Libraries More Accessible: Scripting Network Places and Network Locations
An Overview of SharePoint Pro Online Live!
Expand SharePoint Backup Strategies SharePoint Backup Strategies
October 16, 2007
Introducing Office and SharePoint Pro
Windows SharePoint Services and Windows Server File for Divorce
What Do You Think? New Products and Addons Forums
Use Kerberos to Secure MOSS 2007
The SharePoint Capacity Planning Tool
Service Packalooza
SharePoint News for the New Year
SharePoint Migration Secrets
SharePoint Replication
Windows Server 2008 and Windows Vista SP1: What They Mean to SharePoint
SharePoint and Forms-based Authentication
The SharePoint Permissions Model
Microsoft Online Services Offers SharePoint to Businesses of All Sizes
SharePoint: What Do YOU Think?
STSADM at Your Service
Adding Templates for Top-Level Sites
Taking the Pulse of the SharePoint Community
Big News on the Collaboration Front from Telligent
SharePoint Report Card: Search
Report from the Microsoft MVP Summit 2008
Summary of SharePoint Scenario Report Cards
Got Yahoo!? I’m so sorry.
Implementing Folder Content Types
License to Fill: Licensing Windows SharePoint Services for the Extranet
Licensing Windows SharePoint Services
News from Tech Ed, Installing WSS on Vista—a Rave and Rant, and More
Tech Ed 2008 Wrap-Up
Great Stuff
MOSS 2007 Applications in the Business World
Microsoft Online Makes a Big Splash in the Services Pool
Comparing InfoPath and SharePoint Designer Forms
Comparing InfoPath and SharePoint Designer Forms, Part 2
Migrating Microsoft Office SharePoint Server 2007 to a Different Server
Microsoft Office SharePoint Server and Excel Services
SharePoint Sharing from Beijing
Olympics Diary
SharePoint’s Role in Bringing the Games to the Web
Email-Enabling SharePoint Document Libraries and Lists
Expand Office 2007Office 2007
Expand Office 2003Office 2003
Expand SharePointSharePoint
Announcements
     

     

     

Migrating Microsoft Office SharePoint Server 2007 to a Different Server
ToTheSharePoint Newsletter
July 28, 2008


Dan Holme
Office & SharePoint Pro
Community Manager

Hi from Beijing, where I'm serving as the Microsoft Technologies Consultant for NBC television to help bring the 2008 Beijing Olympic Games to television and the Internet. I've arranged for several guest columnists to fill in for me when I'm not able to write a commentary. This week, Alan Sugano, networking consultant, custom developer, and contributing editor for Windows IT Pro magazine, writes about how to move your company's SharePoint portal to a different server.

Enjoy!

Migrating Microsoft Office SharePoint Server 2007 to a Different Server

Windows IT Pro magazine and OfficeSharePointPro.com bring SharePoint MVPs Dan Holme, Michael Noel, and Andrew Connell direct to you to share their real-world perspective, experience, and expertise so that you can build a better SharePoint infrastructure, develop more effective SharePoint applications, and enable more powerful collaboration. Each day, three sessions will stream in real time, allowing you to learn, to ask questions, and to get solutions.

Mastering SharePoint Developer
, September 30th

Mastering SharePoint IT Pro
, October 1st, 2008

A few years ago, I installed a SharePoint 2003 Server as a proof of concept for a client. This SharePoint farm was later upgraded to Microsoft Office SharePoint Server (MOSS) 2007. The good news is that the client is really starting to use the portal both as an intranet site and an extranet site to help manage projects. The bad news is the company was running low on disk space and processing power as the portal grew.

The SharePoint farm consisted of two virtual servers running a 32-bit frontend, 32 bit server, and a 32-bit SQL Server 2005 server using Virtual Server 2005 as the virtualization platform. Because the portal is growing very quickly, I wanted to get the company on the x64-bit platform. The plan was to move the portal to a VMware ESX Host Server and use x64 virtual server guests for both the front end MOSS 2007 server and x64 SQL Server 2005. Because I wanted to move the portal to the x64 platform, any of the Physical to Virtual (PtoV) migration tools would not work. Here’s a summary of the steps for moving the portal to the new server hardware:

1. Install ESX on the new server.
2. Create x64 Windows Server 2003 R2 virtual guest servers for the MOSS 2007 frontend and SQL Server 2005 servers.
3. If the server will accept inbound mail, install SMTP on the MOSS front-end server.
4. Install SQL Server 2005 with SP2 on the back-end database server.
5. Install MOSS 2007 on the SharePoint front-end server.
6. Install x64 PDF iFilter on the front-end server.
7. Don't create a shared services provider on the new server; otherwise the existing shared services provider will not properly migrate.
8. Install WSS 3.0 SP1.
9. Install Office Server SP1.
10. Install the WSS post SP1 hotfix, which is referenced in "Description of the Windows SharePoint Services 3.0 post-Service Pack 1 hotfix package: January 31, 2008"
11. Make sure that SP1 and the Hotfix for SP1 are installed on both the old and new servers. Without these patches the restored site will not properly restore all the timer jobs. For more information refer to this article. Unfortunately, I was not aware of this bug until after the migration was complete. I discuss a workaround below, if you didn’t apply the Hotfix for SP1.
12. Follow the directions located here and here for moving the site using Stsadm. Stsadm is the preferred way to migrate the site because it retains the permissions on the portal; if you use Central SharePoint Administration, all the permissions will be set back to default.
13. Use Stsadm to create a backup of the old server.
14. Delete the Default Web Site on the new server by using IISAdmin. If there is a website on the target server that uses the same port as one of the restored sites, the restore job will fail.
15. Restore the backup from the old server to the new server. Make sure to select New Configuration and enter the appropriate information in the new configuration screen.
16. Check the restore logs for any errors.
17. Export the Secure Sockets Layer (SSL) certificate from the old server and import it into the new server.
18. In Sharepoint Central Administration, Operations Tab, Alternate Access Mappings, verify the websites have the proper alternate access names. At the very least you will probably have to add an https:// for the restored Sharepoint site.
19. If you have a commercial SSL certificate, export the certificate from the old server and import the certificate into the new server using IIS Admin.
20. Update the email server(s) to allow relaying from the new server if you plan to send outbound mail from the portal.
21. If you have a DNS entry on your internal server, make sure to update the A record with the new address of the server.
22. If the portal will be accessed from the Internet, make sure to update the Network Address Translation (NAT) policy on the firewall to redirect portal traffic to the new server.
23. Verify you can access the new server on HTTP and HTTPS.
24. Test the site to see if anything’s missing.
25. Add the new server into the backup rotation and remove the old server from any backup jobs.

I had the client test the portal after the migration was complete and everything looked OK. However, a few days later, IT noticed that users were not receiving their SharePoint notifications when users updated the portal. After some research, I discovered this was due to the bug in SharePoint that is addressed in a Hotfix for SP1. One suggestion is to apply the hotfix, back up the portal, and restore it again. Unfortunately for me, this was not an option because the portal content was significantly updated since the original migration. Fortunately I found a workaround here. It involves the following steps:

1. Create a new website.
2. Prepare to move the databases on the current site.
3. Swap the databases with the new website.
4. Swap the URL addresses.
5. Clean up the old references in the system.

Dave Wollerman’s directions are great and it took me about an hour to get the timer jobs working again. This is a job that is best left for the weekend. Initially the client wanted me to move the portal overnight, but I’m glad I convinced them to wait until the weekend to move the portal to the new server hardware. Happy Migrating!

Alan Sugano is the president of ADS Consulting Group, which specializes in networking, custom programming, Microsoft .NET Web development, and SQL Server development. asugano@adscon.com


Events and Resources

Top 5 SharePoint Migration Strategies
Achieve stress-free content and user migration to an online collaboration platform. This web seminar will discuss the deployment considerations and approached for successful content migration. It will examine the benefits and shortcomings of each approach. View it today!

How are you assessing your endpoint security solutions?
Learn the six critical questions you need to ask to ensure the most successful outcome of your security product evaluations. Read this white paper to see the pitfalls of looking at virus detection rates as your lone assessment criteria.

The Latest Advancements in SSL Technology
Learn the benefits of strong SSL encryption, Extended Validation SSL, and security trust marks and what these SSL offerings can do for your site in this white paper on the latest advancements in SSL technologies.

The True Impact of Messaging and Web Threats
This white paper discusses how employing a layered and integrated defensive strategy is the most effective approach to dealing with spam, viruses, Trojans, worms and other forms of malware. Read this paper to learn about the trends you can anticipate in the messaging threat landscape.

Got SharePoint? Get Specialized Training!
Whether you're an IT pro or a developer, master SharePoint with help from the world's most respected SharePoint experts in three SharePoint workshops built just for you and presented straight from your desktop! On September 30 and October 1, Windows IT Pro and OfficeSharePointPro.com bring SharePoint MVPs Dan Holme, Michael Noel, and Andrew Connell direct to you to share their real-world perspective, experience, and expertise and help you build a better SharePoint infrastructure, develop more effective SharePoint applications, and enable more powerful collaboration. Choose the info-packed sessions that are right for you.

Access Expert SharePoint Solutions for only $5.95!
With the online Monthly Pass, you can have all the SharePoint solutions in Windows IT Pro right at your fingertips, including access to the more than 10,000 articles in our content archives! You'll also receive a full digital copy of the latest issue of Windows IT Pro!



Office & SharePoint Pro | Penton Media | 249 W. 17th Street | New York, NY 10011 | Privacy Policy