The SharePoint Coffee House
I'd like some SharePoint with my coffee please...

Installing Office Web Apps: Existing SharePoint 2010 Server Farm

Saturday, 11 December 2010 00:00 by Michael Mukalian

I just got done doing this a couple times, so I wanted to just throw out there steps with pictures.  The installation process is pretty much from the Deploy Office Web Apps (Installed on SharePoint 2010 Products) TechNet article, but I wanted to show images along with each step.  So, with that said, here we go:

1. Download the Office Web Apps install from wherever you've access to it (it's a seperate download in the MSDN area), and then run setup.exe.

2. Enter your Product Key when asked for it

3. Accept the Software License Terms and click <Continue>

4. Select a file location then click <Install Now>

5. Watch the progress bar scroll :)

6. When the installation completes you'll be prompted to run the Configuration Wizard.  Make sure the checkbox is checked to do so, and click <Close>

7. Click <Next> on the Welcome dialog

8. Click <Yes> in the Service Reset Notification dialog

9. Click <Next> in the Completing dialog

10. Watch another progress bar :)

11. Click <Finish> in the Successful Configuration dialog

12. Alrighty then, the bits are installed so time for configuration...fire up Central Administration from Start --> All Programs --> Microsoft SharePoint 2010 Products --> SharePoint 2010 Central Administration

13. Click the Manage services on server link in the System Settings section>

14. You'll note in the Services page that there are now instances of the services that represent the ones necessary for Office Web Applications.  These will need to be started up.  Click Start on each one to start them up.
      - Note: When installing Office Web Apps in a multi-server environment, these will need to be started on each server that you choose to run them on.>

15. Now that the instances are started up, we'll need to create the service spplications, and their proxies, thereby wiring up the Web front-ends to the service applications.  So from the home page of Central Administration click the Manage service applications link in the Application Management section>

16. In the Service Applications page, when you click the <New> button, you'll see a list of Service Applications types to create.  Note that you now see the ones relevant to Office Web Apps.  These are the ones we now have to create.  So, from this dropdown, click the Word Viewing Service option.  The Word Viewing Service Application dialog appears.

17. In the Word Viewing Service Application dialog you should enter:
      - The Name of the service application
      - Determine if you wish to use an existing application pool, or create a new one.  In this instance, use the existing Default application pool
      - Make sure the checkbox is checked to add this service application's proxy to the farm's default proxy list
      - Click <OK> when complete

18. Now that you've created the service application for the Word Viewing Service, you'll need to create one for the PowerPoint Service Application.

19. Now, depending on how you originally installed SharePoint 2010, you may or may not have to create a service application for the Excel Services Application.  If you installed via the wizard-based GUI, this will already have been created.  If you used a scripted install (say, via PowerShell), you may not have created one for Excel.  So, if one doesn't yet exist for Excel Services, create one.

20. Once all the service applications have been created, you'll need to activate the Office Web App features on the site collection you want to access them from.  Note that this is a site collection-scoped feature, so, go to your site collection's top-level site, and from its Site Settings page, click the Site collection features link in the Site Collection Administration section

21. Here, you want to activate the Office Web Apps feature first

22. And then activate the Open Documents in Client Applications by Default feature

23. Now, when you mouse-over an Office Word document, PowerPoint deck, or Excel Spreadsheet you'll see the following options in the dropdown menu

Now, you're able to view and edit Office content within the browser.  Click the images below for examples of the in-browser Excel, PowerPoint, and Word features.

Excel

PowerPoint

Word

Additional Items to Consider

While you can go through the UI to perform the activation of the features on a site collection, when you have multiple site collections going through the UI is not only tedious, but a bit time consuming.  You can create a PowerShell script and use the Enable-SPFeature to activate features via script.  So you could loop through all the site collections in a web application and enable them that way.

Also, when creating the necessary service applications, you can also create specific application pools (along with designated managed accounts) to run these service applications.  Keep in mind that whatever new accounts you use (if not using the default) that they need to have read/write access to the SPConfig and all content databases that house the site collections where Office Web Apps was activated.

- M

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SharePoint Server 2010 Beta Server Farm Installation: Go!

