<?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: How to install a jetdirect printer without sam in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744571#M68635</link>
    <description>Sorry, &lt;BR /&gt;&lt;BR /&gt;my system is a HP-UX 10.20&lt;BR /&gt;&lt;BR /&gt;When I run the command :&lt;BR /&gt;&lt;BR /&gt;/opt/hpnp/bin/addqueue -h 10.72.22.29 -q dirce03&lt;BR /&gt;&lt;BR /&gt;I get the message:&lt;BR /&gt;&lt;BR /&gt;Could not create the queue&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
    <pubDate>Mon, 17 Jun 2002 05:36:36 GMT</pubDate>
    <dc:creator>Pepe Jimenez Muñoz</dc:creator>
    <dc:date>2002-06-17T05:36:36Z</dc:date>
    <item>
      <title>How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744567#M68631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can I install a jetdirect printer using a shell script ?&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Fri, 14 Jun 2002 04:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744567#M68631</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2002-06-14T04:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744568#M68632</link>
      <description>If you have Jetdirect Printer Installer you can use "addqueue" command. First check if you got addqueue ..&lt;BR /&gt;# ll /opt/hpnp/bin/addqueue&lt;BR /&gt;If it exists, all you need is create a file (call it "prtlist") which has the list of the printers like so .. (1st field is IP address of printer, 2nd field is the printer queue name).&lt;BR /&gt;123.111.10.10 laser1&lt;BR /&gt;123.111.10.15 plotter1&lt;BR /&gt;.....&lt;BR /&gt;Then create your script (call it "addprt")&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;exec 0&lt;PRTLIST&gt;&lt;/PRTLIST&gt;while read -r IP PRINTER&lt;BR /&gt;do&lt;BR /&gt;/opt/hpnp/bin/addqueue -h $IP -q $PRINTER&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Simply run the script.&lt;BR /&gt;# ./addprt&lt;BR /&gt;I would suggest try running "addqueue" manually first with just one printer and if it's fine, proceed with the script.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 05:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744568#M68632</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-14T05:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744569#M68633</link>
      <description>Hi pepe.&lt;BR /&gt;Maybe you must download this self-extractor file,"hpwebjet_hpux11.selfx", for Unix V.11.0 to install "HP Web Jetadmin" from this site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj07059&amp;amp;locale=en_US&amp;amp;docId=80027" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=bpj07059&amp;amp;locale=en_US&amp;amp;docId=80027&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've installed HP Web Jetadmin on my server and for further information looks my attachment.&lt;BR /&gt;Regards &lt;BR /&gt;Ernesto</description>
      <pubDate>Fri, 14 Jun 2002 07:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744569#M68633</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2002-06-14T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744570#M68634</link>
      <description>Use jetadmin (man jetadmin)&lt;BR /&gt;or look at: &lt;BR /&gt;This is simply done with the command:&lt;BR /&gt;/usr/hpnp/bin/addqueue -i TYPE -q QUEUE_NAME -h HOST_ADDRESS&lt;BR /&gt;The TYPE option comes from the list of printer types given by jetadmin but is not needed.&lt;BR /&gt;To remove a printer you use the related: removequeue&lt;BR /&gt;Thnks to: &lt;A href="http://home.cox.rr.com/junix/hpux.html#29" target="_blank"&gt;http://home.cox.rr.com/junix/hpux.html#29&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 07:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744570#M68634</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-06-14T07:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744571#M68635</link>
      <description>Sorry, &lt;BR /&gt;&lt;BR /&gt;my system is a HP-UX 10.20&lt;BR /&gt;&lt;BR /&gt;When I run the command :&lt;BR /&gt;&lt;BR /&gt;/opt/hpnp/bin/addqueue -h 10.72.22.29 -q dirce03&lt;BR /&gt;&lt;BR /&gt;I get the message:&lt;BR /&gt;&lt;BR /&gt;Could not create the queue&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Mon, 17 Jun 2002 05:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744571#M68635</guid>
      <dc:creator>Pepe Jimenez Muñoz</dc:creator>
      <dc:date>2002-06-17T05:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744572#M68636</link>
      <description>Hi I had a problem using addqueue with an external Jetdirect module connected to a deskjet on one of my printers but the printer installed fine using SAM. &lt;BR /&gt;&lt;BR /&gt;All of the other HP lasers on my network with internal jet direct cards worked fine with addqueue so I did'nt investigate further.&lt;BR /&gt;&lt;BR /&gt;May be of no help to you other than suggestion try an other printer first.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jun 2002 10:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744572#M68636</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-06-18T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744573#M68637</link>
      <description>On a 10.20 system, you can also try running /opt/hpnp/bin/jetadmin&lt;BR /&gt;&lt;BR /&gt;From there, you'll get a text-menu style interface for adding printers, modifying queues, printer and JetAdmin/JetDirect status, etc.&lt;BR /&gt;&lt;BR /&gt;I'd post a screen capture, but I'm not sure how well it would translate.  :)&lt;BR /&gt;&lt;BR /&gt;I'm assuming that you have the software CD that came with the JetDirect and/or printer. They used to bundle the JetAdmin software for HP-UX on the JetDirect CD-ROMs, so if you don't have JetAdmin installed on you HP-UX host, you can get it from the CD.</description>
      <pubDate>Wed, 19 Jun 2002 14:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744573#M68637</guid>
      <dc:creator>Brian Watkins</dc:creator>
      <dc:date>2002-06-19T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to install a jetdirect printer without sam</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744574#M68638</link>
      <description>What is the version of your jetadmin? The latest version is E.10.18. You can download this ver free of cost if you do not have.&lt;BR /&gt;&lt;BR /&gt;If this is your version then &lt;BR /&gt;#hppi&lt;BR /&gt;should allow you to create the new printer. addqueue also should work. for details look at man addqueue.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 19 Jun 2002 15:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-a-jetdirect-printer-without-sam/m-p/2744574#M68638</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-06-19T15:58:39Z</dc:date>
    </item>
  </channel>
</rss>

