<?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: Interface is down ...need help ..please in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745597#M528873</link>
    <description>&lt;P&gt;The simplest thing to try first is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifconfig lan1 up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that doesn't work you may have other issues....&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2012 13:23:34 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2012-07-30T13:23:34Z</dc:date>
    <item>
      <title>Interface is down ...need help ..please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745383#M528872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of our server interface is down.Device "lan1 HP PCI-X 1000Base-T Release PHNE_36236 B.11.23.0706.02" is down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check the interface ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to bring it UP ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help with COMMANDS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Help is Appreciated..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aparna.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745383#M528872</guid>
      <dc:creator>redhat7012</dc:creator>
      <dc:date>2012-07-30T10:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is down ...need help ..please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745597#M528873</link>
      <description>&lt;P&gt;The simplest thing to try first is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifconfig lan1 up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that doesn't work you may have other issues....&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745597#M528873</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-07-30T13:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is down ...need help ..please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745607#M528874</link>
      <description>&lt;P&gt;To see the statistics of the lan1 interface, run:&lt;/P&gt;&lt;PRE&gt;lanadmin -g 1&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The output should look like this:&lt;/P&gt;&lt;PRE&gt;# lanadmin -g 1

                      LAN INTERFACE STATUS DISPLAY
                       Mon, Jul 30,2012  15:50:39

PPA Number                      = 1
Description                     = lan1 HP PCI-X 1000Base-T Release B.11.23.0609
Type (value)                    = ethernet-csmacd(6)
MTU Size                        = 1500
Speed                           = 1000000000
Station Address                 = 0x1122334455
Administration Status (value)   = up(1)
Operation Status (value)        = down(2)
Last Change                     = 0
Inbound Octets                  = 0
Inbound Unicast Packets         = 0
Inbound Non-Unicast Packets     = 0
Inbound Discards                = 0
Inbound Errors                  = 0
Inbound Unknown Protocols       = 0
Outbound Octets                 = 0
Outbound Unicast Packets        = 0
Outbound Non-Unicast Packets    = 0
Outbound Discards               = 1
Outbound Errors                 = 0
Outbound Queue Length           = 0
Specific                        = 655367

Ethernet-like Statistics Group

Index                           = 2
Alignment Errors                = 0
FCS Errors                      = 0
Single Collision Frames         = 0
Multiple Collision Frames       = 0
Deferred Transmissions          = 0
Late Collisions                 = 0
Excessive Collisions            = 0
Internal MAC Transmit Errors    = 0
Carrier Sense Errors            = 0
Frames Too Long                 = 0
Internal MAC Receive Errors     = 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Look at the "Administration Status" and "Operation Status" values. If Administration Status is "up" but Operation Status is "down", the interface may be configured but is not seeing a valid link. In that case, you must check physically:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;is the network cable connected to the server?&lt;/LI&gt;&lt;LI&gt;has the cable been connected to the correct port?&lt;/LI&gt;&lt;LI&gt;has the cable been damaged?&lt;/LI&gt;&lt;LI&gt;is the other end of the cable connected to a port in a network switch?&lt;/LI&gt;&lt;LI&gt;is the switch port in an enabled state?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The error and collision counters in the "lanadmin -g 1" output might&amp;nbsp; be informative too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not sure which physical port corresponds to lan1, run "lanscan" and note the Hardware Path. For network interfaces, it is a string of numbers separated by slashes, like "0/0/2/1/0/6/1". Then run "model" to identify your server model. Find the User Guide for your server model: there you can find a PCI slot diagram that lists the hardware paths for each PCI slot. (Or the hardware paths may be marked next to each PCI slot.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To check the interface configuration, run "ifconfig lan1". It should display the IP address, netmask and broadcast address configured to the interface. If it says "ifconfig: no such interface" then the interface is unplumbed, i.e. it most likely is not configured at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(A common mistake is to configure an interface using the ifconfig command without adding the same settings to /etc/rc.config.d/netconf file. The settings made using only ifconfig will be lost when the system is rebooted: only the settings in the netconf file are persistent.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the interface seems to be not configured, it is important to know if this system is a part of a Serviceguard cluster or not. Run "cmversion": if it displays an error message, Serviceguard is not installed and you can configure network interfaces normally. If it displays a Serviceguard version number, Serviceguard is installed and you really should first understand its configuration before making any changes to network interface configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The easiest way to configure network interfaces correctly is to use sam, a friendly menu-based interface that is useable both in a terminal session and using the X Window System.&lt;/P&gt;&lt;P&gt;Type "sam" to start it. If you are using a terminal session, sam will display some basic instructions: read them and press Enter.&lt;/P&gt;&lt;P&gt;Then select "Networking and Communications", then "Network Interface Cards". Select lan1 (on a terminal session, use the cursor keys to move to it, then press the space key). Then select Actions -&amp;gt; Configure (on a terminal session, press TAB to move to the menu bar, then use cursor keys to navigate to Actions -&amp;gt; Configure, then press Enter).&lt;/P&gt;&lt;P&gt;Adjust the autonegotiation/speed/duplex settings if necessary, then fill in Internet Address and Subnet Mask with the appropriate values. Then select "OK" and press Enter to make the changes take effect.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-down-need-help-please/m-p/5745607#M528874</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-07-30T13:28:50Z</dc:date>
    </item>
  </channel>
</rss>

