|
This section is common to all the editions of IT360 - Professional Edition, Enterprise Edition (Both Central and Probes) and MSP Edition (Both Central and Probes).
ManageEngine IT360 supports both MySQL and MSSQL as the backend databases. MySQL is bundled, by default, in the product and is automatically installed, while installing IT360, hence no separate configuration steps are required, if you choose to use MySQL.
This section explains in detail, the procedure to configure MSSQL in IT360:
Note: The system locale can be set from; 'Control Panel -> Region and Language -> Administrative -> Change system locale']
For MSSQL, you need to procure a separate license and configure the same to enable a connection to IT360.
For MSSQL installation in IT360 server itself, you need to consider the MSSQL-specific system / hardware requirements, in addition to the system / hardware requirements of IT360, for better performance.
'SQL_Latin1_General _CP1_CI_AS'
Note: The system locale can be set from: 'Control Panel -> Region and Language -> Administrative -> Change system locale'.
Check the following conditions, before you proceed with the MSSQL Configuration:
Open Services.msc and ensure that the following Windows Services are running:
Once the Services are running, execute the following steps by using the SQL Server Configuration Manager:
Navigate to 'Start -> Microsoft SQL Server -> Configuration Tools -> SQL Server Configuration Manager' (See the below screenshot).
From the left panel, select Protocols for SQLEXPRESS (as shown in the below screenshot).
Right click on each of the following Protocols. In the corresponding Properties window displayed, set Enabled=Yes:
Shared Memory
Named Pipes
TCP/IP

Note: The default value for the TCP Port is 1433; else enter the Port number, where MSSQL is running.
Use a prefix to identify the database, related to IT360, while configuring the database parameters.
If SQL Server is installed on a remote server, you have to copy the following files from SQL Server installation to the [IT360_Home]\traffic\bin folder. (for example)
C:\Program Files\Microsoft SQL Server\90\Tools\Binn\bcp.exe
C:\Program Files\Microsoft SQL Server\90\Tools\Binn\Resources\1033\bcp.rll
IT360 stores raw traffic data for a certain period of time. This data has to be periodically written to the remote database server, using SQL bulk copy tool - bcp.exe.
Download the same version of MSSQL server Native Client and install it on the IT360 Server. This is required by IT360 to communicate to the remote database server.
|