<?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: UCX Change IP-address &amp;amp; Nodename. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938748#M72457</link>
    <description>to configure the default gateway&lt;BR /&gt;TCPIP SET ROUTE/DEF/GATE=x.x.x.x&lt;BR /&gt;or use the menu in TCPIP$CONFIG</description>
    <pubDate>Mon, 07 Nov 2005 07:50:11 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-11-07T07:50:11Z</dc:date>
    <item>
      <title>UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938742#M72451</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to change IP-address and nodenameon av OpenVMS system. &lt;BR /&gt;&lt;BR /&gt;I also want to change DECnet address on the same system. Any idea??&lt;BR /&gt;&lt;BR /&gt;Geir</description>
      <pubDate>Mon, 07 Nov 2005 04:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938742#M72451</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-07T04:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938743#M72452</link>
      <description>does&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/faq/vmsfaq_007.html#mgmt9" target="_blank"&gt;http://h71000.www7.hp.com/faq/vmsfaq_007.html#mgmt9&lt;/A&gt;&lt;BR /&gt;cover what you want?</description>
      <pubDate>Mon, 07 Nov 2005 04:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938743#M72452</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-07T04:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938744#M72453</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;I supose you have UCX and DECnet phase IV.&lt;BR /&gt;Use sys$manager:ucx$config.com to change the ip address. &lt;BR /&gt;For DECnet address you can use sys$manager:netconfig.com but this can delete all other definitions! So better to work this from ncp:&lt;BR /&gt;&lt;BR /&gt;$ mc ncp&lt;BR /&gt;NCP&amp;gt; PURGE NODE old_address ALL&lt;BR /&gt;NCP&amp;gt; PURGE NODE old_name ALL&lt;BR /&gt;NCP&amp;gt; DEFINE EXECUTOR ADDRESS new_address&lt;BR /&gt;NCP&amp;gt; DEFINE EXECUTOR NAME new_name&lt;BR /&gt;&lt;BR /&gt;restart decnet&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 07 Nov 2005 04:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938744#M72453</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-11-07T04:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938745#M72454</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;if you change your DECnet name and address, you MUST also change them in SYSGEN&lt;BR /&gt;&lt;BR /&gt;SYSGEN&amp;gt; USE CURRENT&lt;BR /&gt;SYSGEN&amp;gt; SET SCSNODENAME = &lt;NEWNAME&gt;&lt;BR /&gt;SYSGEN&amp;gt; SET SCSNODEID = &amp;lt;1024 * areanr + nodenr &amp;gt;&lt;BR /&gt;SYSGEN&amp;gt; WRITE CURRENT&lt;BR /&gt;&lt;BR /&gt;Also change that in MODPARAMS.&lt;BR /&gt;&lt;BR /&gt;Reboot as soon as convenient.&lt;BR /&gt;&lt;BR /&gt;Success &lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/NEWNAME&gt;</description>
      <pubDate>Mon, 07 Nov 2005 05:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938745#M72454</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-07T05:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938746#M72455</link>
      <description>Geir.&lt;BR /&gt;For me, a procedure to modify nodename and address (if you have DECnet V) is:&lt;BR /&gt;Modify SCS parameters (SCSNODE &amp;amp; SCSSYSTEMID)&lt;BR /&gt;on params.dat (using SYSGEN) and modparams.dat&lt;BR /&gt;Modify DECnet local name using net$configure (option 2)&lt;BR /&gt;Check new local name using decnet_register&lt;BR /&gt;Modify routing values editing NET$ROUTING_STARTUP.NCL.&lt;BR /&gt;Modify ip values, using TCPIP$CONFIG.COM&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Mon, 07 Nov 2005 05:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938746#M72455</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-11-07T05:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938747#M72456</link>
      <description>Hi,&lt;BR /&gt;Thanks for great answers. But I also want to configure the default gateway on the IP-network.&lt;BR /&gt;&lt;BR /&gt;Geir</description>
      <pubDate>Mon, 07 Nov 2005 07:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938747#M72456</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-07T07:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938748#M72457</link>
      <description>to configure the default gateway&lt;BR /&gt;TCPIP SET ROUTE/DEF/GATE=x.x.x.x&lt;BR /&gt;or use the menu in TCPIP$CONFIG</description>
      <pubDate>Mon, 07 Nov 2005 07:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938748#M72457</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-07T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938749#M72458</link>
      <description>Hi,&lt;BR /&gt;Thanks for the answer, but I run an older OpenVMS version (6.2), so if you have simular commands for ucx it would be great.&lt;BR /&gt;&lt;BR /&gt;Geir</description>
      <pubDate>Mon, 07 Nov 2005 07:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938749#M72458</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-07T07:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938750#M72459</link>
      <description>Hi,&lt;BR /&gt;Thamks for great answers&lt;BR /&gt;:-)</description>
      <pubDate>Mon, 07 Nov 2005 09:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938750#M72459</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-07T09:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: UCX Change IP-address &amp; Nodename.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938751#M72460</link>
      <description>replace TCPIP$ by UCX$ in previous reply.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2005 09:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-change-ip-address-amp-nodename/m-p/4938751#M72460</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-07T09:34:40Z</dc:date>
    </item>
  </channel>
</rss>

