Office Web App Server installation and Lync Integration .fr

Unified Communication Consultant. Office Web App .... In order to prepare the server for the Office Web App Server installation, you will have to download.
16MB taille 1 téléchargements 201 vues
Office Web App Installation and Lync Integration Procedure

Written By Adrian TUPPER Unified Communication Consultant

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

1

Content

1.

Introduction..................................................................................................................................... 3

2.

Requirements .................................................................................................................................. 3

3.

2.1.

IIS Modules – Windows 2008 R2 ............................................................................................. 3

2.2.

IIS Modules – Windows 2012 .................................................................................................. 3

2.3.

Office Web App Server ............................................................................................................ 4

Lab ................................................................................................................................................... 5 3.1.

Configuration Reminder .......................................................................................................... 5

3.2.

Office Web App Server Configuration ..................................................................................... 5

3.3.

Office Web App Server Installation ......................................................................................... 6

3.4.

Configure a new Office Web App Farm ................................................................................... 9

3.5.

Generate the certificate ........................................................................................................ 10

3.6.

Export Certificate................................................................................................................... 24

3.7.

Import Certificate to the Office Web App Server .................................................................. 29

3.8.

Use the certificate in Office Web App Server........................................................................ 32

3.9.

Test Office Web App Configuration....................................................................................... 33

3.9.1.

On a browser ................................................................................................................. 33

3.9.2.

On the Front-End ........................................................................................................... 34

3.9.3.

Errors connecting to the office Web App Server........................................................... 35

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

2

1. Introduction This document follows the previous article about “Lync 2013 Preview Front-End Installation”. It will show you how to install and configure the Office Web App Server in a Lync environment.

2. Requirements In order to prepare the server for the Office Web App Server installation, you will have to download the following prerequisite: o o o o

Windows Server 2008 R2 Service Pack 1 and all required updates .NET Framework 4.5 RC Windows PowerShell 3.0 KB2592525

Source : http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx#prerequisites

2.1.

IIS Modules – Windows 2008 R2

Import-Module ServerManager Add-WindowsFeature Web-Server,Web-WebServer,Web-Common-Http,Web-StaticContent,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPIFilter,Web-Includes,Web-Security,Web-Windows-Auth,Web-Filtering,Web-StatCompression,Web-Dyn-Compression,Web-Mgmt-Console,Ink-Handwriting,IH-InkSupport

2.2.

IIS Modules – Windows 2012

Import-Module ServerManager Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,WebWebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,WebPerformance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,WebFiltering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,WebISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

3

2.3.

Office Web App Server

Download the Office Web App Server on the Microsoft download page: http://www.microsoft.com/en-us/download/details.aspx?id=30358

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

4

3. Lab

3.1. •



Configuration Reminder

1 Windows 2008 R2 with Active Directory + DNS + DHCP + Active Directory Certificate Services step by step for ADCS : http://technet.microsoft.com/enus/library/cc772393(v=ws.10).aspx 1 Windows 2008 R2 (domain joined )where we are going to install the Front-End Server

Network: 10.11.12.0 Mask: 255.255.255.0 Gateway: 10.11.12.254 AD + DNS + ADCS: 10.11.12.100 Front-End: 10.11.12.101 Domain: testlab.lan AD: WIN-AD.testlab.lan Lync 2013 Preview: Lync2013Pre.testlab.lan

Put at least 4 or 6 GB for the Front-End as it uses a lot of memory when installing. It would avoid a lot of errors when installing the Front-End components.

3.2.

Office Web App Server Configuration

This is the configuration, I have made for the server where will be installed the Office Web App: FQDN: WIN-OWAppLync.testlab.lan IP: 10.11.12.102

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

5

3.3.

Office Web App Server Installation

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

6

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

7

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

8

3.4.

Configure a new Office Web App Farm

Import-module OfficeWebApps

New-OfficeWebAppFarm –InternalUrl http://WIN-OWAppLync –AllowHttp –EditingEnabled This last command will create a new farm for the Office Web App. AllowHttp is used to allow HTTP connections EditinEnabled enable editing in a Sharepoint 2013 Preview environment More information about it here: http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx#prerequisites

A mistake has been made from my previous command. We configured, in the previous lab, the connection to be https. In order to change this, you can execute this command Set-OfficeWebAppsFarm –InternalURL https://WIN-OWAppLync.testlab.lan

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

9

3.5.

Generate the certificate

Connect to the Front-End server and Launch the Deployment Wizard :

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

10

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

11

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

12

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

13

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

14

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

15

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

16

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

17

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

18

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

19

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

20

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

21

Here you will have to select the new generated certificate:

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

22

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

23

3.6.

Export Certificate

On the Front-End Server, connect to the certificate Library (choosing Computer Account): Select the new generated certificate and click export

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

24

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

25

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

26

Give it a password :

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

27

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

28

3.7.

Import Certificate to the Office Web App Server

Connect to the Web App Office Server and import the certificate to the certificate library (always on the computer account) :

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

29

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

30

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

31

3.8.

Use the certificate in Office Web App Server

Set-OfficeWebAppsFarm –CertificateName “Internal Certificate Front-End with OWApp”

In order to the changes to take effect, you will need to restart the server

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

32

3.9.

Test Office Web App Configuration

3.9.1.On a browser On a browser, just enter this url : https://win-owapplync.testlab.lan/hosting/discovery And check that the page displays an xml file:

If a blank page is shown, don’t forget to click on the “Show All Content”

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

33

3.9.2.On the Front-End If everything has been done correctly you should see in the event viewer the event ID 41032:

And event-id 41034:

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

34

3.9.3.Errors connecting to the office Web App Server If something goes wrong, you should see the following event id 41033:

If so, restart the office Web App Server. If the problem still exist and you can’t connect to the server do the steps of this article again. You must have missed something.

Enjoy ☺

Standard Edition | Office Web App Installation and Lync Integration : Step By Step

35