Performance bottleneck with 2.2.1 and 2008 R2 os VM's

Hi,
I have DL370 g6 with Oracle vm server 2.2.1 installed
*72 GB of Memory and 2 dual + quad core processor*
All VM's are installed on local disk ( 6 300 GB in Raid 5 )*
I have 2 nic connected to siwtch for lan traffic
We have 10 VM's with 2008 R2 OS on it.
The overall performance of these VM's is really horrible.
They are very very very slow
To install Databse on it takes 4 hours even though RAM is 6 GB  for each VM
To restar the system it takes around 20 minutes .
Has anybody tried thiese many VM's on 1 server.
Is there any tool or any way i can see what is the issue or is there any bottlneck on the server .
2008 R2 is generally a resource hungry OS but still the overall performance is really horrible

hi,
hdparm -T /dev/cciss/c0d0 which is the drive gives
/dev/cciss/c0d0
Timing cached reads: 31088 MB in 1.99 seconds = 15595.54 MB/sec
HDIO_Drive_CMD(null) (wait for flush complete ) failed : Inappropriate ioctl for device
HDIO_Drive_CMD(null) (wait for flush complete ) failed : Inappropriate ioctl for device
hdparm  -T /dev/cciss/c0d0p5 whichi is /OVS - it gives
/dev/cciss/c0d0p5
Timing cached reads: 30636 MB in 1.99 seconds = 15364.10 MB/sec
HDIO_Drive_CMD(null) (wait for flush complete ) failed : Inappropriate ioctl for device
HDIO_Drive_CMD(null) (wait for flush complete ) failed : Inappropriate ioctl for device
My all VM guests are windows 2008 R2 64 bit OS which is very new OS of windows.Oracle came up with New PV drivers for it and I suspect can that be a reason for all this resource bottleneck ???????????
For I/O test use :On the VM server
1) iostat
avg-cpu: %user %nice %system %iowait %steal %idle
0.11 0.00 0.03 0.24 0.00 99.61
Device tps BLK_read/s Blk_wrtn/s
ciss/c0d0 - disk 41.90 186.32 26.05
cciss/c0d0p1-/boot 0.00 0.00 0.00
cciss/c0d0p2 - 0.00 0.00 0.00
cciss/c0d0p3- / 1.90 1.83 43.06
cciss/c0d0p4 0.00 0.00 0.00
cciss/c0d0p5 - /OVS 40.00 184.49 295.82
2) vmstat
swpd free buff cache
92 166632 94940 53444
3) sar
To display block I/O activity:
sar -b 3 100
Average : tps - 41.18 rtps - 7.17 wtps - 34.01 bread/s 188.99 bwrtn/s - 588.64
To display block I/O activity for each block device:
sar -d 3 100
Does this look ok .Is there any way to improve overall performance.Like enabling or disabling something .We are facing a very bad problem here with all the VM with 2008 R2 OS on it

