How to configure MS SQL Server database for Endpoint Central?

 Note :

  • Endpoint Central Supports MS SQL 2008 or later versions. 
  • If you are using "Failover Server" contact our support team for migration assistance.
  • This document is applicable for migrating Endpoint Central from PGSQL to MSSQL and one MSSQL server to another MSSQL server.
  • It is recommended to use Endpoint Central's backup method for uninterrupted workflow.

This document covers the following:

  1. To configure MS SQL as the back-end database for EndpointCentral Server.
  2. To set up a fresh MS SQL database or migrate data from an existing database to new MS SQL database.

This migration is applicable only for Endpoint Central build 10 or above. Upgrade your server here before following any of these steps.

Hardware Requirements for SQL server

The hardware requirements for SQL server include the following:

No. of endpoints to be Managed Processor Details RAM Size Hard Disk Space
1 to 250 Intel Core i3 (2 core/4 thread) 2.0 Ghz 3 MB cache 4 GB 5 GB*
251 to 500 Intel Core i3 (2 core/4 thread) 2.4 Ghz 3 MB cache 4 GB 10 GB*
501 to 1000 Intel Core i3 (2 core/4 thread) 2.9 Ghz 3 MB cache 4 GB 20 GB*
1001 to 3000 Intel Core i5 (4 core/8 thread) 2.3 GHz 8 GB 30 GB*
3001 to 5000 Intel Core i7 (6 core/12 thread) 3.2 GHz. 12 MB cache 8 GB 200 GB*
5001 to 10000 Intel Xeon E5 (8 core/16 thread) 2.6 GHz. 20 MB cache 16 GB 250 GB*
10001 to 15000 Intel Xeon E5 (12 core/24 thread) 2.7 GHz. 30 MB cache 32 GB 500 GB*
15001 to 20000 Intel Xeon E5 (14 core/28 thread) 2.7 GHz. 30 MB cache 64 GB 500 GB*
20001 to 25000 Intel Xeon (14 core/28 thread) 2.7 GHz. 30 MB cache 64 GB 1 TB*
25001 to 30000 Intel Xeon (20 core/40 thread) 3.6 GHz. 50 MB cache 128 GB 1 TB*

* May increase dynamically according to the frequency of scanning.

Migrate the Endpoint Central Server Database to MSSQL

The following steps will explain you,
1. To backup the data from the old server
2 .Migrate the Endpoint Central server database and restore the data in the MSSQL database.

  1. Click here and know the steps to configure SQL server (Proceed with step 2 if the SQL server is already configured).
  2. Migrating the database to SQL server

    From the computer where Endpoint Central Server is installed, perform the steps below:

    1. Stop Endpoint Central Server
    2. Execute the script changeDBServer.bat available under <Desktop Central Home>/bin directory. This invokes the Database Setup wizard.
    3. Select Database Type as SQL Server
    4. Specify the Host Name where SQL Server is installed
    5. From the list of available SQL server instances, select the instance on which you wish to run the database.
    6. You can choose to authenticate the database connection either using Windows Authentication or SQL Server Authentication. Choose the required authentication and provide the credentials.
    7. Click the checkbox to enable NTLM authentication.
    8. Have the "Migrate Data from Existing Database" check box enabled if you want to migrate your existing database to MSSQL.
      Note: This is applicable only if you wish to migrate your existing database to MSSQL database. If you are trying to create a fresh set up, then you can ignore this step.
    9. Click Save to save and complete the SQL Server Configuration. It will take a few minutes to configure the settings on the SQL Server.

       

      Database Setup Wizard - Windows Authentication

      Fig: Windows Authentication

      Database Setup Wizard - SQL Server Authentication

      Fig: SQL Server Authentication

Note :

It is recommended to validate once if the connection could be established with the given credentials.

You can start using Endpoint Central which has been migrated from the previous location.