<?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: How to check the NIC and LAN Console NIC configuration? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375310#M196345</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can do it using "lanadmin" command or just using sam&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
    <pubDate>Thu, 09 Sep 2004 02:21:48 GMT</pubDate>
    <dc:creator>Franky_1</dc:creator>
    <dc:date>2004-09-09T02:21:48Z</dc:date>
    <item>
      <title>How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375308#M196343</link>
      <description>&lt;BR /&gt;Could someone advise me how to check the NIC&lt;BR /&gt;and LAN Console NIC's configuration?&lt;BR /&gt;&lt;BR /&gt;We want to know whether NIC is auto-negotiation or not.&lt;BR /&gt;&lt;BR /&gt;Thanks for advise.&lt;BR /&gt;&lt;BR /&gt;Chen</description>
      <pubDate>Thu, 09 Sep 2004 02:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375308#M196343</guid>
      <dc:creator>Chen Yingjie</dc:creator>
      <dc:date>2004-09-09T02:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375309#M196344</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;NICS:&lt;BR /&gt;&lt;BR /&gt;perform a lanscan for PPA numbers and issue a lanadmin -x &lt;PPANUMBER&gt;.&lt;BR /&gt;This will give you current settings.&lt;BR /&gt;adjust using the lanadmin -X &lt;SPEED&gt;&lt;DUPLEX&gt; &lt;PPA&gt;&lt;BR /&gt;to keep it adjust the /etc/rc.config.d/hpbtlanconf ( or other device file) &lt;BR /&gt;&lt;BR /&gt;For lansconsole ot depends on the hardware. So if you could provide the hardware...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;/PPA&gt;&lt;/DUPLEX&gt;&lt;/SPEED&gt;&lt;/PPANUMBER&gt;</description>
      <pubDate>Thu, 09 Sep 2004 02:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375309#M196344</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-09-09T02:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375310#M196345</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can do it using "lanadmin" command or just using sam&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Thu, 09 Sep 2004 02:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375310#M196345</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-09T02:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375311#M196346</link>
      <description>Like mentioned by the others&lt;BR /&gt;lanscan should display all your NICs incl. HW paths and MAC addresses.&lt;BR /&gt;Then the classical Unix command netstat shows you pretty much.&lt;BR /&gt; &lt;BR /&gt;netstat -in &lt;BR /&gt;&lt;BR /&gt;shows bound IP addresses, MTUs, In/Out packets&lt;BR /&gt; &lt;BR /&gt;netstat -rn&lt;BR /&gt; &lt;BR /&gt;shows the static routing table&lt;BR /&gt; &lt;BR /&gt;netstat -s&lt;BR /&gt; &lt;BR /&gt;shows you MIB stats&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/ifconfig lanX &lt;BR /&gt; &lt;BR /&gt;the configuration of the by lanX specified NIC&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/lanadmin -g mibstats N&lt;BR /&gt; &lt;BR /&gt;(where N is the PPA like 2 in lan2)&lt;BR /&gt;also shows you the MIB stats of that particular NIC&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/ioscan -nfClan &lt;BR /&gt; &lt;BR /&gt;also shows you HW paths and used drivers&lt;BR /&gt;This gives you a hint which init NIC config file to look at for reboot-proof NIC settings.&lt;BR /&gt;E.g. if the driver was btlan you would put settings in /etc/rc.config.d/btlanconf&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/lanadmin -x N&lt;BR /&gt; &lt;BR /&gt;would show the current settings (i.e. speed, link mode which needs to be the same as on the link partner (mostly a switch port)).&lt;BR /&gt; &lt;BR /&gt;The node's IP address, netmask, gateway etc. would be configured reboot-proof in&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 03:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375311#M196346</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-09-09T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375312#M196347</link>
      <description>We can get the lan interface configuration's with lanscan / netstat -in / netstat -rn / lanadmin and with sam as,&lt;BR /&gt;&lt;BR /&gt;sam --&amp;gt; networkconfigurations --&amp;gt; network interface service --&amp;gt; lan card details&lt;BR /&gt;&lt;BR /&gt;or simply with ifconfig &lt;LAN&gt;&lt;INTERFACE&gt; too&lt;BR /&gt;&lt;BR /&gt;But I am not sure console settings with these commands. I have tried on the console as,&lt;BR /&gt;&lt;BR /&gt;MP&amp;gt;CM ( comman login )&lt;BR /&gt;&lt;BR /&gt;MP:CM&amp;gt;LS -nc or LS&lt;BR /&gt;&lt;BR /&gt;It gives the console settings with hostname etc there. &lt;BR /&gt;&lt;BR /&gt;  LS  : LAN Status&lt;BR /&gt;&lt;BR /&gt;This command displays all parameters and the current status of connections&lt;BR /&gt;of the MP LAN.  The LAN parameters are not modified by the execution of&lt;BR /&gt;this command.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu&lt;BR /&gt;&lt;/INTERFACE&gt;&lt;/LAN&gt;</description>
      <pubDate>Thu, 09 Sep 2004 04:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375312#M196347</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375313#M196348</link>
      <description>In GSP there is as far as I remember a Lanconsole configuration selection which is invoked with "lc".&lt;BR /&gt;But I cannot verify, because I haven't got a connected Lanconsole right now :-]&lt;BR /&gt;At the console type Ctrl-b, then "he" or "ma" to get setting choices displayed.&lt;BR /&gt;It nust also depend on the GSP make and version what choices are available.</description>
      <pubDate>Thu, 09 Sep 2004 04:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375313#M196348</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-09-09T04:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the NIC and LAN Console NIC configuration?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375314#M196349</link>
      <description>LC - Lan configuration setup used to change the MP settings / hostname / ip-address etc there,&lt;BR /&gt;&lt;BR /&gt;Help details are as,&lt;BR /&gt;==== MP Help: Port Configuration ===========================(Oper )============&lt;BR /&gt;&lt;BR /&gt;  LC  : LAN Configuration usage (IP address, etc.)&lt;BR /&gt;&lt;BR /&gt;This command modifies the LAN Configuration.  Configurable parameters:&lt;BR /&gt;MP IP Address, MP host name, subnet mask, gateway, web access port&lt;BR /&gt;number, LAN speed, duplex, and autonegotiation.&lt;BR /&gt;&lt;BR /&gt;MP Host Name set in this command is displayed at the MP command&lt;BR /&gt;interface prompt.  Typically the DNS name for the LAN IP is entered.&lt;BR /&gt;This field can be programmed to any useful name or phrase.  For clarity,&lt;BR /&gt;it is useful to enter: "MPNAME-on-SYSTEM" as the MP Host name, so&lt;BR /&gt;both names show up in the prompt (limit 19 chars, no spaces allowed.)&lt;BR /&gt;&lt;BR /&gt;Command line usage:&lt;BR /&gt;  LC [ -ip &lt;IPADDR&gt; ] [ -host &lt;TEXT&gt; ] [ -subnet &lt;SUBNET&gt; ] [ -web &lt;N&gt; ]&lt;BR /&gt;     [ -gateway &lt;IPADDR&gt; ] [ -link &lt;AUTO&gt; ] [ -nc ]&lt;BR /&gt;&lt;BR /&gt;(ADMINISTRATOR level command.)&lt;BR /&gt;SEE ALSO:  LS, SA  (LAN Status, Set Access)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get the status of console use LS ( Lan Status ) :)&lt;BR /&gt;&lt;BR /&gt;&lt;/AUTO&gt;&lt;/IPADDR&gt;&lt;/N&gt;&lt;/SUBNET&gt;&lt;/TEXT&gt;&lt;/IPADDR&gt;</description>
      <pubDate>Thu, 09 Sep 2004 10:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-nic-and-lan-console-nic-configuration/m-p/3375314#M196349</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T10:05:02Z</dc:date>
    </item>
  </channel>
</rss>

