Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To change server properties after install:

  • stop the services
  • change the settings.ini file (Default Path C:\Program Files\Performanceguard\Settings.ini)
  • restart the services


The Settings.ini files contains all the properties needed to start the services.

Code Block
languagepy
themeMidnight
[Frontend]
AGENT_PORT=4001				# Port used by agent to connect to frontend
FE_DB_USER=				    BACKEND_HOSTNAME=			# Hostname of backend server
BACKEND_PORT=4008			# Port used by frontend to connect to backend
FE_DB_NAME=					# Frontend database user name
BACKENDFE_DB_HOSTNAME=localhostHOST=					# Hostnamehost of backend serverdatabase
FE_DB_NAMEUSER=pguardfe				    # Frontend database user name
FE_DB_DOMAIN=				# Frontend database user domain if using windows account
FE_DB_PASSWORD=				# Frontend database user password
FE_ENCRYPT_KEY=				# Agent encryption key (optional)
FE_JDBC_CONNECTSTRING=		# Jdbc connection string

[Backend]
BACKEND_CONNECTIONSPORT=104008			# numberPort used ofby connectionsfrontend betweento frontendconnect andto backend
BACKENDBE_DB_TIMEOUTNAME=90000					# timeout for backend connection
FE_JDBC_CONNECTSTRING=jdbc:sqlserver://localhost;databaseName=pguardfe;  # Jdbc connection string
[Backend]
BACKEND_PORT=4008Backend database name
BE_DB_HOST=					# host of database
BE_DB_USER=                 # Backend database user name
BE_DB_NAME=pguardDOMAIN=				# Backend database user domain if using windows account
BE_DB_USER=
BE_DISPLAY_HOST=localhostPASSWORD=				# Backend database user password
MERLINPORT=80				# Port of new Display
PGUARDPORT=81
BE_DB_DOMAIN=
BE_DB_PASSWORD=				# Port of old Display
SSL_KEY_STORE_PATH=			# PATH to SSL certificate
SSL_KEY_STORE_PASSWORD=
BE_DISPLAY_PORT=80		# Password to SSL Certificate
PGUARDSECURE=false			# True if using SSL
BE_JDBC_CONNECTSTRING=jdbc:sqlserver://localhost;databaseName=pguard;
PGUARDSECURE=false		# Jdbc connection string

[Info]
INSTALL_FOLDER=C:\Program Files\Performanceguard\				# Install folder path
JDBC_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver				# JDBC Connection Driver
INSTALL_TIME=06-07-2020  08:27:23				# Date and time of install