[]
        
(Showing Draft Content)

Wyn Enterprise: Installing on Linux

This topic describes the installation instructions for installing Wyn Enterprise on Linux.

To Install

Default Ports

Wyn Enterprise uses the following ports by default.

  • Server: 51980

  • Cot Worker: 51983

  • Reporting Worker: 51982

  • Scheduler Service: 51981

  • Dashboard Worker: 51984

  • Datasource Service: 51988

  • MemoryDB Service: 51987

  • AnalysisDB Primary Node: 51996

  • AnalysisDB Service: 51998

You can reassign the ports in the config (Wyn.conf) file.

Check System Status

sudo systemctl status wyn

Start Wyn Service

sudo systemctl start wyn

Stop Wyn Service

sudo systemctl stop wyn

Installed Files

File Name

Location

AnalysisDBPrimaryNode

/opt/Wyn/

AnalysisDBService

/opt/Wyn/

CotWorker

/opt/Wyn/

DashboardWorker

/opt/Wyn/

DatasourceService

/opt/Wyn/

jre

/opt/Wyn/

logs

/opt/Wyn/

MemoryDBService

/opt/Wyn/

MonetDB

/opt/Wyn/

Monitor

/opt/Wyn/

MonitorUpdater

/opt/Wyn/

Plugins

/opt/Wyn/

Account

/opt/Wyn/Plugins/

AnalysisModel

/opt/Wyn/Plugins/

Dashboard

/opt/Wyn/Plugins/

DataMonitoring

/opt/Wyn/Plugins/

Dataset

/opt/Wyn/Plugins/

Reporting

/opt/Wyn/Plugins/

ReportingWorker

/opt/Wyn/

sampledata

/opt/Wyn/

SchedulerService

/opt/Wyn/

Server

/opt/Wyn/

Tools

/opt/Wyn/

Installer-added Services

During the installation of Wyn Enterprise, these services are automatically installed on your system.

  • WynDatabase: Maintains a PostgreSQL database. This service is unavailable in case you use a custom database for Wyn Enterprise.

  • WynService: Hosts several processes to maintain Wyn Enterprise websites and other modules.

Publish Wyn Enterprise Portal to Internet

Wyn Enterprise uses the embedded identity in the server by default. Therefore, there is no need to change the configuration to publish Wyn to the internet. The customer just needs to use the reverse proxy to bind the domain if it's needed.


The Wyn Enterprise service listens to all IP addresses of a current server, so you can access the portal on the current server via localhost:42002 (if the server has a graphical shell). Otherwise, you can access the portal on another machine via http://serverip:51980/ in intranet.

On Linux, the Wyn.conf file is located here: /opt/Wyn/Monitor/conf/Wyn.conf.