<?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 TCP/IP Printer Setup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218191#M47037</link>
    <description>I have 3 Alpha, 2 clustering at the Main Site, the other at remote site. &lt;BR /&gt;I want to print to IP printer at Main site from Remote Site. I setup TCPIP Host name. Then use INIT/QUE/START/PROCESS=TCPIP$TELNETSYM/on="HOST:9100" REMOTE$PRINTER&lt;BR /&gt;The error msg show &lt;BR /&gt;%JBC-E-NOSUCHNODE, remote node is unknown or not reachable.&lt;BR /&gt;&lt;BR /&gt;When I show that queue, it show the Node name in Main Site. I also can Ping to that IP Printer.&lt;BR /&gt;&lt;BR /&gt;3rd system IP = 10.128.51.133&lt;BR /&gt;Printer IP = 192.255.5.213&lt;BR /&gt;&lt;BR /&gt;Please help or give me some guideline. I'm very new with OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Kit&lt;BR /&gt;</description>
    <pubDate>Sun, 14 Mar 2004 08:23:24 GMT</pubDate>
    <dc:creator>Kitti Thanapuasuwan</dc:creator>
    <dc:date>2004-03-14T08:23:24Z</dc:date>
    <item>
      <title>TCP/IP Printer Setup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218191#M47037</link>
      <description>I have 3 Alpha, 2 clustering at the Main Site, the other at remote site. &lt;BR /&gt;I want to print to IP printer at Main site from Remote Site. I setup TCPIP Host name. Then use INIT/QUE/START/PROCESS=TCPIP$TELNETSYM/on="HOST:9100" REMOTE$PRINTER&lt;BR /&gt;The error msg show &lt;BR /&gt;%JBC-E-NOSUCHNODE, remote node is unknown or not reachable.&lt;BR /&gt;&lt;BR /&gt;When I show that queue, it show the Node name in Main Site. I also can Ping to that IP Printer.&lt;BR /&gt;&lt;BR /&gt;3rd system IP = 10.128.51.133&lt;BR /&gt;Printer IP = 192.255.5.213&lt;BR /&gt;&lt;BR /&gt;Please help or give me some guideline. I'm very new with OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Kit&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Mar 2004 08:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218191#M47037</guid>
      <dc:creator>Kitti Thanapuasuwan</dc:creator>
      <dc:date>2004-03-14T08:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Printer Setup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218192#M47038</link>
      <description>Hello Kit,&lt;BR /&gt;&lt;BR /&gt;on the system you do want to setup the queue on, do the following&lt;BR /&gt;&lt;BR /&gt;telnet &lt;HOST&gt; 9100  ! Replace &lt;HOST&gt; with the name you use in the queue.&lt;BR /&gt;&lt;BR /&gt;You should see something like this (hello world example by me)&lt;BR /&gt;&lt;BR /&gt;$ telnet helium 9100&lt;BR /&gt;%TELNET-I-TRYING, Trying ... 10.0.0.252&lt;BR /&gt;%TELNET-I-SESSION, Session 01, host helium, port 9100&lt;BR /&gt;-TELNET-I-ESCAPE, Escape character is ^]&lt;BR /&gt;hello world&lt;BR /&gt;Press ^]&lt;BR /&gt;TELNET&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;If the printer does e.g. PCL it should print hello world now.&lt;BR /&gt;&lt;BR /&gt;If this is all working your network setup is ok and the problem is with the queue. If this is not working there is still a problem with the network (like e.g. a firewall blocking port 9100).&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/HOST&gt;&lt;/HOST&gt;</description>
      <pubDate>Sun, 14 Mar 2004 10:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218192#M47038</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-14T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Printer Setup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218193#M47039</link>
      <description>From the error message it looks like the system does not know on which node to start the queue or that system is down at the moment.&lt;BR /&gt;&lt;BR /&gt;Have you tried to include the nodename of the VMS system at the remote site? Like this:&lt;BR /&gt;/ON=REMOTE::"HOST:9100"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A minor note: I would spell out all qualifiers in the full length (e.g. /PROCESSOR=, not /PROCESS=). That is a little more typing, but I beleive that makes it much more readable.&lt;BR /&gt;&lt;BR /&gt;Many, many years ago I was asked what the command 'SU' stands for.&lt;BR /&gt;&lt;BR /&gt;EH? (I am still talking VMS)&lt;BR /&gt;&lt;BR /&gt;The user then said that the command 'lifts a .COM into SYS$BATCH'. It took some more time to realize that he was talking about the 'SUbmit' command!&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Mar 2004 12:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218193#M47039</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-03-14T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Printer Setup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218194#M47040</link>
      <description>Kitty,&lt;BR /&gt;&lt;BR /&gt;assuming the printer is on the LAN:&lt;BR /&gt;&lt;BR /&gt;/ON=HOST:9100 would be the printer itself&lt;BR /&gt;So you'll need to specify&lt;BR /&gt;&lt;BR /&gt;/ON=192.255.54.213:9100&lt;BR /&gt;&lt;BR /&gt;to access the printer directly&lt;BR /&gt;&lt;BR /&gt;You will need to setup a TPIP-route to this printer (it is on a different network), but since ping accesses the printer, this seems ok.&lt;BR /&gt;&lt;BR /&gt;BTW: port 9100 is for HP printers. Other brands normally have a different port they listen on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Mar 2004 16:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218194#M47040</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-03-14T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Printer Setup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218195#M47041</link>
      <description>Hi Kit,&lt;BR /&gt;&lt;BR /&gt;Let me summarize. As you said you can ping the IP address of printer ( 192.255.5.213 ), follow the following steps:&lt;BR /&gt;&lt;BR /&gt;1. Check whether port 9100 is open for the printer:&lt;BR /&gt;&lt;BR /&gt;$telnet 192.255.5.213   9100&lt;BR /&gt;&lt;BR /&gt;If port 9100 is open , you will find the output as stated by Martin. If port 9100 is not open, then find out which port is open with the help of your network support.&lt;BR /&gt;&lt;BR /&gt;2. Initialize the queue:&lt;BR /&gt;&lt;BR /&gt;$init/que/start/on="192.255.5.213:9100"/processor=tcpip$telnetsym remote$printer&lt;BR /&gt;&lt;BR /&gt;3. Check the queueu status: &lt;BR /&gt;&lt;BR /&gt;$sh que/full remote$printer&lt;BR /&gt;&lt;BR /&gt;4. If the sho que/full shows that queue is idle, then try to print a file&lt;BR /&gt;&lt;BR /&gt;$print/notify myfile.txt /que=remote$printer&lt;BR /&gt;&lt;BR /&gt;I think this is all what needs to be done. If you are still facing the problem, then please post the output of following commands:&lt;BR /&gt;&lt;BR /&gt;$sho queue/manager/full&lt;BR /&gt;$tcpip sho version&lt;BR /&gt;$mc sysgen sho scsnode&lt;BR /&gt;$sho que/full remote$printer&lt;BR /&gt;$telnet 192.255.5.213 9100&lt;BR /&gt;$telnet 192.255.5.213 515&lt;BR /&gt;&lt;BR /&gt;This is help is troubleshooting.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain</description>
      <pubDate>Sun, 14 Mar 2004 22:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcp-ip-printer-setup/m-p/3218195#M47041</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-03-14T22:33:31Z</dc:date>
    </item>
  </channel>
</rss>

