Installation requirements

1. Verify ProSync Manager configuration

When the users unzip the ProSync Manager deployment file, the following structure is shown.

installation/
├── ResetPassword.sh
├── apache-tomcat.tar.gz
├── install.cfg
├── install.log
├── install.sh
├── license
│   ├── LICENSE.txt
│   └── LICENSE_FONT.txt
├── logs
├── prosyncmanager
├── prosyncmanager.properties
├── prosyncmanager.properties.template
├── prsmgr_meta.sql
├── repodb
│   ├── Encryptor.jar
│   ├── Resetter.jar
│   ├── install_repo.sh
│   ├── repoDB.yml
│   ├── repoDB_no_vol.yml
│   ├── repodb_image.tar.aa
│   ├── repodb_image.tar.ab
│   ├── repodb_image.tar.ac
│   ├── repodb_image.tar.ad
│   ├── repodb_image.tar.ae
│   ├── repodb_image.tar.af
│   ├── repodb_image.tar.ag
│   ├── repodb_image.tar.ah
│   ├── repodb_image.tar.ai
│   ├── repodb_image.tar.aj
│   ├── repodb_image.tar.ak
│   └── vars.yml
├── tomcat_logs
├── verify
└── wars
    ├── prsmgr_web.war
    └── server.war

Below are descriptions of the main files and directories found in the above structure.

  • ResetPassword.sh This file initializes the password for the Root user used in ProSync Manager.

  • install.cfg

    This is the configuration file used to install ProSync Manager.

  • install.sh

    This is a shell script file for installing ProSync Manager.

  • logs This is the directory where ProSync Manager leaves server logs.

  • prosyncmanager

    This is the file that performs the startup or shutdown of ProSync Manager. The users can check the usage with the --help command.

  • prosyncmanager.properties

    This file sets the server parameters for ProSync Manager.

  • prsmgr_meta.sql

    This file contains schema information that is installed in the repo DB of ProSync Manager.

  • repodb

    This is the directory where the files required to install ProSync Manager's repo DB are located.

File name
Description

Encryptor.jar

The file used to encrypt the password of the ROOT user in the repo DB.

Resetter.jar

The file used to initialize the password of the ROOT user in the repo DB.

install_repo.sh

The shell script file for installing repoDB

repodb_image.tar.*

The openSQL image file

vars.yml

The file used for the openSQL installation.

  • server.xml

    This is the file that defines the Connecter and Context of the Tomcat server that ProSync Manager will use.

  • tomcat_logs

    This is the directory where Tomcat's logs used by ProSync Manager are left.

  • wars

    This is the directory where the binary files for ProSync Manager are located.

File name
Description

server.war

The back-end binary file for ProSync Manager.

prsmgr_web.war

The Front-end binary file for ProSync Manager.


2. Configuration of system environment variables

  • PRSMGR_HOME

    Unzip the ProSync Manager binary and set it to the installation directory.

Last updated