<?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: LanConfig setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553774#M225385</link>
    <description>David,&lt;BR /&gt;There is some confusion. If you are talking about the command LC then it is given in GSP mode. LC is used to change setting of LanConsole Port parameters. Now that you just want to change the speed then you can telnet to the LAN CONSOLE Port, login with root and Press &lt;CNTRL&gt; B&lt;BR /&gt;This takes youi to GSP and then you go to command mode prompt.&lt;BR /&gt;&lt;BR /&gt;But if you are not able to telnet the LANCONSOLE becuase of this Speed Parameter then i am afraid you will be only able to to do this from Console's which mean you physically have to reach all locations. :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/CNTRL&gt;</description>
    <pubDate>Sat, 28 May 2005 15:57:46 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2005-05-28T15:57:46Z</dc:date>
    <item>
      <title>LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553772#M225383</link>
      <description>I have 150 C3700 workstations which have their lan card hardcode at 100/Full_duplex. This was done at installation by:&lt;BR /&gt;&lt;BR /&gt;Interrupt the boot sequence&lt;BR /&gt;co&lt;BR /&gt;lc 100/Full_duplex&lt;BR /&gt;&lt;BR /&gt;I now need to change all these machines to AUTO_detect. Do I have to go to each machine and change it manually or is there some setting I can change remotly and then do a remote reboot.&lt;BR /&gt;&lt;BR /&gt;I know I can do a lanadmin -X AUTO_ON but this is not kept after a subsequent reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 28 May 2005 13:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553772#M225383</guid>
      <dc:creator>David Lockwood</dc:creator>
      <dc:date>2005-05-28T13:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553773#M225384</link>
      <description>lc directive on the boot menu does not actually affect your main lan interface as far as I know. It is only valid for the systems with Lan Console connections, hence the LC.&lt;BR /&gt;&lt;BR /&gt;If you want to change this setting on your Lan Console ports actually, I do not know any other way that doing it one by one at the boot time. On the other hand if you are talking about the network interface(s) then you are talking about something else.&lt;BR /&gt;&lt;BR /&gt;First determine your driver type by running &lt;BR /&gt;# ioscan -fkC lan&lt;BR /&gt;Class     I  H/W Path  Driver      S/W State   H/W Type     Description&lt;BR /&gt;========================================================================&lt;BR /&gt;lan       0  10/8/1/0  btlan       CLAIMED     INTERFACE    HSC 10/100Base-TX K-Class&lt;BR /&gt;&lt;BR /&gt;here is the driver you are looking for is "btlan"&lt;BR /&gt;&lt;BR /&gt;if you look into the file:&lt;BR /&gt;# cat /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan1&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x0060B0598689&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;HP_BTLAN_INIT_ARGS="HP_BTLAN_STATION_ADDRESS HP_BTLAN_SPEED"&lt;BR /&gt;&lt;BR /&gt;and in this file, the value that nails the speed and duplex settings is the one below:&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;if you delete the 100FD directive, it will act as auto sensing. And as a rule of thumb I usually do not put the STATION_ADDRESS, as this may cause complications if you happen to replace this card due to failure or something like that.&lt;BR /&gt;&lt;BR /&gt;After completing this step, you need to stop and restart the network card drivers, which can be done by &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/hpbtlan stop&lt;BR /&gt;/sbin/init.d/hpbtlan start&lt;BR /&gt;&lt;BR /&gt;if your driver is not btlan but something else, just replace the name of your driver in the filenames referenced above, this will do it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Sat, 28 May 2005 14:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553773#M225384</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-05-28T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553774#M225385</link>
      <description>David,&lt;BR /&gt;There is some confusion. If you are talking about the command LC then it is given in GSP mode. LC is used to change setting of LanConsole Port parameters. Now that you just want to change the speed then you can telnet to the LAN CONSOLE Port, login with root and Press &lt;CNTRL&gt; B&lt;BR /&gt;This takes youi to GSP and then you go to command mode prompt.&lt;BR /&gt;&lt;BR /&gt;But if you are not able to telnet the LANCONSOLE becuase of this Speed Parameter then i am afraid you will be only able to to do this from Console's which mean you physically have to reach all locations. :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/CNTRL&gt;</description>
      <pubDate>Sat, 28 May 2005 15:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553774#M225385</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-28T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553775#M225386</link>
      <description>I think I have caused confusion. The sequence is:&lt;BR /&gt;&lt;BR /&gt;interrupt the boot sequence on the C3700&lt;BR /&gt;type co to enter configuration mode&lt;BR /&gt;type LanConfig 100/Full_duplex to hardcode the lan card of the workstation (these machines do not have lan consoles)&lt;BR /&gt;&lt;BR /&gt;I have tried changing the /etc/rc.config.d/hpbtlanconf file and it works a treat.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 29 May 2005 13:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553775#M225386</guid>
      <dc:creator>David Lockwood</dc:creator>
      <dc:date>2005-05-29T13:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553776#M225387</link>
      <description>You will probably get half duplex speeds out of these machines if you make the change.&lt;BR /&gt;&lt;BR /&gt;This era NIC card, 100 BT requires manual switch setting and hard coded speed in order to function correctly.&lt;BR /&gt;&lt;BR /&gt;If you are going to change something, change the switch.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 29 May 2005 13:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553776#M225387</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-29T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553777#M225388</link>
      <description>I'm going to disagree with Stephen - I've used the "lan3" 100BT interface (aka core 10/100 BT on many PA-RISC-based systems (until the PA-8800's IIRC) in AUTO mode fine for years.  That is not to say there are not switches out there with which that will not be the case but still...&lt;BR /&gt;&lt;BR /&gt;I would go in and double check on the machines that once they are booted to the OS that they are _still_ in 100FD, and that there is not a hard-coding to 100FD in one of the btlan config files in /etc/ (IIRC) .  &lt;BR /&gt;&lt;BR /&gt;As for the lanadmin -X bit, if worst came to worst, you could simply find somewhere in the boot sequence to issue that command by adding a custom startup script.&lt;BR /&gt;&lt;BR /&gt;(See what happens when people start hard-coding NIC settings ?-) :) :)</description>
      <pubDate>Tue, 31 May 2005 12:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553777#M225388</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-05-31T12:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: LanConfig setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553778#M225389</link>
      <description>Easier to change the switch...&lt;BR /&gt;&lt;BR /&gt;Strange - we just went through an exercise last year - where the network guys hard set the switches - IE - disabled auto-negotiate.  So we in turn set our LAN cards via the driver in /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;IE: in hpigelanconf&lt;BR /&gt;&lt;BR /&gt;HP_IGELAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2005 15:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lanconfig-setting/m-p/3553778#M225389</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-31T15:27:41Z</dc:date>
    </item>
  </channel>
</rss>

