<?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: incorrect netconf file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281005#M474292</link>
    <description>Hi Rustam:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ROUTE_ARGS[0]=-p 1500&lt;BR /&gt;&lt;BR /&gt;...is illegal shell syntax.  You must quote (using single or double quotes) any variable assignment that contains whitespace:&lt;BR /&gt;&lt;BR /&gt;# ROUTE_ARGS[0]="-p 1500"&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# ROUTE_ARGS[0]='-p 1500'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 03 May 2011 14:32:24 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2011-05-03T14:32:24Z</dc:date>
    <item>
      <title>incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281001#M474288</link>
      <description>Hi all,&lt;BR /&gt;My server is rx6600 and OS is HP-US 11.3. Server rebooted and after this IP configuration lost. No clients could connect.&lt;BR /&gt;I connected via iLO. During running net start got error:&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;/sbin/init.d/net[135]: 1500:  not found.&lt;BR /&gt;ERROR:   Incorrect data in the file /etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;First i didnt know what is worng. After several researches found out that this parameter has wrong value in netconf file:&lt;BR /&gt;...&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_MASK[0]=&lt;BR /&gt;ROUTE_ARGS[0]=-p 1500&lt;BR /&gt;&lt;BR /&gt;and i changed ROUTE_ARGS[0]= "-p 1500" then restart net start. Since put in quoted ROUTE_ARGS value everything works.&lt;BR /&gt;So question, for what is ROUTE_ARGS and what's differ between values -p -f and -n?&lt;BR /&gt;Where missed quoted then? i didnt changed netconf, so what could be the reason on changing netconf after reboot?&lt;BR /&gt;&lt;BR /&gt;regards and thanks,&lt;BR /&gt;rustam</description>
      <pubDate>Tue, 03 May 2011 04:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281001#M474288</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2011-05-03T04:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281002#M474289</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;excerpt from netconf:&lt;BR /&gt;&lt;BR /&gt;# ROUTE_ARGS:         Route command arguments and options.  This variable&lt;BR /&gt;#                     may contain a combination of the following arguments:&lt;BR /&gt;#                     "-f", "-n" and "-p pmtu".&lt;BR /&gt;&lt;BR /&gt;'-p' is for setting the MTU for the given route. What others mean you can read in:&lt;BR /&gt;#man route</description>
      <pubDate>Tue, 03 May 2011 04:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281002#M474289</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-05-03T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281003#M474290</link>
      <description>thanks q3jza, i understood answer for first question. So what could be the reason of changing netconf?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 14:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281003#M474290</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2011-05-03T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281004#M474291</link>
      <description>what kind of Network Card do you have on your RX6600? Maybe the intent was to change the MTU (max transmit unit)?&lt;BR /&gt;&lt;BR /&gt;Please submit:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC lan&lt;BR /&gt;&lt;BR /&gt;Are you the only admin on this machine??</description>
      <pubDate>Tue, 03 May 2011 14:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281004#M474291</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-05-03T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281005#M474292</link>
      <description>Hi Rustam:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ROUTE_ARGS[0]=-p 1500&lt;BR /&gt;&lt;BR /&gt;...is illegal shell syntax.  You must quote (using single or double quotes) any variable assignment that contains whitespace:&lt;BR /&gt;&lt;BR /&gt;# ROUTE_ARGS[0]="-p 1500"&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# ROUTE_ARGS[0]='-p 1500'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 May 2011 14:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281005#M474292</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-05-03T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281006#M474293</link>
      <description>Thanks Alzhy and JRF,&lt;BR /&gt;&lt;BR /&gt;But i dont know who\what could change MTU value. The ioscan result is:&lt;BR /&gt;Class     I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;===================================================================&lt;BR /&gt;lan       0  0/4/2/0   iether   CLAIMED     INTERFACE    HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core&lt;BR /&gt;lan       1  0/4/2/1   iether   CLAIMED     INTERFACE    HP AB352-60003 PCI/PCI-X 1000Base-T Dual-port Core&lt;BR /&gt;lan       2  0/6/0/0/0/0/4/0/0/0  iether   CLAIMED     INTERFACE    HP AD337-60001 PCIe 1000Base-T Dual-port Adapter&lt;BR /&gt;lan       3  0/6/0/0/0/0/4/0/0/1  iether   CLAIMED     INTERFACE    HP AD337-60001 PCIe 1000Base-T Dual-port Adapter&lt;BR /&gt;&lt;BR /&gt;I wasnt a long time in office, and 2 guys also had access. But they say we didnt change anything.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 15:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281006#M474293</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2011-05-03T15:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281007#M474294</link>
      <description>&lt;!--!*#--&gt;Did you check the modification date on netconf before changing it?&lt;BR /&gt;It would seem that someone must have changed the file.&lt;BR /&gt;&lt;BR /&gt;You shouldn't need to use the -p MTU on the route anyway, Dynamic Path MTU Discovery is on by default .&lt;BR /&gt;And if you don't know why it was changed, and you're the admin, then I'd take it back out.&lt;BR /&gt;&lt;BR /&gt;There could be times you'd need to change the pMTU, though.  E.g, if the default route is the actual router to your ISP and is using ADSL or something, you might need to drop it to prevent framentation if the discovery is not getting an appropriate value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ndd -get /dev/ip ip_pmtu_strategy&lt;BR /&gt;  1&lt;BR /&gt;&lt;BR /&gt;1 means dynamic discovery is on&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## netstat -rvn&lt;BR /&gt;&lt;BR /&gt;last column will show the pMTU for all routes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2011 15:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281007#M474294</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-04T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281008#M474295</link>
      <description>Hi bv,&lt;BR /&gt;i didnt notice modification and remembered about after changed file. Does there any function\utilities which shows previous modification?&lt;BR /&gt;&lt;BR /&gt;so you think that i have to change this parameter to default (zero)?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;rustam</description>
      <pubDate>Fri, 06 May 2011 03:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281008#M474295</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2011-05-06T03:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281009#M474296</link>
      <description>&lt;!--!*#--&gt;You're the Admin.&lt;BR /&gt;You didn't make the change.&lt;BR /&gt;Whoever/whatever made the change didn't make it correctly.&lt;BR /&gt;The change is not necessary.&lt;BR /&gt;&lt;BR /&gt;So, yes, I'd remove the change:&lt;BR /&gt;&lt;BR /&gt;just remove the "-p 1500"  and leave it at:&lt;BR /&gt;&lt;BR /&gt;ROUTE_ARGS[0]=&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Fri, 06 May 2011 09:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281009#M474296</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2011-05-06T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: incorrect netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281010#M474297</link>
      <description>Ok, thanks bv. I think i have to to leave and look, what will happen after next reboot.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;rustam</description>
      <pubDate>Fri, 06 May 2011 10:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incorrect-netconf-file/m-p/5281010#M474297</guid>
      <dc:creator>rustam_2</dc:creator>
      <dc:date>2011-05-06T10:29:30Z</dc:date>
    </item>
  </channel>
</rss>

