Document toolboxDocument toolbox

Metadata Settings

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

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


Kyvos Manager creates a folder named kyvosmanagerdata to store its metadata. The default location of this folder is parallel to the kyvosmanager folder that was created at the time of un-taring the installer file. This folder contains another folder named server which has multiple folders (including logs and repo).

You can configure this metadata location by setting a value for the parameters given in the following table.

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: This should point to the kyvosmanagerdata folder.

    Example: KM_DATA_DIR=/data/kyvosmanager_war/kyvosmanagerdata/

  • KM_CONF_DIR: This should point to the conf folder in kyvosmanager.

    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/

Logs

Check the kyvosmanager.log file for troubleshooting issues.

Location for tar bundle:

kyvosmanagerdata/server/logs/ 

Location for war bundle:

kyvosmanager_war/kyvosmanager/logs

Database

The database connection information for Kyvos Manager is stored in the jdbc.properties file at kyvosmanagerdata/server/ db/ location.

Copyright Kyvos, Inc. All rights reserved.