TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:finding_host_address

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:finding_host_address [2021/05/07 02:17] Scott Cunliffetechnote:finding_host_address [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Finding Host Address ====== ====== Finding Host Address ======
  
-Finding Host address to connect TapeTrack Desktop and Command Line Software to the Framework Server.+Methods for finding Host address to connect TapeTrack Desktop and Command Line Software to the Framework Server.
  
 ===== Using Windows Command Prompt ===== ===== Using Windows Command Prompt =====
Line 7: Line 7:
 ==== Hostname ==== ==== Hostname ====
  
-Enter the hostname command into the Command Prompt+Enter the command hostname into the Command Prompt
  
-<sxh>hostname</sxh>+<code>hostname</code>
  
 The hostname will be displayed in the output. The hostname will be displayed in the output.
Line 19: Line 19:
 Enter the ipconfig command into the Command Prompt with the attribute /all Enter the ipconfig command into the Command Prompt with the attribute /all
  
-<sxh> ipconfig /all </sxh>+<code> ipconfig /all </code>
  
 At the top of the output under the heading ''Windows IP Configuration'' will be the ''Host Name'', in this example GazillaByte. At the top of the output under the heading ''Windows IP Configuration'' will be the ''Host Name'', in this example GazillaByte.
Line 29: Line 29:
 {{ipconfig_host_address.png}} {{ipconfig_host_address.png}}
  
 +===== Using Linux Command Line =====
  
 +==== Hostname ====
 +
 +Enter the command hostname into the Command Line
 +
 +<code>hostname</code>
 +
 +The hostname will be displayed in the output.
 +
 +{{hostname_linux.png}}
technote/finding_host_address.1620353866.txt.gz · Last modified: 2025/01/21 22:07 (external edit)