<?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: How to change default Node? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651331#M50265</link>
    <description>Volker,&lt;BR /&gt;I already tried the way,but things as following&lt;BR /&gt;&lt;BR /&gt;$ tcpip set  CONFIG COMM/LOCAL_HOST=Node2&lt;BR /&gt;%TCPIP-E-CONFIGERROR, error processing configuration request&lt;BR /&gt;-TCPIP-E-INVQUAL, invalid qualifier value for /LOCAL_HOST&lt;BR /&gt;-RMS-E-RNF, record not found&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Oct 2005 05:29:32 GMT</pubDate>
    <dc:creator>lunew</dc:creator>
    <dc:date>2005-10-18T05:29:32Z</dc:date>
    <item>
      <title>How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651326#M50260</link>
      <description>OpenVMS7.3-1 TCPIP 5.3, The node has two interfaces EE0(100B-T) and WE0(1000Base-X)&lt;BR /&gt;I have configured both NIs via @sys$startup:tcpip$config with following datas:&lt;BR /&gt;EE0: 10.10.10.2/255.255.255.0,  Node1&lt;BR /&gt;WE0:172.168.1.10/255.255.255.0,  Node2 &lt;BR /&gt;$&amp;gt; sho net&lt;BR /&gt;Product:  TCP/IP        Node:  Node1.com    Address(es):  10.10.10.2&lt;BR /&gt;&lt;BR /&gt;But I want the WE0: be the default with the “$&amp;gt;show network”. So I disabled the EE0: with TCPIP&amp;gt;Set Nointerface EE0&lt;BR /&gt;After reboot the Server ,&lt;BR /&gt;$&amp;gt; sho net&lt;BR /&gt;Product:  TCP/IP        Node:&lt;TCPIP not=""&gt;&lt;BR /&gt;&lt;BR /&gt;How to display the WE0: with “$&amp;gt;show network  ”  ?&lt;BR /&gt;&lt;BR /&gt;&lt;/TCPIP&gt;</description>
      <pubDate>Mon, 17 Oct 2005 23:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651326#M50260</guid>
      <dc:creator>lunew</dc:creator>
      <dc:date>2005-10-17T23:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651327#M50261</link>
      <description>The networks to be display with SHOW NETWORK are defined calling SYS$NET_SERVICES.COM during boot, which calles all SYS$STARTUP:SYS$NET_SERVICES_*.COM.&lt;BR /&gt;&lt;BR /&gt;There should be one for DECNET and one for TCPIP. The TCPIP thing registers a network using TCPIP$INET_HOSTADDR logical name.&lt;BR /&gt;&lt;BR /&gt;That said, I do not know how to register a 2nd interface :-(&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 18 Oct 2005 00:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651327#M50261</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-10-18T00:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651328#M50262</link>
      <description>See HELP SET NETWORK. The command defines network services. This includes commands to STOP, START &amp;amp; display information about the network. &lt;BR /&gt;&lt;BR /&gt;See SHOW LOGICAL SYS$NET*, and/or SYS$STARTUP:SYS$NET_SERVICES_*.COM to see how the existing networks are defined. You can either modify the TCP/IP entry or add your own, specifying whichever interface(s) or commands you want.</description>
      <pubDate>Tue, 18 Oct 2005 01:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651328#M50262</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-10-18T01:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651329#M50263</link>
      <description>Lunew,&lt;BR /&gt;&lt;BR /&gt;the TCPIP node name and address are obtained from the TCPIP configuration and stored in the TCPIP$INET* logicals during TCPIP startup.&lt;BR /&gt;&lt;BR /&gt;During TCPIP configuration, the first interface defined sets up the host configuration (see TCPIP SHOW CONF COMM). You can change this information manually with:&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET CONFIG COMM/LOCAL_HOST=Node2&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Oct 2005 01:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651329#M50263</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-18T01:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651330#M50264</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for network config it's handy to use in Sys$manager  NETCONFIG.COM, TCPIP$CONFIG.COM , (UCX$CONFIG for older TCPIP).&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 18 Oct 2005 02:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651330#M50264</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-10-18T02:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651331#M50265</link>
      <description>Volker,&lt;BR /&gt;I already tried the way,but things as following&lt;BR /&gt;&lt;BR /&gt;$ tcpip set  CONFIG COMM/LOCAL_HOST=Node2&lt;BR /&gt;%TCPIP-E-CONFIGERROR, error processing configuration request&lt;BR /&gt;-TCPIP-E-INVQUAL, invalid qualifier value for /LOCAL_HOST&lt;BR /&gt;-RMS-E-RNF, record not found&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 05:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651331#M50265</guid>
      <dc:creator>lunew</dc:creator>
      <dc:date>2005-10-18T05:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651332#M50266</link>
      <description>Lunew,&lt;BR /&gt;&lt;BR /&gt;make sure node2 is defined in your local host database:&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW HOST node2&lt;BR /&gt;&lt;BR /&gt;If not, add it with&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SET HOST NODE2/ADDR=172.168.1.10&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Oct 2005 05:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651332#M50266</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-18T05:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651333#M50267</link>
      <description>VOlker:&lt;BR /&gt; &lt;BR /&gt;     As you said,I got it!&lt;BR /&gt;     Thanks a lot!</description>
      <pubDate>Wed, 19 Oct 2005 00:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651333#M50267</guid>
      <dc:creator>lunew</dc:creator>
      <dc:date>2005-10-19T00:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change default Node?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651334#M50268</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Wed, 19 Oct 2005 03:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-change-default-node/m-p/3651334#M50268</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-19T03:02:18Z</dc:date>
    </item>
  </channel>
</rss>

