<?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 printer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096379#M807331</link>
    <description>the only thing is i dont know how to test on the local print server because it is built into the canon copier.. i cant telnet into it or anything..</description>
    <pubDate>Fri, 17 Oct 2003 14:03:35 GMT</pubDate>
    <dc:creator>Sean Lavery</dc:creator>
    <dc:date>2003-10-17T14:03:35Z</dc:date>
    <item>
      <title>remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096375#M807327</link>
      <description>i have canon imagerunner 8500 copier that is hooked up to our network and i am trying to set it up as a printer on our HPUX (vers. 11 B)box.. I have an entry in the /etc/hosts file for it and I am using SAM .. i put in the printer name, the ipaddress as the remote system name, and "lp" as the remote printer name (as I was told by a local canon rep)..  I cant get anything to print..  Should this be setup as a BSD System??  I know now that the lpstat command causes the connection to go down and I get the "waiting for xx.xx.xx.xx to come up" message..   Any thoughts?  Insight would be greatly appreciated!&lt;BR /&gt;Thanx&lt;BR /&gt;Sean</description>
      <pubDate>Fri, 17 Oct 2003 13:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096375#M807327</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-17T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096376#M807328</link>
      <description>Try adding like follows.&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;&lt;BR /&gt;lpadmin -pPrinter_name -v/dev/null -ob3 -mrmodel -ocmrcmodel -osmrsmodel -ormsys2 -orplp&lt;BR /&gt;&lt;BR /&gt;Where -mrmodel is the script(rmodel) that will be used as interface script. You may the script for your printer on internet or from vendor.&lt;BR /&gt;&lt;BR /&gt;-ob3 - is bsd style printer.&lt;BR /&gt;-orplp - remotye print queue&lt;BR /&gt;-ormsys2 -- remote system sys2(/etc/hosts entry of printer)&lt;BR /&gt;&lt;BR /&gt;lpsched -v&lt;BR /&gt;&lt;BR /&gt;Try printing.</description>
      <pubDate>Fri, 17 Oct 2003 13:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096376#M807328</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-17T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096377#M807329</link>
      <description>Check this thread. May be helpful.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198122" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198122&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also missed few steps in my response.&lt;BR /&gt;&lt;BR /&gt;enable and accept commnds for printer and then lpsched -v&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 13:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096377#M807329</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-17T13:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096378#M807330</link>
      <description>Here is the remote printer configuration procedure from HP, I've tested it on both versions of HP-UX; 10.20 and 11.00.&lt;BR /&gt;&lt;BR /&gt;From client:&lt;BR /&gt;&lt;BR /&gt;a) ps -ef | grep rlp&lt;BR /&gt;b) rlpdaemon running?&lt;BR /&gt;c) kill PID rlpdaemon&lt;BR /&gt;d) vi /etc/inetd.conf&lt;BR /&gt;e) printer stream tcp nowait root /usr/lib/rlpdaemon rlpdaemon -i -l (* THIS SYNTAX IS CORRECT*)&lt;BR /&gt;f) inetd -c&lt;BR /&gt;&lt;BR /&gt;From both server and client:&lt;BR /&gt;&lt;BR /&gt;a) vi /etc/hosts&lt;BR /&gt;b) add client/server ip&lt;BR /&gt;c) ping client/server ip&lt;BR /&gt;d) verify printer works for local print jobs on server&lt;BR /&gt;&lt;BR /&gt;From server:&lt;BR /&gt;&lt;BR /&gt;a) lpstat -t (* printer exists *)&lt;BR /&gt;b) /usr/lib/lpadmin -x printer (* NOW DELETE *)&lt;BR /&gt;c) /usr/lib/lpshut (* stop lpsched *)&lt;BR /&gt;d) /usr/lbin/lpadmin -p local_printer_name -mrmode1 -v/dev/null -ocmrcmode1 -osmrsmode1 -orm&lt;CLIENT name=""&gt; -orp&lt;CLIENT_PRINTER_NAME&gt;&lt;BR /&gt;e) /usr/bin/enable local_printer_name&lt;BR /&gt;f) /usr/bin/accept local_printer_name&lt;BR /&gt;g) /usr/lib/lpsched&lt;/CLIENT_PRINTER_NAME&gt;&lt;/CLIENT&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096378#M807330</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-17T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096379#M807331</link>
      <description>the only thing is i dont know how to test on the local print server because it is built into the canon copier.. i cant telnet into it or anything..</description>
      <pubDate>Fri, 17 Oct 2003 14:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096379#M807331</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-17T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096380#M807332</link>
      <description>also, any of you guys know why an lpstat -d kills the connection???</description>
      <pubDate>Fri, 17 Oct 2003 14:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096380#M807332</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-17T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096381#M807333</link>
      <description>You printer is network printer and should be added as remote printer as I mentioned above.&lt;BR /&gt;&lt;BR /&gt;You can check by putting different interface scripts.&lt;BR /&gt;&lt;BR /&gt;lpstat -d prints default printer.</description>
      <pubDate>Fri, 17 Oct 2003 14:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096381#M807333</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-17T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096382#M807334</link>
      <description>Local printer.&lt;BR /&gt; &lt;BR /&gt;Try something like this then:&lt;BR /&gt; &lt;BR /&gt;remsh host cat /etc/passwd &amp;gt; /dev/printer&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096382#M807334</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-17T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096383#M807335</link>
      <description>Disregard the last message:&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096383#M807335</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-17T14:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096384#M807336</link>
      <description>i should have specified .. when i type lpstat -d &lt;PRINTER name=""&gt; it kills the connection..  i have been attempting to install it as a remote printer&lt;/PRINTER&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096384#M807336</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-17T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096385#M807337</link>
      <description>lpadmin -d printer name will set default printer.&lt;BR /&gt;&lt;BR /&gt;lpstat -d prints defaulkt printer.&lt;BR /&gt;&lt;BR /&gt;What do you mean by cloeses the connection?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096385#M807337</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-17T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096386#M807338</link>
      <description>when every i do a lpstat CIR8500, i imediately get the following: &lt;BR /&gt;/ (root) $lpstat CIR8500&lt;BR /&gt;CIR8500-0           root           priority 0  Oct 17 15:46 on CIR8500&lt;BR /&gt;        (standard input)                         2585 bytes&lt;BR /&gt;CIR8500-1           root           priority 0  Oct 17 15:46&lt;BR /&gt;        (standard input)                          346 bytes&lt;BR /&gt;connection to 192.99.99.10 is down&lt;BR /&gt;&lt;BR /&gt;cbwux: waiting for 192.99.99.10 to come up&lt;BR /&gt;&lt;BR /&gt;Then for a short period of time I cant even print to the copier from windows (almost like the network connection to the printer is dead)</description>
      <pubDate>Fri, 17 Oct 2003 14:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096386#M807338</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-17T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096387#M807339</link>
      <description>This could be a network problem.&lt;BR /&gt;&lt;BR /&gt;You can check it with a contineous ping to printer ip address.&lt;BR /&gt;&lt;BR /&gt;lpstat should not cause problem unless the there is a problem with printer.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Oct 2003 14:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096387#M807339</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-17T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096388#M807340</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;'waiting for xx.xx.xx.xx to come up' and a failed telnet to the ip suggests a config or connectivity issue'&lt;BR /&gt;&lt;BR /&gt;Try :-&lt;BR /&gt;&lt;BR /&gt;ping 192.99.99.10&lt;BR /&gt;&lt;BR /&gt;If this is a remote printer then I am assuming the printer has an address/gateway set in the config of the copiers internal network card.&lt;BR /&gt;&lt;BR /&gt;Providing ping is not turned off on your comms (ie router config) you should get a reply from this ip address.&lt;BR /&gt;&lt;BR /&gt;If this fails then its either :-&lt;BR /&gt;&lt;BR /&gt;cabling/connectivity issue - check cabling&lt;BR /&gt;config issue at the printer end - check ip  config on copier &lt;BR /&gt;&lt;BR /&gt;If it works and you get a reply try pinging the lookup/alias name next to the ip address in the /etc/hosts table.&lt;BR /&gt;&lt;BR /&gt;Again this should work if the /etc/hosts table is set correct.&lt;BR /&gt;&lt;BR /&gt;Let me know your results.&lt;BR /&gt; &lt;BR /&gt;Keith</description>
      <pubDate>Sat, 18 Oct 2003 03:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096388#M807340</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-10-18T03:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096389#M807341</link>
      <description>the IP ping worked... &lt;BR /&gt;/adv/data/COOPER (seanl) $ping 192.99.99.10&lt;BR /&gt;PING 192.99.99.10: 64 byte packets&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=0. time=11. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=1. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=2. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=3. time=1. ms&lt;BR /&gt;&lt;BR /&gt;----192.99.99.10 PING Statistics----&lt;BR /&gt;4 packets transmitted, 4 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 1/3/11&lt;BR /&gt;as did the name ping...&lt;BR /&gt;/adv/data/COOPER (seanl) $ping CIR8500&lt;BR /&gt;PING CIR8500: 64 byte packets&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=0. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=1. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=2. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=3. time=1. ms&lt;BR /&gt;64 bytes from 192.99.99.10: icmp_seq=4. time=1. ms&lt;BR /&gt;&lt;BR /&gt;----CIR8500 PING Statistics----&lt;BR /&gt;5 packets transmitted, 5 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 1/1/1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 10:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096389#M807341</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-20T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096390#M807342</link>
      <description>Hi Sean,&lt;BR /&gt;the lp daemon on the unix server should be able to contact the printer on port 515. This is probably not ok at the moment. Try  this command for testing this:&lt;BR /&gt;# telnet &lt;PRINTER alias=""&gt; 515&lt;BR /&gt; &lt;BR /&gt;if you get something like "connection refused" or if the command hangs, there is  a network problem concerning port 515. If the connection is ok, you will get a prompt.&lt;BR /&gt; &lt;BR /&gt;hope it helps,&lt;BR /&gt;John K.&lt;/PRINTER&gt;</description>
      <pubDate>Mon, 20 Oct 2003 11:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096390#M807342</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-20T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096391#M807343</link>
      <description>ok.. that didnt work&lt;BR /&gt;/adv/seanl (seanl) $telnet 192.99.99.10 515&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;I also found a menu on the copier that lets me ping an ip.. and i can ping all addresses here except for the server I'm trying to print from, but I can still ping from the server to the printer</description>
      <pubDate>Mon, 20 Oct 2003 11:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096391#M807343</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-20T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096392#M807344</link>
      <description>Hi again Sean,&lt;BR /&gt;the problem is that the lp daemon cannot contact the printserver via port 515. If you are not the networking guy yourself, then ask them to take care that this port is open from the unix machine to the printserver.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 02:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096392#M807344</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-21T02:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096393#M807345</link>
      <description>so am I opening the port on the copier or the Unix system???  Speaking w/ our local canon rep, he didnt have a clue about opening port 515 on the copier, although he did say i should be using port 9100 for raw printing..   I think I can probably find instructions on this site for opening the port on the unix side if need be (I am the everything guy at my company...)</description>
      <pubDate>Tue, 21 Oct 2003 12:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096393#M807345</guid>
      <dc:creator>Sean Lavery</dc:creator>
      <dc:date>2003-10-21T12:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: remote printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096394#M807346</link>
      <description>Hi Sean,&lt;BR /&gt;I do not think that you need to worry about opening a port on the unix machine itself. lp print wil normally use the service defined in /etc/services on the there defined port, normally 515. Try grepping for lp in /etc/services, e.g.:&lt;BR /&gt;# grep 515 /etc/services&lt;BR /&gt;you will normally see something like this:&lt;BR /&gt;printer      515/tcp  spooler        # remote print spooling&lt;BR /&gt; &lt;BR /&gt;which means that a tcp spooling session (used for lp print) between the unix server and an lp printer will be established in such a way that the unix server aims at port 515 of the printer. However, the print will not leave the unix machine on port 515 - any free port above 1024 will be automatically selected in a tcp session between the unix machine and the printer, assumed that a session can be established (not the case at your site at the moment). &lt;BR /&gt;It is important to know if the receiver listens on the port you aim at, but it is difficult to pinpoint. As your supplier says that the printer uses port 9100, you can try to send a network package to the printer on that port; the telnet trick again:&lt;BR /&gt; &lt;BR /&gt;# telnet 192.99.99.10 9100&lt;BR /&gt; &lt;BR /&gt;If there is network connection to the printer on port 9100, and if the printer actually listens on that port, you will get a prompt. This would mean that you have to make the unix machine aim at that port in a printer session. If you, which I expect,  get the "connection refused" it means that either the printer does not listen on that port, or the network in between the unix machine and the printer does not allow you to contact the printer on port 9100, i.e. tricky to figure out which is the problem.&lt;BR /&gt;However, normal behaviour would be for the printer to listen on port 515; perhaps it does. My guess is that something in your network prevents you from contacting the printer on port 515, but it is only a guess, and I hope that the more networking oriented guys of the forum can help you here.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 22 Oct 2003 02:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remote-printer/m-p/3096394#M807346</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-22T02:33:41Z</dc:date>
    </item>
  </channel>
</rss>

