<?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: Add a printer queue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469482#M361002</link>
    <description>i did what you showed me, the user said they still cannot get print out.  this is the reason why i copied over 2 files from server A to server B, but i don't know how to add the queue using 2 files.  &lt;BR /&gt;&lt;BR /&gt;the original file used net_lj5x, so i chose this model, and also added the ip address.  Just don't know why it doesn't work.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 29 Jul 2009 18:56:07 GMT</pubDate>
    <dc:creator>Leah Chow</dc:creator>
    <dc:date>2009-07-29T18:56:07Z</dc:date>
    <item>
      <title>Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469480#M361000</link>
      <description>I need to copy a printer queue from one server to another new server.  At first, i copied the ip address and model number from /etc/lp/interface/PRINTER_NAME from server A, then add printer using the same information on server B, it didn't work. So i just copied the files from /etc/lp/interface/printer_Name and /etc/lp/interface/model.orig which belong to that printer.  My question is how to add the queue using these two files?&lt;BR /&gt;&lt;BR /&gt;two servers are all hpux, one is running Version 11.23 ia64, another one is 11.31 ia64.&lt;BR /&gt;&lt;BR /&gt;thanks for your help&lt;BR /&gt;&lt;BR /&gt;Leah</description>
      <pubDate>Wed, 29 Jul 2009 17:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469480#M361000</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2009-07-29T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469481#M361001</link>
      <description>I did not have a chance to play with hpux version 11.31 so far but in 11.11 and 11.23, my little procedure below works fine, provided you have installed the appropriate model scripts for this printer on this server. If you haven't done this yet, go to &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/pond/modelscripts/index2.html" target="_blank"&gt;http://www.hp.com/pond/modelscripts/index2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;find and download the model script that best fits to your printer, and install it.&lt;BR /&gt;&lt;BR /&gt;then execute command&lt;BR /&gt;&lt;BR /&gt;/opt/hpnpl/bin/addqueue -l&lt;BR /&gt;&lt;BR /&gt;and in the output, find the line related to your printer. For example, if you have a color laser jet 4500 printer, in this list&lt;BR /&gt;&lt;BR /&gt; 25)            HP DesignJet 3500CP (C4724A)&lt;BR /&gt; 26)            HP DesignJet 3000CP (C4723A)&lt;BR /&gt; 257)           HP LaserJet 4000 Series&lt;BR /&gt; 258)           HP LaserJet 5000 Series&lt;BR /&gt; 259)           HP Color LaserJet 4500&lt;BR /&gt; 261)           HP Mopier 320&lt;BR /&gt; 261)           HP LaserJet 8100 Series&lt;BR /&gt;&lt;BR /&gt;the number you will need on the next step will be 259&lt;BR /&gt;&lt;BR /&gt;if you have come this far without any problems, you should have smooth sailing from now on:&lt;BR /&gt;&lt;BR /&gt;lpshut ;sleep 2; lpstat -r #(make sure scheduler really stopped)&lt;BR /&gt;addqueue -i 259 -h 10.11.120.202 -q queue_name&lt;BR /&gt;lpsched ; sleep 2; lpstat -r #(make sure scheduler really started)&lt;BR /&gt;&lt;BR /&gt;or you run 'hppi' and use the menu to configure the new printer. &lt;BR /&gt;&lt;BR /&gt;I am not quite sure why you need to **copy** the printer from one server to the other ? Or is this a terminology misunderstanding on my part ?</description>
      <pubDate>Wed, 29 Jul 2009 18:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469481#M361001</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-29T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469482#M361002</link>
      <description>i did what you showed me, the user said they still cannot get print out.  this is the reason why i copied over 2 files from server A to server B, but i don't know how to add the queue using 2 files.  &lt;BR /&gt;&lt;BR /&gt;the original file used net_lj5x, so i chose this model, and also added the ip address.  Just don't know why it doesn't work.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 29 Jul 2009 18:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469482#M361002</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2009-07-29T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469483#M361003</link>
      <description>" the user said they still cannot get print out."&lt;BR /&gt;&lt;BR /&gt;don't rely on the user for input.  log to to the box and attempt a print yourself.  &lt;BR /&gt;&lt;BR /&gt;does the "lp" command give you an error msg?   after issuing the "lp" command, what does "lpstat" for the printer show?  nothing on the queue?  Something on the queue that never goes away?  Can you ping the printer from the "new" server?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2009 19:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469483#M361003</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-07-29T19:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469484#M361004</link>
      <description>i just use the lp command to test the printer, there has no error, but nothing print out, here is the output from lpstat:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;KIM_FO_ACCTNG-658   root           priority 0  Jul 30 11:04&lt;BR /&gt;        asmsize.sql                          171 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the queue will never goes away until i cancel it. I can ping the printer from the server.</description>
      <pubDate>Thu, 30 Jul 2009 14:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469484#M361004</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2009-07-30T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469485#M361005</link>
      <description>from the server, telnet to the ip addressof the printer on ports 9000 and 9001&lt;BR /&gt;&lt;BR /&gt;telnet a.b.c.d 9000&lt;BR /&gt;telnet a.b.c.d 9001&lt;BR /&gt;&lt;BR /&gt;are you getting a response of some sort or is it getting stuck at &lt;BR /&gt;&lt;BR /&gt;Trying...&lt;BR /&gt;&lt;BR /&gt;prompt ?&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2009 14:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469485#M361005</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-30T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469486#M361006</link>
      <description>yes, it is stuck at Trying......</description>
      <pubDate>Thu, 30 Jul 2009 14:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469486#M361006</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2009-07-30T14:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add a printer queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469487#M361007</link>
      <description>Talk to your firewall admins and ask them to open ports 9000, 9001 and preferably 9002 for TCP and UDP, communication originator being your server. You may need to provide them the server's and printer's IP addresses.</description>
      <pubDate>Thu, 30 Jul 2009 15:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-a-printer-queue/m-p/4469487#M361007</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-30T15:39:05Z</dc:date>
    </item>
  </channel>
</rss>

