如何从SPS2001升级到SPS2003
我的一篇从SPS2001升级到SPS2003的文章,用英文写的。有些偷懒,不从英文翻成中文了。有什么疑问,可以联系我。
Steps for upgrading from SPS2001 to SPS2003 with SPInOut
Backup and Restore SPS2001:
----------------------------------
First, we need to backup and restore SPS2001 to another server with the utility msdmback.vbs.
Exporting data from SharePoint Portal Server 2001
-----------------------------------------------------------
1. Create the folder that you want to use to store exported data from the SharePoint Portal Server 2001 computer.
2. Insert the SharePoint Portal Server CD into your CD-ROM drive.
3. Click Exit, and then browse to the root directory of the CD by using My Computer.
4. On the root directory of the SharePoint Portal Server CD, double-click Upgrade.exe.
5. On the Export Server Data page, type the location of the folder that you want to use to store exported data. If you want, you can help protect the security of this information by typing a password.
6. Click Next.
7. When your data is exported, a message appears telling you that you must install Windows Server 2003. Click OK.
Exporting documents with SPOut
-----------------------------------------
1. Setup .NET framework 1.1 on the server.
2. Run the tool SPOut.
Note: In order to export the documents, please enable “Directory browsing” for the “Documents” node under the workspace in IIS manager.
3. In Spout, type the documents URL, for example, https://server/workspace/documents and the export file path, and then click OK to export.
Upgrading your server to Windows Server 2003 and installing related components
---------------------------------------------------------------------------------------------
1. Install Windows Server 2003. For more information on installing Windows Server 2003, see the documentation for Windows Server 2003.
2. Install the same language packs for Windows Server 2003 that were installed with your previous operating system.
3. On the taskbar, click Start, select Administrative Tools, and then click Computer Management.
4. On the Computer Management page, click Services and Applications, and then click Services.
5. In the Services list, right-click World Wide Web Publishing Service, click Properties, and then under Startup type, click Automatic.
6. In the Services list, right-click World Wide Web Publishing Service, and then click Start.
7. On the taskbar, click Start, select Control Panel, and then click Add or Remove Programs.
8. On the Add or Remove Programs page, click Add/Remove Windows Components.
9. In the Windows Component Wizard, click Application Server in the components list, and then click Details.
10. On the Application Server page, select ASP.NET, and then click OK.
11. Click Next to begin installation of ASP.NET.
12. After installation, click Finish and then close the Add or Remove Programs page.
13. On the taskbar, click Start, select Administrative Tools, and then click Internet Information Services (IIS) Manager.
14. On the IIS Manager page, click the server, and then click Web Service Extensions.
15. In Web Service Extensions, click ASP.NET, and then click Allow.
Installing SharePoint Portal Server
---------------------------------------
1. Insert the SharePoint Portal Server CD into your CD-ROM drive.
2. At the message that appears that asks you to read this documentation before upgrading to SharePoint Portal Server, click OK.
3. Click Exit, and then browse to the root directory of the CD by using My Computer.
4. On the root directory of the SharePoint Portal Server CD, double-click Upgrade.exe.
5. The Upgrade Progress page shows the progress of installation. The document management components are installed, followed by the installation of SharePoint Portal Server.
6. On the Configure Server Farm Account Settings page, under Default Content Access Account, select Configure Default Content Access Account, and then type a user name and password for an account to use when crawling content sources. The account must have rights to read the content being crawled.
Importing data from SharePoint Portal Server 2001
------------------------------------------------------------
1. On the title bar of the portal site, click Site Settings.
2. On the Site Settings page, in the Portal Site Content section, click Import SharePoint Portal Server 2001 data.
3. On the Import SharePoint Portal Server 2001 Data page, type the location of the import file, and then click OK.
Importing the documents with SPIn:
----------------------------------------
Run the following command line to import the documents:
SPIn.exe siteurl xmlfile
For example:
SPIn.exe https://server/documents c:\backup\backup.xml
Note:
c:\backup\backup.xml is the file we got with the tool SPOut.