<?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 auto_parms [68] error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080832#M142597</link>
    <description>After making the change from an ATM , instance [0] to a 100BT , instance [1] primary lan card. At boot, I'm getting the following error;&lt;BR /&gt;"Auto_Parms [68] LanDeviceList Subscript must be smaller than 1024k."&lt;BR /&gt;I see no direct problems as a result of whatever this is telling me.&lt;BR /&gt;&lt;BR /&gt;Thanks, ~jdk</description>
    <pubDate>Mon, 29 Sep 2003 12:10:37 GMT</pubDate>
    <dc:creator>TrustNo1</dc:creator>
    <dc:date>2003-09-29T12:10:37Z</dc:date>
    <item>
      <title>auto_parms [68] error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080832#M142597</link>
      <description>After making the change from an ATM , instance [0] to a 100BT , instance [1] primary lan card. At boot, I'm getting the following error;&lt;BR /&gt;"Auto_Parms [68] LanDeviceList Subscript must be smaller than 1024k."&lt;BR /&gt;I see no direct problems as a result of whatever this is telling me.&lt;BR /&gt;&lt;BR /&gt;Thanks, ~jdk</description>
      <pubDate>Mon, 29 Sep 2003 12:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080832#M142597</guid>
      <dc:creator>TrustNo1</dc:creator>
      <dc:date>2003-09-29T12:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: auto_parms [68] error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080833#M142598</link>
      <description>&lt;BR /&gt; I would suspect some typo in netconf file ?&lt;BR /&gt; &lt;BR /&gt; Post the contents.</description>
      <pubDate>Mon, 29 Sep 2003 12:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080833#M142598</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-29T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: auto_parms [68] error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080834#M142599</link>
      <description>My first thought would also be a typo in /etc/rc.config.d/netconf but auto_parms is a script so you could look at it and see what it is trying to do at line 68.</description>
      <pubDate>Mon, 29 Sep 2003 12:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080834#M142599</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-29T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: auto_parms [68] error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080835#M142600</link>
      <description>Quick fix:&lt;BR /&gt; &lt;BR /&gt;set_parms command, based on prior posts.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Sep 2003 12:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080835#M142600</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-29T12:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: auto_parms [68] error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080836#M142601</link>
      <description>Sundara,&lt;BR /&gt;Looks like the following entires were in the netconf file twice. Once where they should be, and once at the end of the file.&lt;BR /&gt;IP_ADDRESS[1]=xxx.xx.xx.xxx&lt;BR /&gt;SUBNET_MASK[1]=255.255.0.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]="xxx.xx.xx.xx&lt;BR /&gt;LANCONFIG_ARGS[1]="ether"&lt;BR /&gt;&lt;BR /&gt;Mark,&lt;BR /&gt; Sounded like a good idea!&lt;BR /&gt;    60  # User input message ids&lt;BR /&gt;    61  #&lt;BR /&gt;    62  export APPLY_DHCP_DATA=70&lt;BR /&gt;    63  export CONTINUE_EXECUTION=71&lt;BR /&gt;    64&lt;BR /&gt;    65  #&lt;BR /&gt;    66  # Error message ids&lt;BR /&gt;    67  #&lt;BR /&gt;    68&lt;BR /&gt;    69  export WARN_HEADER=100&lt;BR /&gt;    70  export WARN_LEASE_VALID_NOT_UPDATED=101&lt;BR /&gt;    71  export WARN_NAK_FROM_SERVER=102&lt;BR /&gt;    72  export WARN_DHCP_GENERAL=103&lt;BR /&gt;    73  export WARN_DHCP_REJECT=104&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;Yes, that was tempting, and the most logical answer...although in this case, I don't think that would have fixed it, in fact I'm not exactly sure, what it would have said , mabe the same error....&lt;BR /&gt;&lt;BR /&gt;I'll give the fixed file a shot and see what happens.&lt;BR /&gt;&lt;BR /&gt;Thanks All!!  , ~jdk</description>
      <pubDate>Mon, 29 Sep 2003 12:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-parms-68-error/m-p/3080836#M142601</guid>
      <dc:creator>TrustNo1</dc:creator>
      <dc:date>2003-09-29T12:45:38Z</dc:date>
    </item>
  </channel>
</rss>

