<?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 Xerox print queue script stops adding new queues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168295#M457530</link>
    <description>On my HPUX-11i PA-RISC host, the Xerox print queue maintenance script "xpadmin" no longer adds print queues.  It creates all of the files as usual, gives no error messages, but "lpstat -a" doesn't report the new queue as existing.&lt;BR /&gt;&lt;BR /&gt;The new printers in question aren't JetDirect so they can't be added with "hppi" unfortunately.&lt;BR /&gt;&lt;BR /&gt;Nothing is logged in syslog.log or other places listed in syslog.conf.  Nothing goes to standard error.&lt;BR /&gt;&lt;BR /&gt;Any advice on what to try would be appreciated.</description>
    <pubDate>Mon, 06 Apr 2009 18:24:30 GMT</pubDate>
    <dc:creator>Doug Freyburger</dc:creator>
    <dc:date>2009-04-06T18:24:30Z</dc:date>
    <item>
      <title>Xerox print queue script stops adding new queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168295#M457530</link>
      <description>On my HPUX-11i PA-RISC host, the Xerox print queue maintenance script "xpadmin" no longer adds print queues.  It creates all of the files as usual, gives no error messages, but "lpstat -a" doesn't report the new queue as existing.&lt;BR /&gt;&lt;BR /&gt;The new printers in question aren't JetDirect so they can't be added with "hppi" unfortunately.&lt;BR /&gt;&lt;BR /&gt;Nothing is logged in syslog.log or other places listed in syslog.conf.  Nothing goes to standard error.&lt;BR /&gt;&lt;BR /&gt;Any advice on what to try would be appreciated.</description>
      <pubDate>Mon, 06 Apr 2009 18:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168295#M457530</guid>
      <dc:creator>Doug Freyburger</dc:creator>
      <dc:date>2009-04-06T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Xerox print queue script stops adding new queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168296#M457531</link>
      <description>&lt;!--!*#--&gt;Hi Doug,&lt;BR /&gt;&lt;BR /&gt;can you look in the xpadmin script. I suppose the xerox printqueues are setup as remote printers. The script itself probably uses lpadmin to setup the print queue.&lt;BR /&gt;&lt;BR /&gt;If so, you could try to create the queue "manually":&lt;BR /&gt;/usr/sbin/lpadmin -p&lt;QNAME&gt; \&lt;BR /&gt;                  -v/dev/null \&lt;BR /&gt;                  -mrmodel \&lt;BR /&gt;                  -ocmrcmodel \&lt;BR /&gt;                  -osmrsmodel \&lt;BR /&gt;                  -ob3 \&lt;BR /&gt;                  -orm&lt;HOSTNAME&gt; \&lt;BR /&gt;                  -orp&lt;PORTNAME&gt; \&lt;BR /&gt;                  -v/dev/null&lt;BR /&gt;&lt;BR /&gt;where &lt;QNAME&gt;= name of the queue and &lt;HOSTNAME&gt; the ip adres or hostname of the remote printer and &lt;PORTNAME&gt; the name of the printer (or queue) on the remote machine. &lt;BR /&gt;This way you might see some error messages that are normally caught by the Xerox script.&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;&lt;BR /&gt;Bart&lt;/PORTNAME&gt;&lt;/HOSTNAME&gt;&lt;/QNAME&gt;&lt;/PORTNAME&gt;&lt;/HOSTNAME&gt;&lt;/QNAME&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168296#M457531</guid>
      <dc:creator>Bart Paulusse</dc:creator>
      <dc:date>2009-04-09T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Xerox print queue script stops adding new queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168297#M457532</link>
      <description>Bart,&lt;BR /&gt;&lt;BR /&gt;Thanks for the HOWTO blurb on using lpadmin directly.  Much better than available from the man page so I will use it whenever the client gets a non-HP and non-Xerox printer.  With 400+ queues so far that happens every few months.&lt;BR /&gt;&lt;BR /&gt;It turns out there was a directory "tmember" in /etc/lp.  Deleting it allowed new queue additions to work.</description>
      <pubDate>Thu, 09 Apr 2009 19:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168297#M457532</guid>
      <dc:creator>Doug Freyburger</dc:creator>
      <dc:date>2009-04-09T19:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Xerox print queue script stops adding new queues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168298#M457533</link>
      <description>rmdir /etc/lp/tmember</description>
      <pubDate>Thu, 09 Apr 2009 19:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xerox-print-queue-script-stops-adding-new-queues/m-p/5168298#M457533</guid>
      <dc:creator>Doug Freyburger</dc:creator>
      <dc:date>2009-04-09T19:30:08Z</dc:date>
    </item>
  </channel>
</rss>

