<?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: remote printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695247#M843399</link>
    <description>I am not sure if I correctly understand your question, but here it goes:&lt;BR /&gt;&lt;BR /&gt;On the remote system, create an *extra* *dummy* printer.&lt;BR /&gt;&lt;BR /&gt;You can use a modified copy of the "dumb" model script.&lt;BR /&gt;&lt;BR /&gt;In the part of the script where it does the actual printing (the "cat "$file" 2&amp;gt;&amp;amp;1" and "echo "\014\c"" commands in the "for file in $files", "do", .... "done" loop), use, *instead of* the cat and echo commands, a *new* "lp -d... -o... $file" command, where "-d..." specifies the desired real printer and "-o..." specifies the desired option(s) for tray, paper, etc..&lt;BR /&gt;&lt;BR /&gt;On the local system, set up a new remote printer pointing to the dummy printer.&lt;BR /&gt;&lt;BR /&gt;Now you can remotely print to the dummy printer, which in turn prints to the real (remote) printer, using the desired options.&lt;BR /&gt;&lt;BR /&gt;I hope this solves your problem.</description>
    <pubDate>Fri, 05 Apr 2002 11:25:07 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2002-04-05T11:25:07Z</dc:date>
    <item>
      <title>remote printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695244#M843396</link>
      <description>how does bind a printercue to a predefined tray or paper format when i use remote printing (lpd)? when i use jetdirect i can define which type of paper to use with the $paper variable, is there something similiar when running remote?</description>
      <pubDate>Tue, 02 Apr 2002 12:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695244#M843396</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2002-04-02T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: remote printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695245#M843397</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I do not believe this is possible because the remote scripts are very general while jetadmin has a script per class of printer.&lt;BR /&gt;&lt;BR /&gt;With BSD as an option you can only send BSD&lt;BR /&gt;options . see /var/spool/model/rmodel&lt;BR /&gt;&lt;BR /&gt;Without BSD selected then options like the landscape -olandscape will work but not&lt;BR /&gt;tray specific.&lt;BR /&gt;&lt;BR /&gt;Use the jetadmin or printer installer on each machine if the printer is on the network instead of a remote scenario.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Tue, 02 Apr 2002 13:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695245#M843397</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-02T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: remote printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695246#M843398</link>
      <description>well i got the BSD option enabled. &lt;BR /&gt;but couldnt find any usefull information in that rmodel script either...</description>
      <pubDate>Tue, 02 Apr 2002 13:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695246#M843398</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2002-04-02T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: remote printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695247#M843399</link>
      <description>I am not sure if I correctly understand your question, but here it goes:&lt;BR /&gt;&lt;BR /&gt;On the remote system, create an *extra* *dummy* printer.&lt;BR /&gt;&lt;BR /&gt;You can use a modified copy of the "dumb" model script.&lt;BR /&gt;&lt;BR /&gt;In the part of the script where it does the actual printing (the "cat "$file" 2&amp;gt;&amp;amp;1" and "echo "\014\c"" commands in the "for file in $files", "do", .... "done" loop), use, *instead of* the cat and echo commands, a *new* "lp -d... -o... $file" command, where "-d..." specifies the desired real printer and "-o..." specifies the desired option(s) for tray, paper, etc..&lt;BR /&gt;&lt;BR /&gt;On the local system, set up a new remote printer pointing to the dummy printer.&lt;BR /&gt;&lt;BR /&gt;Now you can remotely print to the dummy printer, which in turn prints to the real (remote) printer, using the desired options.&lt;BR /&gt;&lt;BR /&gt;I hope this solves your problem.</description>
      <pubDate>Fri, 05 Apr 2002 11:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695247#M843399</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-04-05T11:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: remote printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695248#M843400</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Found time to make a non bsd remote printer.&lt;BR /&gt;&lt;BR /&gt;It seems to take all options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my control file from the spooler.&lt;BR /&gt;&lt;BR /&gt; pg /var/spool/lp/request/tester046/cfA001xantia&lt;BR /&gt;Hxantia&lt;BR /&gt;Proot&lt;BR /&gt;Jtester046-1&lt;BR /&gt;C&lt;BR /&gt;Lroot&lt;BR /&gt;B&lt;BR /&gt;K1&lt;BR /&gt;Oa3 landscape btray1&lt;BR /&gt;T/etc/hosts&lt;BR /&gt;FdfA001xantia&lt;BR /&gt;fdfA001xantia&lt;BR /&gt;UdfA001xantia&lt;BR /&gt;N/etc/hosts&lt;BR /&gt;A0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So remake the printer as non bsd and try the options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To test&lt;BR /&gt;&lt;BR /&gt;disable the printer. try printing&lt;BR /&gt;check /var/spool/lp/request/printer/c* to see&lt;BR /&gt;what is sent to the remote printer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Fri, 05 Apr 2002 11:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printing/m-p/2695248#M843400</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-05T11:41:30Z</dc:date>
    </item>
  </channel>
</rss>

