<?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 lp dest does not exist in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946141#M114783</link>
    <description>I am trying to set up serial port printers on a new rp2470 running HPUX11i (Dec 2002 patch set). If I connect one to the serial port and cat a file to it, it works perfect. If I try and add the printer to the lp spooler using SAM I always get --- lp destination "lp6" does not exist on "server1" --- Then the printer shows up in the lp spooler list in SAM, but is disabled. The only way to remove the port is to shutdown the lp spooler and use lpadmin -xlp6 from a shell. &lt;BR /&gt;Now, I did this a week ago when I was on site (I'm not now) and do not remember whether or not the printer was physically connected to the port at the time or not. Would that make a difference? I'm thinking I did have it connected, though.&lt;BR /&gt;The printer does work on the old D380 server, and I have to admit I am not a serial port guru. Thanks for any suggestions !&lt;BR /&gt;&lt;BR /&gt;Bill</description>
    <pubDate>Tue, 08 Apr 2003 14:03:33 GMT</pubDate>
    <dc:creator>RAND IT Solutions</dc:creator>
    <dc:date>2003-04-08T14:03:33Z</dc:date>
    <item>
      <title>lp dest does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946141#M114783</link>
      <description>I am trying to set up serial port printers on a new rp2470 running HPUX11i (Dec 2002 patch set). If I connect one to the serial port and cat a file to it, it works perfect. If I try and add the printer to the lp spooler using SAM I always get --- lp destination "lp6" does not exist on "server1" --- Then the printer shows up in the lp spooler list in SAM, but is disabled. The only way to remove the port is to shutdown the lp spooler and use lpadmin -xlp6 from a shell. &lt;BR /&gt;Now, I did this a week ago when I was on site (I'm not now) and do not remember whether or not the printer was physically connected to the port at the time or not. Would that make a difference? I'm thinking I did have it connected, though.&lt;BR /&gt;The printer does work on the old D380 server, and I have to admit I am not a serial port guru. Thanks for any suggestions !&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 08 Apr 2003 14:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946141#M114783</guid>
      <dc:creator>RAND IT Solutions</dc:creator>
      <dc:date>2003-04-08T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: lp dest does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946142#M114784</link>
      <description>Hi,&lt;BR /&gt;It years since I last configured printers on serial ports, and so dont remember doing it with sam, if the printer is not connected I woulnd be surprised to see "disabled"...&lt;BR /&gt;&lt;BR /&gt;I remembered configuring it with lpadmin give it a try:&lt;BR /&gt;#lpshut&lt;BR /&gt;#lpadmin -p&lt;PRINTER&gt; -v /dev/&lt;DEVICE_NUMBER&gt; -m&lt;PRINTERMODEL&gt;&lt;BR /&gt;#accept &lt;PRINTER&gt;&lt;BR /&gt;#enable &lt;PRINTER&gt;&lt;BR /&gt;#lpsched&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTERMODEL&gt;&lt;/DEVICE_NUMBER&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Tue, 08 Apr 2003 14:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946142#M114784</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2003-04-08T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: lp dest does not exist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946143#M114785</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;guess that you have a permission problem on one of the directories&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /var/spool/lp -name printer -follow|xargs ll -d&lt;BR /&gt;&lt;BR /&gt;You should see something like&lt;BR /&gt;&lt;BR /&gt;find /var/spool/lp -name belgo046 follow|xargs ll -d&lt;BR /&gt;-rwxr-xr-x   1 lp         bin          11538 Jan 16  2002 /var/spool/lp/interface/belgo046&lt;BR /&gt;-rw-r--r--   1 lp         lp              10 Jan 16  2002 /var/spool/lp/member/belgo046&lt;BR /&gt;drwxr-xr-x   2 lp         lp            1024 Mar 31 10:56 /var/spool/lp/request/belgo046&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If there is a missing file like the request file then check the dir.&lt;BR /&gt;&lt;BR /&gt;Make sure you have&lt;BR /&gt;PHCO_28259&lt;BR /&gt;&lt;BR /&gt;s700_800 11.11 lpspool subsystem cumulative patch&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On your box&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                      Steve Steel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 14:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-dest-does-not-exist/m-p/2946143#M114785</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-04-08T14:25:33Z</dc:date>
    </item>
  </channel>
</rss>

