10-23-2009
Here's the issues you will face:
They are Gigabits, not Gigabytes (Gb vs GB). That is an 8x difference.
Also. Even with good Cat5e or Cat6 cable, you will not get a full gigabit of throughput. If you want more, go with specialized 10Gbe network adapters and switches or move to fiber.
Secondly, if you want to double speed, you need to bond/etherchannel the NICs. Google for this, as it will make more sense than I can in a scope I am not as intimately familiar with as you may find elsewhere.
10 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
i purchased, what was labeled as a 4-port fast ethernet sbus card from ebay.
i installed it in my ultra1, and it seems to be working fine. how can i determine if the card is infact a fast ethernet card vs. the standard ethernet 4-port card? (7 Replies)
Discussion started by: xyyz
7 Replies
2. Post Here to Contact Site Administrators and Moderators
SORRY FOR DUPLICATING POSTS, COULD U JUST REMOVE THE FIRST ONE.
Thank u. (1 Reply)
Discussion started by: vrguha
1 Replies
3. Filesystems, Disks and Memory
Hello,
I have a Supermicro server with a P4SCI mother board running Debian Sarge 3.1. This is the "dmidecode" output related to RAM info:
RAM speed information is incomplete.. "Current Speed: Unknown", is there anyway/soft to get the speed of installed RAM modules? thanks!!
Regards :)... (0 Replies)
Discussion started by: Santi
0 Replies
4. UNIX for Dummies Questions & Answers
hai this is nagesh
when i was doing practical , i find some dought.
iam using solaris 9. how can i see the ethernet card speed , wheather it is halfduplex or full duplex.any body please help me (4 Replies)
Discussion started by: nag.mi2000
4 Replies
5. Filesystems, Disks and Memory
I analysed disk performance with blktrace and get some data:
read:
8,3 4 2141 2.882115217 3342 Q R 195732187 + 32
8,3 4 2142 2.882116411 3342 G R 195732187 + 32
8,3 4 2144 2.882117647 3342 I R 195732187 + 32
8,3 4 2145 ... (1 Reply)
Discussion started by: W.C.C
1 Replies
6. UNIX for Advanced & Expert Users
Hi,
Does anyone know how can I determine the maximum capable speed on a network interface card for different OS like HP, Sun, AIX and Linux.
I am aware of the tool "ethtool" which can be used for Linux. Are there any handly commands or /proc files where I can get this info depending on the OS.... (3 Replies)
Discussion started by: devtakh
3 Replies
7. Shell Programming and Scripting
Hi Folks,
I've put together a script for sorting my backup files into sub folders to be run from a cron job. Each file is named username.tar.gz and the file /etc/trueuserowners contains all users and their owner in the format "user: owner".
The script works fine identifying users and their owners... (10 Replies)
Discussion started by: beddo
10 Replies
8. AIX
Hi
In the vio server when I do # lsattr -El hdisk*, I get a PVID. The same PVID is also seen when I put the lspv command on the vio client partition. This way Im able to confirm the lun using the PVID.
Similarly how does the vio client partition gets the virtual ethernet scsi client adapter... (1 Reply)
Discussion started by: newtoaixos
1 Replies
9. UNIX for Dummies Questions & Answers
I have a text file which is the results of running a tests hundreds of times. For simplicity let's say that each test consists of 5 lines of text numbered 1-5 e.g.
1 aaa aaa aaa
2 bbb bbb bbb
3 ccc ccc ccc
4 ddd ddd ddd
5 eee eee eee
1 aaa aaa aaa
2 bbb bbb bbb
3 ccc... (4 Replies)
Discussion started by: millsy5
4 Replies
10. AIX
Hello.
I have a server RS/6000 with AIX 4.2. The server have a network card with 10/100mbps speed, but for some reason, the ethernet only runs at 10Mbps, it doesn,t matter if I put the net cable on a 100Mbps switch, it keeps running at 10Mbps speed....
I know how to view/change ethernet speed... (1 Reply)
Discussion started by: little_ball
1 Replies
LEARN ABOUT REDHAT
pcnet_cs
PCNET_CS(4) Kernel Interfaces Manual PCNET_CS(4)
NAME
pcnet_cs - generic NS8390-based PCMCIA Ethernet Driver
SYNOPSIS
insmod pcnet_cs.o [pc_debug=n] [irq_list=i,j,...] [if_port=n] [full_duplex=n] [use_big_buf=n] [use_shmem=n] [mem_speed=n] [delay_output=n]
[delay_time=n] [hw_addr=n,n,n,n,n,n]
DESCRIPTION
Pcnet_cs is a driver for all NS8390-based PCMCIA ethernet cards. It can use either polled IO or a shared memory window to exchange data
with the card. The driver first tests for a shared memory buffer, falling back on polled IO if the memory test fails. When this driver is
bound to a card, it allocates the next available ethernet device (eth0..eth#). This device name will be reported in the kernel log file,
and passed on to cardmgr(8).
PARAMETERS
pc_debug=n
Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero
value enables debugging.
irq_list=i,j,...
Specifies the set of interrupts that may be allocated by this driver.
if_port=n
Selects the transceiver type, for Socket EA and IBM CCAE cards. 1 is 10baseT (twisted pair), and 2 is 10base2 (BNC, or thin net).
The default is 1 (10baseT).
full_duplex=n
For DL10022 based cards where pcnet_cs can't find the MII interface, this option permits manual control of the duplex setting. 1 is
full duplex, and 0 is half duplex; the default is 0.
use_big_buf=n
For Socket EA cards, a flag indicating if the driver should use the large (64K) packet buffer. The default is 1 (true).
use_shmem=n
Selects shared memory versus polled IO mode for packet transfers. The default is -1, meaning to use the card's CIS information to
decide.
mem_speed=n
Sets the access speed of the shared memory window, in nanoseconds. The default is 0 (i.e., no extra wait states). Values of up to
1000 are legal.
delay_output=n
Specifies that a delay should be inserted after a polled IO block output. This is turned on by default for Accton and Socket EA
cards.
delay_time=n
Specifies the length of the delay_output delay, in microseconds. The default is 4.
hw_addr=n,n,n,n,n,n
For cards whose hardware ethernet addresses can't be identified by the current driver, this is a hack for hardwiring a specific
address. The argument should consist of exactly six byte-sized numbers, separated by commas, with no spaces. Numbers may be in
decimal or hex ('0xNN').
DIAGNOSTICS
pcnet_cs: this is an AX88190 card!
Indicates that this card is based on the Asix AX88190 chipset, which requires the axnet_cs driver.
eth#: interrupt(s) dropped!
Indicates that the driver did not receive an interrupt notification for some reason. The driver will poll the card (with a signifi-
cant performance penalty) if the problem persists. The most likely cause is an interrupt conflict and/or host bridge configuration
problem.
eth#: MII is missing!
Indicates that the driver expects this card to have a ``Media Independent Interface'' for link speed and duplex selection, but could
not find it.
AUTHOR
David Hinds - dahinds@users.sourceforge.net
SEE ALSO
cardmgr(8), pcmcia(5).
pcmcia-cs 2001/11/04 22:57:46 PCNET_CS(4)