ipsure logo
Logo and Language
Login icon Language selection icon
Hello, guest
*NIX BACKUP MSTIP category header image Right block of MSTIP category header image Final menu block of MSTIP category header image
MS TIP Active category menu left background Active category menu right background PKI PROJECTS WORDPRESS Türkçe HANDS-ON SERVICES IT BUSINESS CONTACT ABOUT REFERENCES TERMS RSS
Home page Hands-On Services IT Business Contact About References Terms of Use RSS

06/05/2010

Step by step installation of Sharepoint Server 2007 on Windows Server 2008 R2 and MS SQL 2008 – 4

Filed under: ms tip — Tags: , , , , , , , — Mehmet Bora Teoman @ 11:26

Hi to all

The first three parts of this article series covers what Sharepoint Server is, the requirements for Sharepoint infrastructure and what is done for the configuration. We also created Active Directory accounts for installation and configuration of Sharepoint Servers. We installed MS SQL 2008 database server and two sharepoint servers. We created the necessary databases on our database server,  ran the configuration wizard for sharepoint and finished the initial configurations. In this last part of the series, I will make some additional configuration changes, will create a new Shared Services Provider and will create the first site of our Sharepoint infrastructure.

You can remember the warning message that is seen in Figure 1 from the previous article. I will perform the third and fourth actions that are listed in Administrative Tasks list.  These are; assigning services to servers and configuring the server farm’s shared services. Let’s do the services job first.

Figure 1: “Server farm configuration not complete” warning message

I click on the link “Initial deployment: Assign services to servers” from the list and a new page is opened. In this page when I click the link on Action field, the page which I will do the main job appears (Figure 2). It is seen that most of the services are not started. Here, I will configure the services which I want to be run on related server.

Figure 2: Services on server page

Let me introduce you the services here first. I will talk about which server will run these services also. “Document Conversions Launcher Service” is scheduling and triggering the document conversion processes. “Document Conversions Load Balancer Service” is the distributing the load of documant conversion. I will not do anything about these services because I won’t use them. The services that I am interested in are “Excel Calculation Services” , “Windows SharePoint Services Search” and “Office SharePoint Server Search” services. “Excel Calculation Services” loads the workbooks, makes calculations over thme and reflects the calculation results to end users. The other two services are used for searching purposes. But why two instead of one service? Actually, they are performing different jobs. “Windows SharePoint Services Search” service indexes only the help section of Sharepoint Server and helps the end user to search in help menu. “Office SharePoint Server Search” service indexes everything else in our site infrastructure and represents them to the end user. Namely, one of them is responsible of help menu indexing whereas the other one indexes all the content of Sharepoint infrastructure.

I will assign spsearch and spcrawl accounts to the related searching service. For doing this, I click the Start link for “Windows SharePoint Services Search” service. I enter all of the related data to their fields in the following page and press the Start  button at the bottom of the page (Figure 3). The service is started successfully. I will do the same thing for “Office SharePoint Server Search” service. The configuration for this service is a little bit different. There are two checkboxes about indexing and querying in the following page. I will use mstipspapp01 server as an indexing server whereas mstipspweb01 will be used as a querying server. Therefore, I fill the first checkbox only. I will enter a responsible’s email address to the related field and write spsearch account as the service account. The server will write the indexing data to a local folder (which is not present but will be created as a result of this page). This folder is “C:\Program Files\Microsoft Office Servers\12.0\Data\Office Server\Applications” by default. I don’t change anything else in this page and press the Start button (Figure 4). As a last action, I press Start button for “Excel Calculation Services” and all the services that I am interested in are started successfully (Figure 5).

Figure 3: Configuration of “Windows SharePoint Services Search” service on mstipspapp01 server

Figure 4: Configuration of “Office SharePoint Server Search” service on mstipspapp01 server

Figure 5: The status of services on mstipspapp01 server

The only thing left about the services is enabling the Querying on mstipspweb01 server. To do this, I select Change Server from Server field and select mstipspweb01 server from the list. I click on Start link on the following page for “Office SharePoint Server Search” service. I fill the checkbox about querying (the second checkbox) and fill all the related fields on the page (Figure 6) and press the Start button. Unfortunately, “Failed to configure propagation share”  error page appears. I google :) and find the solution. On the “Office Sharepoint Server Search Service Settings” page, I select “I will configure the share with STSAdm” for “Query Server Index File Location” field and only start the service. After that, I open a command prompt and run the following command (also it is shown in Figure 7):

Stsadm.exe –o osearch –propagationlocation “C:\Program Files\Microsoft Office Servers\12.0\data\Office Server\applications”

Figure 6: Enabling querying on mstipspweb01 server

Figure 7: Configuring the PropagationLocation share

