Go to the table of contents Go to the previous page Go to the next page
Installing TRITON Solutions > Creating a TRITON Management Server > Installing the Data module of the TRITON Manager
Installing the Data module of the TRITON Manager
Deployment and Installation Center | TRITON AP-DATA | v8.3.x
Follow these instructions to install TRITON AP-DATA components on the TRITON management server. This includes:
*
*
*
*
1.
2.
When the TRITON AP-DATA Installer is launched, a Welcome screen appears. Click Next to begin TRITON AP-DATA installation.
 
Note 
3.
On the Select Components screen, click Next to accept the default selections.
 
Note 
If there is insufficient RAM on this machine for TRITON management server components, a message appears. Click OK to dismiss the message. You are allowed to proceed with the installation. However, it is a best practice to install only if you have sufficient RAM.
4.
If prompted, click OK to indicate if services such as SMTP will be enabled.
Required Windows components will be installed. You may need access to the operating system installation disc or image.
5.
On the Fingerprinting Database screen, accept the default location or use the Browse button to specify a different location.
Note that you can install the Fingerprinting database to a local path only.
6.
Archiving lets you manage the size of your incident database and optimize performance. Backup lets you safeguard your policies, forensics, configuration, data, fingerprints, encryption keys, and more.
If you do not plan to archive incidents or perform system backup and restore, you do not need to fill out this screen.
Before proceeding, create a folder in a location that both the database and TRITON management server can access. (The folder must exist before you click Next.) On average, this folder will hold 10 GB of data, so choose a location that can accommodate this.
On the Temporary Folder Location screen, complete the fields as follows:
*
Enable incident archiving and system backup: Check this box if you plan to archive old or aging incidents and perform system backup or restore. This box does not appear when you run the installer in Modify mode and perform a disaster recovery restore operation.
*
From SQL Server: Enter the path that the SQL Server should use to access the temporary folder. For best practice, it should be a remote UNC path, but local and shared network paths are supported. For example: c:\folder or \\10.2.1.1.\folder. Make sure the account used to run SQL has write access to this folder.
*
From TRITON management server: Enter the UNC path the management server should use to access the temporary folder. For example: \\10.2.1.1.\folder. Enter a user name and password for a user who is authorized to access this location.
To grant this permission, issue the following T-SQL commands on the SQL Server instance:
USE master
GRANT BACKUP DATABASE TO <user>
GO
After installation of TRITON AP-DATA components, you can revoke this permission:
USE master
REVOKE BACKUP DATABASE TO <user>
GO
7.
In the Local Administrator screen, create an account for the local administrator user on this server. Supply the user name and password to use to access this server during installation and operation. Use this same administrator wherever TRITON AP-DATA components are installed. The server/host name portion of the user name cannot exceed 15 characters. The password must:
*
*
*
*
*
8.
In the Installation Confirmation screen, click Install to begin installation of TRITON AP-DATA components.
 
9.
If the following message appears, click Yes to continue the installation:
TRITON AP-DATA needs port 80 free.
In order to proceed with this installation, DSS will free up this port.
Click Yes to proceed OR click No to preserve your settings.
Clicking No cancels the installation.
A similar message for port 443 may appear. Click Yes to continue or No to cancel the installation.
10.
The Installation progress screen appears. Wait for the installation to complete.
11.
When the Installation Complete screen appears, click Finish to close the TRITON AP-DATA installer.
12.
Otherwise, you are returned to the Installer Dashboard and the next component installer is launched.
For information on installing other TRITON AP-DATA components, such as the protector, mobile agent, FCI agent, crawler, or endpoint client, see Installing TRITON AP-DATA Agents and Servers.

Go to the table of contents Go to the previous page Go to the next page
Installing TRITON Solutions > Creating a TRITON Management Server > Installing the Data module of the TRITON Manager
Copyright 2016 Forcepoint LLC. All rights reserved.