Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

The database_archives option specifies the number of archived UBroker databases that should be stored.

Usage


Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

NONE






Command Line, Long Form

-database_archives count



(tick)

(tick)

(tick)

Environment Variable

UBRDATABASEARCHIVES count



(tick)

(tick)

(tick)

Configuration File Keyword

database_archives count



(tick)

(tick)

(tick)

Value

count is the specification for the number of UBroker databases to be archived.

The range of valid values for this option is 0-5, where 0 disables archiving all-together while still recreating the new database.

Default value is 3.

Command Usage

The DATABASE_ARCHIVES option is used when the data from a corrupted database is preferred to be stored, rather than deleted when recreating a new UBroker database.

Notes

This change removes the recreate_databases option added in 7.3.0.0, to copy the functionality of the recreate_databases option, simply set the value of the new database_archives option to 0.

  • No labels