<?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 problems - please help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870741#M278331</link>
    <description>Yes, to clarify the "internal printer name", this has nothing to do with the IP address and hostname (so your network administrator can't define this printer name). This is a hardcoded name that the manufacturer stored inside the LAN card. To understand why this is necessary, consider a classic PC print server like WinNT. There are 5 printers configured on a WinNT box. When you configure HP-UX (or any other lpr/lpd style remote printing protocol), you have to specify the local name for the printer, the remote IP address (or hostname) and then which printer inside the WinNT server you want to talk to. The protocol has no default, even if there is only one printer on the server.&lt;BR /&gt; &lt;BR /&gt;Same for the D-Link (and any other print server in the form of a LAN card). So the possible names for the internal D-Link printer might be:&lt;BR /&gt; &lt;BR /&gt;raw text prt prn lp lpt printer ascii&lt;BR /&gt; &lt;BR /&gt;and so on. If D-Link cannot tell you the internal printer name, you'll just have to keep guessing. If the LAN card has a web page interface, try starting a browser with the IP address of the printer LAN card. That may give you this internal name.</description>
    <pubDate>Thu, 28 Sep 2006 10:54:57 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-09-28T10:54:57Z</dc:date>
    <item>
      <title>Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870730#M278320</link>
      <description>Hi, we had a problem a short while ago with DTC printers at a client. Thanks to the forum, I found &amp;amp; read the manual, started to troubleshoot the printer, eventually had HP support out there, but even with there help we couldn't get the printer working again.&lt;BR /&gt;&lt;BR /&gt;So we decided to connect the printer via the parallel port to a D-Link (dp-301p+) print server, and from there to the network. But now my knowledge fails me again.&lt;BR /&gt;&lt;BR /&gt;How do I configure a network printer on HP ? I tried the network printer option in SAM, but get the error message that HPJetDirect is not installed on my system.&lt;BR /&gt;This is also an old version of HP-UX, version 10:20&lt;BR /&gt;&lt;BR /&gt;I think I can do this using lpadmin, and then providing a filter in /etc/lp/interface, to redirect the print job to the host. If so, can anyone supply me with such a script ?&lt;BR /&gt;&lt;BR /&gt;Hope you can help!</description>
      <pubDate>Wed, 27 Sep 2006 08:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870730#M278320</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-27T08:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870731#M278321</link>
      <description>You can download and install the HP printer installer (formerly Jet Direct) by clicking on the HP logo at the top left of the page &amp;gt; selecting  "Software &amp;amp; Driver Downloads" &amp;gt; "Printing &amp;amp; Multifunction" &amp;gt; "Printing and Imaging Software" &amp;gt; "HP Printer Installation Software" &amp;gt; "HP JD Printer Installer for HP-UX 10.x".&lt;BR /&gt;&lt;BR /&gt;Once you get that installed, you should be able to use SAM to set these up as network printers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 27 Sep 2006 08:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870731#M278321</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-09-27T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870732#M278322</link>
      <description>Typically network base print spoolers accept requests on some port.  Jetdirect is 9100. &lt;BR /&gt;There needs to be a utility to direct the print job to that port.&lt;BR /&gt;&lt;BR /&gt;The jetdirect print utility can be used but will have to be set up manually.&lt;BR /&gt;&lt;BR /&gt;lpadmin -xprinter1 -mlaserjet -v/dev/null&lt;BR /&gt;accept printer1&lt;BR /&gt;enable printer1&lt;BR /&gt;( above is normal stuff )&lt;BR /&gt;&lt;BR /&gt;In /etc/lp/interface create a subdirectory called model.orig&lt;BR /&gt;copy /etc/lp/interface/printer1 to model.orig&lt;BR /&gt;copy /opt/hpnp/sh/hpnp.model to /etc/lp/interface/printer1&lt;BR /&gt;set ownership and permissions correctly.&lt;BR /&gt;modify /etc/lp/interface/printer1 PERIPH= and PORT= lines to set the IP/Hostname of the spooler and the port that it uses.&lt;BR /&gt;If you read through the hpnp.model script you will understand what it does.&lt;BR /&gt;The above is what SAM actually does (loosely). &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2006 08:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870732#M278322</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2006-09-27T08:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870733#M278323</link>
      <description>Thank you very much.   Tim, I assume from your answer, that I first have to install a utility (JetDirect perhaps?), before I can add the printer.  Is this correct ?&lt;BR /&gt;&lt;BR /&gt;Is this something similar to the lpsock utility on Solaris (which I use to pipe my requests to:   | lpsock hostname portname)&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2006 08:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870733#M278323</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-27T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870734#M278324</link>
      <description>Actually, all the advice for JetAdmin and JetDirect only applies to HP network cards, the JetDirect product line. Non-HP LAN adapters use a very old protocol which is what you would use when printing to a PC or Linux server. So you will need to contact D-Link to find out the internal name of the printer. To add a remote printer, you need 4 items:&lt;BR /&gt; &lt;BR /&gt;1. local print queue name&lt;BR /&gt;2. remote server IP address&lt;BR /&gt;3. name of the printer on the remote server&lt;BR /&gt;4. Check the BSD box&lt;BR /&gt; &lt;BR /&gt;Note that "print server" in this case means the D-Link LAN card. Once you have the printer setup, print something simple like /etc/fstab:&lt;BR /&gt; &lt;BR /&gt;lp -dmyprnque /etc/fstab&lt;BR /&gt; &lt;BR /&gt;Note that the output may stair-step down the page. If so, you'll need to print text files with the ux2dos command:&lt;BR /&gt; &lt;BR /&gt;ux2dos /etc/fstab | lp -dmyprnque&lt;BR /&gt; &lt;BR /&gt;Also note that non-HP network printers are extremely limited. None of the -o options will work and you'll need to use ux2dos.&lt;BR /&gt; &lt;BR /&gt;On the other hand, if you replace the D-Link with an HP JetDirect External adapter, then full functionality will be available with the JetDirect software. You download the latest JetDirect software from:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&amp;amp;pnameOID=18923&amp;amp;taskId=135&amp;amp;prodTypeId=18972&amp;amp;prodSeriesId=27350" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&amp;amp;pnameOID=18923&amp;amp;taskId=135&amp;amp;prodTypeId=18972&amp;amp;prodSeriesId=27350&lt;/A&gt;〈=en&amp;amp;cc=us&lt;BR /&gt; &lt;BR /&gt;Install using swinstall and then run SAM (the hard way) or use addqueue (the easy way):&lt;BR /&gt; &lt;BR /&gt;addqueue -h 12.34.56.78 -q myprnque&lt;BR /&gt; &lt;BR /&gt;As with the D-Link, you need to load a fixed IP address into the card. The adapter docs will cover this task.</description>
      <pubDate>Wed, 27 Sep 2006 15:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870734#M278324</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-27T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870735#M278325</link>
      <description>Thank you very much, I *really* appreciate all the feedback&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Dirk</description>
      <pubDate>Thu, 28 Sep 2006 06:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870735#M278325</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-28T06:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870736#M278326</link>
      <description>I tried following these 4 steps:&lt;BR /&gt;&lt;BR /&gt;1. local print queue name &lt;BR /&gt;2. remote server IP address &lt;BR /&gt;3. name of the printer on the remote server &lt;BR /&gt;4. Check the BSD box &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but nothing comes out on the printer side. I confirmed the remote server name with my network administrator who installed the D-Link print server.&lt;BR /&gt;&lt;BR /&gt;When I use lpstat, it only says "printer lp5 now sending lp5-5 to ......."&lt;BR /&gt;&lt;BR /&gt;Is there a way I can troubleshoot this to see what the problem is ?&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 09:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870736#M278326</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-28T09:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870737#M278327</link>
      <description>Can you ping the remote server IP?&lt;BR /&gt;&lt;BR /&gt;What did you use as the remote queue name? Most print servers have predefined names like "RAW", "ASCII", "LP0", etc.</description>
      <pubDate>Thu, 28 Sep 2006 09:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870737#M278327</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-09-28T09:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870738#M278328</link>
      <description>Yes, I can ping the remote ip, thanks.&lt;BR /&gt;&lt;BR /&gt;When you say remote queue name, I do not follow.   Under remote system name, I specified the IP which I can ping, and under remote printer name, I specified the printer name that was given to the D-Link print server by the network administrator.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 09:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870738#M278328</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-28T09:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870739#M278329</link>
      <description>After reading some information regarding the DP-301, I think you need to confirm with your network admin that you are putting the "queue name" he defined when he was setting up the print server, and not the host name used for networking.&lt;BR /&gt;&lt;BR /&gt;If you don't understand the difference -- pretend the print server is a host running an OS that has print queues defined on it. The remote queue name is the name of one of those defined queues -- most print servers have predefined queues for different formatting options. I see that the DP-301 lets you define those queue names through an administration page, so that is where the confusion is coming in.&lt;BR /&gt;&lt;BR /&gt;What, exactly, do you have as your remote queue name?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 09:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870739#M278329</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-09-28T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870740#M278330</link>
      <description>I first used the name he gave the server, which is DotMatrix (which he can change), but then I removed the printer, and recreated it using the 2nd name, which aparently is not changeable, PS-67F326-P1&lt;BR /&gt;&lt;BR /&gt;Unfortunately the people have now left the office, and I cannot test it any further today.  I will have a look again tomorrow morning.</description>
      <pubDate>Thu, 28 Sep 2006 09:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870740#M278330</guid>
      <dc:creator>Dirk Moolman</dc:creator>
      <dc:date>2006-09-28T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870741#M278331</link>
      <description>Yes, to clarify the "internal printer name", this has nothing to do with the IP address and hostname (so your network administrator can't define this printer name). This is a hardcoded name that the manufacturer stored inside the LAN card. To understand why this is necessary, consider a classic PC print server like WinNT. There are 5 printers configured on a WinNT box. When you configure HP-UX (or any other lpr/lpd style remote printing protocol), you have to specify the local name for the printer, the remote IP address (or hostname) and then which printer inside the WinNT server you want to talk to. The protocol has no default, even if there is only one printer on the server.&lt;BR /&gt; &lt;BR /&gt;Same for the D-Link (and any other print server in the form of a LAN card). So the possible names for the internal D-Link printer might be:&lt;BR /&gt; &lt;BR /&gt;raw text prt prn lp lpt printer ascii&lt;BR /&gt; &lt;BR /&gt;and so on. If D-Link cannot tell you the internal printer name, you'll just have to keep guessing. If the LAN card has a web page interface, try starting a browser with the IP address of the printer LAN card. That may give you this internal name.</description>
      <pubDate>Thu, 28 Sep 2006 10:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870741#M278331</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-28T10:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printer problems - please help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870742#M278332</link>
      <description>Do not know if this helps you:&lt;BR /&gt;&lt;BR /&gt;Subject: D-Link Print Server case study&lt;BR /&gt;&lt;BR /&gt;KBRC00017228               &lt;BR /&gt;Configure Epson remote printer connected to D-Link Print Server &lt;BR /&gt;Updated: 8/22/05 11:37:00 AM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;An Epson printer is connected to a D-Link print server DP-301P+. Nothing&lt;BR /&gt;prints and the following error is returned by lpstat:&lt;BR /&gt;&lt;BR /&gt;# lpstat -oDLINK&lt;BR /&gt;printer queue for DLINK&lt;BR /&gt;&lt;BR /&gt;no space on remote; waiting for queue to drain&lt;BR /&gt;&lt;BR /&gt;The remote printer is configured like this:&lt;BR /&gt;&lt;BR /&gt;# lpstat -vDLINK&lt;BR /&gt;device for DLINK: /dev/null&lt;BR /&gt;    remote to: DLINK on DLINK&lt;BR /&gt;&lt;BR /&gt;DLINK is the hostname of the D-Link print server.&lt;BR /&gt;&lt;BR /&gt;At the DLINK webpage look for the Print server admin guide for tips on printing in a UNIX environment&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CONFIGURATION&lt;BR /&gt;HP-UX HPUX 11.11&lt;BR /&gt;Remote Printer EpsonLQ1150 connected to Dlink Print Server DP-&lt;BR /&gt;301P+&lt;BR /&gt;Print Spooler daemon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;The remote queue name for remote printers depends on how the vendor implemented&lt;BR /&gt;it. Connecting to the print server via telnet shows the following information:&lt;BR /&gt;&lt;BR /&gt;************************************&lt;BR /&gt;*  Welcome to D-Link Print Server  *&lt;BR /&gt;*         Telnet Console           *&lt;BR /&gt;************************************&lt;BR /&gt;&lt;BR /&gt;Server Name    :  PrintServer&lt;BR /&gt;Server Model   :  DP-301P+&lt;BR /&gt;F/W Version    :  3.30&lt;BR /&gt;MAC Address    :  00 xx xx xx xx xx&lt;BR /&gt;Uptime         :  0 days, 00:00:55&lt;BR /&gt;&lt;BR /&gt;Please Enter Password:&lt;BR /&gt;&lt;BR /&gt;[Main Menu]&lt;BR /&gt;1 - Server Configuration&lt;BR /&gt;2 - Port Configuration&lt;BR /&gt;3 - TCP/IP Configuration&lt;BR /&gt;4 - AppleTalk Configuration&lt;BR /&gt;5 - Display Information&lt;BR /&gt;6 - Tools&lt;BR /&gt;7 - Save Configuration&lt;BR /&gt;0 - Quit&lt;BR /&gt;&lt;BR /&gt;1 - Port Name           EpsonLQ1150&lt;BR /&gt;2 - Description&lt;BR /&gt;3 - Speed               High&lt;BR /&gt;4 - PJL Printer         No&lt;BR /&gt;&lt;BR /&gt;The port name needs to be used as the remote printer name. The printer DLINK&lt;BR /&gt;was removed and readded:&lt;BR /&gt;&lt;BR /&gt;Printer Name: DLINK&lt;BR /&gt;Remote System Name: DLINK&lt;BR /&gt;Remote Printer Name: EpsonLQ1150&lt;BR /&gt;&lt;BR /&gt;# lpstat -vDLINK&lt;BR /&gt;device for DLINK: /dev/null&lt;BR /&gt;    remote to: EpsonLQ1150 on DLINK&lt;BR /&gt;&lt;BR /&gt;The printer worked after readding it.&lt;BR /&gt;&lt;BR /&gt;Note: The information is provided as is. For any D-Link or Epson questions&lt;BR /&gt;      please contact the vendor.&lt;BR /&gt;&lt;BR /&gt;ALT KEYWORDS&lt;BR /&gt;dlink print server lpstat dp301p lpmgr</description>
      <pubDate>Thu, 28 Sep 2006 14:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-problems-please-help/m-p/3870742#M278332</guid>
      <dc:creator>Scott G. Gallup</dc:creator>
      <dc:date>2006-09-28T14:21:56Z</dc:date>
    </item>
  </channel>
</rss>

