<?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: Basic configuration of a DECserver 200/MC in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752344#M51869</link>
    <description>It should be no problem to read/write from DCl to a LT port, we once drove digitizer tablets via a DCL routine.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
    <pubDate>Thu, 16 Mar 2006 04:53:54 GMT</pubDate>
    <dc:creator>Karl Rohwedder</dc:creator>
    <dc:date>2006-03-16T04:53:54Z</dc:date>
    <item>
      <title>Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752340#M51865</link>
      <description>Given: A VAXcluster with one VAXserver3600 and one VAXserver4100 running OpenVMS 7.1 and DEcnet-OSI 7.1. A DS200 (System Image PR0801ENG.SYS) which should send and recieve commands from a stored program controller - but doesn't right now... &lt;BR /&gt;&lt;BR /&gt;When connected to that port via a terminal before the technical problem there I could see the command sent from the application and there was a answer from the SPC.&lt;BR /&gt;&lt;BR /&gt;The first problem was, that the original DECserver had a broken logic board. Then I replaced it with another DECserver 200. The new DECserver boots the system image via MOP. I even setup the servers name and port settings I thought might work. &lt;BR /&gt;&lt;BR /&gt;On the VMS side there is a LTA device, which I newly created, but now the application (Fortran77)still can't communicate with the SPC.&lt;BR /&gt;&lt;BR /&gt;MCR LATCP&lt;BR /&gt;CREATE PORT LTA65: /NOLOG&lt;BR /&gt;SET PORT LTA65: /APPLICATION /NODE=DS200 /PORT=PORT_2&lt;BR /&gt;EXIT&lt;BR /&gt;&lt;BR /&gt;SET TERMINAL LTA65: /NOECHO /SPEED=(1200,1200) /ANSI_CRT /NOEIGHT_BIT /PERM&lt;BR /&gt;&lt;BR /&gt;Since the previous company in charge of that system didn't have a documentation I am kind of lost for a configuration that might work. &lt;BR /&gt;&lt;BR /&gt;Is a basic configuration I have to setup so the DECserver should work in that kind of environment?</description>
      <pubDate>Thu, 16 Mar 2006 04:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752340#M51865</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-03-16T04:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752341#M51866</link>
      <description>Adrian,&lt;BR /&gt;&lt;BR /&gt;have you also set up the port on the DS200?&lt;BR /&gt;&lt;BR /&gt;I have attached an example for a setup file for BDE devices we use, yours may look a little different.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 16 Mar 2006 04:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752341#M51866</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-03-16T04:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752342#M51867</link>
      <description>Adrian,&lt;BR /&gt;&lt;BR /&gt;if you manage your server manually you should consider using TSM software, shich is now freeware (you can find it via the HP Openvms site). It is for manageing LAT connected servers and allows for setup files, which can easily reset a server to known settings.&lt;BR /&gt;&lt;BR /&gt;(My example above is from TSM).&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 16 Mar 2006 04:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752342#M51867</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-03-16T04:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752343#M51868</link>
      <description>The setup on the DECserver I did:&lt;BR /&gt;&lt;BR /&gt;DEFINE SERVER NAME DS200&lt;BR /&gt;DEFINE PORT 2 SPEED 1200&lt;BR /&gt;DEFINE PORT 2 PARITY NONE&lt;BR /&gt;DEFINE PORT 2 CHARACTER 7&lt;BR /&gt;DEFINE PORT 2 AUTHORIZED ALL ENABLED&lt;BR /&gt;DEFINE PORT 2 PREFERRED VAXCLUSTER&lt;BR /&gt;&lt;BR /&gt;Local&amp;gt; sho port 2&lt;BR /&gt;&lt;BR /&gt;Port 2:                                Server: DS200&lt;BR /&gt;&lt;BR /&gt;Character Size:            7           Input Speed:        1200&lt;BR /&gt;Flow Control:            XON           Output Speed:       1200&lt;BR /&gt;Parity:                 None           Modem Control:  Disabled&lt;BR /&gt;&lt;BR /&gt;Access:              Dynamic           Local Switch:       None&lt;BR /&gt;Backwards Switch:       None           Name:             PORT_2&lt;BR /&gt;Break:                 Local           Session Limit:         4&lt;BR /&gt;Forwards Switch:        None           Type:               Soft&lt;BR /&gt;&lt;BR /&gt;Preferred Service: VAXCLUSTER&lt;BR /&gt;&lt;BR /&gt;Authorized Groups:   0-255&lt;BR /&gt;(Current)  Groups:   0-255&lt;BR /&gt;&lt;BR /&gt;Enabled Characteristics:&lt;BR /&gt;&lt;BR /&gt;Autobaud,  Autoprompt,  Broadcast,  Input Flow Control,  Loss Notification,&lt;BR /&gt;Message Codes,  Output Flow Control,  Verification&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VAXCLUSTER = LAT Service Cluster Alias (It is shorter in real configuration. I replaced the original name since it is a classified system)&lt;BR /&gt;&lt;BR /&gt;It would be usefull to me also if there is a way to talk to that LTA65: device from DCL somehow. That means can I set the SYS$OUTPUT to that LTA65: Device for testing?</description>
      <pubDate>Thu, 16 Mar 2006 04:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752343#M51868</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-03-16T04:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752344#M51869</link>
      <description>It should be no problem to read/write from DCl to a LT port, we once drove digitizer tablets via a DCL routine.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 16 Mar 2006 04:53:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752344#M51869</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-03-16T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752345#M51870</link>
      <description>When loading "moving message" displays connected to DECServers in the distant past, we were able to use COPY x.lis LTAnn: quite happily.</description>
      <pubDate>Thu, 16 Mar 2006 05:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752345#M51870</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-03-16T05:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752346#M51871</link>
      <description>How should I read/write to the LT Device? &lt;BR /&gt;&lt;BR /&gt;ASSIGN LTA65: SYS$OUTPUT didn't work...</description>
      <pubDate>Thu, 16 Mar 2006 05:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752346#M51871</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-03-16T05:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752347#M51872</link>
      <description>$ open/read/write lun LTAxxx:&lt;BR /&gt;$ write lun ...&lt;BR /&gt;$ read lun ...&lt;BR /&gt;&lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 16 Mar 2006 05:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752347#M51872</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-03-16T05:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic configuration of a DECserver 200/MC</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752348#M51873</link>
      <description>&lt;BR /&gt;Try $ set host/dte lta65:&lt;BR /&gt;&lt;BR /&gt;Everything you type will be directed to the SPC and&lt;BR /&gt;everything it responds with will appear on your terminal.&lt;BR /&gt;&lt;BR /&gt;control-\ to exit back to DCL.</description>
      <pubDate>Tue, 28 Mar 2006 00:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/basic-configuration-of-a-decserver-200-mc/m-p/3752348#M51873</guid>
      <dc:creator>John Santos_2</dc:creator>
      <dc:date>2006-03-28T00:08:29Z</dc:date>
    </item>
  </channel>
</rss>

