Installing the Enterprise Manager server component

Applies To: Forefront Client Security

The Enterprise Manager server component adds functionality to the one-server or two-server Client Security deployment and makes it the Enterprise Manager server. To install the Enterprise Manager server component, you must download the following file: FCSEnterpriseManager.msi (https://go.microsoft.com/fwlink/?LinkID=98850).

Important

   The Enterprise Manager server component cannot be uninstalled. To remove the Enterprise Manager server component, you must rebuild the server.

Installing and configuring prerequisites

The Enterprise Manager installation requires that you make changes to the SQL Server settings.

To modify SQL Server settings

  1. Click Start, point to All Programs, point to Microsoft SQL Server 2005 and then click SQL Server Management Studio.

  2. In the SQL Server Management Studio, click New Query.

  3. In the query pane, enter the following commands:

    sp_configure 'show advanced options', 1;

    Go

    Reconfigure;

    Go

    sp_configure 'clr enabled', 1;

    Go

    Reconfigure;

    Go

  4. On the toolbar, click Execute, and then verify that the status bar below the Messages window contains Query executed successfully.

You must add the MOM Connector Framework to the MOM Server that is installed with Client Security.

To add the MOM Connector Framework to Windows Server 2008

  • On the Enterprise Manager server, in a command prompt, change to the location of the Client Security installation files, type the following command, and then press ENTER:

Msiexec /i path :\momserver.msi /l*v log file path CONFIG_GROUP=” management group name ” ADDLOCAL=”MCF” MOM_SERVER=” server name ” PREREQ_COMPLETED=1  /qn

Where:

  • path is the full path to the Client Security installation files.

  • log file pathis the location in which you want the log files to be stored.

  • management group name is the MOM management group name of the Enterprise Manager server.

  • server name is the name of the Enterprise Manager server.

To add the MOM Connector Framework to Windows Server 2003

  1. From the Control Panel, double-click Add or Remove Programs.

  2. In the installed programs list, click Microsoft Operations Manager 2005, and then click Change.

  3. In the Microsoft Operations Manager 2005 Setup box, click Next.

  4. On the Microsoft Operations Manager 2005 Maintenance page, verify Modify is selected, and then click Next.

  5. On the Custom Setup page, next to MOM Connector Framework, click the down arrow, click This component will be installed on local hard disk, and then click Next.

  6. On the Prerequisite Check page, verify Passed appears, and then click Next.

    If the Prerequisite Check page displays Failed, click the View Log button, and then resolve any issues displayed.

  7. Click Install, and then when the installation is complete, click Finish.

For this version of Enterprise Manager, the MOM Connector Framework Web site must be configured to use ASP.NET 1.1.

To verify and apply the ASP.NET settings on Windows Server 2008

  1. In a command prompt, type the following command, and then press ENTER:

    %windir% \Microsoft.net\Framework\v1.1.4322\aspnet_regiis.exe -ir -enable

    Where %windir% is the Windows directory on your computer. This command creates a new Internet Information Services (IIS) application pool named ASP.NET 1.1.

  2. In the command prompt, change to the %windir%\system32\inetsrv directory, type the following command, and then press ENTER:

    appcmd set app "Microsoft Operations Manager 2005 Connector Framework/" /applicationpool:"ASP.Net 1.1"

    This configures the MOM 2005 Connector Framework to use the ASP.NET 1.1 application pool.

To verify the ASP.NET settings on Windows Server 2003

  1. In Administrative Tools, start the Internet Information Services (IIS) Manager.

  2. Expand computer name, and then expand Web Sites.

  3. Right-click Microsoft Operations Manager 2005 Connector Framework, and then click Properties.

  4. On the ASP.NET tab, in the list next to ASP.NET version, ensure **1.1.**nnnnis displayed, where nnnn is any number, and then click OK.

Installing the Enterprise Manager server component

Important

Before installing the Enterprise Manager server component, ensure that your Client Security installation has been updated.

To install the Enterprise Manager Server component

  1. Using an account that has local administrator privileges, log on to the target Enterprise Manager server.

  2. Click Start, click Run, type cmd, and then click OK.

  3. In the command prompt window, change to the folder that contains FCSEnterpriseManager.msi, type the following command, and then press ENTER:

    Msiexec /i FCSEnterpriseManager.msi /l*v  logfilename

    Where logfilename is the name of the output log.

After completing the installation of the Enterprise Manager server component, you must complete the Client Security Configuration wizard

To configure Enterprise Manager

  1. Using an account that has local administrator privileges, log on to the Enterprise Manager server.

  2. Open the Client Security console. (Click Start, point to All Programs, point to Microsoft Forefront, point to Client Security, and then click Microsoft Forefront Client Security Console.)

  3. If the Configuration wizard doesn't start automatically, click Configure on the Action menu.

  4. On the wizard's Before You Begin page, click Next.

  5. On the Collection Server and Database page, do the following:

    1. In the Collection server box, enter the name of the current computer (the default value).

    2. In the Collection database box, enter the name of the current computer (the default value) and, if necessary, the SQL Server instance.

    3. In the Management group name box, enter the name of the management group you specified during the Client Security Setup wizard, and then click Next.

  6. On the Reporting Database page, do the following:

    1. In the Reporting database box, enter the name of the current computer (the default value) and, if necessary, the SQL Server instance.

    2. In the Reporting account box, enter the user name and password for the reporting account, and then click Next.

  7. On the Reporting Server page, do the following:

    1. In the Reporting server box, enter the name of the current computer (the default value).

    2. In the URL for Report Server and URL for Report Manager boxes, verify that the default values are entered, and then click Next.

  8. On the Verifying Settings and Requirements page, verify your system requirements, and then click Next.
    If you receive an error, you cannot continue configuring Enterprise Manager.

  9. On the Completing the Configuration Wizard page, verify that you have successfully configured Client Security, and then click Close.
    If you receive an error, you cannot continue configuring Enterprise Manager.