<?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 Adding a second NIC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813481#M583017</link>
    <description>I have an HP Visualize B132L.  I was hoping that someone could inform me of how to install a second network card or point me to a location where I can get information on the subject.  I have a few older manuals but none of them cover it very well.  The HP-UX O/S rev is 10.20.  I thank you in advance for any and all help you provide.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 25 Sep 2002 19:15:56 GMT</pubDate>
    <dc:creator>Jeff Roessler</dc:creator>
    <dc:date>2002-09-25T19:15:56Z</dc:date>
    <item>
      <title>Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813481#M583017</link>
      <description>I have an HP Visualize B132L.  I was hoping that someone could inform me of how to install a second network card or point me to a location where I can get information on the subject.  I have a few older manuals but none of them cover it very well.  The HP-UX O/S rev is 10.20.  I thank you in advance for any and all help you provide.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 25 Sep 2002 19:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813481#M583017</guid>
      <dc:creator>Jeff Roessler</dc:creator>
      <dc:date>2002-09-25T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813482#M583018</link>
      <description>Are you looking for information on adding the hw, or configuring the already installed card.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2002 19:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813482#M583018</guid>
      <dc:creator>Todd Lehr</dc:creator>
      <dc:date>2002-09-25T19:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813483#M583019</link>
      <description>I would like to work on Configuring the software for the card.  I already have it installed.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 25 Sep 2002 19:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813483#M583019</guid>
      <dc:creator>Jeff Roessler</dc:creator>
      <dc:date>2002-09-25T19:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a second NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813484#M583020</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;First check card ok with ioscan -fnC lan&lt;BR /&gt;&lt;BR /&gt;You can check the drivers installed in the kernel with&lt;BR /&gt;&lt;BR /&gt;what /stand/vmunix | grep -i lan&lt;BR /&gt;&lt;BR /&gt;Here are your config files and drivers&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/configs.html#config_files" target="_blank"&gt;http://techsolutions.hp.com/fe/configs.html#config_files&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the device is unclaimed you will have to install the correct driver for the card&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;&lt;BR /&gt;lanscan &lt;BR /&gt;&lt;BR /&gt;to get the lan id&lt;BR /&gt;&lt;BR /&gt;then bring the card up&lt;BR /&gt;&lt;BR /&gt;ifconfig lan# up&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config.d/netconf file and assign ip address and subnet to the card&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;INTERFACE_NAME[1]=lan1 &lt;BR /&gt;IP_ADDRESS[1]=&lt;IP&gt; &lt;BR /&gt;SUBNET_MASK[1]="&lt;IP&gt;" &lt;BR /&gt;BROADCAST_ADDRESS[1]="" &lt;BR /&gt;INTERFACE_STATE[1]="" &lt;BR /&gt;DHCP_ENABLE[1]=0 &lt;BR /&gt;&lt;BR /&gt;Then run&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start to pickup your configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here are the notes from the techsolutions site&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/install.html" target="_blank"&gt;http://techsolutions.hp.com/fe/install.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/configure.html" target="_blank"&gt;http://techsolutions.hp.com/fe/configure.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/verification.html" target="_blank"&gt;http://techsolutions.hp.com/fe/verification.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/troubleshooting.html" target="_blank"&gt;http://techsolutions.hp.com/fe/troubleshooting.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/diagnostic.html" target="_blank"&gt;http://techsolutions.hp.com/fe/diagnostic.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And a network term game&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/games.html" target="_blank"&gt;http://techsolutions.hp.com/fe/games.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 25 Sep 2002 20:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-second-nic/m-p/2813484#M583020</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-09-25T20:21:54Z</dc:date>
    </item>
  </channel>
</rss>

