<?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: configuring a new que in a vax4100 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875460#M20380</link>
    <description>This will be my plan .&lt;BR /&gt;1-I am going to attach my laptop to the free MMJ port in the VAX system.&lt;BR /&gt;&lt;BR /&gt;2- I will do a show terminal , must send me what kind of terminal it is.&lt;BR /&gt;&lt;BR /&gt;3- Then &lt;BR /&gt;$set terminal YYYYx:/nobroadcast/width=132&lt;BR /&gt;$init/que/on=YYYYx:/start myque&lt;BR /&gt;&lt;BR /&gt;$start/que myque&lt;BR /&gt;&lt;BR /&gt;$print/que=myque login.com/copies=2&lt;BR /&gt;&lt;BR /&gt;what do you think &lt;BR /&gt;&lt;BR /&gt;another thing that I have to take care?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;w.s&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Dec 2004 14:37:23 GMT</pubDate>
    <dc:creator>WilliamSmith11</dc:creator>
    <dc:date>2004-12-14T14:37:23Z</dc:date>
    <item>
      <title>configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875457#M20377</link>
      <description>Hi please may somebody help me with the configuration of a printer in the local MMJ port of VAX4100.I know that must be something like in the devive OPA0: , or something that .&lt;BR /&gt;&lt;BR /&gt;I know that in alphasystem is &lt;BR /&gt;$set printer/lowercase/printall/passall LRA0:&lt;BR /&gt;$init/que/on=LRA0:/start/processor=PRTSMB myque&lt;BR /&gt;$show printer/LRA0:&lt;BR /&gt;&lt;BR /&gt;I appreciate your help&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 13:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875457#M20377</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2004-12-14T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875458#M20378</link>
      <description>OPA0: is the console port - I would _not_ use this for printing.&lt;BR /&gt;&lt;BR /&gt;If the VAX4100 (don't recall, sorry) has any devices on the motherboard, then they are likely called something like TTA0: (a small warning: don't try '$ SHOW DEVICE TT', because there is a logical name "TT" that points to your own current input device - try '$ SHOW DEVICE _TT' instead).&lt;BR /&gt;&lt;BR /&gt;If you have additional ports on a serial I/O board, they might be named 'TXAu:' - you can try '$ SHOW DEVICE _T', but that might find other devices as well.</description>
      <pubDate>Tue, 14 Dec 2004 14:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875458#M20378</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-12-14T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875459#M20379</link>
      <description>William,&lt;BR /&gt;&lt;BR /&gt;First check what is the name of the serial port. The sympliest way is to attach a terminal to it login and do a $ SHOW TERMINAL command. It should be TTA0. If it is OPA0 this is the console port and you should not configure a queue on it! Try with another port.&lt;BR /&gt;After obtaining the port (terminal) name you configure the queue by setting the terminal and init the queue with (replace TTA0 with yours name):&lt;BR /&gt;&lt;BR /&gt;$ set terminal TTA0: /nobroadcast/width= ...&lt;BR /&gt;$ init/que/on=TTA0:/start myque&lt;BR /&gt;&lt;BR /&gt;Remember that you must put all set terminal commands in yours systartup_vms.com.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 14 Dec 2004 14:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875459#M20379</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-12-14T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875460#M20380</link>
      <description>This will be my plan .&lt;BR /&gt;1-I am going to attach my laptop to the free MMJ port in the VAX system.&lt;BR /&gt;&lt;BR /&gt;2- I will do a show terminal , must send me what kind of terminal it is.&lt;BR /&gt;&lt;BR /&gt;3- Then &lt;BR /&gt;$set terminal YYYYx:/nobroadcast/width=132&lt;BR /&gt;$init/que/on=YYYYx:/start myque&lt;BR /&gt;&lt;BR /&gt;$start/que myque&lt;BR /&gt;&lt;BR /&gt;$print/que=myque login.com/copies=2&lt;BR /&gt;&lt;BR /&gt;what do you think &lt;BR /&gt;&lt;BR /&gt;another thing that I have to take care?&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;w.s&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2004 14:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875460#M20380</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2004-12-14T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875461#M20381</link>
      <description>You may need to adjust the baud rate of the serial port for the printer.&lt;BR /&gt;&lt;BR /&gt;SET TEMINAL/PERM/SPEED=19200/PARITY=EVEN &lt;BR /&gt;or whatever.</description>
      <pubDate>Tue, 14 Dec 2004 14:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875461#M20381</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-12-14T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875462#M20382</link>
      <description>Reading Ians post I realize that I forgot the /permanent qualifier. Dont forget it. You will also need to setup your printer to XON/XOF protocol. And you must have an appropriate cable (many printers need some shortcut connected pins to work, usualy RTS-CTS and DSR-DCD-DTR) For testing purposes you can "print" to yours laptop. The contents of the print job will be symply displayed in the terminal emulator. Dont forget to logout from the port before initialising the queue.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 14 Dec 2004 16:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875462#M20382</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-12-14T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875463#M20383</link>
      <description>William,&lt;BR /&gt;I guess you would connect your laptop to vax and receive data from it.&lt;BR /&gt;If is true:&lt;BR /&gt;- you can set terminal with no broadcast and declare that has a printer port; you don't need set its width 132.&lt;BR /&gt;$ SET TERM tt/NOBROAD/NOWRAP/PRINTER&lt;BR /&gt;- You can create a new queue with terminal attribute.&lt;BR /&gt;$ INIT/QUE myqueue /ON=tt:/DEV=TERM/START&lt;BR /&gt; &lt;BR /&gt;On your laptop you must set emulator printer to local printer. This may be a big problem, because most common PC printers don't work well or don't work any.&lt;BR /&gt;I need more information about laptop printer to help you in PC configuration.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 02:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875463#M20383</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-12-15T02:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: configuring a new que in a vax4100</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875464#M20384</link>
      <description>It was helpfull for me , everybody help me to find the solution &lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;W.S</description>
      <pubDate>Wed, 15 Dec 2004 06:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-a-new-que-in-a-vax4100/m-p/4875464#M20384</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2004-12-15T06:46:45Z</dc:date>
    </item>
  </channel>
</rss>

