Sponsored Content
Operating Systems Linux Red Hat Not showing ifcfg eth0....redhat enterprise Linux 6.2 Post 302763149 by admin_xor on Tuesday 29th of January 2013 03:43:04 PM
Old 01-29-2013
Quote:
Originally Posted by fpmurphy
Are you using the System Z version of RHEL?
Code:
The QETH network device driver supports IBM System z HiperSockets, OSA-Express Fast 
Ethernet, Gigabit Ethernet (including 1000Base-T), High Speed Token Ring, and ATM 
features (running Ethernet LAN emulation) in QDIO mode.

I'm sorry, but I found this a bit funny. How is it even possible to install a System Z RHEL on x86 platform? Smilie

---------- Post updated at 03:40 PM ---------- Previous update was at 03:37 PM ----------

dearsumon, you probably have to contact DELL to check if they provide NIC drivers (for this model) for RHEL.

---------- Post updated at 03:43 PM ---------- Previous update was at 03:40 PM ----------

I'm sure that you have checked ifconfig -a output as well. If you have not selected networking during installation /etc/sysconfig/network-scripts/ifcfg-eth0 does not get created. If eth0 shows up in ifconfig, then you have to manually create ifcfg-eth0 file.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Linux eth0 incative

Hi there, I got a problem with my linux eth0. It worked well, just one day when i boot it, "Failed" to be active. The eth0 is inactive! I tried to use KDE network configuration tool to add the type of the eth card, I can't make it active. It gave me warning of "the eth card can't be... (1 Reply)
Discussion started by: gusla
1 Replies

2. Red Hat

Security Standards for Redhat Enterprise 3...

Hi all, Thanks for reading and any posts. Quick question, has anyone out there got any suggestions for standards of security for Redhat enterprise 3. We are making an RAC cluster Oracle application using Oracle 9i (hopefully moving to 10g sooner rather than later). Thanks again for any... (0 Replies)
Discussion started by: B14speedfreak
0 Replies

3. Red Hat

ifcfg-eth0 and eth1 is N/A

when i finish installed rhel 4.4 to my hp dl585 box, ifcfg-eth0 and ifcfg-eth1 is not available.when i ifconfig -a,i can not see the eth0 and eth1, only lo0 and si0. Unlike to the other server i found eth0 and eth1 files in /etc/sysconfig/network-scripts/. what will i do? (2 Replies)
Discussion started by: kenshinhimura
2 Replies

4. Red Hat

Python Installation problems on Redhat Enterprise Linux.

Hi All, I have to upgrade python installed on my Redhat enterprise Linux 4. I downloaded the latest python package from python website but not able to install the new package as the make command itself goes on running for more than a day. Can some help me regarding this. Is ther any method to... (2 Replies)
Discussion started by: Praveen H
2 Replies

5. Red Hat

Redhat 5 enterprise auto kill script

hi all do i need to add rc. prefix on the stop script all the time especially on redhat 5 enterprise? like below ln -s /etc/init.d/rc.stopdb2 /etc/rc0.d/K01rc.stopdb2 and on the /etc/rc.local, i need to add this only touch /var/lock/subsys/stopdb2 Is that going to work? thanks... (1 Reply)
Discussion started by: itik
1 Replies

6. Red Hat

Login failed in Redhat Enterprise 6.2

When i finished installation the Redhat Enterprise Linux 6.2, and login to the system, I can't login although username: root and Password correct. I install on the Hp Blade Server. I don't know why. How to fix this error? who can help me? :confused: Thanks! (3 Replies)
Discussion started by: dinhdangnd
3 Replies

7. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies

8. Red Hat

Eth0 not running in redhat 6.4

Hi guys, I really need your help with this. My network interface eth0 is up but not running. I checked udev rules and ifcfg-eth0 files to make sure the mac address are the same. It just would not come up. Please please I will really appreciate the help here. Thank you in advance. (3 Replies)
Discussion started by: cjashu
3 Replies

9. Fedora

Redhat Linux Enterprise edition 6.4

Hi, please can any one tell me where can i download redhat linux 6.4 for training purpose? thanks & Regards (1 Reply)
Discussion started by: younusdba
1 Replies

10. Red Hat

Redhat clustering clustat not showing info

Having an issue with clustat not displaying the rgmanager info eventhu all the of the cman started successfully. No fencing errors. all of the cluster.conf are the same on all serers ..etc. However when i run the clustat i only see this: Cluster Status for RESTON-LSMS @ Mon Aug 31 15:13:16 2015... (4 Replies)
Discussion started by: mrn6430
4 Replies
aoe-interfaces(8)					      System Manager's Manual						 aoe-interfaces(8)

NAME
aoe-interfaces - restrict aoe driver to specified network interfaces SYNOPSIS
aoe-interfaces [dev1] [dev2 ...] aoe-interfaces -c DESCRIPTION
The aoe-interfaces command tells the aoe driver to ignore ATA over Ethernet (AoE) traffic on all but the specified network interfaces. It is analogous to the aoe_iflist module load option. If neither the aoe_iflist module load option nor the aoe-interfaces command are used, the aoe driver will use any network interface for AoE traffic. Using aoe-interfaces to limit AoE to only trusted networks prevents the case where a rogue AoE target appears on a public net- work, diverting data from the legitimate AoE target. Such an imposter target effectively corrupts the data on the legitimate target. If the aoe driver is a module, then calling aoe-interfaces without arguments will display the current interfaces list. If it hasn't been set then the output will be blank. It's good to run the aoe-discover command after setting the AoE interfaces list. OPTIONS
-c The -c flag will clear the interface access list, permitting any interface to be used. EXAMPLE
In this example, the root user on a host named nai loads the aoe module with only eth0 allowable for AoE traffic. After remembering that shelf 7 is on eth3, this sysadmin uses aoe-interfaces to add eth3 to the list of allowable network interfaces and then calls aoe-discover to ask the aoe driver to look for new AoE devices. nai:~# modprobe aoe aoe_iflist="eth0" nai:~# aoe-stat e10.9 eth0 up nai:~# aoe-interfaces eth0 eth3 nai:~# aoe-discover nai:~# aoe-stat e7.0 eth3 up e7.1 eth3 up e7.2 eth3 up e7.3 eth3 up e7.4 eth3 up e7.5 eth3 up e7.6 eth3 up e7.7 eth3 up e7.8 eth3 up e7.9 eth3 up e10.9 eth0 up nai:~# aoe-interfaces eth0 eth3 SEE ALSO
aoe-discover(8), aoe-stat(8), aoetools(8). AUTHOR
Ed L. Cashin (ecashin@coraid.com) aoe-interfaces(8)
All times are GMT -4. The time now is 12:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy