Find Using the Command Prompt (Windows only)
To find your Host Name and Physical Address using the Windows Command Prompt:
1.Open the Command Prompt window by clicking on Start > (All) Programs > Accessories > Command Prompt.
2.Type
ipconfig /all
and press the Enter key.
Your Host Name will appear at the top, under the section Windows IP Configuration
Your Physical Address will appear under the section Ethernet adapter Local Area Connection
Find Using LMTOOLS (Windows only)
If you already have the Autodesk Network License Manager installed on a Windows system, you can use the LMTOOLS Utility to locate your server information.
To find your Host Name and Physical Address using the LMTOOLS utility:
1.Open the LMTOOLS utility by clicking Start > All Programs > Autodesk > Network License Manager > LMTOOLS Utility.
2.Click on the Systems Settings tab.
In the left column titled Hostid Settings you will find your Host Name located in the Computer/Hostname box and your Physical Address located in the Ethernet Address box.
Find Using a Terminal Window (Linux or Mac)
If you already have the Autodesk Network License Manager installed on a Mac or Linux system, you can use the lmutil utility to locate your server information.
To find your Host Name and Physical Address using a Mac or Linux Terminal Window:
- Launch a Terminal window.
2.Type in the commands to navigate to the directory where lmutil is installed. Here's an example:
cd /usr/local/flexnetserver/
3.Type the command below to display your Host Name:
./lmutil lmhostid -hostname
You will see a message similar to the one below:
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is "HOSTNAME=Nostromo"
4.Type the command below to display your Physical Address (Host ID):
./lmutil lmhostid
You will see a message similar to the one below:
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is "6003089af239"