Skip to content

Latest commit

 

History

History
200 lines (119 loc) · 6.55 KB

Installation.rst

File metadata and controls

200 lines (119 loc) · 6.55 KB

Installation

In this article:

Requirements

For general information on system requirements see /Requirements.

Report Builder

In order to build reports on the website and to export lists in Microsoft Excel format the following libraries have to be installed:

  • Report Viewer 2010
  • Report Viewer 2012
    • Which needs SQLSysClrTypes

Download library </_static/Microsoft_ReportViewers.zip>.

IIS Features

Execute the following command to enable IIS features on the application server:

/_static/Install.cmd

See Download Script </_static/Install.cmd>.

Microsoft SQL Server

For information about supported SQL Server versions see /SupportedConf.

The installation of the SQL Server will be described in the following section.

Installation Setup

Start the SQL Server installation setup. Choose the option "New SQL Server stand-alone installation..." in the follwing Window:

image

Throughout the installation, please choose the same features as shown below:

image

Name the instance SIM or choose another name:

image

Configurate the server as follows:

image

Choose the Database Engine called 'SQL_Latin_General_CP1_CI_AS':

image

Select the 'mixed mode'-authentification and add your SQL service account as SQL Server administrator:

image

You have completed the setup!

SQL Server TCP/IP Configuration

Open the SQL Server Configuration Manager, choose 'SQL Server Network Configuration' and then 'Protocols for [Database Name]'. Change the TCP/IP Status to Enabled:

image

Right-click the TCP/IP line and choose 'Properties':

image

Choose the tab "IP Adresses" and change the 'TCP Port'-entry to 1433:

Afterwards, navigate to the SQL Server Services and restart the 'SQL Server ([Database Name])':

SIM SQL DB Service Account

Visit /KnowledgeBase/KB00020_SIM-SQL_DB-Rights/index to see how to create the Silver Monkey service account necessary for the DB connection.

You have finished the basic SQL Server installation for Silver Monkey.

Website Files

Copy the basic configuration of the website to the specified path on the web application server:

*C:\inetpub\wwwroot\[HERE]* Example: *C:\inetpub\wwwroot\SIM_R001*

This configuration will be customized later based on the customer requirements.

Tip

Make sure that the role “Everyone” has the permission to “Modify, Read& execute, List folder contents, Read, Write” to the App_Data folder (as seen below)

Database

Install the Silver Monkey Database Backup. The Backup is part of the installation Package.

See: /KnowledgeBase/KB00004_Restoring-SIM-Database/index for more Information.

IIS Configuration

Open the IIS (Internet Information Services) Manager. An app pool has to be created for the SIM Packaging website with the .NET CLR Version ‘v2.0.50727’ and the ‘Integrated’ Managed pipeline mode.

image

Navigate to the advanced settings of the created application pool (Figure 3) and set the ‘Idle Time-out(minutes)’ parameter to ‘600’. Set the ‘Idle Time-out Action’ parameter to ‘Suspend’.

image

Next, choose the ‘Add Application’ option in the right-click dialogue of the Default Web Site, choose the name of the application, the application pool that has just been created and the website folder that you copied in the C:inetpub\wwwroot… directory.

image

After this navigate to the ‘Authentication’ settings of the new application. Set the authentication as seen below:

image

For some features, it is necessary that a second AppPool is created using these settings:

image

Basic Configuration

Licence

Your Licence is part of the license certificate. Your can find an Information on this topic here: /KnowledgeBase/KB00013_Activating-and-Updating-License-Key/index

Setting up Database Connection

Silver Monkey Administrator rights are required to set or update the SQL Server Connection via the user interface. If the "Settings"-Tab is visible, you got the required rights:

Fill in the fields in the Database Settings:

Click the 'Save'-button, click the 'Check database (save before)'-button.

The following Pop-Up shows the test result. If the test was not successfull, please check if the specified account has the correct user rights.

Setting up ConfigMgr Connection

Silver Monkey Administrator rights are required to set or update the Configuration Manager Connection. If the "Settings"-Tab is visible, you got the required rights:

Expand the 'Sites' entry on the left side and choose 'New site':

Fill in the red-lined fields as seen below.

image

Visit: /KnowledgeBase/KB00017_Configuration-Manager-Rights/index to see which rights are required for the SCCM Service account and the SCCM SQL Service account.

Click the 'Create'-button.

Note

The rest of the fields will be filled in in the configuration step of the implementation.