Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2012 01:59 PM
02-15-2012 01:59 PM
ML110 G7
Installation of RHEL 6.2 was successful however the HP network card is not being detected correctly.
When issuing the ifconfig -a statement, eth0 or eth1 does not have an inet address.
Can any provide the HP specific network driver for RHEL 6.2 x64 bit or viable workaround.
Thanks,
Chris
- Tags:
- ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2012 11:35 AM
04-10-2012 11:35 AM
Re: ML110 G7
Hello,
in linux by default card driver dont have an adresse try this:
#ifconfig ethX <address> netmask < address mask> up
Good luck
IEEE Student Member
LPI 3 CORE & High Availability
VCP Vshpere 5 Datacenter
Novell CLA and Data Center specialist Certified
.....
Microsoft Partner & Microsoft student Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2012 10:01 PM
04-10-2012 10:01 PM
Re: ML110 G7
If "ifconfig -a" lists the card, then the card is detected by the driver. But does the OS have any settings configured for it?
Do the files /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network-scripts/ifcfg-eth1 exist?
Do the MAC addresses specified on "HWADDR=" lines match the actual HW addresses listed in "ifconfig -a"?
Is the "ONBOOT=" line set to "yes"?
Run "ifconfig <network_card> up", wait a few seconds, then "ethtool <network_card>". Does it say "Link detected: yes"?