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:21] 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 Desktop Software =====+ 
 +==== 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 ===== 
 + 
 +To change the port on an existing entry in a Desktop Program, from the login window, click the ellipses button to the right of the drop down connection box to open the ''TapeTrack Options'' window. 
 + 
 +{{login_open_connection.gif}} 
 + 
 +Right click your connection and select ''Properties'' 
 + 
 +From the ''Server Information'' window edit the Server Port value to the required port number (eg 443). 
 + 
 +{{login_port_update.gif}} 
 + 
 +If required you can update the Server address as well at this point. 
 + 
 +Click ''OK'' to save the data 
 + 
 +{{tag> technote server port master lite checkpoint}}
  
technote/changing_port.1631150481.txt.gz · Last modified: 2025/01/21 22:07 (external edit)