Error multiple hosts returned for list of mac addresses
-
https://forums.fogproject.org/topic/7678/active-directory-join-fails
Please read this posting.
-
@Tom-Elliott I actually did and unfortunately, it didn’t fix it. I don’t have virtualbox installed on my image and I’m not sure what else to try out… any ideas? I’m trying a different image right now to make sure the one I’m working with isn’t bad.
Thanks for the quick reply! Let me know your thoughts when you get a chance
-
@GFm if it’s not the virtual box thing then it’s possible the same Mac is associated to multiple hosts. In olden days this was possible. Can you get a pull of the database?
-
@Tom-Elliott What’s the sql command for that? Thanks!
-
Try this:
SELECT `hmHostID` FROM `hostMAC` GROUP BY `hmHostID` HAVING COUNT(`hmMAC`) > 1
-
@Tom-Elliott 0_1466703416882_output.txt Here you go.
-
ALright you mind a remote session?
-
Maybe even try this:
SELECT * FROM `hostMAC` WHERE `hmMAC` IN (SELECT `hmMAC` FROM `hostMAC` GROUP BY `hmMAC` HAVING COUNT(`hmMAC`) > 1)
-
@Tom-Elliott no luck
-
@GFm Tom fixed it for me. found the mac to be attached to another host and deleted it