I know this is a late reply, but thank you for all your help. I have it working now.
Latest posts made by dislikeusernames
-
RE: Cannot run snapins
-
RE: Can't join domain in 1.1.2
Axel12, thanks for pointing out the obvious to me. I looked through the log and it turns out I had disabled the Auto Log Out module for the client service. (Evidently, that’s important…) I enabled all modules and, voila! Joined the domain. Thanks for the help.
-
Can't join domain in 1.1.2
Fresh install of Fog 1.1.2 on Ubuntu 14.04.
I can upload and download images fine. I can run snapins.
However, I cannot join a domain. I can ping the domain from the newly imaged machine, I can do DNS lookups for the domain services, and I can join the domain manually. But joining automatically doesn’t work. I have the “Join domain after image task” box checked. I put credentials in the host configuration, and it won’t join. I put the credentials in the Fog AD Defaults and it won’t join. I put the credentials in both the host config and defaults section and no luck. The domain is correct, the username is “Administrator”, the password is encrypted, and the OU is set to the blank for default. Any thoughts? -
RE: Can't add AD OU in 1.1.2
No need to apologize. Thanks so much for all of your work.
-
Can't add AD OU in 1.1.2
Fresh install of Fog v 1.1.2. After I create a host, I go into the Active Directory section to define how it should join the domain. “Organizational Unit” now appears to be a drop-down menu instead of an editable text field. Putting in the domain admin credentials doesn’t populate the drop-down, and I can’t enter anything in it. Is there somewhere else I should be entering the OU info?[ATTACH=full]1086[/ATTACH]
[url=“/_imported_xf_attachments/1/1086_AD SS.png?:”]AD SS.png[/url]
-
RE: Cannot run snapins
That appears to have done it. Thank you!
What does that command do? Is it something I will have to run on future installations?
Also, is there a good documentation page or tutorial on Snapins? I still don’t understand the difference adding a snapin through the host as opposed to through Task Management. Deleting snapins I’ve added doesn’t seem to unschedule them. I can’t choose which snapin to run when I click Single Snapin in Task Scheduler… I’m sure I’m doing this wrong or don’t quite understand it, but I haven’t been able to find a good page that explains the details of how Snapins work. Thanks again, Tom!
-
RE: Cannot run snapins
mysql> select * from snapinJobs;
±-----±---------±----------±--------------------+
| sjID | sjHostID | sjStateID | sjCreateTime |
±-----±---------±----------±--------------------+
| 8 | 1 | 0 | 2014-06-27 02:26:09 |
±-----±---------±----------±--------------------+
1 row in set (0.00 sec)mysql> select * from snapinTasks;
Empty set (0.00 sec) -
Cannot run snapins
I can create and upload snapins with no problem. I can even add them to individual hosts. However, when I try to Task Management to actually run the snapin, I get an error that reads, “Failed to create deploy task. Snapins are already deployed to this host.” (Even though there are no snapins running.) When I go to Active Snapin Tasks, it says “No Results Found.” I am not trying to join a domain. I just can’t run a snapin. I had this problem on 1.0.1, so I deleted the whole Fog installation and database, downloaded and installed 1.1.2, and created new hosts, images, and snapins. Same problem. Any thoughts?
-
RE: Fog Service and Domain Joining
You could always write a script to uninstall the client service once you’re finished with it and push it out via Group Policy.