Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Applies to: (tick) Kyvos Enterprise  (error) Kyvos Cloud (SaaS on AWS) (error) Kyvos AWS Marketplace

(error) Kyvos Azure Marketplace   (error) Kyvos GCP Marketplace (error) Kyvos Single Node Installation (Kyvos SNI)


The following sections describe the procedures for installing and configuring Kyvos Manager.

Installation

To install Kyvos Manager, perform the following steps.

Untar the KyvosManager<version>War_ux<architecture>.tar file using the following command.

tar -xvf KyvosManager<version>War_ux<architecture>.tar

This creates a folder named kyvosmanager_war containing three subfolders named: jre, kyvosmanager, and kyvosmanagerdata.

Configurations

Once you have untared the Kyvos Manager bundle, perform the following configurations according to your bundle type.

Bundle Type

War

Configuration File

setenv.sh

Location

($KM_HOME/kyvosmanager_war/kyvosmanager/bin/)

Path variables

Set absolute paths for the following variables, as shown in the examples.

  • CATALINA_HOME: Should point to the kyvosmanager_war folder.
    Example: CATALINA_HOME=/data/kyvosmanager_war/kyvosmanager/

  • KM_HOME_DIR Should point to the kyvosmanager_war folder.
    Example: KM_HOME_DIR=/data/kyvosmanager_war/kyvosmanager/

  • KM_DATA_DIR: Should point to kyvosmanagerdata folder.
    Example: KM_DATA_DIR=/data/kyvosmanager_war/kyvosmanagerdata/

  • KM_CONF_DIR: Should point to the conf folder in the kyvosmanager folder.
    Example: KM_CONF_DIR=/data/kyvosmanager_war/kyvosmanager/conf/

  • JRE_HOME: Should point to the JRE folder in the kyvosmanager_war folder.
    Example: /data/kyvosmanager_war/jre/

Port

  1. Update connector port value for HTTP connector in server.xml at kyvosmanager_war/kyvosmanger/conf/ location.

  2. Update the port value in setenv.sh file against the kyvos.manager.server.port property.

Default: 8080

Next: Start and Access Kyvos Manager

  • No labels