- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- Re: NC553m Jumbo Frame Disable or Enable
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
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
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-12-2012 03:58 PM
05-12-2012 03:58 PM
NC553m Jumbo Frame Disable or Enable
I've got a BL460c G7 with a NC553m iSCSI HBA that I need to disable Jumo Frames (set MTU to 1500). I can see the Max MTU of 8473 in the Emulex Onecommand configuration utility, but can figure out where to change this. This is a NC553m port in iSCSI personality mode. I'm having to disable Jumbo Frames due to an issue with Jumbo Frames in my EMC VNXe SAN. EMC Support Engineers have recommended disabling Jumbo Frames.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012 09:43 PM
05-21-2012 09:43 PM
Re: NC553m Jumbo Frame Disable or Enable
Hi,
Below are the steps from OS perspective where you can change the MTU size.
for Windows:
- Right-click the NIC for which you want to enable jumbo frames and select Properties.
- Under the Networking tab, click the Configure button for the network adapter.
- Select the Advanced tab.
- Select Jumbo Frame and change the value to the desired value.
- Click OK to all dialogs.
for VMware:
refer kb article: http://kb.vmware.com/kb/1007654
for Linux:
- Edit /etc/sysconfig/network-scripts/ifcfg-eth0, enter
# vi /etc/sysconfig/network-scripts/ifcfg-eth0 - Add MTU, settings:
MTU="9000" or any desired value - Save and close the file. Restart networking:
# service network restart
Thanks,
Jagadish
-----------------
Was the post useful? Click on the white KUDOS! Star on the left side of this post.
For HP Guided Troubleshooting; http://www.hp.com/support/hpgt
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- ifcfg
- jumbo frame
- MTU