64 lines
3.5 KiB
HTML
64 lines
3.5 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="topic" />
|
||
|
<meta name="DC.Title" content="Recover from a virtual Ethernet network failure" />
|
||
|
<meta name="abstract" content="Learn how to recover from a virtual Ethernet network failure after a kernel upgrade." />
|
||
|
<meta name="description" content="Learn how to recover from a virtual Ethernet network failure after a kernel upgrade." />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzalmnetworkfailure" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Recover from a virtual Ethernet network failure</title>
|
||
|
</head>
|
||
|
<body id="rzalmnetworkfailure"><a name="rzalmnetworkfailure"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Recover from a virtual Ethernet network failure</h1>
|
||
|
<div><p>Learn how to recover from a virtual Ethernet network failure after
|
||
|
a kernel upgrade.</p>
|
||
|
<p>If you have upgraded to a 64-bit kernel (from a 32-bit kernel less than
|
||
|
2.4.10) or to a 32-bit kernel level greater that 2.4.10, your network device
|
||
|
information may have changed. The notation of the virtual network devices
|
||
|
in Linux has changed from vethXY to ethXY.</p>
|
||
|
<p>To understand what network devices relates to a respective virtual Ethernet
|
||
|
line description, you can view the display message log using this command:</p>
|
||
|
<blockquote><pre>dmesg | fgrep veth | less</pre>
|
||
|
</blockquote>
|
||
|
<p>The output of this command should produce messages similar to the following:</p>
|
||
|
<blockquote><pre>veth.c: Found an Ethernet device eth0 (veth=0) (addr=c000000000ff2800)</pre>
|
||
|
</blockquote>
|
||
|
<p>In this case, the message is telling you that the i5/OS<sup>®</sup> virtual line description veth0
|
||
|
now relates to a Linux net device of eth0, and veth=0 correlates to VLAN0
|
||
|
in i5/OS.
|
||
|
If for some reason your display message log is overrun, you can also analyze
|
||
|
the network devices in the proc fileserver with the following command:</p>
|
||
|
<blockquote><pre>cat /proc/iSeries/veth/[netdevice]</pre>
|
||
|
</blockquote>
|
||
|
<p>Running this command with a valid netdevice will produce output similar
|
||
|
to this:</p>
|
||
|
<blockquote><pre>Net device: c000000000ff2800
|
||
|
Net device name: eth0
|
||
|
Address: 0201FF00FF01
|
||
|
Promiscuous: 0
|
||
|
All multicast: 0
|
||
|
Number multicast: 0</pre>
|
||
|
</blockquote>
|
||
|
<p>This file is telling you that the Linux net device eth0 maps to the first
|
||
|
virtual LAN on the i5/OS which is VLAN0.</p>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|