- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing MTU size live! (no lan interruption)
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
05-19-2009 10:36 AM
05-19-2009 10:36 AM
Changing MTU size live! (no lan interruption)
[root@NCRCI]:/etc/rc.config.d# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 32808
10.1.0.0 10.1.1.47 U 2 lan900 9000
127.0.0.0 127.0.0.1 U 0 lo0 32808
default 10.1.1.254 UG 0 lan900 1500
I'd like to bring down the MTU size of 10.1.0.0 down to 1500 instead of the jumbo frames of 9000. Is it possible to do this live without network interuptions? Running HPUX 11.31. Thanks. Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 10:38 AM
05-19-2009 10:38 AM
Re: Changing MTU size live! (no lan interruption)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 11:19 AM
05-19-2009 11:19 AM
Re: Changing MTU size live! (no lan interruption)
- Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 12:09 PM
05-19-2009 12:09 PM
Re: Changing MTU size live! (no lan interruption)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 04:27 PM
05-19-2009 04:27 PM
Re: Changing MTU size live! (no lan interruption)
It _may_ be possible to leave the MTU as it is for the HW and alter the PMTU in the route. Certainly if the goal is to use a smaller MTU. I don't know if a route(1m) command can modify the PMTU of an existing routing entry or not, but the manpages might be worth a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 10:40 PM
05-19-2009 10:40 PM
Re: Changing MTU size live! (no lan interruption)
nwmgr -s -f -c lan50 -A mtu=1476 --cu
lan50 current values:
New MTU = 1476
lanadmin -m 50
MTU Size = 1476
Now to make the changes available across reboot use the below command
nwmgr -s -A all --sa --fr cu -c lan50.
lan50 saved values:
New Speed = auto_on
New MTU = 1476
New MAC Address = 0x001e0bfdb0a6
New Receive Flow Control = On
New Transmit Checksum Offload = Off
New Receive Checksum Offload = Off
New Virtual MTU = 0
TCP Segmentation Offload is now disabled.
New Max Send Buffers = 1
New Max Send Coalesce Ticks = 150
New Max Recv Buffers = 1
New Max Recv Coalesce Ticks = 0
New Interrupt Throttle Mode = -1
New Diagnostics Threshold = 0
nwmgr -s -c lan52 -A mtu=1476 --cu
lan52 current values:
New MTU = 1476
nwmgr -s -c lan52 -A all --saved --from cu
lan52 saved values:
New Speed = auto_on
New MTU = 1476
New MAC Address = 0x001e0bfdc060
New Receive Flow Control = On
New Transmit Checksum Offload = Off
New Receive Checksum Offload = Off
New Virtual MTU = 0
TCP Segmentation Offload is now disabled.
New Max Send Buffers = 1
New Max Send Coalesce Ticks = 150
New Max Recv Buffers = 1
New Max Recv Coalesce Ticks = 0
New Interrupt Throttle Mode = -1
New Diagnostics Threshold = 0