- Prepare your environment (SPS 2003 production)
- Download PreScan tool
- Identify customization to your SPS2003.
- Custom Site Definitions
- Custom/Third Party Web Parts
- Custom/Third party tools installed
- Identify solution to migration above customizations (More on this in my next blog "Handling Customizations in your MOSS Upgrade")
- Prepare for Upgrade
- Run Pre Scan on SPS2003 box
%PROGRAMFILES% \Common Files\Microsoft Shared\web server extensions\12\BIN\prescan.exe /c preupgradescanconfig.xml /all
- Review Pre Scan results
- Set SPS2003 to Readonly
- Central Administration>Virtual Server List>Manage site collection quotas and locks>Configure site quotas and locks >select the 'Adding content prevented' radio button.
- On MOSS Environment
- Create Web App
- Specify dummy DB
- Upgrading
- On SQL Restore the content database for Upgrade
- Perform the DB Upgrade by adding the content database
stsadm –o addcontentdb –url http://%3cservername%3e/
–databasename <contentdbname>
3. Perform MySite Upgrade
Create the new mysite host with the command:
stsadm -o createweb -url http://%3cwebapp%3e/%3cdesiredpath%3e -sitetemplate SPSMSITEHOST -title "MySite Host"
- Through MOSS Central Administration, under Application Management, create a new web application. This will be the web application for the SSP.
- Perform a restore of the SSP site to capture and upgrade the profile/audience information with the following command:
stsadm -o restoressp -title <SSP Title> -url http://%3cwebappcreatedin2b%3e/ -ssplogin <serviceaccount> -mysiteurl http://%3cwebapp%3e/desiredpath -indexserver <servername> -indexlocation "<filepath" -sspdatabaseserver <dbserver> -sspdatabasename <restored profil db> -ssppassword "<password>" –searchdatabaseserver<searchdb> -searchdatabasename <searchdb>-ssl no
No comments:
Post a Comment