Article 153579 of comp.os.vms: > suttip@mozart.inet.co.th (Suttinun Pa-khanghung) writes: > I have one DEC server (Dec server 900) connect to VMS ,I found some information Vms can allow to setting printing queue through TELNET service (In the book call > TELNET symbiont) that the other way to make printing remotly over TCP/IP except LPR/LPD. I want to know the real configuration to make telnet symbiont working > ,Can anyone give me information how to setting printing using telnet symboint.. > --- > Rgs, > Suttinun P. > ---- > My system configuration... > 16 port DEC server 900 > [Vms host ]--------------------------------[Dec server]---------[printer] > ip=130.100.100.1 ip:130.100.100.2x > name=mytest1 name:ds2 > printer connect to port 4 > > --some system config that I do? -- > At DEC server > -define port 4 access autobaud disable break disable > -define port 4 dedicate none dsrlogout disable flow control xon > -define port 4 inactivity logout enable longbreak logout disable > -define port 4 signal enable signal control disable > logout port 4 > - change telnet listener 2010 port 4 > - change telnet listener 2010 indentification "printer" > - change telnet listener 2010 connections enabled > At VMS > -Initial printing using telnet symbiont > init /queue TEST_Q /processor=ucx$telnetsym /start /on="ds2:2010" > > . > Then I try to test print by > print /queue=test_q testfile.txt > It printing but not doing carrie return,and then the printer queue "test_q" > being stop and still hold the hob status "pending" > > >>>> INIT/QUEUE/PROCESSOR=UCX$TELNETSYM/ON="130.100.100.2:4"/start test_q or INIT/QUEUE/PROCESSOR=UCX$TELNETSYM/ON="DS2:4"/START test_q This subject is discussed in the UCX manuals. Jim Norris