TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


server:replicant_to_master

This is an old revision of the document!


Restoring Replicant Server To Master Server Status

Examples shown use fictional server addresses. Your DB_CONFIG file will contain your DNS or IP addresses in the displayed code.

Navigate to TapeTrack Framework Server installation folder (default installation location C:\Program Files\TapeTrack\TapeTrack Framework Server)

Stop the TapeTrack Framework Service.

Open the file TapeTrack\TapeTrack Framework Server\var\db\DB_CONFIG in a text editor such as Notepad.

Using the # symbol comment out the lines of code:

rep_set_priority 0
repmgr_site replicant-1.tapetrack.com 5010 db_local_site on 
repmgr_site master.tapetrack.com 5010 db_bootstrap_helper on
rep_set_config DB_REP_CONF_BULK on
to match the following example
#rep_set_priority 0
#repmgr_site replicant-1.tapetrack.com 5010 db_local_site on 
#repmgr_site master.tapetrack.com 5010 db_bootstrap_helper on
#rep_set_config DB_REP_CONF_BULK on
Save the file.

Restart the TapeTrack Framework Service.

The Framework server will now function as a master server and not a replicant.

server/replicant_to_master.1532004192.txt.gz · Last modified: 2025/01/21 22:07 (external edit)