<?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 Make lanadmin settings persistent across reboots... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967964#M417115</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an N4000-44 test server which is hooked up to our network via its core I/O 10/100BaseTX LAN card. I had a problem with the card picking up the wrong duplex setting. The Cisco switch into which it is patched has the port set to run at 100Mbps Full Duplex with Auto Negotiation turned off. I set the LAN card to run at the same speed using lanadmin -X 100FD 0 and this worked fine. However, I noticed that whenever I reboot the machine it will come up with a Half Duplex setting again. &lt;BR /&gt;&lt;BR /&gt;So I edited /etc/rc.config.d/hpbtlanconf and set the parameters as follows:&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;Rebooted the server again, but it still insists on coming up at 100/Half. What gives?&lt;BR /&gt;&lt;BR /&gt;Thanks - Lee</description>
    <pubDate>Fri, 17 Mar 2006 06:30:16 GMT</pubDate>
    <dc:creator>Lee Harris_5</dc:creator>
    <dc:date>2006-03-17T06:30:16Z</dc:date>
    <item>
      <title>Make lanadmin settings persistent across reboots...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967964#M417115</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have an N4000-44 test server which is hooked up to our network via its core I/O 10/100BaseTX LAN card. I had a problem with the card picking up the wrong duplex setting. The Cisco switch into which it is patched has the port set to run at 100Mbps Full Duplex with Auto Negotiation turned off. I set the LAN card to run at the same speed using lanadmin -X 100FD 0 and this worked fine. However, I noticed that whenever I reboot the machine it will come up with a Half Duplex setting again. &lt;BR /&gt;&lt;BR /&gt;So I edited /etc/rc.config.d/hpbtlanconf and set the parameters as follows:&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;Rebooted the server again, but it still insists on coming up at 100/Half. What gives?&lt;BR /&gt;&lt;BR /&gt;Thanks - Lee</description>
      <pubDate>Fri, 17 Mar 2006 06:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967964#M417115</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2006-03-17T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Make lanadmin settings persistent across reboots...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967965#M417116</link>
      <description>The appropriate config file is based on the driver for the lan card - look at "ioscan -kfnClan":&lt;BR /&gt;&lt;BR /&gt;btlan hpbtlanconf&lt;BR /&gt;btlan0 hpeisabtconf&lt;BR /&gt;btlan1 hpbasetconf&lt;BR /&gt;btlan3 hpbase100conf&lt;BR /&gt;btlan4 hpgsc100conf&lt;BR /&gt;btlan5 hppci100conf&lt;BR /&gt;btlan6 hpsppci100conf&lt;BR /&gt;&lt;BR /&gt;I suspect hpbtlanconf is the wrong one for you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 17 Mar 2006 06:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967965#M417116</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-17T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Make lanadmin settings persistent across reboots...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967966#M417117</link>
      <description>Lee,&lt;BR /&gt;poster of thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=882621" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=882621&lt;/A&gt;&lt;BR /&gt;had the same problem.&lt;BR /&gt;Solution was to edit the correct file for lan card.</description>
      <pubDate>Fri, 17 Mar 2006 06:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967966#M417117</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-17T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Make lanadmin settings persistent across reboots...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967967#M417118</link>
      <description>Thanks for the responses guys, although i think i've cracked it...&lt;BR /&gt;&lt;BR /&gt;I was editing the correct file...&lt;BR /&gt;&lt;BR /&gt;[gbaheu36]/etc/rc.config.d=$ ioscan -kfnClan&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/0/0/0   btlan  CLAIMED     INTERFACE    HP PCI 10/100Base-TX Core&lt;BR /&gt;&lt;BR /&gt;                      /dev/diag/lan0  /dev/ether0     /dev/lan0     &lt;BR /&gt;lan       1  0/10/0/0  btlan  CLAIMED     INTERFACE    HP A5230A/B5509BA PCI 10/&lt;BR /&gt;100Base-TX Addon&lt;BR /&gt;                      /dev/diag/lan1  /dev/ether1     /dev/lan1     &lt;BR /&gt;lan       2  0/12/0/0  igelan CLAIMED     INTERFACE    HP A6825-60101 PCI 1000Ba&lt;BR /&gt;se-T Adapter&lt;BR /&gt;&lt;BR /&gt;But I had put the HP_BTLAN_INTERFACE_NAME parameter incorrectly, i was using PPA number (0) rather than Interface Name (lan0). changed it and it now works fine :-)&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 17 Mar 2006 06:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-lanadmin-settings-persistent-across-reboots/m-p/4967967#M417118</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2006-03-17T06:43:01Z</dc:date>
    </item>
  </channel>
</rss>

