GetHostID: Get HostID/Mac Address
GetHostID is a tool that retrieves the HostID/Mac address from the computer hosting the license server and saves it to a text file.
For Linux the output file is called gethostid.log
. For Windows it is called TC_Hostid.txt
.
-
This is related to the Full Network Client Installations using the Sentinel RMS License Manager (Windows) or Server (Linux), version 9.7.
-
The tool is applicable to Windows and Linux (32-bit and 64-bit) operating systems. See Windows: Installing the Sentinel RMS License Manager or Linux: Installing the Sentinel RMS License Server.
Windows
- Extract
getHostID_win.zip
. - Right-click
getHostID_win.bat
and select Run as Administrator from the menu.The output is saved in a file:
TC_Hostid.txt
located in the same folder asgetHostID_win.bat
.
Linux 32-bit
- Extract
gethostid.tar
. - Run the command:
>./gethostid
.The output is saved in a file:
gethostid.log
located in the same directory asgethostid
.
Linux 64-bit
- Extract
gethostid64.tar
. - Run the command:
>./gethostid64
.The output is saved in a file:
gethostid.log
located in the same directory asgethostid64
.