Delphix Products

  • 1.  Delphix and Jumbo frames support

    Posted 02-01-2016 10:32:00 AM
    Is Delphix supporting Jumbo frames?
    If yes, how can I enable it?
    Thanks.
    Thomas


  • 2.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 10:36:00 AM
    Sure, you can enable it. In the Network setup configuration of the setup GUI or, if you can prefer, through the CLI.

    Reagrds.
    Gianpiero


  • 3.  RE: Delphix and Jumbo frames support
    Best Answer

    Posted 02-01-2016 10:40:00 AM
    Hello Thom. 
    1. Enable jumbo frames on the network interface https://docs.delphix.com/display/DOCS43/Customizing+the+Delphix+Engine+System+Settings">https://docs.delphix.com/display/DOCS43/Customizing+the+Delphix+Engine+System+Settings">https://docs.delphix.com/display/DOCS43/Customizing+the+Delphix+Engine+System+Settings
    2. Login to Server Setup portal (sysadmin)
    3. Click Modify on Network
    4. Click settings on the interface
    5. Check the box for jumbo frames
    6. Click Save
    7. Click OK


  • 4.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 10:43:00 AM
    Thanks Gianpiero for the fast response, I didn't find it, that's why I have asked here.


  • 5.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 10:47:00 AM
    Sorry, see Adam's reply for details.


  • 6.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 10:48:00 AM
    Sorry, see Adam's reply for details.


  • 7.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 11:04:00 AM
    Thanks Adam for the steps!


  • 8.  RE: Delphix and Jumbo frames support

    Posted 02-01-2016 12:42:00 PM
    Customer support replied to me too with the CLI steps:

    From the CLI you can follow this steps:Connect via ssh as sysadmin
    1. Type 'network' at the prompt to enter the network menu
    2. Type 'ls' to get the current list of network devices
    3. Type 'select <network adapter name>'
    4. Type 'update'
    5. Type 'set mtu=9000'
    6. Before this step, please be sure that your network is ready to accept Jumbo frames!
    7. Type 'commit'
    8. Type 'ls' to confirm that the mtu has been changed.