WebFOCUS Hyperstage Consistency Manager

In this section:

Hyperstage provides a tool to validate the Hyperstage specific metadata structures. The Hyperstage Consistency Manager (ICM) is an external standalone application that can be run against a Hyperstage instance to verify, and in future releases, repair most Hyperstage data structures including the Knowledge Grid and Data Packs.

If you are seeing unexpected behavior with Hyperstage, such as server crashes, it can help to run the Hyperstage Consistency Manager for information for support, and future repair ability.

Note: Currently the Hyperstage database must be offline in order to run the Hyperstage Consistency Manager.

The current release of the Hyperstage Consistency Manager runs the following tests:


Top of page

x
Running the WebFOCUS Hyperstage Consistency Manager

In this section:

To view the run options, run ICM with the "--help" flag:

icm --help

To run ICM, use the following command:

icm --datadir=/absolute/path/to/data/directory [parameters]


x
WebFOCUS Hyperstage Consistency Manager Parameters

Parameter

Description

Details

datadir

Absolute path to the data directory.

Mandatory.

knfolder

Absolute path to the KN folder.

Optional. If not specified, no KN analysis will be executed.

database

Name of the database for analysis.

Optional. If specified, no other databases will be tested.

table

Name of the table for analysis.

Optional. If specified, no other tables will be tested.

log-file

Absolute path to the output log file.

Optional. If not specified, the logs will be printed to the console.

ext-tool

For future use.

For future use.


WebFOCUS