This is udev playing around with you. You can try to disable its net-generator script with something like this:
echo "# disable net-generator rules in /lib/udev" > /etc/udev/rules.d/75-persistent-net-generator.rules Alternatively, you may have more success using BIOSDEVNAME interface names. See http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming You can enable biosdevname in xcat within the bootparams table like so: chtab nodes=all bootparams.addkcmdline="biosdevname=1" On 07/29/2013 10:18 AM, J. Smith wrote: > Hello, > I am doing a diskless installation with xCAT using ramdisk. > The image loads properly on the node but I have noticed the network > interface gets renamed as "eth0-renamed" instead of being eth0, do you > know why? The node runs on a Dell Blade server PE C6220. > [root@t001 ~]# ifconfig > eth0-renamed Link encap:Ethernet HWaddr 00:23:AE:EE:F6:17 > inet addr:192.168.248.24 Bcast:192.168.255.255 > Mask:255.255.248.0 > inet6 addr: fe80::223:aeff:feee:f617/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:191477 errors:0 dropped:0 overruns:0 frame:0 > TX packets:19523 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:232227546 (221.4 MiB) TX bytes:2578051 (2.4 MiB) > Memory:91320000-91340000 > Thank you for your comments. -- Jonathan Mills Systems Administrator Renaissance Computing Institute UNC-Chapel Hill ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
