Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Under "MAC address" you will see something like 0a:22:ef:de:2f:5e (example only!). Remove the colons (:) and use the id for RealFlow's licensing process.

Getting the Hostid - Terminal

To get the "hostid" from a computer, go to the "rlm" folder of the RealFlow installation. There you will find the "rlmhostid" application. You can copy the application to the computer from which you want to know the "hostid".

Windows

C:\Program Files\Next Limit\RealFlow 10\rlm

Linux

"rlm" folder of your RealFlow installation

OS X

Applications/RealFlow 10/rlm


Now open a terminal program (e.g. Command Prompt, Bash, Terminal). Use the "cd" command to browse to the directory where "rlmhostid" has been stored, for example under "Downloads"

Windows

cd /Documents and Settings/user_name/Downloads

Linux

cd /user_name/Downloads

OS X

cd "/user_name/Downloads"

 

Enter the following command:

Windows

rlmhostid -ether

Linux

./rlmhostid -ether

OS X

./rlmhostid -ether


You will see a terminal message providing the required host Id. If you can see more than one Id just choose one of them.

...