<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic jetadmin spooler queues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083061#M143097</link>
    <description>I had to move a &lt;BR /&gt;/var/spool/lp/request/&lt;PRINTER queue=""&gt; &lt;BR /&gt;to&lt;BR /&gt;/var/spool/lp/request/&lt;PRINTER queue=""&gt;.tmp &lt;BR /&gt;to debug a problem.&lt;BR /&gt;Now the jobs in the queue will not re-process&lt;BR /&gt;after moving them back into the new queue.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to re-process these jobs.&lt;BR /&gt;&lt;BR /&gt;lpstat &lt;PRINTER name=""&gt; does not see them anymore.&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;</description>
    <pubDate>Wed, 01 Oct 2003 13:17:40 GMT</pubDate>
    <dc:creator>jerry1</dc:creator>
    <dc:date>2003-10-01T13:17:40Z</dc:date>
    <item>
      <title>jetadmin spooler queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083061#M143097</link>
      <description>I had to move a &lt;BR /&gt;/var/spool/lp/request/&lt;PRINTER queue=""&gt; &lt;BR /&gt;to&lt;BR /&gt;/var/spool/lp/request/&lt;PRINTER queue=""&gt;.tmp &lt;BR /&gt;to debug a problem.&lt;BR /&gt;Now the jobs in the queue will not re-process&lt;BR /&gt;after moving them back into the new queue.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to re-process these jobs.&lt;BR /&gt;&lt;BR /&gt;lpstat &lt;PRINTER name=""&gt; does not see them anymore.&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083061#M143097</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2003-10-01T13:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: jetadmin spooler queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083062#M143098</link>
      <description>You may have to re-enable the printer to read the queue..just a thought.&lt;BR /&gt;&lt;BR /&gt;enable printername&lt;BR /&gt;&lt;BR /&gt;or if you can, restart lpshched.</description>
      <pubDate>Wed, 01 Oct 2003 13:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083062#M143098</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-10-01T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: jetadmin spooler queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083063#M143099</link>
      <description>First make absolutely certain that the owner and group are correct. The directory must be owner lp and group lp with 755 permissions.&lt;BR /&gt;That should be enough to fix you although your may need to issue an "enable printername" command. I would also issue an "accept printername" command. If that doesn't work then do an lpshut and an lpsched. Finally, examine /var/spool/lp/log for any messages after issueing another lp command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083063#M143099</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-01T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: jetadmin spooler queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083064#M143100</link>
      <description>Alternatively just re-submit them, after all, you have the thing to be printed in your &lt;PRINTER queue=""&gt;.tmp directory. &lt;BR /&gt; &lt;BR /&gt;If you do this, there is a small file of similar name to the print, for each print which you can safely delete.  Just "lp -d &lt;PRINTER queue=""&gt; &lt;LONG funny="" name=""&gt;"&lt;/LONG&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083064#M143100</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-01T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: jetadmin spooler queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083065#M143101</link>
      <description>Thanks for the help guys.&lt;BR /&gt;&lt;BR /&gt;I had tried enable, disable, accept. no go.&lt;BR /&gt;I unfortunatly cannot do an lpshut lpsched&lt;BR /&gt;on the production system with some 200+ printers. That would not be good.&lt;BR /&gt;I didn't think of resubmitting them though.&lt;BR /&gt;I will have to keep that one in mind.&lt;BR /&gt;&lt;BR /&gt;The short of it is. The next day they were&lt;BR /&gt;all gone. ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2003 13:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jetadmin-spooler-queues/m-p/3083065#M143101</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2003-10-10T13:02:08Z</dc:date>
    </item>
  </channel>
</rss>

