<?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 Check connectivity between two servers in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659427#M99459</link>
    <description>Where in OPENVMS can I see what servers are listed or talk with the box.  I am trouble shooting a network issue and being formerly &lt;BR /&gt;windows and linux, need to find the equvalience of the ets/hosts file to make sure&lt;BR /&gt;box 1 can see and talk to box 2.&lt;BR /&gt;&lt;BR /&gt;Box 1 is openvms  V8.3  and the other is HP unix  B 11.31. U  ia64.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
    <pubDate>Fri, 09 Jul 2010 16:05:15 GMT</pubDate>
    <dc:creator>Stephanie Gonos</dc:creator>
    <dc:date>2010-07-09T16:05:15Z</dc:date>
    <item>
      <title>Check connectivity between two servers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659427#M99459</link>
      <description>Where in OPENVMS can I see what servers are listed or talk with the box.  I am trouble shooting a network issue and being formerly &lt;BR /&gt;windows and linux, need to find the equvalience of the ets/hosts file to make sure&lt;BR /&gt;box 1 can see and talk to box 2.&lt;BR /&gt;&lt;BR /&gt;Box 1 is openvms  V8.3  and the other is HP unix  B 11.31. U  ia64.&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Fri, 09 Jul 2010 16:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659427#M99459</guid>
      <dc:creator>Stephanie Gonos</dc:creator>
      <dc:date>2010-07-09T16:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check connectivity between two servers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659428#M99460</link>
      <description>AFAIK, the /etc/hosts stuff is not particularly associated with IP network connectivity but rather with a comparatively primitive form of name-to-address translation, so I'm not entirely sure where you're going. &lt;BR /&gt;&lt;BR /&gt;Regardless...&lt;BR /&gt;&lt;BR /&gt;Once per login (or in your LOGIN.COM)&lt;BR /&gt;&lt;BR /&gt;$ @sys$manager:tcpip$define_commands&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;$ ping hostname.example.com&lt;BR /&gt;$ ping your.target.ipaddress.here&lt;BR /&gt;&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;The Unix /etc/hosts file is replaced with the TCPIP utility and its command SET HOST&lt;BR /&gt;&lt;BR /&gt;Details on this /etc/hosts stuff are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1533" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1533&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here are some details on setting up a DNS resolver, and troubleshooting:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1432" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1432&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2010 16:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659428#M99460</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-07-09T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Check connectivity between two servers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659429#M99461</link>
      <description>Stephanie,&lt;BR /&gt;&lt;BR /&gt;I concur with Hoff, most of what you are looking for is within the TCPIP utility (many of the *IX commands are supported from within the utility).&lt;BR /&gt;&lt;BR /&gt;One note of caution. Various routers and firewalls on an internal network can often disrupt connections. When PING does not work, it means EITHER a) there is no connectivity or b) the ICMP port is blocked.&lt;BR /&gt;&lt;BR /&gt;I have seen many client situations where connectivity is inadvertently blocked.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 09 Jul 2010 17:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659429#M99461</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2010-07-09T17:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check connectivity between two servers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659430#M99462</link>
      <description>See Hoff's info and use the TCPIP utility to manage your hosts information.&lt;BR /&gt;&lt;BR /&gt;Second, what protocol are you troubleshooting?  As long as you need to check TCP/IP connectivity, you're on track.  If this is cluster communication or DECnet, that a different issue and may or may not have anything to do with TCP/IP configuration and allowed network traffic.  &lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2010 18:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659430#M99462</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-07-09T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check connectivity between two servers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659431#M99463</link>
      <description>For some added background, this question is likely a part of debugging an Oracle connectivity error and Oracle diagnostic as discussed in another recent thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1438664" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1438664&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It would appear that this Oracle error is either a network-level error, or quite possibly a problem with the Oracle configuration or operation on a remote Unix box of some ilk; that the OpenVMS box is probably a bystander here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2010 18:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/check-connectivity-between-two-servers/m-p/4659431#M99463</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-07-09T18:32:57Z</dc:date>
    </item>
  </channel>
</rss>

