+ All Categories
Home > Documents > 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Date post: 21-Apr-2015
Category:
Upload: jpreinoso
View: 458 times
Download: 4 times
Share this document with a friend
14
Introducing SharePoint 2010 1-87 Lab: Installing SharePoint 2010 Scenario You have been asked to deploy a SharePoint farm to support Contoso’s strategic initiatives related to enterprise collaboration. This single-server farm will act as a prototype, and executives, developers, and end users will use it to evaluate the new features of SharePoint Server 2010. Start the virtual machines 1. Start 10174A-CONTOSO-DC-A. 2. After CONTOSO-DC-A has completed startup, start 10174A-SP2010-WFE1-A.
Transcript
Page 1: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-87

Lab: Installing SharePoint 2010

Scenario You have been asked to deploy a SharePoint farm to support Contoso’s strategic initiatives related to enterprise collaboration. This single-server farm will act as a prototype, and executives, developers, and end users will use it to evaluate the new features of SharePoint Server 2010.

Start the virtual machines 1. Start 10174A-CONTOSO-DC-A.

2. After CONTOSO-DC-A has completed startup, start 10174A-SP2010-WFE1-A.

Page 2: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-88 Configuring and Administering Microsoft® SharePoint® 2010

Exercise 1: Creating Active Directory Accounts for SharePoint Although you are creating a prototype environment, you must adhere to security best practices, including least privilege. In this exercise, you create accounts for SharePoint administration, services, and access to SQL Server.

The main tasks for this exercise are as follows:

1. Create Active Directory accounts.

2. Create a SQL login for the SharePoint administrator.

3. Delegate administration of the SharePoint server.

Task 1: Create Active Directory accounts 1. Log on to SP2010-WFE1 as CONTOSO\Administrator with the password

Pa$$w0rd.

2. Open Active Directory Users and Computers.

3. Expand the contoso.com domain and then in the SharePoint OU, create the following user accounts. For each account, set the password to Pa$$w0rd, clear the User must change password at next logon check box, and select the Password never expires check box.

Full Name User Logon Name

Description E-mail

SharePoint Administrator

SP_Admin SharePoint Administrator and Setup User

SP_Admin @contoso.com

SharePoint Farm Service

SP_Farm SharePoint Farm Service

[email protected]

SharePoint Service Applications

SP_ServiceApps SharePoint Service Applications

[email protected]

4. Close Active Directory Users and Computers.

Page 3: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-89

Task 2: Create a SQL Server login for the SharePoint administrator 1. Open SQL Server Management Studio and connect to SP2010-WFE1 as

CONTOSO\SQL_Admin with the password of Pa$$w0rd.

2. Create a login for CONTOSO\SP_Admin.

3. Assign the login the dbcreator and securityadmin server roles.

4. Close the Microsoft SQL Server Management Studio.

Task 3: Delegate administration of the SharePoint server 1. Add CONTOSO\SP_Admin to the local Administrators group of SP2010-

WFE1.

2. Log off of SP2010-WFE1.

Results: After this exercise, you should have accounts for SharePoint administration, services, and database access, each of which has been delegated the least privilege permissions required to install and configure SharePoint.

Page 4: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-90 Configuring and Administering Microsoft® SharePoint® 2010

Exercise 2: Installing SharePoint Server Prerequisites

Scenario You must install certain software components and perform specific configuration prior to installing SharePoint 2010. You use the Prerequisites Installer to ensure that the required elements are in place.

The main tasks for this exercise are as follows:

1. Attempt to install SharePoint Server prerequisites.

2. Identify prerequisite installation errors.

3. Copy SharePoint prerequisite installation files

4. Script the installation of SharePoint Server prerequisites.

Task 1: Attempt to install SharePoint Server prerequisites 1. Log on to SP2010-WFE1 as CONTOSO\SP_Admin with the password

Pa$$w0rd.

2. Run D:\Software\SharePointServer2010\default.hta.

3. Click Install software prerequisites.

4. Step through the Microsoft SharePoint 2010 Products Preparation Tool.

The prerequisite installer prepares the server.

The Microsoft SharePoint 2010 Products Preparation Tool displays the message, There was an error during installation. A summary of prerequisite installation status is also displayed.

Task 2: Identify prerequisite installation errors 1. Click Review the log file.

2. Find the first instance of the text 976462. Observe the lines in the log file that indicate that the prerequisite installer checked for the existence of Hotfix for Microsoft Windows (KB976462).

Page 5: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-91

3. Find the next instance of the text 976462. Observe the lines in the log file that indicate that the prerequisite installer attempted to download Hotfix for Microsoft Windows (KB976462) from microsoft.com. Observe the URL that was used.

You can use this URL to download the prerequisite manually. Click Cancel and then close the log file.

4. Close the Microsoft SharePoint 2010 Products Preparation Tool and the SharePoint Server 2010 Start page.

Task 3: Copy SharePoint prerequisite installation files • Copy and paste all of the files from D:\Software\SharePoint Prerequisites to

