Estava com um problema das maquinas sobrescreverem umas as outras, pesquisando vi que é um problema que o UUID ficam duplicados, navegando na internet encontrei uma dica que funcionou comigo.
'''''''''''''''''=
' Make the UUID '
'''''''''''''''''
if uuid_type = "uuid" then
Do nothing - system_uuid is the uuid already
end if
para:
'''''''''''''''''=
' Make the UUID '
'''''''''''''''''
if uuid_type = "uuid" then
system_uuid = system_name + "." + uuid ' Do nothing - system_uuid is the uuid already
end if
Postado pelo usuário do vivaolinux mcfarlane



































