- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- DEGXA-TA Gigabit Card
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
03-17-2005 02:46 AM
03-17-2005 02:46 AM
bcm0: DEGXA-TA Gigabit Ethernet, hardware address: 00-08-02-91-4E-50
emx2 at pci1 slot 2
FCA-2354 : Driver Rev 2.14 : F/W Rev 3.81A4(1.01A0)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 08:12 PM
03-17-2005 08:12 PM
Re: DEGXA-TA Gigabit Card
which machine?
emx2 is not Gigabit Ethernet, so what is your intension?
Have you checked if card is supported by your machine (supported option list), which firmware and slot is required for the OS-version (HP webpage) and machine? Have you checked if latest patchkit is installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 12:36 AM
03-18-2005 12:36 AM
Re: DEGXA-TA Gigabit Card
5.1Bpk4
Firmware revision: 6.9-2
PALcode: UNIX version 1.92-33
bcm0: Link up via auto-negotiation (1000 Mbps, full duplex)
bcm0: DEGXA-TA Gigabit Ethernet.
# sysconfig -q bcm
bcm:
PCI_Option = PCI_SE_Rev - 0x210, Vendor_Id - 0x14e4, Device_Id - 0x16ae, Driver_Name - bcm
DriverVersion = V1.0.23 NUMA lanlog
bcm0 at pci2 slot 2
The environment we have is a ES45 Basically my question is trying to find out if any one else has a NFS Cluster with two ES45 using these model of Gigabit card as their primary interface. We seem to be experiencing some issues concerning the performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2005 11:34 PM
03-20-2005 11:34 PM
Re: DEGXA-TA Gigabit Card
If one was to ask me to build a NFS cluster, i would use:
2 Gigabit networkcard (bcm) with netrain, per node.
MemoryChannel interconnect, as thats 70% faster than GB.
Performance would also degrade when the "owner" of the filesystem the NFS share is on, is not the active NFS server. File access would than first pass the cluster interconnect. Which you would notice performance wise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 01:31 AM
03-21-2005 01:31 AM
Re: DEGXA-TA Gigabit Card
I will look into re-enabling netrain.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 08:00 AM
03-21-2005 08:00 AM
SolutionNetrain won't do any good for the network performance since the 2nd gigabit would stay in standby.
LAG (link aggregation) on the other hand would help to increase the LAN troughput.
NFS server traffic can only be focussed towards the node that serves the filesystem via the usage of a secondary cluster alias joined only by that node.
__ Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 06:41 AM
03-23-2005 06:41 AM
Re: DEGXA-TA Gigabit Card
Thank you for the reply. Definately, lag is what will look into for network trunking.
David