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:02] Scott Cunliffetechnote:changing_port [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 36: Line 36:
 {{regedit_open_imagepath.gif}} {{regedit_open_imagepath.gif}}
  
 +The value of the ''Value Data'' will have the directory address of the Framework Server executable 
  
-===== Changing Port Desktop Software =====+<code> 
 +"C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" 
 +</code> 
 + 
 +An optional value of the port number may also be part of the data string if the Framework Server is currently set to an alternative port other than 5000. 
 + 
 +<code> 
 +"C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -p 5001 
 +</code> 
 + 
 +Change the ''-p'' value to the port required (eg 443) 
 + 
 +<code> 
 +"C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10Server.exe" -p 443 
 +</code> 
 + 
 +{{regedit_set_port.gif}} 
 + 
 +Click ''OK'' to update the configuration data. 
 + 
 +Close the Registry editor. 
 + 
 +[[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 ===== 
 + 
 +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.1631149347.txt.gz · Last modified: 2025/01/21 22:07 (external edit)