<?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: Routing Network print jobs via rlp daemon...?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479887#M776656</link>
    <description>I got it...&lt;BR /&gt;&lt;BR /&gt;Darrell you were on the right track...I found in Openspool at /opt/openspool/runtime-sw/networkif/etc   are the (for lack of the proper terminology) the queue direction instructions.  I found host= and printer= and changed it to the remote printer name I assigned when I set up the IP address in /etc/hosts.  Voila....guess where it goes. Am I a happy camper..and so are the programmers who otherwise would have had to change tons of programs lp instructions...whew !!&lt;BR /&gt;Tim, I agree that is probably another avenue I could have taken, but since the computer operators who do this huge (you know govt and paper) printing. Openspool was the control vehicle they were used to..and the way the print instructions had been coded.&lt;BR /&gt;&lt;BR /&gt;Thanks for the ideas...but if this keeps up, I may get 'gutsy' and give myself a star as an Openspool expert..ha ha&lt;BR /&gt;&lt;BR /&gt;/rcw&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jan 2001 18:32:57 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-01-05T18:32:57Z</dc:date>
    <item>
      <title>Routing Network print jobs via rlp daemon...??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479884#M776653</link>
      <description>A little history ..&lt;BR /&gt;To print to a remote printer is easy enough.. Enable rlpdaemon; set up remote printer via SAM; and use lp command to send print jobs to the remote printer.&lt;BR /&gt;BUT here's my 'thing'&lt;BR /&gt;..we presently set up jobs using the np command (see npadmin). This sets jobs to a queue that can then be controlled and printed to our Xerox printers via a spooler system that will translate it and send to port 9100 for printing.&lt;BR /&gt;Now the remote print goes via port 515.  Which actually isn't a printer but the Xerox system that controls the print jobs and this system does have an IP address.  That's the remote printer defined in /etc/hosts.&lt;BR /&gt;...So here's the issue....I was wondering is anyone aware of an interface or a command whereby I could invoke the rlpdaemon to send the network print jobs sitting in these queues (Openspool) to port 515.  I know I can simply do a lp command and move the actual file from the queue directory...but I'm trying to make this seemless..so when the operator releases the job..it would then bypass this additional spooler and not go to port 9100, but go to port 515.&lt;BR /&gt;I hope I explained this for you...I'm open to any suggestions......otherwise I may need to write my own interface, and I haven't had the time to finish that disk mapping script yet...&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2001 16:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479884#M776653</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-01-05T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Network print jobs via rlp daemon...??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479885#M776654</link>
      <description>Rita,&lt;BR /&gt;&lt;BR /&gt;There are still Openspool people in the world?&lt;BR /&gt;I?ve used and supported Openspool in the past.&lt;BR /&gt;This is a long time so I will try it.&lt;BR /&gt;&lt;BR /&gt;Is the lp-emulation enabled on the Openspool Server?&lt;BR /&gt;Because within openspool you can modify the Networkif interface files and specify how the print jobs should be send to the printer.&lt;BR /&gt;&lt;BR /&gt;I had a OCE printer on which we had to ftp to it.&lt;BR /&gt;&lt;BR /&gt;Openspool will out of support soon, so what are you planning to use??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Fri, 05 Jan 2001 16:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479885#M776654</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-05T16:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Network print jobs via rlp daemon...??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479886#M776655</link>
      <description>I don't have a lot of time to do any research at the moment, but I have a thought.  Jetadmin uses both 515 and 9100 port interfaces if I remember correctly.  My thought is you might be able to be creative with a combination of lp and jetadmin's hpnp (probably via a model script) to reroute it through a different port.</description>
      <pubDate>Fri, 05 Jan 2001 17:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479886#M776655</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2001-01-05T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Network print jobs via rlp daemon...??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479887#M776656</link>
      <description>I got it...&lt;BR /&gt;&lt;BR /&gt;Darrell you were on the right track...I found in Openspool at /opt/openspool/runtime-sw/networkif/etc   are the (for lack of the proper terminology) the queue direction instructions.  I found host= and printer= and changed it to the remote printer name I assigned when I set up the IP address in /etc/hosts.  Voila....guess where it goes. Am I a happy camper..and so are the programmers who otherwise would have had to change tons of programs lp instructions...whew !!&lt;BR /&gt;Tim, I agree that is probably another avenue I could have taken, but since the computer operators who do this huge (you know govt and paper) printing. Openspool was the control vehicle they were used to..and the way the print instructions had been coded.&lt;BR /&gt;&lt;BR /&gt;Thanks for the ideas...but if this keeps up, I may get 'gutsy' and give myself a star as an Openspool expert..ha ha&lt;BR /&gt;&lt;BR /&gt;/rcw&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2001 18:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479887#M776656</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-01-05T18:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Network print jobs via rlp daemon...??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479888#M776657</link>
      <description>Rita,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You get a star from me, you're the Openspool expert. &lt;BR /&gt;I new you could change the interface files, but forgot how to.&lt;BR /&gt;&lt;BR /&gt;Have Fun</description>
      <pubDate>Sat, 06 Jan 2001 16:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-network-print-jobs-via-rlp-daemon/m-p/2479888#M776657</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-06T16:44:53Z</dc:date>
    </item>
  </channel>
</rss>

