<?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 Printer setup problems in HPUX 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553338#M28419</link>
    <description>I have a Laserjet 4si printer on the network using a jetdirect card.  My Windows NT computers can see and use it just fine but my HPUX 10.20 Visualize workstation cannot print to it.  I have set it up using JetAdmin and SAM (which uses JetAdmin).  The print queue is active, the printer is listed as active and idle but when I send a printout to it is says it is active and busy and nothing prints.  When I test the printer setup from JetAdmin (BOOTP,TFTP, card setup) it prints the test page fine.  The problem seems to be with my lpadmin/lp system.  I have also tried setting the printer up as a shared printer from one of the Windows NT workstations but I get the same results.  I have also tried connecting the printer directly to the printer port on the back of the computer and setting it up as a local printer, again with the same results.&lt;BR /&gt;I did find, at first, that some of my lp directories had the wrong owner and access rights, but I think I have corrected this.&lt;BR /&gt;&lt;BR /&gt;   I could use any help at this point!!!&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Jul 2001 18:42:45 GMT</pubDate>
    <dc:creator>Gregory F. Wright</dc:creator>
    <dc:date>2001-07-16T18:42:45Z</dc:date>
    <item>
      <title>Printer setup problems in HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553338#M28419</link>
      <description>I have a Laserjet 4si printer on the network using a jetdirect card.  My Windows NT computers can see and use it just fine but my HPUX 10.20 Visualize workstation cannot print to it.  I have set it up using JetAdmin and SAM (which uses JetAdmin).  The print queue is active, the printer is listed as active and idle but when I send a printout to it is says it is active and busy and nothing prints.  When I test the printer setup from JetAdmin (BOOTP,TFTP, card setup) it prints the test page fine.  The problem seems to be with my lpadmin/lp system.  I have also tried setting the printer up as a shared printer from one of the Windows NT workstations but I get the same results.  I have also tried connecting the printer directly to the printer port on the back of the computer and setting it up as a local printer, again with the same results.&lt;BR /&gt;I did find, at first, that some of my lp directories had the wrong owner and access rights, but I think I have corrected this.&lt;BR /&gt;&lt;BR /&gt;   I could use any help at this point!!!&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2001 18:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553338#M28419</guid>
      <dc:creator>Gregory F. Wright</dc:creator>
      <dc:date>2001-07-16T18:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printer setup problems in HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553339#M28420</link>
      <description>Hi Greg&lt;BR /&gt;&lt;BR /&gt;Since the printer is working fine through NT stuff there seems to be no problem in the hardware , also since you can print a test page through the Jetadmin so there is no problems witht he connectivity . We can do like this :&lt;BR /&gt;&lt;BR /&gt;1. lpshut&lt;BR /&gt;2. cd /usr/spool/lp&lt;BR /&gt;3. rm FIFO&lt;BR /&gt;4. rm SCHELOCK&lt;BR /&gt;5. lpsched&lt;BR /&gt;&lt;BR /&gt;This should start the priting  ( please delte any quese if present ).&lt;BR /&gt;&lt;BR /&gt;Incase this doesnt work a goss point would be reconfigure the jetadmin and reinstall the printer as even installing Jetadmin/ Pinter should not take long.&lt;BR /&gt;&lt;BR /&gt;One more to check the printer on the parallel port is to just cat some file on /dev/lp0 ans this should print as the paralell port igenerally a standard centornics port.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 16 Jul 2001 19:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553339#M28420</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-16T19:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printer setup problems in HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553340#M28421</link>
      <description>&lt;BR /&gt;  Hi&lt;BR /&gt;&lt;BR /&gt;  Do The following&lt;BR /&gt;&lt;BR /&gt;First U ping to ur printer and see whether communication between printer and HP box is Ok or not.&lt;BR /&gt;#ping AA.AA.AA.AA&lt;BR /&gt;#cancel -e&lt;BR /&gt;#cd /var/spool/lp&lt;BR /&gt;#rm SCHEDLOCK&lt;BR /&gt;#lpshut&lt;BR /&gt;#lpsched&lt;BR /&gt;#enable "myprinter"&lt;BR /&gt;#accept "myprinter"&lt;BR /&gt;#lpstat -t &lt;BR /&gt;#cancel -e&lt;BR /&gt;  Check up whether ur sceduler is running or not, whether ur printer is enabled or not, whether any job is pending in queue or not..etc.&lt;BR /&gt;&lt;BR /&gt;I hope Now every thing will be OK. Please print and see&lt;BR /&gt;&lt;BR /&gt;#lp -d "myprinter" "myfile"&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 17 Jul 2001 04:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553340#M28421</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-17T04:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printer setup problems in HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553341#M28422</link>
      <description>Thanks for the fast replies so far.  The first two implied scheduler problems.  I tried what was suggested but with no success.  Lpstat tells me that everything is running OK and that my printer is printing, but no print comes out on the printer.&lt;BR /&gt;Anything else that I might try?</description>
      <pubDate>Tue, 17 Jul 2001 13:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553341#M28422</guid>
      <dc:creator>Gregory F. Wright</dc:creator>
      <dc:date>2001-07-17T13:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Printer setup problems in HPUX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553342#M28423</link>
      <description>I just set up a new printer on my L2000 11.0 system, and it was accepting the print job, but not printing or sending it to the NT queue for printing.&lt;BR /&gt;&lt;BR /&gt;When I rebooted the machine (for another reason) the printer is now printing AOK.  I still don't know why it happened, but at least it is working right now.</description>
      <pubDate>Tue, 17 Jul 2001 13:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup-problems-in-hpux-10-20/m-p/2553342#M28423</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2001-07-17T13:10:28Z</dc:date>
    </item>
  </channel>
</rss>

