- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need to change the MTU size of interface in 11...
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
11-25-2008 02:28 AM
11-25-2008 02:28 AM
I have used HP Auto Port Software to aggregate to two NIC lan50 and lan52 in aggregated lan900.
Now I wan to change the MTU sixe of lan900 port.
Please suggest the exact steps needed.
The OS is 11.31
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 02:34 AM
11-25-2008 02:34 AM
Re: Need to change the MTU size of interface in 11.31
It depends of the NIC type: iether, igelan.
See more here - http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1149918
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 02:37 AM
11-25-2008 02:37 AM
Re: Need to change the MTU size of interface in 11.31
man lanadmin
# lanadmin -g 900
LAN INTERFACE STATUS DISPLAY
Fri, Jul 30,2004 12:20:23PPA Number = 900
Description = lan900 Hewlett-Packard LinkAggregate Interface
Type (value) = other(1)
MTU Size = 1500
Speed = 0
Station Address = 0x000000000000
Administration Status (value) = up(1)
Operation Status (value) = down(2)
Last Change = 0
Inbound Octets = 0
Inbound Unicast Packets = 0
Inbound Non-Unicast Packets = 0
Inbound Discards = 0
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 02:52 AM
11-25-2008 02:52 AM
Re: Need to change the MTU size of interface in 11.31
Below thread , explains
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1227609555924+28353475&threadId=1062605
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 02:56 AM
11-25-2008 02:56 AM
Re: Need to change the MTU size of interface in 11.31
You can change the MTU size online without any impact by using SAM as well as #lanadmin -M
But the changes will last till you reboot the server. To make it permenant you should change it on corresponding interface driver file..
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 04:11 AM
11-25-2008 04:11 AM
Re: Need to change the MTU size of interface in 11.31
I did use lanadmin -M 1476 lan50
But the command failed.
Can you let me know how to bring the interfaces out of the Auto Port Aggregation.
Do I need to stop apa services using
/sbin/init.d/hpa stop
/sbin/init.d/hplm stop
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2008 04:35 PM
11-25-2008 04:35 PM
Re: Need to change the MTU size of interface in 11.31
If it is an issue with a particular destination, in theory IP PathMTU discovery should "deal" with it unless someone got the bright idea to block all the ICMP traffic... Otherwise, you can setup static routes with path mtu information that will "override" the interface MTU for that destination.