CheckPoints for installation |
Comments |
Installation of SharePoint |
|
Backup of the content DB and WSPs |
|
SharePoint Farm configurations |
|
Install the SharePoint or Windows patches |
|
Attaching the content DB to newly created web application and for mysites |
stsadm -o addcontentdb -url http://weburl/ -databasename MOSS_CONTENT_80_P |
Detach the old content DBs |
using UI configuration. |
Deploying the WSPs |
stsadm -o addsolution -filename F:\WSPS\client_site.wsp |
Comparing the DLLs in the GAC folder w.r.t source |
1) Open the Gac folder using the following command by click on Start-->Run-->"%windir%\assembly\GAC_MSIL" and click on Enter.
2) Open the GAC folder, compare it with source and dump it in destination gac folder. |
Compare the web.config files |
1)Navigate to C:\Inetpub\wwwroot\wss\VirtualDirectories and compare the source and detination web.config files using online tool http://www.quickdiff.com/ for all the web.config files. |
Compare the 12 hive folders |
|
Compare the Search configurations and run the full crawl |
1) Check for user profiles, files type, Authoritative pages, Scopes and so on. |
Central Admin Comparision (Operations) |
1) When comapring the Timer job defeinition if the following timer jobs are not availble in the detination server:
1) Scheduled Approval 2) Scheduled Page Review 3) Scheduled Unpublish 4) Variations Propagate Page Job Definition 5) Variations Propagate Site Job Definition
Then you need not need to worry, navigate to the port 80 webapplication URL deactivate and activate the Office Server Publishing feature. If you get an access denied error then try using the following stsadm command.
stsadm -o activatefeature -name PublishingResources -url http://webapplication. |
Central Admin Comparision (Application Management) |
|
Compare the Master pages in _catalog page. |
|
Metadata property mapping comparision. |
Once you run the full crawl, then only you can go ahead and check the metaData property mappings. |
Check for Task Scheduler |
1) Check if there are any tasks that have been scheduled. If so then configure them. |
User Mapping using stsadm commands, if 1:1 mapping exists |
1) Use the following stsadm command to migrate the users from one domain to another domain.
stsadm -o migrateuser -oldlogin domain\username -newlogin domain\username -ignoresidhistory |