D:\Software\SharePointServer2010\PrerequisiteInstallerFiles.

Task 4: Script the installation of SharePoint Server prerequisites 1. Open Notepad. Type the following, on one line, with spaces between each

switch:

/SQLNCli:PrerequisiteInstallerFiles\sqlncli.msi /ChartControl:PrerequisiteInstallerFiles\MSChart.exe /KB976462:PrerequisiteInstallerFiles\Windows6.1-KB976462-v2-x64.msu /IDFXR2:PrerequisiteInstallerFiles\Windows6.1-KB974405-x64.msu /Sync:PrerequisiteInstallerFiles\Synchronization.msi /FilterPack:PrerequisiteInstallerFiles\FilterPack.msi /ADOMD:PrerequisiteInstallerFiles\SQLSERVER2008_ASADOMD10.msi /ReportingServices:PrerequisiteInstallerFiles\rsSharePoint.msi /Speech:PrerequisiteInstallerFiles\SpeechPlatformRuntime.msi /SpeechLPK:PrerequisiteInstallerFiles\MSSpeech_SR_en-US_TELE.msi

Alternately, you can copy the contents of the file D:\Labfiles\Lab01 \PrerequisiteInstaller.Arguments.txt and paste it into your Notepad document.

2. Save the file as D:\Software\SharePointServer2010 \PrerequisiteInstaller.Arguments.txt.

3. Close Notepad.

4. Start the Command Prompt using the Run as administrator option.

Page 6: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-92 Configuring and Administering Microsoft® SharePoint® 2010

5. Type the following commands, each followed by ENTER:

D: CD Software\SharePointServer2010 PrerequisiteInstaller.exe

The Microsoft SharePoint 2010 Products Preparation Tool appears.

In a production environment, you would also add the /unattended switch to the PrerequisiteInstaller.Arguments.txt file to specify a silent, unattended installation of SharePoint prerequisites. An unattended installation skips the Welcome page and the license agreement.

For this lab, however, you did not use the /unattended switch so that you may observe the progress of the prerequisite installer and ensure that there are no errors in your script.

6. Step through the Microsoft SharePoint 2010 Products Preparation Tool. When installation has completed successfully, click Finish to close the tool.

Results: After this exercise, you should have installed and configured all SharePoint Server 2010 prerequisites.

Page 7: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-93

Exercise 3: Installing SharePoint Server

Scenario You are ready to install SharePoint Server 2010. In this exercise, you install the SharePoint binaries. In the next exercise, you finish the initial configuration of the SharePoint installation.

You may choose to perform installation manually or to script the installation of SharePoint Server.

The main tasks for this exercise are as follows:

1A. Install SharePoint Server.

or

1B. Script the installation of SharePoint Server.

Task 1A: Install SharePoint Server 1. In the SharePointServer2010 folder, double-click default.hta. On the

SharePoint Server installation splash screen, click Install SharePoint Server.

2. Complete the installation wizard using the following configuration information:

• For the Product Key, type 36BY2-DVVJY-6426X-PXWVQ-BM342.

• On the Permissions page, select the I accept the terms of this agreement check box, and then click Continue.

• On the Choose the installation you want page, click Server Farm.

• On the Server Type page, select the Complete option, and then click Install Now.

Installation proceeds for approximately 7–10 minutes.

3. When installation completes, clear the Run the SharePoint Products Configuration Wizard now check box, and then click Close.

4. On the SharePoint installation splash screen, click Exit, and then close the Windows Explorer window that displays the contents of the SharePointServer2010 folder.

Page 8: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-94 Configuring and Administering Microsoft® SharePoint® 2010

Task 1B: Script the installation of SharePoint Server 1. Edit D:\Software\SharePointServer2010\Files\SetupFarmSilent

\config.xml.

2. Replace line 11 with the following line:

<PIDKEY Value="36BY2-DVVJY-6426X-PXWVQ-BM342" />

Remove the comment tags, <!-- and -->.

3. Replace the Display element with the following:

<Display AcceptEULA="yes" Level="basic" CompletionNotice="yes" />

Alternately, copy D:\Labfiles\Lab01\config.xml to the D:\Software \SharePointServer2010\Files\SetupFarmSilent folder, overwriting the existing file.

4. Save the file and close Notepad.

5. Start Command Prompt using the Run as administrator option.

6. Type the following command on one line, and then press ENTER:

"D:\Software\SharePointServer2010\setup.exe" /config "D:\Software\SharePointServer2010\Files\SetupFarmSilent\ config.xml"

Installation takes approximately 7–10 minutes.

7. You can monitor the progress of the SharePoint installation using any of these methods:

• Click Start, type %temp%, and then press ENTER. Open the log named SharePoint Server Setup*.log.

• Open Task Manager, and then monitor processes including Msiexec.exe, Setup.exe, Mscorsvw.exe, and Psconfigui.exe.

Page 9: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-95

8. Clear the Run the SharePoint Products Configuration Wizard now check box and then close the Run Configuration Wizard page.

Results: After this exercise, you should have installed SharePoint Server 2010.