Now I am done with the services. It is time for “Shared Services Provider” creation. First of all, what is Shared Services Provider (SSP) ? Actually, it is an infrastructure for other services. For example; SSP collects all of the data from Excel Calculations Services, searching services etc. and represents these data (ie) to web applications (a very nice article about this topic can be reached from http://msmvps.com/blogs/shane/archive/2007/06/29/what-is-a-shared-service-provider.aspx ).

To create SSP, I open Central Administration -> Application Management -> Create or configure this farm’s shared services. I click New SSP link. On the opening page, I fill the related fields. Actually, I have to create a new web application by pressing “Create a new Web application” link on this page (Figure 8). I don’t change anything while creating the web application. I write spsearch as the service account.

Figure 8: Creating new web application

When we return to “New Shared Services Provider” page, web application part is eligible now. I assign spssp account for “SSP Service credentials” on this page and left all other values as their defaults (Figure9). A warning message appears when I press the OK button. This page warns about the backup and restore procedures but I don’t have a backup/restore plan right now so pressing the OK button finishes the SSP creation process. The completion screen is shown in Figure 10.

Figure 9: Creation of new Shared Services Provider

Figure 10: SSP is created successfully screen

From now on, I won’t have a warning message on the main page of Central Administration web site (Figure11). Now it is time to create a new Web Site. For this purpose, I create a new web application first and then I will create a web site collection related with the application. I click on the link “Central Administration -> Application Management -> Create or Extend Web application” and create a new web application (Figure 12). As Figure 13 warns, I run the iisreset /noforce command from command prompt and restart the IIS service.

Figure 11: Central administration web site without the warning message

Figure 12: Creation of a new web application

Figure 13: “Application created” message screen

After that, I create a web site collection which we relate with the application. For this purpose, I click on link “Central Administration -> Application Management -> Create Site Collection”. After filling the necessary fields (Figure 14), I press OK button. A “Top-level site successfully created” page appears (Figure 15). During the creation, I enter the URL of web site as www.mstip.com, therefore I have to create a DNS record for this web site. On my DNS server, I create a DNS record for www.mstip.com which is referring to 192.168.2.17. When I write www.mstip.com on Internet Explorer, the web site is opened now (Figure 16). From now on, I can make any change on my top-level site and produce a new web site according to my needs.

Figure 14: Creation of a new web site collection

Figure 15: “Top-level site successfully created” screen

Figure 16: The newly created web site

This is the end of our “Step by step installation of Sharepoint Server 2007 on Windows Server 2008 R2 and MS SQL 2008” article series. I hope you find it helpful. Bye for now.

Related Posts with Thumbnails
Subscribe to our RSS feeds Email Subscription via FeedBurner RSS Subscription via FeedBurner
  1. Step by step installation of Sharepoint Server 2007 on Windows Server 2008 R2 and MS SQL 2008 – 1
  2. Step by step installation of Sharepoint Server 2007 on Windows Server 2008 R2 and MS SQL 2008 – 3
  3. Step by step installation of Sharepoint Server 2007 on Windows Server 2008 R2 and MS SQL 2008 – 2

4 Comments »

Trackbacks

There has not been any trackback links yet.

Reader Comments

Narsinh30/07/2010 13:02

Hi

I had following above documents try to create portal ready but it seem there is some confusion here

your quote

“To create SSP, I open Central Administration -> Application Management -> Create or configure this farm’s shared services. I click New SSP link. On the opening page, I fill the related fields. Actually, I have to create a new web application by pressing “Create a new Web application” link on this page (Figure 8). I don’t change anything while creating the web application. I write spsearch as the service account ”

this mean web application is created on port 80

then at last

“” From now on, I won’t have a warning message on the main page of Central Administration web site (Figure11). Now it is time to create a new Web Site. For this purpose, I create a new web application first and then I will create a web site collection related with the application. I click on the link “Central Administration -> Application Management -> Create or Extend Web application” and create a new web application (Figure 12). As Figure 13 warns, I run the iisreset /noforce command from command prompt and restart the IIS service.”"

here you saying creat webapplication again on same port 80 ..

this is giving me error port is used .. Also don`t want mention any port no againt my site like http://sharepoint2:1447/

Can you help me

Narsinh

M. Bora Teoman30/07/2010 16:30

Thanks for your comment Narsinh

Actually we are creating two different IIS sites on port 80 in those two figures (Figure 8 and Figure 12) which will serve for the new applications. This can be done as I explain in the article. The port number is not directly related to the application but IIS site. You shouldn’t get any error here in normal circumstances. Did you do all the steps as I explained througout the series or is there any different configuration that you made? May be you forgot to give host header to the second IIS site. Try to give a header (as I did in Figure 12 – www,mstip.com) and that can do the trick.

Narsinh05/08/2010 11:25

thanks for reply

bur it gives error

The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site. Choose a different root directory for your new Web application.

Since Port in both printscreen show port no 80

Narsinh

Narsinh

M. Bora Teoman09/08/2010 16:53

Hi Narsinh

You didn’t mention about whether you give a host header to your second site or not. I am pretty sure that you can solve the problem by host header. Anyway, I suggest two microsoft web page for you. These articles may help you.

http://support.microsoft.com/kb/927376/en-us
http://technet.microsoft.com/en-us/library/cc287954(office.12).aspx

Let me know about the progress.

RSS feed for comments RSS feed for comments on this post. TrackBack URL

Leave a comment