RAID-1 performance with Sun v40z

We are using Sun v40z machines with built in LSI RAID controller (RAID level 1). I was wondering about the performance of RAID on these machines. Our application does a lot of I/O (mainly random and sequential reads). Since we are using a RAID-1 system with two disks, I expect the performance to be good, but it is not, and it seems that all read requests are served from one disk. We are running RedHat Linux 4.
For investigating, I used dd to read a large file and write it to /dev/null. During this operation, iostat showed around 400-500 transactions per second with 100K blocks read per second. When I instead run two parallel dd command to read from two different files, number of transactions per second drop dramatically to 100-120, with just 30-40K blocks read per second. This is very bad given that we have two disks mirrored using RAID-1 and both should be readable in parallel.
I have conducted the same experiment on a different machine (Linux desktop, non-Sun, without-RAID), and I was able to read 75-80K blocks per second with two parallel read processes.
I am using:
time dd of=/dev/null count=5000000 bs=16k if=file1.txt
time dd of=/dev/null count=5000000 bs=16k if=file2.txt
I haven't configured much with the RAID controller, it is as it came with the machine. Infact, I was not able to find any documentation or support about the RAID hardware on these machines from Sun's v40z site. If you know of location of documentation, please point me to it.
Any help about how to improve the performance will be appreciated.
thanks in advace,
Nilesh

Most controllers will simply round-robin between the two disks, so you shoudl not expect any performance improvements between a single disk and RAID1. SVM has a "geometric" read option which theoretically can help large sequential reads, but it defaults to round robin, and my guess is that most embedded controllers do as well.
Most likely read performance falls off as you try two file copies because you are trying to copy the same file. The two processes are trying to read the same disk sectors, so one of them is going to have to wait for the disk to spin around to the same sector the other process just read. There are lots of other reasons why this could happen. You should see the same effect with a single disk.

