install eventtracker-9.1 without internet connection€¦ · internet connection quick start guide...

7
Install EventTracker-9.1 without Internet Connection Quick Start Guide Publication Date: December 18, 2018

Upload: others

Post on 19-Jul-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

Install EventTracker-9.1 without Internet Connection Quick Start Guide

Publication Date: December 18, 2018

Page 2: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

1

Install EventTracker without Internet Connection

The information contained in this document represents the current view of Netsurion. on the

issues discussed as of the date of publication. Because Netsurion must respond to changing

market conditions, it should not be interpreted to be a commitment on the part of Netsurion, and

Netsurion cannot guarantee the accuracy of any information presented after the date of

publication.

This document is for informational purposes only. Netsurion MAKES NO WARRANTIES, EXPRESS

OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT.

Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

rights under copyright, this paper may be freely distributed without permission from Netsurion, if

its content is unaltered, nothing is added to the content and credit to Netsurion is provided.

Netsurion may have patents, patent applications, trademarks, copyrights, or other intellectual

property rights covering subject matter in this document. Except as expressly provided in any

written license agreement from Netsurion, the furnishing of this document does not give you any

license to these patents, trademarks, copyrights, or other intellectual property.

The example companies, organizations, products, people and events depicted herein are fictitious.

No association with any real company, organization, product, person or event is intended or

should be inferred.

© 2018 Netsurion. All rights reserved. The names of actual companies and products mentioned

herein may be the trademarks of their respective owners.

Page 3: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

2

Install EventTracker without Internet Connection

Table of Contents How to Install IIS? .................................................................................................................................................. 3

How to Install SQL ODBC Driver? .......................................................................................................................... 3

How to Install Java? ........................................................................................................................................... 3

How to install ElasticSearch manually? ............................................................................................................. 4

In Operating System Win 2012R2 and above ................................................................................................... 5

Page 4: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

3

Install EventTracker without Internet Connection

How to Install IIS? 1. Open command prompt as a Run as administrator.

2. Enter the below command and hit enter.

dism.exe /online /enable-feature /all /featurename:IIS-WebServerRole /featurename:IIS-

WebServer /featurename:IIS-IIS6ManagementCompatibility /featurename:IIS-ManagementConsole

/featurename:IIS-ManagementService /featurename:IIS-ApplicationDevelopment

/featurename:IIS-ISAPIExtensions /featurename:IIS-ISAPIFilter /featurename:IIS-ApplicationInit

/featurename:IIS-ServerSideIncludes /featurename:IIS-NetFxExtensibility /featurename:IIS-

NetFxExtensibility45 /featurename:IIS-ASP /featurename:IIS-ASPNET /featurename:IIS-ASPNET45

/featurename:IIS-Security /featurename:IIS-IPSecurity /featurename:IIS-URLAuthorization

/featurename:IIS-Performance /featurename:IIS-HttpCompressionStatic /featurename:IIS-

HttpCompressionDynamic /featurename:IIS-Metabase /featurename:IIS-WMICompatibility

/featurename:IIS-LegacyScripts /featurename:IIS-LegacySnapIn

How to Install SQL ODBC Driver? Download and install the SQL ODBC Driver from the below link:

https://downloads.eventtracker.com/ETBuildFiles/msodbcsql_v11.msi

How to Install Java? Download and install Openjdk 11.0.1, 64 bit version from:

https://downloads.eventtracker.com/ETBuildFiles/openjdk-11.0.1_windows-x64_bin.zip Steps to install OpenJDK without internet connection:

1. Download the latest openjdk files from the above mentioned link. 2. Create folder "java" installation path under OS installed Directory as below:

C:\Program Files\Java 3. Extract OpenJDK's downloaded zip files 4. Copy the extracted folder "jdk-11.0.1" under "Java" directory, mention in Step 2

After copying the jdk folder it will be like: "C:\Program Files\Java\jdk-11.0.1" 5. Create following registry string values under below path

"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Prism Microsystems\EventTracker\Manager"

a) OpenJDKInstallPath (string) with value C:\Program Files\Java\jdk-11.0.1 b) OpenJDKVersion (string) with value 11.0.1

Page 5: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

4

Install EventTracker without Internet Connection

6. Update the system environment variable "java_home" or create if not there with value "C:\Program Files\Java\jdk-11.0.1"

After completing jdk installation, set the Environment variable path. Refer EventTracker-v9.1-Install-Guide

How to install ElasticSearch manually? 1. Download Elasticsearch version 6.3.2 (zip package)

https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.3.2.zip

2. Extract it and copy to “X:\Program Files\Elasticsearch-6.3.2”

3. Create following registry values

EsInstallPath (string) with value C\Program Files\Elasticsearch-6.3.2

EsVersion (string) with value 6.3.2

Page 6: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

5

Install EventTracker without Internet Connection

4. Run “CMD” as admin and execute “X\Program Files\Elasticsearch-6.3.2\bin\elasticsearch-service.bat” with parameter “install” then “start”

5. Execute “X\Program Files\Elasticsearch-6.3.2\bin\elasticsearch-service.bat” with parameter “start” 6. Now successfully installed elasticsearch if service running.

***IMPORTANT: Please refer the below links to download the prerequisites:

1. Jdk 11.0.1 : https://downloads.eventtracker.com/ETBuildFiles/openjdk-11.0.1_windows-x64_bin.zip

2. Elasticsearch 6.3.2 : https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-6.3.2.zip

3. SQL ODBC driver : https://downloads.eventtracker.com/ETBuildFiles/msodbcsql_v11.msi

4. SQL Server 2017 Express: https://www.microsoft.com/en-us/download/confirmation.aspx?id=55994

[Here, select custom option and proceed with the installation].

In Operating System Win 2012R2 and above Windows updates up-to-date.

IIS Configuration.(includes dotnet 3.5 and 4.5) Refer: How-to-Install-and-Customize-IIS-Web-Server-

v9-1.Guide

While Installing SQL 2016/2017 Express, below mentioned changes required.For installing SQL, refer

Microsoft site links.

Page 7: Install EventTracker-9.1 without Internet Connection€¦ · Internet Connection Quick Start Guide Publication Date: December 18, 2018 . 1 Install EventTracker without Internet Connection

6

Install EventTracker without Internet Connection

Under Server Configuration, review the Service Accounts, change Account name to Network service,

as highlighted.

Local Directory/Active Directory. Refer EventTracker-v9.1-Install-Guide

Download EventTrackerCA.crl and replace in the below mentioned path: ET installing path\Prism Microsystems