TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:changing_port

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:changing_port [2021/09/09 01:48] – [Changing Port Desktop Software] Scott Cunliffetechnote:changing_port [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 62: Line 62:
 [[server/start_stop|Stop and then Start the Framework Service]] to allow the Framework Server to access the new port. [[server/start_stop|Stop and then Start the Framework Service]] to allow the Framework Server to access the new port.
  
 +
 +==== Changing Port Number On Linux ====
 +
 +<note tip>Instructions based on Fedora.  Adjust any commands for other Linux oerating systems as required</note>
 +
 +[[server/start_stop|Stop]] the server 
 +
 +Navigate to 
 +<code>/etc/rc.d/init.d</code>
 +
 +Open the file **tapetrack** in vi or similar editor.
 +
 +Add **-p 443** to the start function as shown.
 +
 +<code>
 +start()
 +{
 +        echo "Starting TapeTrack"
 +        /usr/sbin/TMSS10 -R /var/run/tapetrack.pid -p 443 &
 +        RETVAL=0
 +}</code>
 +
 +Save the file and reload systemd manager configuration using **systemctl daemon-reload** 
 +
 +Some systems may need a reboot to finalise changes.
 +
 +[[server/start_stop|Start the Framework Service]] to allow the Framework Server to access the new port.
 ===== Changing Connection Port For Desktop Software ===== ===== Changing Connection Port For Desktop Software =====
  
Line 77: Line 104:
  
 Click ''OK'' to save the data Click ''OK'' to save the data
 +
 +{{tag> technote server port master lite checkpoint}}
  
technote/changing_port.1631152095.txt.gz · Last modified: 2025/01/21 22:07 (external edit)