Visit Open-E website
Results 1 to 10 of 10

Thread: hyper-v tuning reccomendations

  1. #1

    Default hyper-v tuning reccomendations

    Are there any? I see there are for vmware.

  2. #2

    Default

    I forgot to add, from what I can see I'm not seeing any issues, just more curious to see if I can squeek out any extra bit of performance out of this thing.

  3. #3
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    You can use the same settings as vmware:

    1. From the console, press CTRL+ALT+W,
    2. Select Tuning options -> iSCSI daemon options -> Target options,
    3. Select the target in question,
    4. change the MaxRecvDataSegmentLength and MaxXmitDataSegmentLength values to the
    maximal required data size (check w/ the initiator to match).
    maxRecvDataSegmentLen=262144
    MaxBurstLength=16776192
    Maxxmitdatasegment=262144
    FirstBurstLength=65536
    DataDigest=None
    maxoutstandingr2t=8
    InitialR2T=No
    ImmediateData=Yes
    headerDigest=None
    Wthreads=8

  4. #4
    Join Date
    Feb 2009
    Posts
    142

    Default

    If you change these settings does it restart the NIC? Will I drop my connections to the virtual IP from my hosts? or is it very fast?

    Have a production environment and don't want to screw it up.

  5. #5
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    The connections will be reset because of the frame size changes.
    Since you need to check the initiators and adjust if needed, its advised to pause the host.(to be safe).
    Normally, if you make the adjustments when an update is applied or other maintenance, its not an issue, since your likely to reboot at this point for some reason or another.
    If in failover config, both nodes need to match, before failing over.

  6. #6

    Default

    Changing these settings wont reset the nics or VIP but I would not do them while using the Failover, best to have this done first then enable the Failover.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  7. #7
    Join Date
    Feb 2009
    Posts
    142

    Default

    I wish there were a way to keep the Virtual IPs even when you don't have autofailover active. What I mean is being able to go into the secondary and turn off failover task and then go back to primary and turn off failover but have an option checkbox to keep the virtual IP's active on that primary server instead of reverting back to what they were originally. This way you could do things like change your ping nodes and other failover related items without shutting down the hosts that are connected to those Virtual IP's on VSS.

  8. #8

    Default

    That is something the engineers have talked about and is a good request - this will take more time to have this VIP still beaconing out so the VM's dont have to be restarted - give us time on this. Thanks Webguyz!
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  9. #9

    Default

    Quote Originally Posted by Gr-R
    You can use the same settings as vmware:

    1. From the console, press CTRL+ALT+W,
    2. Select Tuning options -> iSCSI daemon options -> Target options,
    3. Select the target in question,
    4. change the MaxRecvDataSegmentLength and MaxXmitDataSegmentLength values to the
    maximal required data size (check w/ the initiator to match).
    maxRecvDataSegmentLen=262144
    MaxBurstLength=16776192
    Maxxmitdatasegment=262144
    FirstBurstLength=65536
    DataDigest=None
    maxoutstandingr2t=8
    InitialR2T=No
    ImmediateData=Yes
    headerDigest=None
    Wthreads=8
    Do the above changes work on for XenServer 5.6?

  10. #10
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    Yes, working on Xen too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •