<?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: subnet down in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781949#M547066</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;    Try the following,...&lt;BR /&gt;&lt;BR /&gt;    ifconfig lan1 down&lt;BR /&gt;    ifconfig lan1 unplumb&lt;BR /&gt;&lt;BR /&gt;Also make sure you have removed the lan config details in /etc/rc.config.d/netconf file for lan1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
    <pubDate>Thu, 04 May 2006 03:47:53 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2006-05-04T03:47:53Z</dc:date>
    <item>
      <title>subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781944#M547061</link>
      <description>hi people, the prob is that i have configured 2 lans. lan 0 and lan1 and its a mc/service guard environment. &lt;BR /&gt;now what that did was that it brought down the whole subnet they were on.&lt;BR /&gt;How do i get rid of the lan1. i tried ifconfig lan1 down but nothing happened. as that is duplicating the gateway. &lt;BR /&gt;Any suggestions....</description>
      <pubDate>Wed, 03 May 2006 10:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781944#M547061</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-05-03T10:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781945#M547062</link>
      <description>Shalom khilari,&lt;BR /&gt;&lt;BR /&gt;HP-UX in contrast to Linux or windows can not operate in a networking environment with two NIC cards on the same network.&lt;BR /&gt;&lt;BR /&gt;If lan0 is 192.168.0.10 and netmask is 255.255.255.0 then the network is 192.168.0 and no other NIC should be up on the same network.&lt;BR /&gt;&lt;BR /&gt;Reconfigure your system and cluster so that this rule is complied with. Its okay to have a standby LAN card for SG on the same network as active, but you should never have two NIC cards active on the same network at the same time.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 May 2006 11:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781945#M547062</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-03T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781946#M547063</link>
      <description>True, so how should i disable it. ifconfig lan 1 is not really working. In the netconf file i havnt put in the entry....&lt;BR /&gt;When i run netstat -rn. I see it.???.</description>
      <pubDate>Wed, 03 May 2006 11:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781946#M547063</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-05-03T11:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781947#M547064</link>
      <description>Hi Khilari,&lt;BR /&gt;&lt;BR /&gt;You have option of using "ifconfig" or  "set_parms" to configure your network card. And  if you need to stop right away, you could run &lt;BR /&gt;&lt;BR /&gt;#/etc/init.d/net stop &lt;BR /&gt;above will stop all network services&lt;BR /&gt;&lt;BR /&gt;and here are some other useful method for you to consider.&lt;BR /&gt;&lt;BR /&gt;# lanscan&lt;BR /&gt;# ifconfig lan0 &lt;BR /&gt;# ifconfig lan0 up &lt;BR /&gt;# ifconfig lan0 down &lt;BR /&gt;# ifconfig lan0 192.168.1.1 netmask 255.255.255.0 up &lt;BR /&gt;# arp -a&lt;BR /&gt;# netstat -nr&lt;BR /&gt;# route add default 192.168.1.254 1&lt;BR /&gt;# lanadmin&lt;BR /&gt;&lt;BR /&gt;some GUI tools&lt;BR /&gt;# sam&lt;BR /&gt;# set_parms&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 11:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781947#M547064</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-05-03T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781948#M547065</link>
      <description>Did you configure the same IP on both adapters?&lt;BR /&gt;This will not work...&lt;BR /&gt;If both lan's are on the same subnet, configure one adapter as standby for the other.&lt;BR /&gt;The passive adapter takes over the IP (and all aliases) in case of a link failure.&lt;BR /&gt;See Service Guard documentation &lt;A href="http://docs.hp.com/en/ha.html#Serviceguard" target="_blank"&gt;http://docs.hp.com/en/ha.html#Serviceguard&lt;/A&gt; for more detail!&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 03:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781948#M547065</guid>
      <dc:creator>Armin Kunaschik</dc:creator>
      <dc:date>2006-05-04T03:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: subnet down</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781949#M547066</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;    Try the following,...&lt;BR /&gt;&lt;BR /&gt;    ifconfig lan1 down&lt;BR /&gt;    ifconfig lan1 unplumb&lt;BR /&gt;&lt;BR /&gt;Also make sure you have removed the lan config details in /etc/rc.config.d/netconf file for lan1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Thu, 04 May 2006 03:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnet-down/m-p/3781949#M547066</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-04T03:47:53Z</dc:date>
    </item>
  </channel>
</rss>

