- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How can I know what model of the nic integrate...
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
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
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
тАО09-22-2005 02:00 PM
тАО09-22-2005 02:00 PM
How can I know what model of the nic integrated with my hp server
I have a dl360G4
I found three type network driver update(e1000уАБbcm5700уАБbnx2) from the site of hp support
which one I can use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-22-2005 04:00 PM
тАО09-22-2005 04:00 PM
Re: How can I know what model of the nic integrated with my hp server
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-22-2005 06:05 PM
тАО09-22-2005 06:05 PM
Re: How can I know what model of the nic integrated with my hp server
I am not sure whether I understand your question correctly: Are you saying you found three drivers updates (e1000, bcm5700, bnx2) for your dl360 G4 hardware?
If so then I would recommend to update all of them regardless of whether you are using that particular NIC or not. This will help in the future when you want to use the spare NIC.
To find out what driver you are currently using check the 'lsmod' output, it should list the drivers currently loaded on the kernel, one of the above should be listed (most likely all three would be listed).
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2005 02:39 AM
тАО09-25-2005 02:39 AM
Re: How can I know what model of the nic integrated with my hp server
AFAIK, DL360G4 is coming with 2 Broadcom NICs on motherboard, so you should use bcm5700.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2005 07:52 PM
тАО09-25-2005 07:52 PM
Re: How can I know what model of the nic integrated with my hp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2005 04:38 AM
тАО09-26-2005 04:38 AM
Re: How can I know what model of the nic integrated with my hp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2005 01:46 PM
тАО09-26-2005 01:46 PM
Re: How can I know what model of the nic integrated with my hp server
But I don't know is there other nic model(using driver bnx2 or e1000) integrated with the server(dl360g4)
Another question:
how can I know the nic model integrated with my server under linux without rebooting it
Command "lsmod" can't do that
when I type "lsmod", I can see the nic's driver is tg3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2005 06:02 PM
тАО09-26-2005 06:02 PM
Re: How can I know what model of the nic integrated with my hp server
by looking in /var/log/messages
>Command "lsmod" can't do that
>when I type "lsmod", I can see the nic's >driver is tg3
it means you have Broadcom NIC - tg3 is just another driver for the same NIC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2005 08:10 PM
тАО09-26-2005 08:10 PM
Re: How can I know what model of the nic integrated with my hp server
you can see the ethernet controller model by either doing 'cat /proc/pci' file or running 'lspci -vv' command as root.
This should give list of ethernet controllers on your system, IRQ and IO used by them and other related information.
Regards,
Gopi