<br>It seems in Linux hostid is pretty useless, as you'll almost always get a value of<br><a href="http://127.0.0.1">127.0.0.1</a> in network-endian 
hexadecimal.<br><br>007f 0100<br><br>f7 00 00 01<br><br>127 . 0 . 0 . 1<br><br>having VMs won't help much either, depending on the guest OS you're running, some will behave better than others based how they use their networking or pull data for hostid.<br>
<br>pseudo-unique identifiers can be had from the SMBIOS/DMI data (UUID 
value). not sure which tools one would use to gather this though.<br><br>-- Rob<br>