- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: mtu size to be increased in alpha openvms v7.3...
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-01-2005 06:56 PM
02-01-2005 06:56 PM
mtu size to be increased in alpha openvms v7.3-2
I want ot increase mtu size in gigabit interface of alpha openvms systems. reason to change it I am getting very low throughput while connecting two alpha systems back to back with 1000baseSX card and do ftp - its just 4.6 Mbps,
default mtu is 1500 , I want to change it to 9000.
please help me how to do and what could be the reason for getting such a low throughput.
Thanks in advance.
regards
Kirit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 07:05 PM
02-01-2005 07:05 PM
Re: mtu size to be increased in alpha openvms v7.3-2
Not sure if this will help since I don't use any
gigabit links...
$ MCR LANCP SET DEVICE device/JUMBO
will set the device for jumbo packets (which is
what I assume you are after).
$ MCR LANCP HELP SET DEVICE will give you other
options.
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 07:27 PM
02-01-2005 07:27 PM
Re: mtu size to be increased in alpha openvms v7.3-2
Did you verify the speed settings in LANCP?
$ MC LANCP SHOW DEVICE ewa0 /CHAR
Note that SET DEVICE/SPEED changes only the volatile database, use the /PERMANENT qualifier.
If you have the chance, also verify the settings at console level.
>>> SHOW EWA0_MODE (or equivalent)
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 08:43 PM
02-01-2005 08:43 PM
Re: mtu size to be increased in alpha openvms v7.3-2
http://h71000.www7.hp.com/doc/732final/6631/6631pro_006.html#gbe_perf
for details on the various steps required.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 06:31 PM
02-02-2005 06:31 PM
Re: mtu size to be increased in alpha openvms v7.3-2
the ftp is not the best way to find out a raw throughput of a lan card. If you do that, be sure to use a null device as destination. Or use a TTCP tool.
Jiri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 10:04 AM
02-04-2005 10:04 AM
Re: mtu size to be increased in alpha openvms v7.3-2
Be aware that some older CISCO switches while they support Gigabit Ethernet do not support jumbo frames. We found this out when we upgraded OpenVMS and as soon as we started using jumbo frames the switch went out to lunch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 02:19 PM
02-04-2005 02:19 PM
Re: mtu size to be increased in alpha openvms v7.3-2
>>> back to back with 1000baseSX card and do ftp - its just 4.6 Mbps,
Is that Mega BYTE per sec or BITS?
Even if it is Megabytes, it still is only 50
Mbits/sec and thus a magnitude too slow.
A bigger packet size is not going to solve that. Something else is wrong.
As others wrote ftp is not your best test.. it may well be limited by write speed.
What are you going to use the Gigabit connection for. Can you use that as the test tool also? If you are going to use it just for ftp, then ftp is of course the right test.
Is the negotiated speed indeed 1000?
Good luck,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 04:13 AM
02-08-2005 04:13 AM
Re: mtu size to be increased in alpha openvms v7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 10:02 AM
02-08-2005 10:02 AM
Re: mtu size to be increased in alpha openvms v7.3-2
Purely Personal Opinion