Document toolboxDocument toolbox

Installing Kyvos Manager

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

Kyvos Azure Marketplace   Kyvos GCP Marketplace 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

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

Copyright Kyvos, Inc. All rights reserved.