Page 10: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-96 Configuring and Administering Microsoft® SharePoint® 2010

Exercise 4: Configuring the SharePoint Installation

Scenario You are ready to complete the configuration of the SharePoint installation. In this exercise, you use the SharePoint Products Configuration Wizard to configure the server and the farm.

You may choose to perform configuration manually or to script the configuration of SharePoint Server and of the new farm.

The main tasks for this exercise are as follows:

1A. Run the SharePoint Products Configuration Wizard.

or

1B. Perform a scripted configuration of SharePoint Server.

Task 1A: Run the SharePoint Products Configuration Wizard 1. Open the SharePoint 2010 Products Configuration Wizard.

2. Complete the wizard using the following configuration information:

• Connect to a server farm: Create a new server farm

• Database server: SP2010-WFE1

• Database access username: CONTOSO\SP_Farm

• Database access password: Pa$$w0rd

• Farm passphrase: 10174_SharePoint_2010

• Central Administration port number: 9999

The Configuring SharePoint Products page indicates the progress of configuration, which takes approximately five minutes.

3. When configuration has completed successfully, click Finish.

Windows Internet Explorer appears and opens the Help Make SharePoint Better page. This is the Customer Experience Improvement survey page of the SharePoint 2010 Central Administration Web site.

Page 11: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-97

4. Select Yes, I am willing to participate (Recommended), and then click OK.

5. Close Internet Explorer.

You configure SharePoint in a later lab.

Task 1B: Perform a scripted configuration of SharePoint Server 1. Start Windows PowerShell 2.0 using the Run as administrator option.

2. Type the following command, and then press ENTER:

D:\Labfiles\Lab01\ConfigureSharePoint.ps1

The Windows PowerShell Credential Request dialog box appears.

3. In the Password box, type Pa$$w0rd, and then press ENTER.

A prompt appears to enter the farm passphrase.

4. Type 10174_SharePoint_2010, and then press ENTER.

Configuration proceeds for 7–10 minutes.

5. When the prompt Press Enter to exit appears, press ENTER.

Results: After this exercise, you should have configured SharePoint Server 2010 as a single-server farm with the Central Administration application on port 9999.

Page 12: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-98 Configuring and Administering Microsoft® SharePoint® 2010

Exercise 5: Configuring the Farm with the Farm Configuration Wizard In this exercise, you use the Farm Setup Wizard to configure the SharePoint farm and service applications with default settings.

The main tasks for this exercise are as follows:

1. Run the Farm Configuration Wizard.

Task 1: Run the Farm Configuration Wizard 1. Open SharePoint 2010 Central Administration and start the Farm

Configuration Wizard. For the service account, create a new managed account using the SP_ServiceApps account with the user name CONTOSO\SP_ServiceApps, and the password Pa$$w0rd.

2. Observe the list of service applications that will be created by the Farm Configuration Wizard. Clear the check box next to User Profile Service Application and then proceed with the wizard by clicking Next.

Farm service applications are created and started. This takes several minutes. Optionally, you can open SQL Server Management Studio to follow the progress of the service application database creation.

When the configuration is complete, the Create Site Collection page opens.

3. Click Skip.

You create an intranet in the following exercises.

4. On the Initial Farm Configuration Wizard page, click Finish.

Results: After this exercise, you should have a SharePoint farm and service applications configured with default settings.

Page 13: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

Introducing SharePoint 2010 1-99

Exercise 6 (Optional): Install a Language Pack In this exercise, you install the French language pack.

The main tasks for this exercise are as follows:

1. Install the French language pack.

2. Complete the configuration of the language pack.

3. Validate the installation of the language pack.

Task 1: Install the French language pack 1. Run D:\Software\SharePointLanguagePackFR \ServerLanguagePack.exe.

2. Select the J’accepte les termes de ce contrat check box.

3. Click Continuer.

The language pack installs.

4. On the Exécuter l’Assistant Configuration page, clear the Exécuter l’Assistant Configuration des produits SharePoint check box.

5. Click Fermer.

Task 2: Complete the configuration of the language pack • Run the SharePoint 2010 Products Configuration Wizard.

After configuration is complete, SharePoint 2010 Central Administration opens.

Task 3: Validate the installation of the language pack 1. In SharePoint 2010 Central Administration, in the Quick Launch, click System

Settings.

2. In the Servers section, click Manage servers in this farm.

3. Confirm that SP2010-WFE1 has the Language Pack for SharePoint, Project Server, and Office Web Apps 2010 - French/Français installed.

Page 14: 10174a-Enu Trainer Handbook Vol1 Lab Oratorio 1

1-100 Configuring and Administering Microsoft® SharePoint® 2010

To prepare for the next module When you finish the lab, revert the virtual machines back to their initial state. To do this, complete the following steps:

1. On the host computer, start Microsoft Hyper-V™ Manager.

2. Right-click the virtual machine name in the Virtual Machines list, and then click Revert.

3. In the Revert Virtual Machine dialog box, click Revert.


Recommended