Version 9.6

Basic Operations

The CentraSite metadata repository consists of the following components:

This document describes how to perform administration-level CentraSite operations, such as the administration of runtime components of CentraSite, administration of the internal database that hosts the registry and repository, performance tuning and error analysis.

Several of the sections in this document refer to the command line tool "inoadmin". For some operations, you can also use features of Command Central. For usage information, see the section Overview of the CentraSite Administration Tools.

The documentation consists of the following sections:

blueball Administering the License Key
blueball Maintaining CentraSite's Internal Database
blueball Configuring the Authentication Settings
blueball Configuring Port Numbers
blueball Configuring Secure Communication between CentraSite Components
blueball Configuring the Registry Cache Settings
blueball Configuring the Email Server
blueball Overview of the CentraSite Administration Tools

Notation

In this document, the following terms are used to describe the required disk locations:

Term Description
<SuiteInstallDir>

This is the root directory for all products in the webMethods suite.

On Windows, this is by default C:\SoftwareAG.

On UNIX, this is by default /opt/softwareag/.

<CentraSiteInstallDir>

This is the CentraSite installation directory.

By default, this is the CentraSite folder under <SuiteInstallDir>.

<RuntimeDir>

This is the location of the Software AG Runtime. By default: <SuiteInstallDir>/profiles/CTP.

<RuntimeWebAppsDir>

This is the directory where the web applications on the Software AG Runtime are deployed. By default: <RuntimeDir>/workspace/webapps.

<JDKInstallDir> This is the installation directory of the Java JDK on Windows, for example <SuiteInstallDir>\jvm\jvm<n>, where <n> is the JDK version number.

Top of page