I'm planning to create multiple virtual machines from a Solaris template. I need to remove any unique identifiers post-cloning of the VM (Hardware and Software). So far I've found:
hostid
..and this post talks about the UUID of the root filesystem.
Are there any other identifiers for Unix/Solaris that need changing?
Thanks