Visit Open-E website
Results 1 to 6 of 6

Thread: Open-E ISCSI with SQL Server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2008
    Posts
    236

    Default

    Are you using file or block i/o volumes?
    You didn't comment on the number of disks in your Open-E box or the number or RAID type or the controller, etc.
    When the time outs occur, does it correspond with any other activity in the environment (e.g. backups, traffic burst, stored procedures running etc).
    Only looking at the CPU utilization on the SAN side is not sufficient. Unfortunately, I feel that the stats on the Open-E side need to be enhanced. Even just giving us the data from "iostat -xk" would be sufficient IMO for disk IO. It gives I/O, bandwidth, queue size, utilization and much better info than vmstat. In short, you are going to have to monitor your consumers of the storage and see what is happening at the time this is going on. You only have a single GB connection and GB Ethernet is very easy to saturate these days so that could also be a contention point. You could use MPIO which was already suggested by Mr. Maxwell.
    Lastly, I have no problems running either MSSQL or Oracle as a VM. We do it all the time and get great results. The problem most folks run into with white box sans is unoptimized storage. When you locate a bunch of different Oses with different access patterns and block sizes on the same physical disks, you are sure to degrade performance. Its a hassle to maintain, but having tiers of storage is what the big shops do. It's moviing the storage area network beyond the "network" and into the infrastructure. I call it "SIN".. Storage Infrastructure Networking". Its where you create tiers of storage optimized for different scenarios and using each tier where it functions best and most afford-ably.
    Lastly, you should be using block io for database servers. Its better to let the db server do it's own caching as opposed to the Linux page cache. Its why most enterprise shops use ASM/raw disk with Oracle as opposed to having to having a baked file system. Let the database server decide what to cache not the file system.

  2. #2

    Default Ssd

    I set up DSS V6 on a virtual machine on a test Hyper-V serving ISCSI Volumes to VMs. I still get significant slowdowns during high IO. I have tweaked the ISCSI settings as given. Microsoft says SQL server can work with ISCSI. Is this likely just a configuration problem with DSS?
    I've dedicated an SSD to SQL on a Virtual 10GB network, block IO, and pass-through disk. I just don't see how this does not perform better. I am seeing average IO queue length of > 300 when running sqliosim. All the problems go away if I set the SQL server to use a dynamic VHD on a local 5900 RPM Advanced Fromat drive.

  3. #3
    Join Date
    Aug 2008
    Posts
    236

    Default

    Are you using iSCSI through the virtualization layer? or is iSCSI lun mounted on the hypervisor?

  4. #4

    Default

    iSCSI on the Hypervisor. We've put the database on an SSD on Open-E and the performance is much improved, but still not ideal.

Posting Permissions

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