<?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: Printer disabled in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254569#M471371</link>
    <description>&amp;gt; But I also have other Canon printers that are connected via "built-in" network cards (not JetDirect print server).&lt;BR /&gt; &lt;BR /&gt;As I mentioned above, there are VERY few non-HP printers that are compatible with HP's JetDirect protocol. The Canon ImageRunner series (big and expensive) may have JetDirect or port 9100 capability) but smaller one do not. These printers can only be connected using the "remote printer" method in SAM (or lpadmin).&lt;BR /&gt; &lt;BR /&gt;&amp;gt; Using the "addqueue" for these printers doesn't seem (although they worked for JetDirect connected ones) to work as the spool seems stuck.&lt;BR /&gt; &lt;BR /&gt;addqueue is only for JetDirect printers. Using will setup the printer for HP protocol, so your Canon printers just ignore the attempts to print. &lt;BR /&gt; &lt;BR /&gt;Use removequeue to remove PRT2230 (since it was added with addqueue). For all other printers, you would use lpadmin -x to remove the printer.&lt;BR /&gt; &lt;BR /&gt;Now before you add the printer using SAM, you need to find out what internal name is required to use the printer. The remote printer protocol is called RFC 1179 and is primitive by today's standards, but all SysV Unix systems (like HP-UX) must use this protocol. &lt;BR /&gt; &lt;BR /&gt;After deleting the printer, run sam and select printers, and Add Remote Printer (not Network printer). There will be 3 lines to fill out:&lt;BR /&gt; &lt;BR /&gt;Printer name (the Unix print queue name)&lt;BR /&gt;Remote System Name (the printer's IP address)&lt;BR /&gt;Remote Printer name (the internal name of the printer)&lt;BR /&gt; &lt;BR /&gt;The 3rd line is the most difficult. I've tried to keep a running list of the dozens of printer manufacturers with their internal names. For Canon, the names are print PRINT XJDIRECT pt1 or lpt1. The best answer would come from the manufacturer but when you mention Unix hosts, support folks get very nervous. If you can't get the name(s) for your printers, you'll have to try each one. Add the printer and send a job. If it hangs, delete the printer and try another name.</description>
    <pubDate>Thu, 16 Sep 2010 01:35:18 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2010-09-16T01:35:18Z</dc:date>
    <item>
      <title>Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254553#M471355</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is a printer that keeps getting disabled. When I run the command "lpstat -pPRT6455" I get the the following error :&lt;BR /&gt;&lt;BR /&gt;# lpstat -pPRT6455&lt;BR /&gt;printer PRT6455 disabled since Sep  7 09:31 -&lt;BR /&gt;        error 1 returned&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;&lt;BR /&gt;When I "enable PRT6455", the status returned is :&lt;BR /&gt;&lt;BR /&gt;printer PRT6455 now sending PRT6455-0 to PRT6455.  enabled since Sep  7 09:31&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;&lt;BR /&gt;But after a while, the printer is disabled again.&lt;BR /&gt;&lt;BR /&gt;I am not able to ping the printer as pinging has been disabled in the firewall/network. Traceroute is able to reach the printer.&lt;BR /&gt;&lt;BR /&gt;It is a Canon IR 2270 without print server and there's no problem printing from the network, just that UX is not able to print to it.&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered similar issues?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 07 Sep 2010 07:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254553#M471355</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-07T07:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254554#M471356</link>
      <description>&amp;gt; It is a Canon IR 2270 without print server&lt;BR /&gt;&lt;BR /&gt;What exactly do you mean here? There has to be a printserver involved. Is it internal in the printer? Or is the printer directly connected to a windows printserver? &lt;BR /&gt;How is the UNIX spool defined? Is it a remote spooler or a network spooler?</description>
      <pubDate>Tue, 07 Sep 2010 08:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254554#M471356</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-09-07T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254555#M471357</link>
      <description>Has this printer ever worked from HP-UX in the past? There are two very different ways to connect a printer in HP-UX. &lt;BR /&gt; &lt;BR /&gt;One is to use a remote lpr/lpd print server which is usually built into the LAN card in the printer. The other is to use HP's JetDirect software called hppi. However, hppi requires a LAN card that is compatible with the HP JetDirect protocol. You can check this compatibility by running the command:&lt;BR /&gt; &lt;BR /&gt;/opt/hpnpl/bin/hpnpadmin -v 1.2.3.4&lt;BR /&gt; &lt;BR /&gt;where 1.2.3.4 is the IP address of the printer. If it replies with a lot of data, then the printer can be added using addqueue. This is the preferred method to add the printer when hpnpadmin returns the printer details (more than a page of data and stats).&lt;BR /&gt; &lt;BR /&gt;Otherwise, it must be added with SAM using the option: Add Remote Printer. You will have to use the correct lpd printer name. This is very difficult to locate in the Canon documents. The 2270 may have the lpd printer name "print", "PRINT", "pt1" or "lpt1".</description>
      <pubDate>Tue, 07 Sep 2010 11:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254555#M471357</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-07T11:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254556#M471358</link>
      <description>Hi TTr &amp;amp; Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;After checking, I found that the printer is actually connected to a JetDirect print server via lpt1.&lt;BR /&gt;&lt;BR /&gt;I have been searching through this forum and found that I need to install JetAdmin in my UX box to enable the printing.&lt;BR /&gt;&lt;BR /&gt;Those threads that I read were actually dated 2002 / 2003 and not sure if the JetAdmin software is outdated. I managed to download "HP11e134.SD" but not sure if it will work with 11v2.3&lt;BR /&gt;&lt;BR /&gt;Some queries :&lt;BR /&gt;1) how do I install it?&lt;BR /&gt;2) after installation, do I still use SAM to set it up?&lt;BR /&gt;3) if so, how do I specify that it's lpt1?&lt;BR /&gt;4) as there's no "/opt/hpnpl/bin/hpnpadmin" directory, does this mean I need to install "hppi" instead of JetAdmin (or are they the same)?&lt;BR /&gt;&lt;BR /&gt;Sorry for all the stupid questions as I am at a loss as to how to get the printers working.&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Thu, 09 Sep 2010 07:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254556#M471358</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-09T07:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254557#M471359</link>
      <description>Your questions are very normal. HP has always had a very big disconnect between their printer division (including the JetDirect products which include LAN cards and external boxes) and HP-UX. JetAdmin was the first product name but was obsoleted in 1999 due to Y2K issues, and was replaced by hppi (HP Printer Installer). The code is fairly similar but hppi is what you need. Unfortunately, HP stopped shipping hppi with the core HP-UX install disks years ago (for reasons unknown) and therefore makes installing HP printers quite problematic.&lt;BR /&gt; &lt;BR /&gt;So your Canon will work just fine with hppi. Download the HP11e134.SD file (use BINARY mode if you transfer it from a PC to your HP-UX system. Store it in /tmp and install it like this:&lt;BR /&gt; &lt;BR /&gt;swinstall -s /tmp/HP11e134.SD \*&lt;BR /&gt; &lt;BR /&gt;Don't forget the \* at the end. Once installed, when you run sam, it will simply start hppi when you specify a "Network Printer". However, I find the menu quite difficult to navigate for a simple printer, so I use the hppi utility addqueue to add the printer.&lt;BR /&gt; &lt;BR /&gt;Once your printer has an IP address, just add the printer like this (after you delete the old PRT6455 using: lpadmin -x PRT6455):&lt;BR /&gt; &lt;BR /&gt;addqueue -h 1.2.3.4 -q PRT6455 -b off -e off -r off -i 261&lt;BR /&gt; &lt;BR /&gt;The man page for all the available options is:&lt;BR /&gt; &lt;BR /&gt;man net_ljx000</description>
      <pubDate>Thu, 09 Sep 2010 11:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254557#M471359</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-09T11:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254558#M471360</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks very much for your detailed explanation. It was most informative !&lt;BR /&gt;&lt;BR /&gt;I will try it out and post any issues encountered.&lt;BR /&gt;&lt;BR /&gt;Thanks very much !</description>
      <pubDate>Sun, 12 Sep 2010 23:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254558#M471360</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-12T23:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254559#M471361</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Encountered error while trying to install HP11e134.SD :&lt;BR /&gt;&lt;BR /&gt;=======  04/13/10 02:40:16 MESZ  BEGIN swagentd (pid = 1899).&lt;BR /&gt;&lt;BR /&gt;       * Registered RPC protocol "ncacn_ip_tcp" with endpoint "2121".&lt;BR /&gt;       * Registered RPC protocol "ncadg_ip_udp" with endpoint "2121".&lt;BR /&gt;       * Checking job queue at 1 minute intervals.&lt;BR /&gt;       * Started install agent on "/" for root@host, pid=26160,&lt;BR /&gt;         09/13/10 02:33:52 MESZ&lt;BR /&gt;ERROR:   Access denied to root@host to start agent on unregistered&lt;BR /&gt;         depot "/tmp/HP11e134.SD".  No (i)nsert permission on host.&lt;BR /&gt;         09/13/10 02:33:53 MESZ&lt;BR /&gt;       * Agent pid=26160 completed.  09/13/10 02:33:53 MESZ&lt;BR /&gt;       * Started install agent on "/" for root@orion, pid=26216,&lt;BR /&gt;         09/13/10 02:35:24 MESZ&lt;BR /&gt;ERROR:   Access denied to root@host to start agent on unregistered&lt;BR /&gt;         depot "/tmp/HP11e134.SD".  No (i)nsert permission on host.&lt;BR /&gt;         09/13/10 02:35:24 MESZ&lt;BR /&gt;       * Agent pid=26216 completed.  09/13/10 02:35:25 MESZ&lt;BR /&gt;&lt;BR /&gt;I have "chmod 777" but still no luck.&lt;BR /&gt;&lt;BR /&gt;What should I do?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Sep 2010 23:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254559#M471361</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-12T23:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254560#M471362</link>
      <description>&amp;gt;ERROR: Access denied to root@host to start agent on unregistered depot "/tmp/HP11e134.SD". No (i)nsert permission on host.&lt;BR /&gt;&amp;gt;I have "chmod 777" but still no luck.&lt;BR /&gt;&lt;BR /&gt;You need to look at swacl(1M) for permission issues.</description>
      <pubDate>Mon, 13 Sep 2010 00:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254560#M471362</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-13T00:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254561#M471363</link>
      <description>Try restarting swagentd&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/swagentd stop&lt;BR /&gt;/sbin/init.d/swagentd start&lt;BR /&gt; &lt;BR /&gt;Also, try the command:&lt;BR /&gt; &lt;BR /&gt;swlist&lt;BR /&gt; &lt;BR /&gt;It should report a list of software products that are installed. If you get errors, your networking setup on this system may have been recently changed, probably incorrectly.&lt;BR /&gt; &lt;BR /&gt;The problem is not with the depot file but with the software installer programs.</description>
      <pubDate>Mon, 13 Sep 2010 01:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254561#M471363</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-13T01:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254562#M471364</link>
      <description>Hi Dennis &amp;amp; Bill&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies.&lt;BR /&gt;&lt;BR /&gt;Yes, restarting the swagent worked.&lt;BR /&gt;&lt;BR /&gt;Continuing with the installation and configuration of the printer.&lt;BR /&gt;&lt;BR /&gt;Hope it works...&lt;BR /&gt;&lt;BR /&gt;Thanks once again for the prompt response. =)</description>
      <pubDate>Mon, 13 Sep 2010 01:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254562#M471364</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-13T01:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254563#M471365</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Software installed successfully.&lt;BR /&gt;&lt;BR /&gt;When I tried running "addqueue -h 1.2.3.4 -q PRT6455 -b off -e off -r off", there's an error :&lt;BR /&gt;&lt;BR /&gt;sh: addqueue:  not found.&lt;BR /&gt;&lt;BR /&gt;I checked and found that it's in "/opt/hpnpl/bin" :&lt;BR /&gt;&lt;BR /&gt;-rwx------   1 root       bin          36864 May 28  2002 addqueue&lt;BR /&gt;&lt;BR /&gt;Seems like the installation is "not complete" eventhough there was no error as I am not able to do "man addqueue" - error "No manual entry for addqueue."&lt;BR /&gt;&lt;BR /&gt;Also what is the switch "-i 261"?&lt;BR /&gt;&lt;BR /&gt;Sorry.. I am very bad at this... =(&lt;BR /&gt;&lt;BR /&gt;Thanks for your patience.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2010 01:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254563#M471365</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-13T01:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254564#M471366</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Pls disreqard my last post.&lt;BR /&gt;&lt;BR /&gt;Been looking up past ITRC posts and found nuggets of helpful info.&lt;BR /&gt;&lt;BR /&gt;Managed to get the queue created. I have sent a printout there and awaiting confirmation that it's printed (the printer is at a far away location).&lt;BR /&gt;&lt;BR /&gt;Thanks very much for you patience and help.&lt;BR /&gt;&lt;BR /&gt;Really appreciate it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2010 02:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254564#M471366</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-13T02:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254565#M471367</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Seems like it's not working. While I had no problem installing hppi and adding the queue, it doesn't seem to be printing.&lt;BR /&gt;&lt;BR /&gt;I tried sending a text file for printing :&lt;BR /&gt;&lt;BR /&gt;# lp -dPRT6450 test&lt;BR /&gt;request id is PRT6450-4 (1 file)&lt;BR /&gt;&lt;BR /&gt;and when I check it using "lpstat" it's always showing:&lt;BR /&gt;&lt;BR /&gt;# lpstat -pPRT6450&lt;BR /&gt;printer PRT6450 now printing PRT6450-4.  enabled since Sep 13 09:00&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;&lt;BR /&gt;Did I miss anything?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards</description>
      <pubDate>Mon, 13 Sep 2010 06:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254565#M471367</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-13T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254566#M471368</link>
      <description>Run the command:&lt;BR /&gt; &lt;BR /&gt;hpnpadmin -v 1.2.3.4&lt;BR /&gt; &lt;BR /&gt;where 1.2.3.4 is the IP address of the printer. It should report a long list of information and statistics. If you get an error that the printer is unreachable or not responding, you may have port 9100 disabled in your firewall. You'll need that port open.</description>
      <pubDate>Mon, 13 Sep 2010 11:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254566#M471368</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-13T11:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254567#M471369</link>
      <description>Sorry, I missed the previous questions...&lt;BR /&gt; &lt;BR /&gt;&amp;gt; When I tried running "addqueue -h 1.2.3.4 -q PRT6455 -b off -e off -r off", there's an error :&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; sh: addqueue: not found.&lt;BR /&gt; &lt;BR /&gt;The path for /opt/hpnpl/bin was added to the HP-UX login PATH but you must login again to get it updated. The path is stored in /etc/PATH. &lt;BR /&gt; &lt;BR /&gt;&amp;gt; Seems like the installation is "not complete" eventhough there was no error as I am not able to do "man addqueue" - error "No manual entry for addqueue."&lt;BR /&gt; &lt;BR /&gt;Actually, this is the same problem as above. Your $MANPATH variable must be updated by logging in again.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Also what is the switch "-i 261"?&lt;BR /&gt; &lt;BR /&gt;This is the printer ID. The addqueue program automatically identifies HP printers but nothing else. The printer ID 261 is the closest HP printer ID and simply selects the printer model script for your printer.&lt;BR /&gt; &lt;BR /&gt;Were you able to add the printer using addqueue? If you used SAM, you must select the "Network Printer" option (which runs hppi). If you used "Remote Printer", you set it up the same way as before.</description>
      <pubDate>Mon, 13 Sep 2010 11:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254567#M471369</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-13T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254568#M471370</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for taking the time to reply.&lt;BR /&gt;&lt;BR /&gt;With your help (many many thanks !!), I managed to get those printers with JetDirect connection printing. =)&lt;BR /&gt;&lt;BR /&gt;But I also have other Canon printers that are connected via "built-in" network cards (not JetDirect print server).&lt;BR /&gt;&lt;BR /&gt;Using the "addqueue" for these printers doesn't seem (although they worked for JetDirect connected ones) to work as the spool seems stuck.&lt;BR /&gt;&lt;BR /&gt;I have also tried using "SAM -&amp;gt; Adding Remote Printers" but that didn't seem to work either.&lt;BR /&gt;&lt;BR /&gt;I sent a simple text file to the printer and here's the result of "lpstat -o" &amp;amp; "lpstat -p" :&lt;BR /&gt;&lt;BR /&gt;------------------------------------------&lt;BR /&gt;# lp -dPRT2230 README-HP.txt&lt;BR /&gt;request id is PRT2230-1 (1 file)&lt;BR /&gt;&lt;BR /&gt;# lpstat -oPRT2230&lt;BR /&gt;printer queue for PRT2230&lt;BR /&gt;-- Idle&lt;BR /&gt;PRT2230-7393     root           priority ?   from&lt;BR /&gt;        PRT2230-1&lt;BR /&gt;&lt;BR /&gt;host1: PRT2230: ready and waiting&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;# lpstat -pPRT2230&lt;BR /&gt;printer PRT2230 is idle.  enabled since Sep 14 13:42&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;------------------------------------------&lt;BR /&gt;&lt;BR /&gt;"lpstat -o" &amp;amp; "lpstat -p" seem to show stuck spool?&lt;BR /&gt;&lt;BR /&gt;Thanks once again for your help &amp;amp; patience.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 23:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254568#M471370</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-14T23:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254569#M471371</link>
      <description>&amp;gt; But I also have other Canon printers that are connected via "built-in" network cards (not JetDirect print server).&lt;BR /&gt; &lt;BR /&gt;As I mentioned above, there are VERY few non-HP printers that are compatible with HP's JetDirect protocol. The Canon ImageRunner series (big and expensive) may have JetDirect or port 9100 capability) but smaller one do not. These printers can only be connected using the "remote printer" method in SAM (or lpadmin).&lt;BR /&gt; &lt;BR /&gt;&amp;gt; Using the "addqueue" for these printers doesn't seem (although they worked for JetDirect connected ones) to work as the spool seems stuck.&lt;BR /&gt; &lt;BR /&gt;addqueue is only for JetDirect printers. Using will setup the printer for HP protocol, so your Canon printers just ignore the attempts to print. &lt;BR /&gt; &lt;BR /&gt;Use removequeue to remove PRT2230 (since it was added with addqueue). For all other printers, you would use lpadmin -x to remove the printer.&lt;BR /&gt; &lt;BR /&gt;Now before you add the printer using SAM, you need to find out what internal name is required to use the printer. The remote printer protocol is called RFC 1179 and is primitive by today's standards, but all SysV Unix systems (like HP-UX) must use this protocol. &lt;BR /&gt; &lt;BR /&gt;After deleting the printer, run sam and select printers, and Add Remote Printer (not Network printer). There will be 3 lines to fill out:&lt;BR /&gt; &lt;BR /&gt;Printer name (the Unix print queue name)&lt;BR /&gt;Remote System Name (the printer's IP address)&lt;BR /&gt;Remote Printer name (the internal name of the printer)&lt;BR /&gt; &lt;BR /&gt;The 3rd line is the most difficult. I've tried to keep a running list of the dozens of printer manufacturers with their internal names. For Canon, the names are print PRINT XJDIRECT pt1 or lpt1. The best answer would come from the manufacturer but when you mention Unix hosts, support folks get very nervous. If you can't get the name(s) for your printers, you'll have to try each one. Add the printer and send a job. If it hangs, delete the printer and try another name.</description>
      <pubDate>Thu, 16 Sep 2010 01:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254569#M471371</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-16T01:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254570#M471372</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your patience and replies !&lt;BR /&gt;&lt;BR /&gt;I have really learnt a lot about unix printing from your detailed explanation.&lt;BR /&gt;&lt;BR /&gt;Just so you know, I have managed to get those Canon printers printing, all thanks to you !&lt;BR /&gt;&lt;BR /&gt;Thank you once again for your patience and help !&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 20 Sep 2010 04:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254570#M471372</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-20T04:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Printer disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254571#M471373</link>
      <description>Issue resolved</description>
      <pubDate>Mon, 20 Sep 2010 04:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-disabled/m-p/5254571#M471373</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2010-09-20T04:18:48Z</dc:date>
    </item>
  </channel>
</rss>

