Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
+PBGKEEPDICT
(PTFs BQU0056 and BQU0384 applied)
The +PBGKEEPDICT parameter enables you to stop the compression dictionaries in different partitions from changing during a reorganization.
BMC recommends that you select +PBGKEEPDICT(YES) if you are using a data replication product to replicate identical data objects across partitions ("mirroring").
With all PBG objects, BMC AMI Reorg builds the new compression dictionary for comparison but uses the options in the table to determine whether it is used or not. This parameter interacts with the PBGCHKDICT parameter as described in the following table:
+PBGKEEPDICT and +PBGCHKDICT options
+PBGKEEPDICT | +PBGCHKDICT | Result |
---|---|---|
NO | NO | BMC AMI Reorg does not check that all partitions have the same compression dictionary and does not build a new compression dictionary, subject to the following exceptions:
If all partitions do not have the same compression dictionary, the reorganization fails. |
NO | YES | BMC AMI Reorg checks that all partitions have the same compression dictionary and builds a new compression dictionary in either of the following cases:
|
YES | NO | BMC AMI Reorg does not check that all partitions have the same compression dictionary and does not replace compression dictionary, subject to the following exceptions:
If all partitions do not have the same compression dictionary, the reorganization fails. |
YES | YES | BMC AMI Reorg acts as if you had selected +PBGKEEPDICT(YES) and +PBGCHKDICT(NO). |
Related topic