<?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: Printing Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689707#M55138</link>
    <description>If the PC in question has queue on a Win printserver (any print server) that queue can be printed to from Unix.  In that case, lpr&lt;BR /&gt;services have to be enabled on the print server, but it is set up on the unix side just like any other printer.  That is using 3 computers to print one job, but that is the Windows Way!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Mon, 25 Mar 2002 17:13:32 GMT</pubDate>
    <dc:creator>Chris Vail</dc:creator>
    <dc:date>2002-03-25T17:13:32Z</dc:date>
    <item>
      <title>Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689701#M55132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a V-Class running HP-UX 11.0 and need to use a printer that is connected to a PC.&lt;BR /&gt;Anyone got any tips as I am having trouble getting it working.&lt;BR /&gt;I know the IP address of the PC and the name of the printer.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 25 Mar 2002 11:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689701#M55132</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2002-03-25T11:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689702#M55133</link>
      <description>If the printer is a local connection ONLY to the PC...than you can not get to it from your UNIX server.  The printer would have to be networked so that the server could direct the output to that device IP.  The printer would have to have been set up so that the server knew it was a printer. &lt;BR /&gt;&lt;BR /&gt;Now coming FROM the PC you can login to access the server...then the user might get the report (file) and print to it's local printer.  But you could not initiate the print from the server..unless you network the printer and assign it an IP.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rit</description>
      <pubDate>Mon, 25 Mar 2002 13:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689702#M55133</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-03-25T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689703#M55134</link>
      <description>PC printing is a bag of worms...&lt;BR /&gt;&lt;BR /&gt;To start with, PC (MS Windows) do not enable RFC 1179 printing by default. This is called lpr in most WinXX versions and is simply not available at all in older versions.&lt;BR /&gt;&lt;BR /&gt;However, once you get lpr working on the PC, you won't like the stairstep output from ASCII files. This is because there is no format conversion done for remote printing and in HP-UX, ASCII files are: text LF text LF, while PCs and printers expect: text CRLF text CRLF...&lt;BR /&gt;&lt;BR /&gt;You can fix this by remembering to print all ASCII files to the PC printer by using:&lt;BR /&gt;&lt;BR /&gt;ux2dos ASCII_filename | lp -dPCprinter_name&lt;BR /&gt;&lt;BR /&gt;Note also that none of the -o options will be processed by the PC, so options like -olandscape or -o2 will be ignored. If the printer can be converted to a network printer using HP's JetDirect products, you can eliminate the PC completely and print directly to the printer, plus all of the -o options will work.</description>
      <pubDate>Mon, 25 Mar 2002 13:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689703#M55134</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-03-25T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689704#M55135</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure about how far this concept is going to meet your requirement.&lt;BR /&gt;&lt;BR /&gt;If you are going to vt100 and vt220 emulation mode at the terminal emulatore s/w installed at your PC and if you are planning to login to your server from that PC and take print then,&lt;BR /&gt;&lt;BR /&gt;Create a script file "print" with this content.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo ^[[5i&lt;BR /&gt;cat $*&lt;BR /&gt;echo ^[[4i&lt;BR /&gt;&lt;BR /&gt;Note: to get" ^[ " on the screen you have to press the keys " Ctrl , V &amp;amp; Esc" . should not type directly. &lt;BR /&gt;&lt;BR /&gt;make it executable useing command "chmod u+x print"&lt;BR /&gt;use the command "print filename" to take print out&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Mon, 25 Mar 2002 14:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689704#M55135</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-25T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689705#M55136</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=cb2917dc0d07649e24/screen=ckiDisplayDocument?docId=200000041602968" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=cb2917dc0d07649e24/screen=ckiDisplayDocument?docId=200000041602968&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Mar 2002 15:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689705#M55136</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-25T15:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689706#M55137</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;I had also faced this problem. Look at this thread. I had posted the resolution over there to solve this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7e9ff77de2bd611abd50090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7e9ff77de2bd611abd50090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 25 Mar 2002 15:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689706#M55137</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-25T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689707#M55138</link>
      <description>If the PC in question has queue on a Win printserver (any print server) that queue can be printed to from Unix.  In that case, lpr&lt;BR /&gt;services have to be enabled on the print server, but it is set up on the unix side just like any other printer.  That is using 3 computers to print one job, but that is the Windows Way!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 25 Mar 2002 17:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-question/m-p/2689707#M55138</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2002-03-25T17:13:32Z</dc:date>
    </item>
  </channel>
</rss>

