TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


troubleshooting:replication:setup_yes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
troubleshooting:replication:setup_yes [2019/04/16 01:06] – created Scott Cunliffetroubleshooting:replication:setup_yes [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Troubleshooter: Replication Previously Setup And Running ======
 +
 +
 -->Replication previously set up and running -->Replication previously set up and running
 Is the master server running Is the master server running
Line 18: Line 21:
 Open config file, comment out replicant section and save file Open config file, comment out replicant section and save file
 restart server in foreground mode, using the command in an administrative command line window restart server in foreground mode, using the command in an administrative command line window
-<sxh>+<code>
 TMSS10Server -f -h "%TMSS10DB%" -p 5010 TMSS10Server -f -h "%TMSS10DB%" -p 5010
-</sxh>+</code>
 Open another administrative command line window and execute the command Open another administrative command line window and execute the command
-<sxh>+<code>
 netstat -na  | find "5010" netstat -na  | find "5010"
-</sxh>+</code>
 to check that the port is actively listening.  If it is you will receive output similar to to check that the port is actively listening.  If it is you will receive output similar to
-<sxh>+<code>
 netstat -na  | find "5010" netstat -na  | find "5010"
  TCP    0.0.0.0:5010           0.0.0.0:             LISTENING  TCP    0.0.0.0:5010           0.0.0.0:             LISTENING
-</sxh>+</code>
  
 From the master server run the command TMSS10Ping with the replicant server address and port. From the master server run the command TMSS10Ping with the replicant server address and port.
Line 60: Line 63:
 <-- <--
 <-- <--
 +
 +
 +{{tag> server replicate update_doco}}
troubleshooting/replication/setup_yes.1555376764.txt.gz · Last modified: 2025/01/21 22:07 (external edit)