- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Network speed
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-02-2005 07:07 PM
03-02-2005 07:07 PM
Network speed
I have an Alphastation 500/400 running redhat 7.2. I added installed it as WORKSTATION but added some tcp servers like telnet.
When I do an ftp I get a speed of about 40K/sec while it should be 1M/sec. Also telnet is very slow. So I guess something is wrong with my network settings.
1) How can I see the active duplex mode setting and active speed setting WITHOUT installing extra soft ?
2) How can I force a certain setting ?
I already tried (invain) with the console variables.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:14 PM
03-02-2005 09:14 PM
Re: Network speed
Check, if you have the mii-tool instaled (I never try it on an Alpha machine). Than you can simply run (as root):
# mii-tool -?
(something like LANCP> HELP)
# mii-tool
(something like LANCP> SHOW DEVICE)
# mii-tool -v
(something like LANCP> SHOW DEVICE /FULL)
# mii-tool -F media interface
(something like LANCP> SET DEVICE interface)
See man mii-tool
(For others: The LANCP is a VMS tool for setting network devices)
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:19 PM
03-02-2005 09:19 PM
Re: Network speed
Isn't there another way ? I could install it but my disk is very small. So, if possible another solution.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:31 PM
03-02-2005 09:31 PM
Re: Network speed
Check another time it should be /sbin/mii-tool.
If cant find it there is a link (I think you use Debian):
http://packages.debian.org/testing/net/net-tools
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:55 PM
03-02-2005 09:55 PM
Re: Network speed
No it is Redhat this time. I don't know what I did wrong but I have mii-tool. But the bad news is that it always says "no MII interfaces found". My alpha is from 1997.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 09:58 PM
03-02-2005 09:58 PM
Re: Network speed
There is another tool which can be used: ethtool .Unfortunately I dont know much abbout it and the man page is very vague. You can check if you have it (it should be /usr/sbin/ethtool)
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:03 PM
03-02-2005 10:03 PM
Re: Network speed
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:47 PM
03-02-2005 10:47 PM
Re: Network speed
Sorry for Debian (I remember one yours old thread and have not read well the current thread).
What kind of ethernet card you have? How it is seen from IP (try ifconfig to display all known interfaces). It should be eth0 but you never know.
You can check the /etc/modules.conf if there are some special settings for the module (driver).
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:18 PM
03-02-2005 11:18 PM
Re: Network speed
It is a tulip (but VMS tells me de435).
sysconfig results in :
eth0 Link encap:Ethernet HWaddr 00:00:F8:25:88:DF
inet addr:128.231.158.102 Bcast:128.231.159.255 Mask:255.255.240.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:104513 errors:0 dropped:0 overruns:0 frame:0
TX packets:59707 errors:3427 dropped:0 overruns:0 carrier:3427
collisions:2203 txqueuelen:100
RX bytes:10165923 (9.6 Mb) TX bytes:36320582 (34.6 Mb)
Interrupt:29 Base address:0x9000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:422 errors:0 dropped:0 overruns:0 frame:0
TX packets:422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:34928 (34.1 Kb) TX bytes:34928 (34.1 Kb)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:30 PM
03-02-2005 11:30 PM
Re: Network speed
Check also which module is loaded with lsmod (probably is a de4x5).
That driver has setup capabilities. From the /usr/src/linux/drivers/net/de4x5.c:
Command line arguments are now allowed, similar to passing arguments
through LILO. This will allow a per adapter board set up of full duplex
and media. The only lexical constraints are: the board name (dev->name)
appears in the list before its parameters. The list of parameters ends
either at the end of the parameter list or with another board name. The
following parameters are allowed:
fdx for full duplex
autosense to set the media/speed; with the following
sub-parameters:
TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
Case sensitivity is important for the sub-parameters. They *must* be
upper case. Examples:
insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
For a compiled in driver, at or above line 548, place e.g.
#define DE4X5_PARM "eth0:fdx autosense=AUI eth2:autosense=TP"
Yes, I know full duplex isn't permissible on BNC or AUI; they're just examples. By default, full duplex is turned off and AUTO is the default
autosense setting. In reality, I expect only the full duplex option to
be used. Note the use of single quotes in the two examples above and the
lack of commas to separate items. ALSO, you must get the requested media
correct in relation to what the adapter SROM says it has. There's no way
to determine this in advance other than by trial and error and common
sense, e.g. call a BNC connectored port 'BNC', not '10Mb'.
And try:
# mii-tool eth0
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:56 PM
03-02-2005 11:56 PM
Re: Network speed
lsmod returns tulip.
mii-tool eth0
results in
SIOCGMIIPHY on 'eth0' failed: No such device
How do I pass the argument to the insmod done during the boot ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 02:19 AM
03-03-2005 02:19 AM
Re: Network speed
http://groups.google.com/groups?q=modules.conf+tulip+options&hl=nl&lr=&selm=syzo3rx9mv.fsf%40tiktok.cygnus.com&rnum=1
but all the others that say that you can add debug=x do NOT work (in my case).
Now I still have frame errors but I have a normal speed.
Thx Bojan.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2005 03:02 AM
03-03-2005 03:02 AM
Re: Network speed
Tulip driver documentation is (if you have kernel sources) in /usr/src/linux/Documentation/DocBook/ .
There is a link:
http://www.scyld.com/tulip.html
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 03:51 AM
03-04-2005 03:51 AM
Re: Network speed
Something like this:
P00>>> show dev
(say you have ewa0; then do something like)
P00>>> set ewa0_mode ?
this should list all avail. modes
say you want FastFD -- do:
P00>>> set ewa0_mode FastFD
Regards,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 06:42 PM
03-07-2005 06:42 PM
Re: Network speed
The settings on SRM are simply ignored. So, not working.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 11:13 PM
03-07-2005 11:13 PM
Re: Network speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 12:55 AM
03-08-2005 12:55 AM
Re: Network speed
Wim