Similar Messages

  • SATA RAID: Poor performance with dual raptors?

    I have the NEO2 S939 board. I also have the Gigabyte S939 nforce3 board for comparison, and even an Asus 800-E Deluxe (ICH5R) board for comparison.
    I have built all three the same way (F6 install on all three, install both drivers for the nforce3's, intel ich5r raid driver for the intel). I'm using twin 74GB Raptor 10k's in RAID0 for all three.
    After the base OS build and chipset driver installation, The fastest of the three is the gigabyte board at 106MB/sec in Sandra.
    Coming in second at 100MB/sec is the Intel system.
    Dead last is this MSI board, at 57MB/sec.
    I've cross-checked with HDTach, and the results are similar. The other boards are twice as fast with RAID0 than the MSI.
    Is this a "known issue"? I've tried upgrading drivers and everything (The latest are the ones on MSI's site, but they yield the same results, even after a fresh F6 install using them).
    Is this 57mb/sec about the performance I should expect from my dual raptor rig on this board? (obviously, that's unacceptable).

    Seems alright for others, though I don't know what sata ports (1&2 or 3&4) he is using.

  • Super Slow Performance with Xserve RAID / Promise Fibre

    Hey guys,
    I am experiencing a strange thing on both 10.5.8 and 10.7.5 servers (yes these are in the process of being retired). They are sharing out either an Xserve RAID or Promise Vtrak with OS X Server.
    We have the fibre channel card and the storage attaches to there and they appear mounted on the desktop.
    The problem we are having is that whenever OS X's file sharing is enabled these volumes run incredibly slow! I did a clean install of OS X 10.7.5 on an entirely different machine and it was still bad. All of my tests show that when you turn off file sharing, both AFP and SMB, the performance goes back to normal -- so what can we do here??? These are file servers, so that's pretty much the only thing that needs to work.
    Thanks,
    Andrew

    Slow/poor RAID performance can be down to a number of things. Some of which are easier to check than others.
    Some easy things to check are:
    How much data is stored on the RAIDs?
    Performance really drops off alarmingly once the RAID gets to 85% full. For a 1TB RAID this means you need to keep at least 250GB of free disk space at all times otherwise you will get the poor performance you're seeing. Once it gets to 86/87/88% full performance can drop alarmingly. Yes those few percent points can make a big difference.
    How is the data stored on the RAIDs?
    Having thousands and thousands of single files stored loosely on the RAID or within one single folder is not a good idea. The Finder can be and is fairly inefficient at drawing the icons for those files that are presented to network users accessing the share point(s). This can/and is perceived as very slow performance as you're viewing the files over a network connection. One way to overcome this 'feature' is to organise the data into logical folders/sub-folders and/or shares.
    Are there problems with the file/directory structure of the RAIDs themselves?
    Use DiskUtility (or better still DiskWarrior) to repair any issues (generally built up over a period of time) with the storage disks you have. You can't repair permissions using DiskUtility or anything else on a non-OS bearing drive. Don't forget to do this also for your System Drive (which can have its permissions repaired) as well. This will mean the server being off-line for a time whilst the system (OS) drive is being repaired. Before doing this step I would make sure you have a current and effective backup of your System/Server OS as well as all data stored on the RAIDs themselves. Hopefully you should be doing this for your data already?
    To understand Disk Utility's repair permissions feature please read Apple's support document here:
    About Disk Utility's Repair Disk Permissions feature - Apple Support

  • Performance of  Sun's J2EE1.4

    Hi all,
    I'm currently building a prototype on the Sun J2EE Server 1.4 to use some of the new features in the 1.4 to solve a problem that's currently a bottleneck in our current 1.3 solution.
    I wonder if you have some impressions about the performance of Sun's J2EE1.4 compared to JBoss 3.2.x or Weblogic 8.1.
    It really doesn't have to be as fast as the others, but if it's 10x slower, I'm in trouble as we want a 10x improvement in performance with the new solution. (Of course, if Sun's J2EE impl. is 10x slower than the others and I still achieve 10x improvement just sit back and wait until JBoss 4.0 is out! :0)
    Any opinions/observations/impressions?
    -regards,
    Gerard.

    Hi Binod,
    Currently we are using a clumsy legacy implementation to go to an external system that is synchronized everywhere and for everything.
    I'm trying to replace this interface by a connector (see the relation with my other posts :-) and my plan is to take advantage of the connection pooling and re-use offered by the container. (Now a TCP connection/bean is created). The communication with the external (real time) system is async bi-directional (formely solved by bridging the incoming msg to JMS), hence my need for a JCA 1.5 connector.
    My question regarding the AppServer performance is in general terms. I remember the J2EE1.3 RI being very slow when compared to Weblogic, but given that Sun is proposing the 1.4 RI as the developer edition of the full-fledged J2EE server, I expect it will do much better in this regard.
    Kind regards,
    Gerard.

  • Oracle Forms loading slower with Sun JRE in Oracle E-Business Suite 11i

    Hi,
    After Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite 11i (Note 290807.1) we find that Oracle Forms are loading slower than using Jinitiator.
    Also the PDF reports are opening in a minimized fashion. Meaning the PDF reports are opening correctly in new browser window (as expected) but is minimized.
    Customer is not willing to go live with Sun JRE due to these issues.
    Plz advice is there is any additional configuration I need to do.
    Rgds,
    Thiru

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • Dell disks with Sun's storage array

    Hi,
    Does anyone know if its possible to use Dell's disk drives with Sun's StorEdge family of disk arrays. Specifically, the drive is a 300 GB 10K U320 SCSI disk
    http://www1.ca.dell.com/content/topics/reftopic.aspx/gen/ccare/en/ccare_confirm?c=ca&cs=CADHS1&l=en&s=gen&~section=default
    and the disk array is Sun Storage Tek 3320 SCSI
    http://www.sun.com/storagetek/disk_systems/workgroup/3320/
    Any help or pointers will be appreciated.
    thanks
    Nilesh

    Oh my, I should retire...
    When I read that page I somehow confused all that X* stuff... :o/
    I was wondering if it is possible to connect other
    storage solutions than the Xserve RAID (like the Sun
    StorageTek ones) directly (or via switch) to an
    Xserve (the pizza box server )
    Of course you can connect any DAS storage device that presents itself as a raw device on the device channel in use (fc, scsi, ...).
    But reading the specs on that special Sun Raid I'd say that it falls into another category: SAN storage. And therefore it needs OS support/drivers which seem to be available only for Solaris, Linux and Win.
    How exactly do I partition, format and mount the
    virtual device under Mac OS X Server?
    DiscUtility.app? In CLI: diskutil
    I want to try this procedure:
    Connect the Sun Diskarray to the Xserve via the
    copper cables.
    (Perhaps reboot the Xserve)
    Partition with pdisk
    mkfs.xfs (or something similar mac os like)
    /dev/sda(x)
    mount /dev/sda1 /Users/
    diskutil
    see man diskutil
    But as said I guess you can't access this kind of SAN storage device.
    Am I completely wrong? It's the procedure in Linux,
    so it can't be very different in BSD (say: Mac OS
    X)...
    Same procedure as every year: install the driver then drink.
    -Ralph

  • Using BEA Weblogic Portal with Sun Access Manager

    Hello all,
    I am wondering if anyone has had experience with using Weblogic Portal (versions 8.1 or 9.2) with Sun's Access Manager tool (part of the Identity Management suite).
    In particular, I would like to know what access control tasks were performed through access manager, and which were performed portal-side.
    Any information would be appreciated.
    Thanks!

    Hi
    Has any one explored the below question.
    Is WLP 9.2 compatible with Sun Access Manager?
    If yes, please let know the details.
    Thanks

  • Experiences with Sun T2000 servers on SAP systems

    Hello,
    We are currently involved in a project to migrate our SAP systems from a Windows 2003 to a Solaris 10 platform.  Our application server layer will be based on Sun T2000 servers for both ABAP and Java stacks.
    I would be interested in hearing from anyone using T2000s in the application server layer to understand their perception of the performance of these systems.
    Thanks in advance,
    Brendan Byrne

    We have actually solved the issues sourrounding performance on sun multi threaded servers.
    What you need to do is create a 'Zone' on the solaris server and then allocate resources to the zone.
    Then sap seems to fly.
    This is fully supported by the way.
    Just set this up with NW7 on a T2000 and some T5120's
    Basically what occurs is that you setup SAP on one zone.
    You then allocate the full 64cpus to this zone, as well as the 32/64gb of ram.
    SAP runs as one thread within the zone, but the zone then allocates this thread across all the cpus.
    Works like a dream,
    Regards
    James
    Edited by: James Ibbotson on Sep 5, 2008 1:58 PM

  • Integrating Sun Java Directory Server with Sun Java Application Server 7

    Hi,
    My basic goal is to implement Single Sign On within the network i,e if the user is inside the company's network and tries to access any application, then he should not be required for Username/password again becuase he is in the network.
    My question is Is this possible with Sun Java System DIrectory server. If yes how can we integrate Directory Server with Sun Java System Application Server 7 2004Q2.
    Please help.
    Thanks

    Directory Server in itself doesn't provide any kind of SSO functions. Basically it is a high performing data repository accessible via LDAP and DSML. It is, however, a key component used by SSO applications like Access Manager. If your applications are web applications then take a look at Access Manager for your SSO needs.
    Regards,
    Scott

  • XServe RAID RAID5 performance?

    Hello,
    I would like to know how the XServe RAID performs in RAID5.
    We are using multiple FC and SCSI RAID-subsystems at work and we need a bigger one by the end of the year.
    TIA
    Best
    Nicolas

    The Xserve RAID is specifically tuned for RAID 5 performance -- RAID 5 is about 99% as fast as RAID 0. Unless you were hosting a database on the RAID, and doing lots of small I/Os, there is no reason to use any other RAID scheme on Xserve RAID
    There's a performance page here:
    http://www.apple.com/xserve/raid/performance.html
    With some info... not very detailed. If you can get ahold of an eval unit (Apple's direct sales force has a program for this), you can run Iozone benchmarks on one, and see how it might fit your usage pattern.

  • Extremely Slow performance with X58 Platinum

    I just upgraded from a core 2 quad 6600 with 8 gb of ram
    to a core i7 920 on an X58 Platinum with 12 gb of 1333 ram (yes the ram is an approved spec according to the MSI online manual....I checked the part numbers on the ram)
    I have an 9800gx2 and a velociraptor for a system drive, I have all the latest windows updates(vista 64) and the new 1.1 bios revision...and all the graphic card updates and chipset updates from intel
    It is running so slow that as I type this the letters on screen cannnot keep up with my fingers, and I am not that fast of a typer.
    It fells like I went back in time to a p3 or something.
    Where should I begin to diagnose the problem??
    Thanks in advance

    I too have stepped back in time with my x
    MSI x58 platinum board
    Specs
    Motherboard Name   MSI X58 Platinum SLI (MS-7522)Bios 322
    3 GIG  Ram                 Aeneon AXH760UD10-16HA08X
    CPU Type                   QuadCore Intel Core i7 920, 3800 MHz (21 x 181)
    CPU Cooler                  Noctua NH-U12P SE1366 LGA1366 i7 Heatpipe Cooler W/ 2XNH-P12 120MM Fan
    Hard Drives Raptors      SATA    Stripe (297 GB)Raid 0
    Video                         nVIDIA GeForce GTX 285 SLI   
    OS                            Microsoft Windows Vista Ultimate(64 Bit)
    I am running Raid 0 and performance is just terrible.Overclocks like a champ but the board is pretty much useless when it runs slow.
    Things I have tried installed BIOS 322 which brang boot time to desktop to 1 minute 45 secs slow but ok I guess,some improvement in a couple games.
    Installed XP64 no help or performance gain.
    Windows 7 would just not install any drivers at all.
    Vista 64 8 installs with no performance with different drivers.(You can install drivers off usb stick)
    Bought a new Motherboard but I am going to wait a few days more and see if others BIOS will help.
    There seems to be a few new BIOS I will try some them out today.
    Contacted MSI tech support and they were kind enough to suggest the bios,you can give that a shot and see if it helps you out.My board is Platinum SLI board but should be same as Platinum board also but they have all the platinum BIos there too.
    Regarding your concern,please log into following link to download and update to the latest bios A7522IMS.322:
    -ftp link, username, password removed--not for public release
    We would suggest you try to update the BIOS by using USB Bootable pendrive.It is convenienct for you:
    1.First of all,please make a bootable USB.You can download USBoot.rar from following link.Then please unzip this software and install it to make a booting USB device:
    --ftp link, username, password removed--not for public release
    2.Next go to our website to download BIOS file, then copy “AFUD4281.exe” and “A7522IMS.322” into USB.
    3.After that, restart PC, press F11, choose USB booting under “boot sequence”.
    4.Under DOS mode, please type “AFUD4281.exe A7522IMS.322”(without the quotation marks)and it will be updated successfully!!
    Remember to clean CMOS and Load Optimized Defaults under bios setup after you finish the BIOS update!

  • Oracle Database Performance With Semantic

    Hello,
    Is there a Developer's Guide for Semantic that specifically talks about database performance with the Semantic network/tables/indexes? We are having issues with performance the larger the semantic network becomes.
    Any help or pointers would be appriciated.
    Thanks
    -MichaelB

    Matt,
    Thanks for your response. Here are the answers to the questions about our setup/environment.
    1) Are you querying multiple models and/or a model + entailment? If so, are you using a virtual model and using the ALLOW_DUP=T query option?
    A single model, no entailments. We attempted to use multiple models, and a virtual model (with ALLOW_DUP=T), however the UNION ALL in the explain plan made the query duration unacceptable.
    2) Are you using named graphs?
    No named graphs.
    3) How many triples are you querying?
    Approximately 85 million.
    4) What semantic network and/or datatype indexes have been created?
    We have PCSGM, PSCGM, PSCM, PCSM, CPSM, and SCM.
    5) What is your hardware setup (number and type of disks, RAM, processor, etc.)?
    We are running the 11.2.0.3 database on a Sun Solaris T2000, we have ASM managing our disks from RAID5, I believe currently we have two Disk Groups with the indexes in one and the data tables in the other. We have 32 GB of memory, and 32 CPUs. However, it is not the only thing running on the machine.
    6) How much memory have you allocated to the database (pga, sga, memory_target, etc.)?
    We have the memory_target set to 9GB, the db_cache_size set to 2GB, and the db_keep_cache_size set to 4.5GB. `pga_aggregate_target` is set to 0 (auto), as is `sga_target`.
    (Since my initial request, we pinned the RDF_VALUE$ (~2.5GB) and C_PK_VID (~1.7GB) objects in the KEEP buffer cache, which drastically improved performance)
    7) Are you using parallel query execution?
    Yes, some of the more complex queries we run with the parallel hint set to 8.
    8) Have you tried dynamic sampling?
    Yes. We have ODS set to 3 for our more complex queries, we have not altered this much to see if there is a performance gained by changing this value.
    Thanks again,
    -Michael

  • Oracle VM 3 with SUN SERVER X3

    Dear All Experts,
    Is it possible to run Oracle VM 3 with SUN SERVER X3 has only 2 hard disks using local storage?
    If can, how to do it? please kindly share this experience?
    Thanks and regards,
    Vandy

    Booting to a USB-thumb-drive won't be a redundant OS mirror but that sounds like a good idea & that would be one way to do it. Solid State USB drives are likely more reliable than HDD but they do also fail (or maybe wear out & become read-only). Worst case you hopefully could just reinstall the OS on a new USB and your data would still be recoverable.
    Speaking of adding disks, if the BIOS/MB supports it you may also be able to add a USB-3.0 HDD. USB-2.0 may also be an option but would be slower. For my Dev environment I added multiple USB-3.0 7200rpm 4TB drives and they give me some piece of mind and provide decent performance for backups for my Dev environment (I clone to them to give extra layer of back up).
    I don't know if you can mirror 2 USB drives nor have I tried removing them and rotating them but both might be options (haven't though much about nor tried to do either yet).

  • Please could you tell me what DLT/SDLT/Ultrium series drive works with Sun Fire V880 with SCSI Sun X

    Please could you tell me what DLT/SDLT/Ultrium series drive works with Sun Fire V880 with SCSI Sun X6540A?
    The question is URGENT because we need to do backup/restore of our Databases but we have not backup device...
    We want to buy it but we don't know what exactly drives we can choose for our Sun with X6540A SCSI card.

    Hello,
    the X6540A is a Dual Single-Ended Ultra/Wide SCSI (PCI) controller. The controller is only upto 40MB/sec, which might be suficient for a SDLT600 or LTO-2.
    Every Single-Ended SCSI device works with this card, <b>but</b> performance would be low when using LVD/SE devices (some LVD devices can't operate in SE mode!)
    I would suggest that you call Sun Sales.
    I guess that the <b>PCI/PCI-X Dual Ultra320 SCSI Adapter</b> (SG-XPCI2SCSI-LM320) or <b>PCI Dual Ultra3 SCSI Host Adapter (LVD)</b> (X6758A) are a better choice if attaching more recent drives.
    This is the <b> Sun Fire V880 - Full Components List</b>.
    Michael

  • Sun v40z not turning in properly?

    Hello,
    I have recently purchased a sun v40z off ebay that did work. After stuffing around with the menus on the LCD screen, when I apply power the LCD screen stays blank with the CPU fans on at max. I spent a bit of money on this (I'm only 14 and like my hard earned money :) ) and am a bit disappointed that it isn't working.
    I have tried:_
    Resetting CMOS (with jumpers and by taking out battery)
    Random different combinations of buttons
    Taking out HDDs
    I am trying right now (after I post this):*
    Taking out individual RAM sticks and CPUs
    Throwing the server out of the window into the neighbors yard if that doesn't work ;) ( <- I might need some help cause I don't think I can throw 36kgs ;p)
    Thanks heaps!
    -jabelone
    Edited by: jabelone on Mar 31, 2013 3:38 AM

    *Moderator Action:
    You post has now been moved from the "Other Sun Hardware" forum to the "Servers General Discussion" forum.
    Your V40z is a server and you are asking for assistance with setting it up.
    This move will also keep your post in the same forum as your very first forum thread:
    Sun Microsystems v40z help?
    +... and before you go asking, remember what I mentioned in that older thread...+
    I have no experience with the v20Z/v40Z platform.and
    You can hope someone else might choose to add a response to this thread.

Maybe you are looking for

  • RECONCILIACION INTERNA ERROR

    Buen día chicos, tengo un problema en una bd en 8.8 pl 18 en la que se está reconciliando un pago con una factura. El pago tiene la caracteristica de ser en USD y aplicar para varias facturas, esta ultima factura con la que se está reconciliando corr

  • Problem in printing Crystal Report from SAP Business One - the printing cut in it width margins

    Hi i'm trying to print crystal report layout from sap b1. when i preview the report as pdf file, i have the option to choose Fit in size option and then the layout print O.k with out any margins that been cut. The problem start when i'm trying to pri

  • Changes in po smartform

    hi all, i am creatinf a smartform for PO. in this i have to specifically print item changed in front of item in case it is changed. now my query is is there any fm or any other way through will i can find the changes along with the old values . i don

  • SSL indicator disappears when page with video tag has been loaded

    I have a strange bug in Firefox, that was detected when site moved to SSL. There is single page site built on Backbone. When page with video tag loaded SSL indicator disappears. Firebug shows that Firefox create GET request connection to the server b

  • Watch worldcup online?

    Hi! i was wondering anyone knows any site that provide live streaming world cup for mac, ideally free or low cost. i wanted to watch it live at office hr, but i don't have cable tv at my office. Any idea? guys. kelvin