- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Set MTU
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-19-2004 02:47 AM
03-19-2004 02:47 AM
I need to make tuning in Oracle NET.
example:
DB9I =
(DESCRIPTION =
(SDU=4096) ---> SDU = MTU
.
.
.
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)...
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = db9i)
)
)
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 03:21 AM
03-19-2004 03:21 AM
Re: Set MTU
lanadmin -M is the command to user. You have to set it at both ends. i.e on nic and on switch/router side. The following thread explains this indetails.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=202869
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 03:31 AM
03-19-2004 03:31 AM
Re: Set MTU
http://www.sun.com/solutions/blueprints/1002/817-0370-10.pdf
http://www.netapp.com/tech_library/3146.html#5.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 04:02 AM
03-19-2004 04:02 AM
Re: Set MTU
From: man route(1M)
/usr/sbin/route [-f] [-n] [-p pmtu] add [net|host] destination [netmask mask] gateway [count]
-p pmtu Specifies a path maximum transmission unit (MTU) value for a static host route. The minimum value allowed is 68 bytes; the maximum is the MTU of the outgoing interface for this route. This option only applies to adding a host route. In all other cases, this option is ignored and has no effect on a system.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:31 AM
03-22-2004 05:31 AM
SolutionOne is an 802.5 TokenRing network. Another is an ATM network. I suspect you have neither.
Another would be an FDDI network, or a HyperFabric network, but those already have an MTU > 4096 bytes.
That leaves Ethernet (well, for the most part).
It is not possible to have an MTU > 1500 bytes on a one-hundred or a ten megabit Ethernet network.
There is a non-standard (de jure) "Jumbo Frame mechanism one can use on Gigabit Ethernet, however, your switches and all the other nodes in your local IP subnet must support JumboFrames if you are to enable it.
As already pointed-out, you would use the lanadmin -M command.