|
1. Run Setup for the release version of Office SharePoint Server 2007.
2. Follow the steps to install the product. Be sure to select the same server type previously used for this server, and to enter a PID key corresponding to the same license type (Standard or Enterprise) that you selected when you installed Beta 2 Technical Refresh (you noted this information under "Record current server information," earlier in this article). Cancel the SharePoint Products and Technologies Configuration Wizard when it opens.
3. Install any Office SharePoint Server 2007 Language Packages.At the end of every language pack installation, cancel the SharePoint Products and Technologies Configuration Wizard when it opens.
4. Run the SharePoint Products and Technologies Configuration Wizard. Use the Central Administration account and password that you noted under "Record current server information," earlier in this article.
A message box appears to remind you that services will be started; click Yes.
A message box appears to remind you to run the wizard on each server in the farm; click OK.
Note Upgrade may only be run on one server computer in the farm at a time.
Ignore the warning displayed in the wizard that reads Failed to start search service SPSearchServinceInstance on this server after completing upgrade. Please start it manually. You will start this service in step 7.
5. Wait until upgrade has been completed successfully on this server computer.
6. Determine the search topology of the server computer by doing the following:
a. Open SharePoint Central Administration, click Operations on the top navigation bar, and then click Services on Server in the Topology and Services section. On every application server on which the Office SharePoint Server Search service is started, note the following:
· If only the Use this server for indexing search content check box is selected, only the INDEXER role is enabled for the server.
· If only the Use this server for serving search queries check box is selected, only the QUERY role is enabled for the server.
· If both these check boxes are selected, both the INDEXER and QUERY roles are enabled for the server.
7. Open SharePoint Central Administration, click Operations on the top navigation bar, and then click Services on Server in the Topology and Services section. On every application server on which the Office SharePoint Server Search service is started, do the following:
a. On the Start menu, click Run.
b. In the Open box, type
cmd
and then click OK.
c. At the command prompt, type
stsadm –o osearch –action start
and then press ENTER.
8. On every application server on which the INDEXER role is enabled (regardless of whether the QUERY role is enabled), do the following:
a. On the Start menu, click Run.
b. In the Open box, type
regedit
and then click OK.
c. Find all subkeys in the registry that are of the following form: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Applications\{Application GUID}. For each subkey that has this form, do the following:
· Set the (Default) key to On.
· Create a new subkey named Gathering Manager.
· Create a DWORD value named UseClustering under that subkey (value 0).
d. On the Start menu, click Run.
e. In the Open box, type
cmd
and then click OK.
f. At the command prompt, type
net stop osearch
and then press ENTER.
g. At the command prompt, type
net start osearch
and then press ENTER.
9. On every Web front-end and application server computer in your farm, do the following:
a. On the Start menu, click Run.
b. In the Open box, type
cmd
and then click OK.
c. At the command prompt, type
IISRESET
and then press ENTER.
10. On every application server that you noted in step 6 as having either the INDEXER role or QUERY role (but not both) enabled, do the following:
a. Open SharePoint Central Administration, click Operations on the top navigation bar, and then click Services on Server in the Topology and Services section.
b. (b)On every application server that has the QUERY role enabled (but not the INDEXER role), and on which the Office SharePoint Server Search Service is started, click Stop. Record all server names on which you perform this step. Wait for the status of each search service to change from Stopping to Stopped.
c. On each application server that has the INDEXER role enabled (but not the QUERY role), and on which the Office SharePoint Server Search Service is started, do the following:
· On the Start menu, click Run.
· In the Open box, type
cmd
and then click OK.
· At the command prompt, type
net stop osearch
and then press ENTER.
· At the command prompt, type
net start osearch
and then press ENTER.
d. Wait for five minutes.
e. Navigate back to the Services on Server page. On all servers that you stopped the search service on in step (b), click Start for the Office SharePoint Server Search service. Be sure to let each server complete initialization before you continue to the next server. (To determine when initialization is complete, look for the following values on the Shared Services Provider Search Settings page: starting -> started, Propagation status: Idle.) |