<?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: REG the network in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177041#M459237</link>
    <description>Hello Bala,&lt;BR /&gt;&lt;BR /&gt;Add routing entries in /etc/rc.config.d/netconf and to apply the settings without rebooting the host; run the script /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Check the setting with: netstat -rn&lt;BR /&gt;&lt;BR /&gt;Don't leave backup copy of any configuration file under /etc/rc.config.d/  as all the configuration files are referred when scripts under /sbin/init.d/ run.&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;</description>
    <pubDate>Sat, 23 May 2009 11:22:38 GMT</pubDate>
    <dc:creator>Nido</dc:creator>
    <dc:date>2009-05-23T11:22:38Z</dc:date>
    <item>
      <title>REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177039#M459235</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried to add the one default gateway by the command route add. It throws error like network unreachable even it is pinging.... So we tried like removed the existing entry in /etc/rc.config.d/netconf file and we added the new gateway ip like &lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="xx.xx.xxx.xx"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;then we tried adding the gateway, i was added. so the question here is like while booting only it will refer this file to setup the routing table right? Is this file will be referred even when we adding the routes? can you please explain what exactly this file does?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance...</description>
      <pubDate>Sat, 23 May 2009 10:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177039#M459235</guid>
      <dc:creator>bchinnat</dc:creator>
      <dc:date>2009-05-23T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177040#M459236</link>
      <description>Hi,&lt;BR /&gt;the netconf file is the source for /sbin/init.d/net startup script which is executed at boot time when the system enters in run level 2. &lt;BR /&gt;But you could run manually the net script to activate the entries of the netconf file&lt;BR /&gt;Hope it helps</description>
      <pubDate>Sat, 23 May 2009 10:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177040#M459236</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-05-23T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177041#M459237</link>
      <description>Hello Bala,&lt;BR /&gt;&lt;BR /&gt;Add routing entries in /etc/rc.config.d/netconf and to apply the settings without rebooting the host; run the script /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Check the setting with: netstat -rn&lt;BR /&gt;&lt;BR /&gt;Don't leave backup copy of any configuration file under /etc/rc.config.d/  as all the configuration files are referred when scripts under /sbin/init.d/ run.&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;</description>
      <pubDate>Sat, 23 May 2009 11:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177041#M459237</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-05-23T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177042#M459238</link>
      <description>&amp;gt;&amp;gt;.then we tried adding the gateway, i was added. so the question here is like while booting only it will refer this file to setup the routing table right?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes, You are right, not only your routing table "hostname" &amp;amp; "ip address" of the server. for more information you can do&lt;BR /&gt;&lt;BR /&gt;# man netconf&lt;BR /&gt;&lt;BR /&gt;or refer to below links&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90796/ix01.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90796/ix01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Sat, 23 May 2009 12:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177042#M459238</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-05-23T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177043#M459239</link>
      <description>Hi Bala,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The routing entires in the netconf file is used by the system during system startup or  while executing /sbin/init.d/net command with start argument. These routing information will be static (ie persistent across system reboots)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The route add command will add routes to the system  but it will be dynamic and need to add them to netconf file in order to make them static.&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson</description>
      <pubDate>Sat, 23 May 2009 13:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177043#M459239</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-23T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: REG the network</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177044#M459240</link>
      <description>Thanks for all your Answer..... Good forum and faster replies.. I appriciate your effort on this....</description>
      <pubDate>Mon, 25 May 2009 07:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reg-the-network/m-p/5177044#M459240</guid>
      <dc:creator>bchinnat</dc:creator>
      <dc:date>2009-05-25T07:11:07Z</dc:date>
    </item>
  </channel>
</rss>

