<?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: New minor problem with JetDirect hppi command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966881#M815178</link>
    <description>If you are using hppi from sam or the command line, after you tell it the printer name, you can select the default queue name by entering 1 at the menu, and then change it to whatever you want.  For an existing printer, your only option is to delete and recreate.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
    <pubDate>Tue, 06 May 2003 19:38:14 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2003-05-06T19:38:14Z</dc:date>
    <item>
      <title>New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966879#M815176</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have installed the new JetDirect software under 11i and everything works well except for one minor annoying problem. When I use hppi to create a new printer, a "_1" is always appended to the printer name. The old jetadmin command did this as well. Is there a cure for this?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 19:25:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966879#M815176</guid>
      <dc:creator>David Yandry</dc:creator>
      <dc:date>2003-05-06T19:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966880#M815177</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;The simple fix is to not use hppi but to instead create a small script that calls the "addqueue" command. Man addqueue for details. I do remember "fixing" this once for somebody so I may look for that solution as well but I actually prefer addqueue.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 19:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966880#M815177</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-06T19:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966881#M815178</link>
      <description>If you are using hppi from sam or the command line, after you tell it the printer name, you can select the default queue name by entering 1 at the menu, and then change it to whatever you want.  For an existing printer, your only option is to delete and recreate.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Tue, 06 May 2003 19:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966881#M815178</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-05-06T19:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966882#M815179</link>
      <description>Thanks Mark,&lt;BR /&gt;&lt;BR /&gt;I should have added that I know I can edit the "suggested" queue name but I would like a fix so that I don't have to edit anything.&lt;BR /&gt;&lt;BR /&gt;TIA, &lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 19:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966882#M815179</guid>
      <dc:creator>David Yandry</dc:creator>
      <dc:date>2003-05-06T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966883#M815180</link>
      <description>Okay David, I flipped through my journals and found the "fix". This was for JetAdmin but it will work for JetDirect as well.&lt;BR /&gt;&lt;BR /&gt;1) cd to /opt/hpnpl/admin&lt;BR /&gt;II) cp option6hp optionhp.sav&lt;BR /&gt;C) vi option6hp&lt;BR /&gt;4) &lt;BR /&gt;find these lines:&lt;BR /&gt;------------------------------------&lt;BR /&gt;i=1&lt;BR /&gt;while [ 0 ]&lt;BR /&gt;do  &lt;BR /&gt;&lt;BR /&gt;# [ Modify by Amit R. Raval to fix the problem of not able to create a&lt;BR /&gt;#   queue which has "-" in the name on 23rd June 1998.&lt;BR /&gt;#   aNAME="$QBASENAME"_"$i"&lt;BR /&gt;    aNAME="`echo "$QBASENAME" | "$SED" 's/-/_/g'`"_"$i"&lt;BR /&gt;# ]&lt;BR /&gt;&lt;BR /&gt;    if [ -f  $INTFDIR/$aNAME ]&lt;BR /&gt;    then&lt;BR /&gt;     i=`expr $i + 1`&lt;BR /&gt;    else&lt;BR /&gt;         break&lt;BR /&gt;    fi&lt;BR /&gt;done&lt;BR /&gt;-------------------------------------&lt;BR /&gt;change them to:&lt;BR /&gt;-------------------------------------&lt;BR /&gt;i=0&lt;BR /&gt;while [ 0 ]&lt;BR /&gt;do  &lt;BR /&gt;&lt;BR /&gt;# [ Modify by Amit R. Raval to fix the problem of not able to create a&lt;BR /&gt;#   queue which has "-" in the name on 23rd June 1998.&lt;BR /&gt;#   aNAME="$QBASENAME"_"$i"&lt;BR /&gt;    aNAME=${QBASENAME}&lt;BR /&gt;    if [ ${i} -gt 0 ]&lt;BR /&gt;      then&lt;BR /&gt;        aNAME="`echo "$QBASENAME" | "$SED" 's/-/_/g'`"_"$i"&lt;BR /&gt;      fi&lt;BR /&gt;# ]&lt;BR /&gt;&lt;BR /&gt;    if [ -f  $INTFDIR/$aNAME ]&lt;BR /&gt;    then&lt;BR /&gt;     i=`expr $i + 1`&lt;BR /&gt;    else&lt;BR /&gt;         break&lt;BR /&gt;    fi&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;--------------------------&lt;BR /&gt;V) Save the file.&lt;BR /&gt;&lt;BR /&gt;That should fix you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 19:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966883#M815180</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-06T19:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: New minor problem with JetDirect hppi command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966884#M815181</link>
      <description>Thanks to both of you. I modified "option6hp" file that Clay indicated and now it works just like I wanted it to.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 20:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-minor-problem-with-jetdirect-hppi-command/m-p/2966884#M815181</guid>
      <dc:creator>David Yandry</dc:creator>
      <dc:date>2003-05-06T20:18:59Z</dc:date>
    </item>
  </channel>
</rss>

