<?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 Re: Waiting the queue to enable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139304#M800511</link>
    <description>I would try re-creating the queue.&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -Xqueuename&lt;BR /&gt;&lt;BR /&gt;lpadmin -v/dev/null -mrmodel -pqueuename -remotequeuename.yourdomain.com -orpremotequeuename&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Tue, 09 Dec 2003 09:15:00 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-12-09T09:15:00Z</dc:date>
    <item>
      <title>Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139293#M800500</link>
      <description>Dear experts,&lt;BR /&gt;When I try to print at the remote printing and I type lpstat it show me "waiting the queue to be enable at ip_address" but when I check the printer is already enable.Please help.</description>
      <pubDate>Mon, 08 Dec 2003 22:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139293#M800500</guid>
      <dc:creator>Yeo</dc:creator>
      <dc:date>2003-12-08T22:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139294#M800501</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;accept &lt;PRINTERNAME&gt;&lt;BR /&gt;enable &lt;PRINTERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Or even &lt;BR /&gt;&lt;BR /&gt;disable &lt;PRINTER&gt;&lt;BR /&gt;reject &lt;PRINTER&gt;&lt;BR /&gt;&lt;BR /&gt;and then enable it.&lt;BR /&gt;&lt;BR /&gt;See your Log messages&lt;BR /&gt;&lt;BR /&gt;/var/adm/messages&lt;BR /&gt;&lt;BR /&gt;btw, this is the exact method to add a remote printer&lt;BR /&gt;# lpshut&lt;BR /&gt;#lpadmin -pptr_name -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3 -ormhost_name -orpqueue_name -v/dev/null &lt;BR /&gt;&lt;BR /&gt;# accept GALI&lt;BR /&gt;# enable GALI&lt;BR /&gt;# lpsched&lt;BR /&gt;&lt;BR /&gt;-Vijay&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTERNAME&gt;&lt;/PRINTERNAME&gt;</description>
      <pubDate>Mon, 08 Dec 2003 23:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139294#M800501</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-12-08T23:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139295#M800502</link>
      <description>I try disable then enable but still got same problem.</description>
      <pubDate>Mon, 08 Dec 2003 23:08:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139295#M800502</guid>
      <dc:creator>Yeo</dc:creator>
      <dc:date>2003-12-08T23:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139296#M800503</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the knowledge base, document id: A5874074, it seems to be some permission problem.&lt;BR /&gt;&lt;BR /&gt;-------------------&lt;BR /&gt;1. Change the permissions on rlp from rwx to r-s (for user)&lt;BR /&gt;&lt;BR /&gt;# chmod 4555 /usr/sbin/rlp &lt;BR /&gt;&lt;BR /&gt;Note: this changes permissions to:  -r-sr-xr-x &lt;BR /&gt;&lt;BR /&gt;2. Check other related commands for a similar problem, such as rlpdaemon, rlpstat and rcancel.  You may need to change permissions on those as well.&lt;BR /&gt;&lt;BR /&gt;3. Restart the scheduler.&lt;BR /&gt;&lt;BR /&gt;#lpsched [if lp daemon not started]&lt;BR /&gt;#ps -ef|grep -i lpsched&lt;BR /&gt;#lpstat -t [to check if any printers are enable]&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Mon, 08 Dec 2003 23:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139296#M800503</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2003-12-08T23:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139297#M800504</link>
      <description>Also check, whether you are able to connect to remote printer using IP addresses.&lt;BR /&gt;&lt;BR /&gt;ping &lt;IP&gt;&lt;BR /&gt;&lt;BR /&gt;also check whether you are able to connect to remote printer in raw mode&lt;BR /&gt;&lt;BR /&gt;telnet &lt;PRINTERIP&gt; 515&lt;BR /&gt;&lt;BR /&gt;and see whether you are able to connect.&lt;BR /&gt;&lt;BR /&gt;This will tell you whether you have physical connectivity to the printer.&lt;BR /&gt;&lt;BR /&gt;-Vijay&lt;/PRINTERIP&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 08 Dec 2003 23:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139297#M800504</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-12-08T23:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139298#M800505</link>
      <description>btw, what is ur OS versions?&lt;BR /&gt;&lt;BR /&gt;Also look for some specific patches for lp.&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Mon, 08 Dec 2003 23:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139298#M800505</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-12-08T23:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139299#M800506</link>
      <description>OS is 11.0</description>
      <pubDate>Tue, 09 Dec 2003 02:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139299#M800506</guid>
      <dc:creator>Yeo</dc:creator>
      <dc:date>2003-12-09T02:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139300#M800507</link>
      <description>Also, if it is a remote queue, make sure the queue on the remote machine is also enabled and accepting requests.</description>
      <pubDate>Tue, 09 Dec 2003 02:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139300#M800507</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-09T02:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139301#M800508</link>
      <description>Yeo Lee read this document&lt;BR /&gt;&lt;A href="http://www.emulex.com/ts/legacy/ps/manuals/en_ins/technote.htm" target="_blank"&gt;http://www.emulex.com/ts/legacy/ps/manuals/en_ins/technote.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Tue, 09 Dec 2003 04:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139301#M800508</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-12-09T04:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139302#M800509</link>
      <description>What is your printer ?&lt;BR /&gt; &lt;BR /&gt;Read also here (section TCP/IP) &lt;BR /&gt;&lt;A href="http://www.physik.fu-berlin.de/de:w/zedv/dokumentation/zedv/jetdirect/HP_JetDirect.Print.Server_Administrators.Guide_bpj06895.pdf" target="_blank"&gt;http://www.physik.fu-berlin.de/de:w/zedv/dokumentation/zedv/jetdirect/HP_JetDirect.Print.Server_Administrators.Guide_bpj06895.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Tue, 09 Dec 2003 05:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139302#M800509</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-12-09T05:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139303#M800510</link>
      <description>Try to rebuild the printer through sam. &lt;BR /&gt;&lt;BR /&gt;I had experienced a problem which had similar characteristics. I rebuilt the printer through sam, and it works as well as it could.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 09 Dec 2003 08:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139303#M800510</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-12-09T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Waiting the queue to enable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139304#M800511</link>
      <description>I would try re-creating the queue.&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -Xqueuename&lt;BR /&gt;&lt;BR /&gt;lpadmin -v/dev/null -mrmodel -pqueuename -remotequeuename.yourdomain.com -orpremotequeuename&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 09 Dec 2003 09:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/waiting-the-queue-to-enable/m-p/3139304#M800511</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-09T09:15:00Z</dc:date>
    </item>
  </channel>
</rss>

