Changing the Recovery Log Size - Teradata Unity

Teradata Unity User Guide

Product
Teradata Unity
Release Number
16.00
Published
March 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
ipb1476817227329.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem

When you change the Recovery Log size, you must delete the Recovery log file. Changing the Recovery Log size removes the Unity object state information. After the Sequencers are started, all systems exist in the Unrecoverable state. To promote systems to an Active state, see Activating a Managed System.

Important: All objects managed by Unity remain in an Unsynced state after this process is completed.
  1. Change the RecoveryLogSize parameter value to the new size in gigabytes: CONFIG UPDATE SEQUENCER RecoveryLogSize <newSize>;
  2. Retrieve the Recovery Log file name and path. The default location is /data/recovery.log. The Recovery Log path is stored in the configuration variable, RecoveryLogPath, and the filename is stored in the configuration key RecoveryLogName.
    Run the UnityAdmin command CONFIG LIST SEQUENCER to get RecoveryLogPath and RecoveryLogName values.
  3. Run the following command to stop both Sequencer processes. /etc/init.d/unity stop
  4. Run the following command to remove the old Recovery Log file on both Unity servers. rm /data/recovery.log
  5. Run the following command to restart the Sequencer processes on both Unity servers. /etc/init.d/unity start