@kratkale What you see in the text field are place holders, just example views, if you were to hit update/save, those things aren’t what will be set.
THe reason you see “(varies)” is because the hosts in the group have some things where their host Primary Disk is set, but not all hosts have the same values.
As for your odd snapin issues please try these commands on the Database:
delete from snapinAssoc where saSnapinID <= 0; delete from snapinTasks where stSnapinID <= 0;As for the domain join issue:
The “captured” host should not be joined to the domain until after the image has been captured.
The error you were seeing was joining domain “Code = 87”
That is not FOG writing an erroneous error, but rather the error from the Domain controller directly.
This may mean your environment is expecting to be set to a specific OU within the domain?
https://forums.fogproject.org/topic/11971/unable-to-join-domain-error-87
This is an old (albeit similar) topic with the same type of error you had seen so maybe it’s fix may help your fog client as well?
This, of course, isn’t strictly necessary, since your snapin method appears to be working anyway.
As always, please update to the latest and greatest as it should help with the prevention of odd jobs just getting created as well. After you clean up things of course.
Thank you!