<?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: Problem with host name in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034302#M84985</link>
    <description>Thank you , setting the host name resolved the issue. Is there a netstartup procedure that need to be updated to make this perm?</description>
    <pubDate>Mon, 09 Jul 2007 11:57:40 GMT</pubDate>
    <dc:creator>KENDALL MCCARTHY_1</dc:creator>
    <dc:date>2007-07-09T11:57:40Z</dc:date>
    <item>
      <title>Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034298#M84981</link>
      <description>Running VMS 7.2 &lt;BR /&gt;&lt;BR /&gt; I am a non-network savy guy Trying to use FTP . I can FTP using the IP address but not Host name. I can ping the address but not host name. When I go into TCPIP and show host neither the IP or hot name are visable on the output and I get the following error at the end of the show command . Any idea why I cant use the host name?&lt;BR /&gt;&lt;BR /&gt; SHOW HOST &lt;BR /&gt;&lt;BR /&gt; bla bla bla &lt;BR /&gt;&lt;BR /&gt;164.51.145.138  WPB_NP17, wpb_np17&lt;BR /&gt;192.149.205.14  lota,ris&lt;BR /&gt;192.149.205.1   lotto1, LOTTO1&lt;BR /&gt;192.149.205.2   lotto2, LOTTO2&lt;BR /&gt;%NONAME-E-NOMSG, Message number 00000002&lt;BR /&gt;%TCPIP-W-NORECORD, information not found&lt;BR /&gt;-NONAME-E-NOMSG, Message number 00000002&lt;BR /&gt;TCPIP&amp;gt; &lt;BR /&gt;TCPIP&amp;gt; sho version&lt;BR /&gt;&lt;BR /&gt;  DIGITAL TCP/IP Services for OpenVMS Alpha Version V5.0A - ECO 3&lt;BR /&gt;  on a DEC 7000 Model 710 running OpenVMS V7.2    &lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034298#M84981</guid>
      <dc:creator>KENDALL MCCARTHY_1</dc:creator>
      <dc:date>2007-07-09T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034299#M84982</link>
      <description>Kendall,&lt;BR /&gt;&lt;BR /&gt;My first guess would be that name resolution is not working or mis-configured.&lt;BR /&gt;&lt;BR /&gt;Networks can be a challenge, the number of pitfalls that one can encounter is impressive. That said, more information is needed to understand what you are seeing.&lt;BR /&gt;&lt;BR /&gt;However, the post does not include:&lt;BR /&gt;- whether this is a long standing problem&lt;BR /&gt;- which node you are trying to access (IP address and name)&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>Mon, 09 Jul 2007 11:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034299#M84982</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-09T11:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034300#M84983</link>
      <description>I would say the Alpha doesn't have your target host defined or available to a name server.  Is a name server configured on the Alpha?&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW NAME&lt;BR /&gt;&lt;BR /&gt;The easiest solution is to define the host name.&lt;BR /&gt;&lt;BR /&gt;TCPIP SET HOST &lt;NAME goes="" here=""&gt; /ADDRESS =192.149.205.101&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;&lt;/NAME&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034300#M84983</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-07-09T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034301#M84984</link>
      <description>To add definitions of hosts -- to map host names to host addresses -- you need either specify a DNS server and ensure the host addresses and names are available via the DNS server, or you need locally enter names using the SET HOST command within TCP/IP Services TCPIP utility.&lt;BR /&gt;&lt;BR /&gt;SET HOST is the command used to add the node to the local static database.    See HELP SET HOST at the TCPIP&amp;gt; prompt.  You'll be adding an upper and a lower-case name for the node, and the associated IP address, using the SET HOST command.  (This is SET HOST at the TCPIP&amp;gt; prompt, and not at the DCL $ prompt.)&lt;BR /&gt;&lt;BR /&gt;As for the DNS commands and adding the node into your local DNS database (if that is how your network is set up), the commands and such depend on what server you are getting your DNS from.  OpenVMS can serve DNS or can act as a DNS client, as can various other platforms.  (There's usually a DNS network administrator.)&lt;BR /&gt;&lt;BR /&gt;As for the errors from SHOW HOST, that looks to be a known bug in that version of TCP/IP Services.  See: &lt;A href="http://h71000.www7.hp.com/wizard/wiz_2477.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2477.html&lt;/A&gt; The first thing I'd try here (or fix here) is the TCP/IP Services ECO level or (far better) I'd upgrade past V5.0A.  An ECO might fix this error, I don't know.&lt;BR /&gt;&lt;BR /&gt;OpenVMS Alpha V7.2 is equally ancient and should be ECO'd as far as "current" for that release, and an upgrade to V7.3-2 is encouraged; that's the next-oldest release with a modicum of support available.  V8.3 would be current release.&lt;BR /&gt;&lt;BR /&gt;You'll see various performance and feature upgrades, too -- V7.3-2 is often significantly faster than V7.2, FWIW.&lt;BR /&gt;&lt;BR /&gt;ECO kits for OpenVMS Alpha V7.2 and for TCP/IP Services V5.0A are (somewhere) here: &lt;A href="ftp://ftp.itrc.hp.com" target="_blank"&gt;ftp://ftp.itrc.hp.com&lt;/A&gt; -- you'll likely have to dig around for both at the FTP site, as both of the product releases are beyond support.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034301#M84984</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-09T11:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034302#M84985</link>
      <description>Thank you , setting the host name resolved the issue. Is there a netstartup procedure that need to be updated to make this perm?</description>
      <pubDate>Mon, 09 Jul 2007 11:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034302#M84985</guid>
      <dc:creator>KENDALL MCCARTHY_1</dc:creator>
      <dc:date>2007-07-09T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034303#M84986</link>
      <description>hi Kendall&lt;BR /&gt;     the set host definitions are sticky,&lt;BR /&gt;you should be set.  Dean</description>
      <pubDate>Mon, 09 Jul 2007 12:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034303#M84986</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-07-09T12:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034304#M84987</link>
      <description>Kendall.&lt;BR /&gt;     Just one other thing, as Hoff mentioned above, you should enter the host name in both UpperCase and LowerCase, as follows;&lt;BR /&gt;&lt;BR /&gt;$ set host NODENAME /alias="nodename"/Address=&lt;IPADDR&gt;&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/IPADDR&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034304#M84987</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-07-10T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034305#M84988</link>
      <description>&lt;BR /&gt; Thanks , want to thank you guys for your prompt help with this stuff . I am a DBA that is attempting to support the system management of these legacy systems. This is a great service!!! I apologize for the remedial questions but there is no documentation at this site.</description>
      <pubDate>Tue, 10 Jul 2007 07:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034305#M84988</guid>
      <dc:creator>KENDALL MCCARTHY_1</dc:creator>
      <dc:date>2007-07-10T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with host name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034306#M84989</link>
      <description>Kendall,&lt;BR /&gt;     One other thing, you need to be aware that this command places the the IP resolution information in the node Local Host table.&lt;BR /&gt;     If a host process needs to resolve a hostname, it looks in the Local Table first, before trying to resolve externally, i.e. by going to a DNS Server.&lt;BR /&gt;     If your site uses a DNS server for name resolution, it would be better to configure the Name Service within TCPIP than depend on the local table because if the Network people decide to change the IP address of your target host, without informing you (because they think you are using the DNS), then your entry in the local table becomes invalid, and whatever you were using it for, will cease to work.&lt;BR /&gt;&lt;BR /&gt;Beware.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 10 Jul 2007 07:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-host-name/m-p/4034306#M84989</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-07-10T07:22:23Z</dc:date>
    </item>
  </channel>
</rss>