Saturday, 21 November 2009 08:49 by Michael Mukalian

Let's set the stage:

Host Guest
Dell XPS M1530 Intel CPU T9300 (Core 2 Duo) @ 2.5GHz
Intel CPU T9300 (Core 2 Duo) @ 2.5GHz 4GB RAM
8GB RAM Windows Server 2008 R2 64-bit
Windows 7 Ultimate 64-bit  
VMWare Workstation 7  

Initial Steps
The following prepare the virtual of a SharePoint Server 2010 Farm Installation.  Note this install will use DOMAIN\Administrator for all access.

  1. Rename your virtual server something sensible (instead of taking the funky looking name it is given when you install WS2K8R2)
  2. Within the virtual server I took the IPCONFIG information and made it static in the properties of the network adapter (verify network/internet connectivity)
  3. Next install the Active Directory Role and DNS
  4. Next, install the Application Server and Web Server Roles (taking the defaults with these)
  5. Install the WCF hotfix for SharePoint 2010 installation on Windows Server 2008 R2 (found here - http://go.microsoft.com/fwlink/?LinkID=166231)
  6. Take a snapshot here, just in case we need to revert back.
  7. Install SQL Server 2008 Standard + SP1 + Cumulative Update 2 (64-bit all the way here)
  8. Snapshot #2

SharePoint Server 2010 Installation
Here's what we're all interested in...and with screenshots!

  1. Fire up the beta, and the welcome screen appears...select Install Software Prerequisites.
  2. The SharePoint 2010 Preperation Tools dialog appears...click <Next>
  3. Accept the licensing agreement, click <Next>
  4. The prerequisite software will now be installed
  5. After a little time the prerequisite installation completes, click <Finish>
  6. Next, select Install SharePoint Server
  7. A little setup preperation happens...
  8. Time to enter the Product Key for the Beta then click <Continue>
  9. Accept the Terms of Agreement then click <Continue>
  10. Next we'll choose the Server Farm installation
  11. Select the Complete Server Type installation then click <Install Now>
  12. Installation begins...
  13. Applying updates...
  14. Installation complete!  You can run the Configuration Wizard next if you choose to do so (which we choose to do so!), click <Close>
  15. Here we have the Configuration Welcome Screen, click <Next>
  16. The service restart notification dialog appears, click <Yes>
  17. Select Create a new server farm, click <Next>
  18. In the Specify Configuration Database Settings page, enter the Database server, Database name, and the username/password of the access account
  19. Enter and confirm the farm passphrase. This is new for SharePoint 2010 and is used to protect the farm's configuration data.  Each server that joins the farm is required to enter this, so keep it handy! Click <Next>
  20. Specify the port for Central Administration and the security configuration, click <Next>
  21. Verify the configuration information then click <Next>
  22. The configuration progress dialog...
  23. Successful configuration!  Clicking <Finish> takes you into Central Administration to continue with additional configuration of the farm
  24. Upon entering CA you're asked if you want to participate in the Customer Experience Improvement Program.  Pick yes/no then click <OK>
  25. Continuing with configuration you are given the choice of following a wizard or configuring all yourself.  We'll use the wizard for now.  Click <Next>. (Click the image for a larger view)
  26. The next screen configures the services that will run on this farm, along with the account that they will run under.  Again, if you were following least privilege you'd have created additional/different accounts after installing AD (part of the initial steps above).  Here we'll just use the DOMAIN\Administrator account again.  Click <Next>.  (Click the image for a larger view)
  27. The system will now complete the configuration process of the farm.  This part took a little time on my rig (then again, it is a 4GB virtual running on an external HDD)
  28. Upon completion the system allows you to create a new site collection (so I did).  Value the relevant fields with the information you wish, select the relevant template, and click <OK> (Click image for a larger view)
  29. After the site collection is created a configuration details screen is displayed, with all of the relevant information for the farm.  Click <Finish>. (Click image for a larger view)
  30. And after all that, we now have a Team Site (created in the steps above). (Click image for a larger view)

 Happy installing! - M

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   2010 | Installation
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed