Sunday, March 22, 2015

iSCSI and Jumbo Frames [feedly]



----
iSCSI and Jumbo Frames
// Latest blog entries

So,you either just setup iSCSI or are having performance issues with your current iSCSI device. Here are some pointers to ensure "networking" is not the issue:

1. MTU Settings
Always check in XenCenter that your NICS responsible for storage are pointing to the correct target IPS. If they are, ensure you can ping these targets from within XenServer's command line:

Ping x.x.x.x

If you cannot ping the target, that may be the issue. Use the 'route' command to show if XenServer has a device and target to hit on the iSCSI Subnet. If route shows nothing related to your iSCSI target IPS or takes a long time to show the target's IP/Route information, revisit your network configuration: from the target to the storage interface defined for your XenServers. Odds are the packets are trying to route out via another gateway or there is a cable/vlan tagging issue.

2. Is your network really setup for Jumbo Frames?
If you can ping our iSCSI targets, but Re having performance issues with Jumbo Frames (9000 or 4500 Mtu size, based on vendor) ensure your storage interface on XenServer is configured to leverage this Mtu size.

One can also execute a ping command to see if there is fragmentation or support enabled for the larger MTUs:

Ping x.x.x.x -M do -s 8972

This tells XenServer to ping, without fragmenting frames, your iSCSI target with an Mtu of 9000 (the rest comes from the ping and other overhead, so use 8972).

If this return fragments or other errors, check the cabling from XenServer along with the switch settings AND iSCSI setup. Sometimes these attributes can be powered after firmware updates to the iSCSI enabled, managed storage devicd

3. Always make sure your network firmware and drivers are up to date!

And these are but three was to isolate issues with iSCSi.

--jkbs | @xenfomation


Read More
----

Shared via my feedly reader


Sent from my iPhone

No comments:

Post a Comment