<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problems deploying printers]]></title><description><![CDATA[<p dir="auto">I posted my problem in another thread and was asked to post in a specific thread, so here it is.</p>
<p dir="auto">After the help of the forum and lots of tests at end i’ve been able to deploy printers through FOG.</p>
<p dir="auto">In the documentation you should really mention the program PrinterManagerHelper.exe that can be very useful to sort problems. This program can also add a new printer the same way that the client, so it’s much faster to check if your parameters work.</p>
<p dir="auto">One mistake in my setup was a wrong name in the UNC path to the inf file. It helped to check with <code>psexec -s -i cmd.exe</code> if the path was accessible.</p>
<p dir="auto">Some doubts/problems I still have after double checking everything.</p>
<p dir="auto">If the drivers of the printer are not installed in the host, the installation fails even if the right driver was in the specified path.<br />
<img src="/assets/uploads/files/1604270708799-selecci%C3%B3_486.png" alt="Selecció_486.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">After that the client thinks that the printer is already configured.</p>
<p dir="auto"><img src="/assets/uploads/files/1604270765592-selecci%C3%B3_487.png" alt="Selecció_487.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">It’s not clear what the name of the printer has to be. In the docs states that should be contained in the .inf file, but the name that is shown in PrinterManagerHelper is not there, so the best option is use this program to check the name of the printer after installing it manually.</p>
<p dir="auto">If there’s some mistake in the name of the printer or the driver, the IP port is created, and there’s no error in the client log, but the printer does not appear.  Don’t know if an error message could be added.</p>
<p dir="auto">When you add or remove a printer in the Web UI you have to go to the host list and select the host to see the changes reflected.</p>
<p dir="auto">When the printers are removed, it only removes the spool queues. But the first printer added still remains. That’s nothing really important and  perhaps is just an issue of the HP universal PCL driver.</p>
<p dir="auto">Thanks for your support!!</p>
]]></description><link>http://forums.fogproject.org/topic/14891/problems-deploying-printers</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 07:11:18 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/14891.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Nov 2020 22:37:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems deploying printers on Mon, 09 Nov 2020 16:08:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30684">@JJ-Fullmer</a> We provide the PrinterManagerHelper with ever release of the fog-client, e.g. <a href="https://github.com/FOGProject/fog-client/releases/tag/0.12.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/FOGProject/fog-client/releases/tag/0.12.0</a></p>
<p dir="auto">I know it’s not perfect and sometimes doesn’t provide all the information correctly. Though I don’t have real printers in my test setup and can’t work on this part much.</p>
]]></description><link>http://forums.fogproject.org/post/139103</link><guid isPermaLink="true">http://forums.fogproject.org/post/139103</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Mon, 09 Nov 2020 16:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problems deploying printers on Mon, 09 Nov 2020 14:40:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/42860">@jaumeramos</a> Remind me where you found the printermanagerhelper. I remember that being added a few years back but couldn’t find it when I was updating the documentation, so I wasn’t sure if we still were including it.</p>
]]></description><link>http://forums.fogproject.org/post/139094</link><guid isPermaLink="true">http://forums.fogproject.org/post/139094</guid><dc:creator><![CDATA[JJ Fullmer]]></dc:creator><pubDate>Mon, 09 Nov 2020 14:40:47 GMT</pubDate></item><item><title><![CDATA[Reply to Problems deploying printers on Mon, 02 Nov 2020 09:22:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/42860">@jaumeramos</a> Does the system account have access to that share?<br />
The best way to test would be to use a tool like <code>psexec</code> (<a href="https://docs.microsoft.com/en-us/sysinternals/downloads/psexec" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.microsoft.com/en-us/sysinternals/downloads/psexec</a>)<br />
to open a command prompt as the system account <code>psexec -s -i cmd.exe</code><br />
And then you can see if that’s the issue. If it is I think the share needs to have permissions of the domain computer accounts or network system or something like that. If that’s not this issue, then I’ll do some more testing and update the docs accordingly.</p>
<p dir="auto">MODs note: Moved from <a href="https://forums.fogproject.org/topic/14752/fog-1-5-4-8-printer-management-config-file-field-missing" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.fogproject.org/topic/14752/fog-1-5-4-8-printer-management-config-file-field-missing</a></p>
]]></description><link>http://forums.fogproject.org/post/138876</link><guid isPermaLink="true">http://forums.fogproject.org/post/138876</guid><dc:creator><![CDATA[JJ Fullmer]]></dc:creator><pubDate>Mon, 02 Nov 2020 09:22:11 GMT</pubDate></item><item><title><![CDATA[Reply to Problems deploying printers on Mon, 02 Nov 2020 09:21:05 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for hijacking, but I’ve been reading the new documentation and still unable to deploy a printer.<br />
The IP port is created, and there’s no error in the client log, but the printer does not appear.<br />
I’ve checked that the UNC path is accesible and been able to install a printer using the inf file in that location.</p>
<p dir="auto">Can you give some guidance about how to troubleshoot?</p>
<p dir="auto"><img src="/assets/uploads/files/1604073407320-selecci%C3%B3_476.png" alt="Selecció_476.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1604073482432-selecci%C3%B3_477.png" alt="Selecció_477.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I’m using the latest stable fog version.<br />
<img src="/assets/uploads/files/1604073680373-selecci%C3%B3_479.png" alt="Selecció_479.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">MODs note: Moved from <a href="https://forums.fogproject.org/topic/14752/fog-1-5-4-8-printer-management-config-file-field-missing" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.fogproject.org/topic/14752/fog-1-5-4-8-printer-management-config-file-field-missing</a></p>
]]></description><link>http://forums.fogproject.org/post/138851</link><guid isPermaLink="true">http://forums.fogproject.org/post/138851</guid><dc:creator><![CDATA[jaumeramos]]></dc:creator><pubDate>Mon, 02 Nov 2020 09:21:05 GMT</pubDate></item></channel></rss>