Printer Deployment
-
Tell me more about SnapinPacks.
-
@Joe-Gill there is an announcement all about it. Look in announcements.
The reason the script runs manually is its run in the users security context. Snapins run in SYSTEM context. Set your share to anonymous read and it should work.
-
Thanks!
I set the permissions to Anonymous Log In Read/Execute and that worked.
One strange thing is that I had 4 of my hosts “fall off of the domain controller”. They loose their trust relationship with our server periodically. Wayne, we talked about this. Sometimes it’s because they get removed from the domain. In this case, it was absolutely not the case. The other admin said, that they do this periodically. We’ll have 3 or 4 a month drop off. You re-add them and everything is fine. Is this normal?
Thanks!
Cheers,
Joe
-
@Joe-Gill no its not normal.
If two computers have the same name and not being managed by the fog client, this will break client/server trust.
If an image is uploaded while joined to the Domain already - that will cause major major issues and those issues will be inconsistent.
In no scenario above will a host ever say it’s not on the domain in computer properties. It’ll say it’s joined, but nothing except local accounts will work.
If your computer is literally saying it’s in a workgroup and not a domain - I’d sort of guess someone imaged it with either encryption for that host being broken or the fog client nit installed on the image, or simply the computer not configured in fog to join the domain.
Deleting computer objects will of course cause this.
Old computer objects in ADUC with bad names or same names as existing computers can also cause problems. The new client now helps with that by creating a new object with the right name.
So… could be many things. But none of them are FOG’S fault.
-
Yeah we had this issue before FOG. When they fall off the AD DC it only allows local accounts to function but still says it’s in AD… Can’t see why it keeps happening but it does periodically. Either way it’s not a FOG issue!
On a FOG printer related note… Do you know of any easy way to determine what driver a printer uses? These Xerox printers have a Universal driver that is installed with a GUI exe file… I can find the directories that have all of the other stuff in them but I can’t get the Printer Manager Helper to be happy with any of them…
Thanks!
-
@Joe-Gill not to my knowledge. Otherwise I would have done so in the PrinterManagerHelper. I’ll keep digging around though. I suppose I could extract the hardware ID and link that to the generalized driver windows generates on installation and then parse that for more details.
I built a FOG driver pack generator from scratch awhile ago that when run on a computer extracted all used drivers to an existing pack. I could canabalize that to get the printer driver. Unfortantly window’s driver system is anything but pretty.
-
@Joe-Gill can’t say I’ve ever voluntarily used what I call bloat ware from a manufacturer to install drivers for anything. I’ve always used device manager and specified exactly the file to use. Normally drivers are sorted into folders in a download. Normally an EXE has an option to only extract drivers, or as a last resort, after you see it extract drivers, use task manager to kill the exe and then go find the drivers.
-
@Joe-Schmitt as shown in other communications I don’t know where this issue is occurring. Currently all info seems to be passed correctly. Including invalid host certificate (bad naming but that’s from the past anyway.). The server, in current trunk is sending the ihc flag unencrypted and not in Json string. I can only surmise there may be something else causing this issue, for example the flag is coming from a node/time when we both were not aware of the ihc issue altogether.
-
Well, I pretty much gave up on using FOG for Xerox printers. I know the driver DLL file the printer uses and pretty much everything else from the WIndows Test Page… But I still can’t seem to get it.
-
I remoted in and helped. The issue was with the printer configuration. The
Model
field wasn’t quite right. -
Is the 600 second delay for the host, the amount of time between when the host checks the server for an update?
What is the Windows command prompt command used to force the host to update?
@Joe-Schmitt I was able to get the Print Manager software to install one of the printers using a new network share I setup. So now it’s just testing to see if the host installs it correctly from the server. Thanks again for the help yesterday!
Cheers,
Joe Gill
-
@Joe-Gill there is no way to force the client to checkin. As for your checkin time, depending on how many clients you have, 600 seconds may be a tad excessive. v0.10+ of the client generates significantly less traffic than 0.9 did.
-
Right now mine is set to 60 - having no problems with 500 hosts.
our bigger fog system has well over 1K hosts, all with the latest client. I’ve not seen any load issues on it either, albeit most of those 1K hosts have not all been turned on at once - yet.
-
Well I was wrong. I mis-remembered 600 sec. It’s actually set to 60 sec.
I must still have something not set right in FOG. Those two printers we looked at last night are both pointing to the correct network location and I still have no printers being installed. Arg…
I plugged in the identical settings into the FOG Printer Manager Helper using the current network location and it installed just fine. No problem at all.
I’m assuming you’ll tell me it’s a system issue with the anonymous user. If it is, what exactly needs to be set?
What is the command to force the client to check with the server?
Is their anything I can check to see what’s going on?
I will be around again after 3 PM MST if you’d like to remote in.
Thanks!
Cheers,
Joe
-
What OS are you hosting your share on? Is it an actual Windows Server or a desktop OS. If so, what version? Unfortunately anonymous read shares in windows vary greatly in their setup depending on the OS and OS build.
Again, there is no way to force the client to checkin.
-
@Joe-Gill You could host the drivers on a linux share. It’s an option. Here’s a tutorial I wrote:
https://wiki.fogproject.org/wiki/index.php?title=Password_Protected_Samba_ShareThis can easily be modified for anonymous read for everyone.
-
@Joe-Schmitt That share is hosted on our Windows Server 2003 Standard Edition Service Pack 2 server. Thanks for repeating your response on forcing the service. I failed to read that. LOL!
All I did when I created that share was follow the share “wizard” and plugged in all of the settings for the various users that need access to the share, including “anonymous login”. You can see the settings in the previous post that I made for “anonymous login”.
@Wayne-Workman I may go that way. I’ve set Samba shares up a bunch of times with no problems and I do have a FreeNAS server setup too. I like the Samba shares better. So we’ll see. I’d kind of like to use the Windows Server for this one though.
Thanks guys!
Cheers,
Joe
-
@Joe-Gill afaik you have to grant access to the “everyone”-group not anonymous. Don’t forget to set permissions in both sharing and security-tab.
I’m wondering, why you install the printer with a snapin? If you can unzip the driver-package, you can put the unzipped files to your share and point directly to the appropriate inf-file instead of ntprint.inf in the fog printer-settings.
I’m using this method with different epson models and a generic driver. As the printer-model is only detected automatically if the printer is online, I’m using config-files to prevent problems.Greets,
Michael -
@Joe-Gill I’d strongly recommend getting off the 2003 server. That’s been End of Life and non-supported for nearly what, 18 months now?
-
@Bob-Henderson I’m with you. We just updated one of our servers to 2008 here this year for our AD. I’m the new guy in the shop and we have budgets to make in a small district. It is what it is at this point.
I’m just happy I’ve been able to at least dedicate some space on our virtual boxes to Linux to run FOG.
@michael_f I have set our driver package on the share and am going to hopefully get ours going the same way. We shall see!
@Joe-Schmitt I still haven’t gotten this set up correctly. If you get a minute this evening, let me know. I’ll be here until 5 MST. I’ll be on and off the forums all afternoon.
I appreciate all of the advice!!