Similar Messages

  • Performance bottleneck with subreports

    I have an SSRS performance bottleneck on my production server that we have diagnosed as being related to the use of subreports.
    Background facts:
    * Our Production and Development servers are identically configured
    * We've tried the basic restart/reboot activities, didn't change anything about the performance.
    * The Development server was "cloned" from the Production server about a month ago, so all application settings (memory usage, logging, etc.) are identical between the two
    * For the bottlenecked report the underlying stored procedure executes in 3 seconds, returning 901 rows, in both environments with the same parameters.  The execution plan is identical between the two servers, and the underlying tables and indexing
    is identical.  Stats run regularly on both servers.
    * In the development environment the report runs in 12 seconds. But on Production the report takes well over a minute to return, ranging from 1:10 up to 1:40.
    * If I point the Development SSRS report to the PROD datasource I get a return time of 14 seconds (the additional two seconds due to the transfer of data over the network).
    * If I point the Production SSRS report to the DEV datasource I get a return time of well over a minute.
    * I have tried deleting the Production report definition and uploading it as new to see if there was a corruption issue, this didn't change the runtimes.
    * Out of the hundreds of Production SSRS reports that we have, the only two that exhibit dramatically different performance between Dev and Prod are the ones that contain subreports.
    * Queries against the ReportServerTempDB also confirm that these two reports are the major contributors to TempDB utilization.
    * We have verified that the ReportServerTempDB is being backed up and shrunk on a regular basis.
    These factors tell me that the issue is not with the database or the SQL.  The tests on the Development server also prove that the reports and subreports are not an issue in themselves - it is possible to get acceptable performance from them in the
    Development environment, or when they are pointed from the Dev reportserver over to the Prod database.
    Based on these details, what should we check on our Prod server to resolve the performance issue with subreports on this particular server?

    Hi GottaLoveSQL,
    According to your description, you want to improve the performance of report with subreports. Right?
    In Reporting Services, the usage of subreport will impact the report performance, because the report server processes each instance of a subreport as a separate report. So the best way is avoid using subreport by using LookUp , MultiLookUp , LookUpSet, which
    will bridge different data sources. In this scenario, we suggest you cache the report with subreport. We can create a cache refresh plan for the report in Report Manager. Please refer to the link below:
    http://technet.microsoft.com/en-us/library/ms155927.aspx
    Reference:
    Report Performance Optimization Tips (Subreports, Drilldown)
    Performance, Snapshots, Caching (Reporting Services)
    Performance Issue in SSRS 2008
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Performance Problems with "For all Entries" and a big internal table

    We have big Performance Problems with following Statement:
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
      FOR ALL ENTRIES IN gt_zmon_help
        WHERE
        status = 'IAI200' AND
        logdat IN gs_dat AND
        ztrack = gt_zmon_help-ztrack.
    In the internal table gt_zmon_help are over 1000000 entries.
    Anyone an Idea how to improve the Performance?
    Thank you!

    >
    Matthias Weisensel wrote:
    > We have big Performance Problems with following Statement:
    >
    >  
    SELECT * FROM zeedmt_zmon INTO TABLE gt_zmon_help
    >   FOR ALL ENTRIES IN gt_zmon_help
    >     WHERE
    >     status = 'IAI200' AND
    >     logdat IN gs_dat AND
    >     ztrack = gt_zmon_help-ztrack.
    >
    > In the internal table gt_zmon_help are over 1000000 entries.
    > Anyone an Idea how to improve the Performance?
    >
    > Thank you!
    You can't expect miracles.  With over a million entries in your itab any select is going to take a bit of time. Do you really need all these records in the itab?  How many records is the select bringing back?  I'm assuming that you have got and are using indexes on your ZEEDMT_ZMON table. 
    In this situation, I'd first of all try to think of another way of running the query and restricting the amount of data, but if this were not possible I'd just run it in the background and accept that it is going to take a long time.

  • Performance decrease with xorg 1.6 and intel

    i have a box with
    gigabyte ga-8ig1000mk mainboard
    intel 865G graphics
    celeron 2.6 cpu
    512 M ram
    arch linux
    x does not start with xorg 1.5/intel or xorg 1.6/intel (video memory related error message)
    kde 4 performance with xorg 1.6/intel-legacy is noticably lower than with xorg 1.4/intel
    glxgears in its default window size gives 460 fps with xorg 1.4/intel and 300 fps with xorg 1.6/intel-legacy
    currently the only way to have xorg 1.4 is
    IgnorePkg = xf86-video-intel
    IgnorePkg = intel-dri
    IgnorePkg = glproto
    IgnorePkg = xcb-proto
    IgnorePkg = libxcb
    IgnorePkg = libx11
    IgnorePkg = dri2proto
    IgnorePkg = libdrm
    IgnorePkg = mesa
    IgnorePkg = libgl
    IgnorePkg = libxdamage
    IgnorePkg = damageproto
    IgnorePkg = xcb-util
    IgnorePkg = gtk2
    IgnorePkg = pango
    IgnorePkg = libthai
    IgnorePkg = libxinerama
    IgnorePkg = libxcursor
    IgnorePkg = libxklavier
    IgnorePkg = xkeyboard-config
    IgnorePkg = libxi
    IgnorePkg = libxext
    IgnorePkg = libx11
    IgnorePkg = libxcb
    IgnorePkg = xcb-proto
    IgnorePkg = xextproto
    IgnorePkg = inputproto
    IgnorePkg = cairo
    IgnorePkg = libpng
    IgnorePkg = pixman
    IgnorePkg = xf86-input-keyboard
    IgnorePkg = xf86-input-mouse
    IgnorePkg = xf86-video-vesa
    IgnorePkg = libfontenc
    IgnorePkg = freetype2
    IgnorePkg = fontsproto
    IgnorePkg = libxfont
    IgnorePkg = xproto
    IgnorePkg = xorg-font-utils
    IgnorePkg = xorg-fonts-encodings
    IgnorePkg = xorg-fonts-alias
    IgnorePkg = expat
    IgnorePkg = fontconfig
    IgnorePkg = xorg-fonts-100dpi
    IgnorePkg = xorg-fonts-75dpi
    IgnorePkg = libxau
    IgnorePkg = libxdmcp
    IgnorePkg = xcb-proto
    IgnorePkg = libxcb
    IgnorePkg = kbproto
    IgnorePkg = inputproto
    IgnorePkg = bigreqsproto
    IgnorePkg = libx11
    IgnorePkg = xextproto
    IgnorePkg = libxext
    IgnorePkg = libice
    IgnorePkg = libsm
    IgnorePkg = libxt
    IgnorePkg = libxmu
    IgnorePkg = libxpm
    IgnorePkg = printproto
    IgnorePkg = libxp
    IgnorePkg = libxaw
    IgnorePkg = xorg-res-utils
    IgnorePkg = libxkbfile
    IgnorePkg = libxkbui
    IgnorePkg = xf86miscproto
    IgnorePkg = libxxf86misc
    IgnorePkg = xf86vidmodeproto
    IgnorePkg = libxxf86vm
    IgnorePkg = xcursor-themes
    IgnorePkg = xorg-xkb-utils
    IgnorePkg = xkeyboard-config
    IgnorePkg = fontcacheproto
    IgnorePkg = libxfontcache
    IgnorePkg = libxi
    IgnorePkg = liblbxutil
    IgnorePkg = renderproto
    IgnorePkg = libxrender
    IgnorePkg = randrproto
    IgnorePkg = libxrandr
    IgnorePkg = trapproto
    IgnorePkg = libxtrap
    IgnorePkg = mcpp
    IgnorePkg = xtrans
    IgnorePkg = xorg-server-utils
    IgnorePkg = xf86dgaproto
    IgnorePkg = libxxf86dga
    IgnorePkg = recordproto
    IgnorePkg = libxtst
    IgnorePkg = xineramaproto
    IgnorePkg = libxinerama
    IgnorePkg = videoproto
    IgnorePkg = libxv
    IgnorePkg = dmxproto
    IgnorePkg = libdmx
    IgnorePkg = libxft
    IgnorePkg = xorg-utils
    IgnorePkg = libdrm
    IgnorePkg = xorg-fonts-misc
    IgnorePkg = pixman
    IgnorePkg = xbitmaps
    IgnorePkg = xorg-server
    IgnorePkg = xorg-twm
    IgnorePkg = xorg-xauth
    IgnorePkg = xorg-xinit
    IgnorePkg = fixesproto
    IgnorePkg = libxfixes
    IgnorePkg = libxcursor
    IgnorePkg = libpng
    IgnorePkg = xorg-apps
    IgnorePkg = xterm
    i want a better solution
    Last edited by ash (2009-04-19 22:48:49)

    you do not need nearly as many packages on hold. Haven't logged into my 32-bit arch install for a month now, but I've maintained a xorg 1.4 install with this line just fine:
    IgnorePkg = xf86-video-intel xf86-input-evdev xorg-server xorg-apps xorg-xkb-utils xorg-server-utils xorg-utils intel-dri synaptics libgl libdrm xorg-res-utils xf86driproto xf86-input-keyboard xkeyboard-config
    That said, I expext to upgrade next time I use it (probably to play around with some fast boot). I would look into troubleshooting with the latest xorg and intel driver as it really should work, if I were you. I presume you have already tried starting x without a xorg.conf as a baseline test with those versions?

  • Performance Issues with 10.6.7 and External USB Drives

    I've had a few performance issues come up with the latest 10.6.7 that seem to be related to external USB drives. I have a 2TB USB drive tha I have my iMovie content on this drive and after 10.6.7 update, iMovie is almost unusable. Finder even seems slow when browsing files on this drive as well. It seems like any access to the drive is delayed in all applications. Before the update, the performance was acceptable, but now it almost unusable. Most of the files on this drive are large dv files.
    Anyone else experience this?

    Matt,
    If you want help, please start your own thread here:
    http://discussions.apple.com/forum.jspa?forumID=1339&start=0
    And if your previous thread you aren't getting sufficient help for your iPhone, post a new topic here:
    http://discussions.apple.com/forum.jspa?forumID=1139
    You'll get a wider audience, and won't confuse the original poster. Performance issues can be caused by numerous issues as outlined in my FAQ*
    http://www.macmaps.com/Macosxspeed.html
    If every person who had a performance issue posted to this thread, we'd never find a solution for the initial poster. Let's isolate each case one by one. It is NOT necessarily the same issue, even if the symptoms are the same. There are numerous contributing factors at work with computers, and if we don't isolate them, we'll never get to the root cause.

  • Performance issue with Combo Box in xcelsius 2008 SP3

    Hi Experts ,
    I started working on xcelsius 2008 , Later we migrated to Xcelsius 2008 SP3 . After migrting , performace of combobox went down and combox is taking time to scroll down the values . Did any one face this issue . Please help me out . My customer he is worried about Combo box performance .
    Many thanks in advance .
    Regards,
    Dirasa

    Hi,
    Even I am facing the same issue...kindly let me know if you were able to make it work...or fix it.
    Thanks in advance
    Seema

  • Performance boost with 10.5.3 and LP 7/multicore ?

    There is a HUGE performance boost reported from LP8 users when updating to 10.5.3. They can run up to 40 percent more plugins on 4 and 8 core machines.
    I wonder if it is due to the 10.5.3 update or the combination 8.0.2 and 10.5.3.
    It would be nice to hear some reports from 7.2 users with 4/8 core Mac:s.
    Logic has been optimized for only two cores too long, only been using 50 percent of each core on 4/8 core machines. Maybe 10.5.3 is a booster even for LP7 users?

    Here's one person's experience with LP7 and 10.5.3:
    http://discussions.apple.com/message.jspa?messageID=7305592#7305592
    Disuye,
    I've got a Mac Pro with LP 7.2.3 and OSX 10.5.2, and it runs pretty smoothly. I get the occasional core audio overload, but not enough to cause a concern.

  • Performance Problems with UI Element Tabstrip and IE

    Hi,
    I use the UI Element "Tabstrip" in a Java Web Dynpro Application. The application gets slower the more I jump from one tab to the next. All the other UI Elements (e.g. ComboBox, TextField) are affected, too.
    A system trace on the Web AS seems to indicate that it is a client problem.
    We are using the Internet Explorer 6.0.2900.2180 XP SP2 and the J2EE Engine 6.40.
    It seems to be a problem with the Tabstrip element in combination with the IE (Firefox 3 works fine). We created a test application with only the tabstrip element, three tabs, and a combo box. After several clicks on the tabs, the test application gets slower...
    Does anyone has had the same problem with the tabstrips, or anyone an idea what might be the reason??
    Thanks,
    Sabine

    Open an OSS message (BC-WD-UR).
    Armin

  • Performance Issue with calling setTextFormat() over and over... Need to temporarilly disable redraws?

    Hello all,
    I am running some code which lets me highlight text bits of text found with regular expression.
    The code I have works fine
    the problem that I am having is that I need to call setTextFormat() over and over again (possibly > 1000 times), and it becomes very slow (possibly because its redrawing over and over).
    When commenting out the line with setTextFormat(), it runs brilliantly fast.
    Is there a way to disable redraws of the textField while I make the changes to the text format, then redraw it manually?
    Any help appreciated!
    The code is:
    // Find the first result
    var pResult:Object = pRegexHighlight.regexp.exec(str);
    while(pResult != null)
        // Highlight the match
        var pTextFormat:TextFormat = new TextFormat();    pTextFormat.color = 0xff0000;
        textField.setTextFormat(pTextFormat, pResult.index, pResult.index + pResult[0].length);
        // Get the next match
        pResult = pRegexHighlight.regexp.exec(str);
    Scott McNaught
    http://www.resultswebdesign.com.au/

    I think you should use a TextArea, and parse the text property. After parsing and adding <font color="#0000FF"></font>, set the result in the htmlText property (but retain the original text in the text property). That way you render once.
    If you don't lie the TextArea border and focus outline set thickness of them to 0.
    If this post answers your question or helps, please mark it as such.

  • Greastest possible performace with 2011 macbook pro and 2008 airport express

    What setting create the fastest possible speeds with a airport express  with a brand new 2011 macbook pro taking use of the 450 Mbits/s. For that, Apple changed their Airport card and also installed 3 antennas (instead of 2 before), something indispensabie to be able simultaneously to use 3 channels of 150 Mbits/s.

    Your router is likely fine.
    You should first update the Airport firmware for it, simply run the Airport and Software update.
    See this
    http://support.apple.com/kb/TS3802
    And then go to your System Preferences > Network > Advanced > TCP/IP and for IPv6 turn : OFF
    Reboot and see how that goes.
    When you connect to the router it gives you a lease on a IP address, if your computer's time and date are off this could make the lease expire and you connect and then get disconnected. So check that, see if it holds.
    Reset your SMC and NVRAM/PRAM
    http://support.apple.com/kb/HT1379
    http://support.apple.com/kb/ht3964
    Go to your <home> /Library/Preferences and drag the
    com.apple.systempreferences.plist
    file to the desktop and reboot, it will be rebuilt, hit your Sytem Preferences and reset them.
    drag the useless file on the desktop to the trash.

  • Performance impact with Parent Hierachy 2 and a new dimension

    Hello all
    I have a Consolidation requirement for which I have two solutions. These are:
    Sol A>> Create a new dimension for reporting on accounts.
    Sol B>> Create a new Parent Hierarchy in Account dimension.
    Please help me on two open questions:
    1. If comparing the performance, which solution is better?
    2. Which solution has lesser impact on Business rules?
    Regards
    Abhishek

    When you add a memeber into one dimension you have to added also into second dimensions if you are using two dimensions instead of one. So that's means you have doeble maintenance.
    Business rules will not be impacted if you are using a second hierachy but it can have an impact in case when you will create a new dimension instead to use  a second hierachy.
    I Hope this make sense.
    Regards
    Sorin Radulescu

  • Performance testing with PetStore

    I'm going to make some performance tests with WebLogic 7.0 and Oracle 8.1.7.
    Sun´s PetStore is some kind of basic web application. So I decided to use it for
    test application. The PetStore isn´t the best J2EE application, but it suits for
    this test just fine.
    Has anybody already made database creation clauses or scripts?

              http://www.amazon.com/exec/obidos/ASIN/1904284000/qid%3D1051548860/sr%3D11-1
              /ref%3Dsr%5F11%5F1/002-8384620-0940857
              "Tony Glaccum" <[email protected]> wrote in message
              news:3ead5520$[email protected]..
              >
              > Tom Barnes you mentioned a book "J2EE Performance Testing with BEA
              WebLogic Server"
              > by Peter Zadrozny, Philip Aston, Ted Osborne. Any idea when this was
              published
              > - I have searched Amazon plus a few book stores and cannot find it.
              >
              > Thanks
              

  • I have an iMac with 10.4.11 and a Mac Air 10.6.7. Will the Extreme be compatable with the 10.4.11?

    I have an iMac with 10.4.11 and a Mac Air 10.6.7. Will the Extreme be compatable with the 10.4.11?

    10.4.11  Macs will have Kernel Panics when trying to use Dual Band Airport Extreme Base Station.  There are a few forums here dealing with it.  I just purchased an Airport Extreme Base Station and spent two days now figuring out why the old iMac G5 running 10.4.11 (Tiger) was Kernel Panicing.  There is a way that I am testing now that seems to be working.  I will post the link in a minute when I find it. Other solution is to upgrade to 10.5 .
    Here is the post
    Aug 22, 2010 2:09 PM (in response to Acin)
    Greetings... I have just found a resolution to this problem, at lease if you're using one of the newer Dual Band Airport Extreme base stations. This fix was provided by an AppleCare representative named Rebecca, and I am deeply in her debt. To review: MY PROBLEM - After installing a new Dual Band Airport Extreme in July 2010, I began to have frequent kernel panics with my older laptops running Tiger (10.4.11). My newer Intel/Leopard MacBook Pro ran fine with the new base station, but these older Power PC Macs with Tiger just crashed again and again. Pulling the Airport Card was the only fix. I tried every conceivable software and network fix; nothing helped. THE SOLUTION - The AppleCare rep talked me through this, but I'm pretty sure this was the procedure. Please note that I cannot guarantee that I have not forgotten a step! But I am fairly sure this is it. (If an Apple specialist is reading, please check this!) Keep in mind, this will only work if you have a dual-band Airport base station. I performed this on a Mac Pro running OS 10.6.4, with Airport Utility version 5.5.1 and firmware 7.5. 1. Launch Airport Utility.
    2. With the dual-band base station selected, click Manual Setup.
    3. Click the Wireless tab.
    4. Click the "Wireless Network Options" button near the bottom.
    5. Check the box that says "5 GHz Network," then enter a new network name in the Name field. (Your existing network name appears there now. Just delete it and type a new one.)
    6. Click Done. That dialogue will close.
    7. Now click Update. The Airport base station will now take about a minute to reboot. Here's what happens when you perform these steps... The utility changes your existing Airport network to 2.5 Ghz, and then creates a new 5 Ghz network with the new name. (It will apply the same password to both.) You will use the 5 Ghz network, the new name, for any new wireless computers using Leopard or newer OS. You will use the 2.5 Ghz network (bearing the original network name) for the older laptops running Tiger. This fix worked immediately, no problems. The issue is that Tiger does not perform well with 5 Ghz networks, and this causes the kernel panics. I now have two old G4 laptops running Tiger, both using my new Airport base station with the 2.5 Ghz network and running perfectly. At the same time, my new machine is using the 5 Ghz network at the same time. It seems quite stable. Good luck, and I hope this info is useful. 

  • Performance issue with form after 10g upgrade

    Hi Team,
    Last week we have upgraded our systems to 10g database.
    Ever since we did an upgrade there is a huge performance issues with the custom forms and this is causing a major setback to our business. Before the upgrade the forms were running with our any performance issues.
    Can anyone please help me in finding out the reason behind the performance issue(May be a tar or performance tuning).
    Many Thanks in Advance.
    Regards
    Kumar

    Like Jan said,
    You must supply more information so we can help you, like where the degradation happens?, in processing? in navigation? in forms loading?? where?
    You may also do a little test. Create a one button form, just a canvas and a button, you can include a message in when-button-pressed trigger.
    run it and see what happens.
    Tony

  • Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Is there a recommended limit on the number of custom sections and the cells per table so that there are no performance issues with the UI?

    Thanks Kelly,
    The answers would be the following:
    1200 cells per custom section (NEW COUNT), and up to 30 custom sections per spec.
    Assuming all will be populated, and this would apply to all final material specs in the system which could be ~25% of all material specs.
    The cells will be numeric, free text, drop downs, and some calculated numeric.
    Are we reaching the limits for UI performance?
    Thanks

Maybe you are looking for

  • Asynchronous Web Services raising NULL exception

    Hello experts, I'm consuming an asynchronous WS in my WD App, I'm not expecting any response from this WS but when I execute te request I'm getting a NULL exception.. Any ideas in how to handle this WS or how to call them.. I already tested the WS wi

  • How to fixed this problem

    Please can I get Apple Support help because I'm facing problem when I'm purchased from Apple Store that showing me to visit this web page Apple Support, how can fixed this problem because I want to purchase from Apple Store I can't purchased right no

  • FMS in Frieght

    Hi Experts,                        In Sales Quotation, frieght charge should get atomatically add based on some formula.                        The formula is   (Sum(Quantity))/5.385                        for this i created a query                  

  • Partition Tab in Disk Utility is Greyed Out

    Basically I wanted to try out Mac OS X Yosemite, so I created a partition on my hard drive. Now, I am trying to remove this partition, because it is no longer needed, but Disk Utility is simply not allowing me to. I heard there may be a way to solve

  • PrE 9 hangs on start - OS X

    Downloaded the trial version of PrE 9.  After first install, it whould always hang after creating a new project or opening an old one when the message "Install Full Content" appeared. I re-installed and now it will not get past "Loading ExporterQuick