Should I use "MANAGESECONDARYTRUNCATIONPOINT " option?

Hi all,
I have installed OGG (Oracle GoldenGate) on SQL Server 2008 R2 hosted on Windows 2008 R2. I found that log file grows quickly and cannot be released after transaction log backup.
The spaces issues almost crash the database, I just execute the sp_repldone command to clean truncation point; then the log file is enabled to be shrink after the transaction log backup.
As I know, OGG should automatically issue sp_repldone to move truncation point for releasing log file spaces by marking data distributed if we start extract with MANAGESECONDARYTRUNCATIONPOINT.
But my oracle consult told me not to use the option but using NOMANAGESECONDARYTRUNCATIONPOINT instead; because once we start the extract with MANAGESECONDARYTRUNCATIONPOINT,
OGG will give a OGG-00091 warning below in the ggserr.log, so we CANNOT use MANAGESECONDARYTRUNCATIONPOINT option:
2011-10-03 10:31:23 WARNING OGG-00091 Oracle GoldenGate Capture for ODBC, E_MYDBEX.prm: VAM Client Report <MSSqlVam: (0) MANAGESECONDARYTRUNCATIONPOINT will provide the highest capture performance on SQL Server 2008 but it is incompatible Microsoft Change Data Capture for this database.>.
We have built a mirror site of database, but there is no other third-party replication or SQL server transaction replication; I have checked the installation guide(SQL Server Installation and Setup Guide, 11g
Release 1 Patch Set 1 (11.1.1.1), E21507-01) and wonder that whether I can use MANAGESECONDARYTRUNCATIONPOINT option or not?
Any idea is highly appreciated.
Best Regards,
David
Edited by: wyswyg1 on 2011/11/14 上午 1:37
Edited by: wyswyg1 on 2011/11/14 上午 1:38

Hi Stevencallan,
Sorry for reply late, forum seems to be unavailable recently. We install OGG on principal database, which has a mirror database.
We do no use any MSSSQL replication, so it's why I am asking about the MANAGESECONDARYTRUNCATIONPOINT.
I know OGG can manage truncation point if we do not use MSSQL replication, otherwise OGG should use
NOMANAGESECONDARYTRUNCATIONPOINT option to let MSSQL manage it. However, it currently
confuse us by that why OGG still warns us even if we do not use any replications(MSSQL or third-party)?
Thanks for your reply in advance.

Similar Messages

  • I erased my windows partition using disk utility then realized I should have used boot camp, because now I can't resize the original partition and seem to be stuck with a ghost unusable space. Boot Camp now doesn't give me the option to install or re

    I erased my windows partition using disk utility then realized I should have used boot camp, because now I can't resize the original partition and seem to be stuck with a ghost unusable space. Boot Camp now doesn't give me the option to install or remove windows partition.

    Hi, Ralph,
    The problem is that I did erase the partition, using disk utility, but I can't go back to my original disk size pre-partition, as disk utility won't let me do it and gives the message "Couldn’t modify partition map because file system verification failed." When I try to use Boot Camp Assistant it won't let me select the third option to remove windows.

  • Borderless Window with an option to resize but should not use windowchrome property in wpf

    Hi,
    I want a complete border less window with an option to resize from all sides of window in xaml but it should not use window chrome property. Can we able to achieve this with out using window chrome property? I also used allow transparency property but it 
    is not working to my requirement. Help me on this
    Karthik

    Hi,
    I hope you are using "AllowTransparency" along with "ResizeMode"
    <Window
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Width="300" Height="300"
    WindowStyle="None"
    AllowsTransparency="True"
    ResizeMode="CanResizeWithGrip">
    </Window>
    Now "AllowTransparency" can lead to Memory leak so you may refer to below style property
    <Style TargetType="Window" x:Key="DialogWindow">
    <Setter Property="AllowsTransparency" Value="True"/>
    <Setter Property="WindowStyle" Value="None"/>
    <Setter Property="ResizeMode" Value="CanResizeWithGrip"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="{x:Type Window}">
    <Border BorderBrush="Black" BorderThickness="3" CornerRadius="10" Height="{TemplateBinding Height}"
    Width="{TemplateBinding Width}" Background="Gray">
    <DockPanel>
    <Grid DockPanel.Dock="Top">
    <Grid.ColumnDefinitions>
    <ColumnDefinition></ColumnDefinition>
    <ColumnDefinition Width="50"/>
    </Grid.ColumnDefinitions>
    <Label Height="35" Grid.ColumnSpan="2"
    x:Name="PART_WindowHeader"
    HorizontalAlignment="Stretch"
    VerticalAlignment="Stretch"/>
    <Button Width="15" Height="15" Content="x" Grid.Column="1" x:Name="PART_CloseButton"/>
    </Grid>
    <Border HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
    Background="LightBlue" CornerRadius="0,0,10,10"
    Grid.ColumnSpan="2"
    Grid.RowSpan="2">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition/>
    <ColumnDefinition Width="20"/>
    </Grid.ColumnDefinitions>
    <Grid.RowDefinitions>
    <RowDefinition Height="*"/>
    <RowDefinition Height="20"></RowDefinition>
    </Grid.RowDefinitions>
    <ResizeGrip Width="10" Height="10" Grid.Column="1" VerticalAlignment="Bottom" Grid.Row="1"/>
    </Grid>
    </Border>
    </DockPanel>
    </Border>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    The above code reference is from this
    link.
    I hope this helps to resolve your issue.
    Thanks & Regards,
    Anubhav Bajpai

  • Which SLD option should be used while Installing BI in SAP

    hi all,
    I had installed my BI development server with local SLD. now while installing quality server i want to use the same SLD which is there in development.now while installation its ask for the option of choosing SLD.
    can i choose use central SLD and give the host name of development SLD.is this the correct procedure or should i install using the option
    "Configure a local SLD"
    Regards,
    Priya

    If you want to use the Development SLD then for QA you need to select the Central SLD option and then provide the host name and the port no of the Development server.
    Decision of Local SLD vs. Central SLD totally depends on the system load. For PI systems generally it is recommended to have local SLD for each D, Q and P.
    Hope this helps.
    Thanks,
    Naveed

  • Should I use cache_version if we rename jars with each release?

    We started renaming our jars with each release to avoid caching problems on the browser side which we were having. Before, we were using the cache_version to handle caching. This shouldnt be needed anymore since we will only have one release per jar name. But, I realized that without cache_archive the plugin will always check the server for newer versions at applet load time which would slow it down a little. Should I use cache_archive even though we will never have more than one version of each jar?
    Any opinions?
    Thanks
    Aaron

    Hi Stevencallan,
    Sorry for reply late, forum seems to be unavailable recently. We install OGG on principal database, which has a mirror database.
    We do no use any MSSSQL replication, so it's why I am asking about the MANAGESECONDARYTRUNCATIONPOINT.
    I know OGG can manage truncation point if we do not use MSSQL replication, otherwise OGG should use
    NOMANAGESECONDARYTRUNCATIONPOINT option to let MSSQL manage it. However, it currently
    confuse us by that why OGG still warns us even if we do not use any replications(MSSQL or third-party)?
    Thanks for your reply in advance.

  • I feel I must move beyond iMovie, what program should I use ?

    I have been happily using iMovie and iDVD from versions 1 through 6.  iMovie 08 was so bad that Apple made iMovie 06 available as a free download for buyers of iMovie 08. The newer iMovies were better, but they seemed “dumbed down” (even for me).  Now, I am shocked and horrified to learn that the latest iMovie does not even set chapter markers!
    So, I have continued to use iMovie 06 and iDVD 08 (they seem to work fine under OS 10.9.4).   iMovie 06 is now 8 years old!  I feel compelled to move forward. A lot of my work is DV.    In the past, most of my source material came out of S-Video.   I used a Canopus ADVC300 analog-to-digital converter that gave good results.   Going forward, I will have more video utilizing Component Video, or HDMI.
    I am looking into 2 possibilities,  Adobe Premiere elements 12, or.........Final Cut Pro X.
    The final result of my work is almost always a DVD.   It is hard for me to move from iMovie and iDVD.  I never read the manuals for either program, yet,  I was able to produce DVDs with nice menus and overall quality close to Hollywood.
    It looks like Final Cut Pro X 'can' make a DVD directly without other software.  However, from what I have seen on YouTube the result is primitive compared to what iDVD was doing 10 years ago.
    Adobe Premiere elements 12 can make nice DVDs and Blu-ray's directly.  I have no problem with using a separate program to make DVDs but I haven't got a clue how to do that with Final Cut Pro X.   I suppose I can still use iDVD, but now I'm back to using discontinued software.
    I do not need any of the high-powered affects capability that Final Cut Pro X  possesses.  My “movie-making” is mostly confined to simple editing (the old iMovie 06 did all I needed).
    Frankly, one motivation for choosing Final Cut Pro X, is the excellent, compassionate and understanding support that the kind people on this very forum provide.  So, what program should I use?

    Ziatron wrote:
    ...  I am shocked and horrified to learn that the latest iMovie does not even set chapter markers!
    .. I am looking into 2 possibilities,  Adobe Premiere elements 12, or.........Final Cut Pro X.
    The final result of my work is almost always a DVD. ...
    ... I do not need any of the high-powered affects capability that Final Cut Pro X  possesses.  My “movie-making” is mostly confined to simple editing (the old iMovie 06 did all I needed).
    to turn perspective for a second by 180°:
    Why do you want to switch to a new editor anyhow?
    • iM-a never did discs - that was iDVDs job = no big change in your workflow
    • iDVD is still working, and aside obsolete, complex and $$$$ DVDSP (part of obsolete FC/p) or Encore (part of Adobes CC rent package) your only option left to create disks on MacOS is indeed iDVD (...ok, there's Toast and Burn and some weird 'shareware'-stuff...)..
    • iMovie-b supports the new HDef formats (AVCHD) - you mentioned converters and DVDs = no HDef in use, in your habitat, correct?
    • if you don't need FCPX' bling-bling (I can't imagine that ) - why not using FCPX-lite = iMovie? 15$ ...
    • chapters could be done in iDVD - just to mention that ............
    • AP and FCPX are following very different concepts in usage - my personal preference is 200% on FCPX, … I was one of the loudest nay-sayers, when iM08 araised, meanwhile, FCPX is my dream!! AP (tested it) is way too complex, crowded, 'optionalized' and did I mention 'complex' for me. A bit like Windows vs. MacOS: 'everything goes' (incl. getting lost) vs. 'convenience' (incl. restrictions) ... After 2y of practice, I'm editing my weekly hobby-projects with 6-cam-Multicam, incl. tons of  custom graphics, slow-mow, effects (soccer games) in less than 2h ... awesome!
    summary:
    • why switching?
    • use iMovie10 + iDVD
    • Premiere (or Premiere Elements!) and FCPX are both avail as fee trial ... test  it - but you need iDVD anyhow
    • 'disks'  is a dwindling niché, for years!- consider to switch to 'other' distribution options
    ... what are 'chapters' anyhow??... (kid din'!)

  • Error while using selection option variable in the selection screen

    Hi All,
    I am facing an issue while using selection option variable in the selection screen for one of my reports.
    Scenario: For the field "Region From" we need to have wild card logic () in tes selection screen, for example if we put "BE" in the selection screen for the field Region From then the query should be executed only for those "Region From" values which begin from "BE".
    Approach: For the above requirement I have made a selection option variable for "Region From". This allows use wild card
    But when the report is executed we get the following error:
    "System error in program CL_RSR_REQUEST. Invalid filter on ETVRGNFR".
    (ETVRGNFR is technical name of the info object Region From)
    Though the report is executed it displays all the values for the field "Region From" irrespective of the selection given in the selection screen.
    Please give suggestions / alternate solutions to crack this issue.
    Thanks in advance
    Regards
    Priyanka.

    Hi,
    Try to use a variable of type Customer Exit and do the validation inside the exit to display according to your request.
    This is just my view, i am not sure if u are already using this or Char. Variable.
    Cheers.
    Ranga.

  • Google apps doesn't connect using exchange option in mail while on 3G

    Hello,
    I have been using google apps for over two years and it has been working perfectly on my iPhone. I set up my email using the exchange option and its been running without incident. I also have my gmail setup using exchange and it too has been working fine for years.  About 2 months ago I had my iPhone 5 replaced by apple under warranty and on the new device  I was no longer able to setup my gmail using exchange. I then read that google stopped supporting exchange for new iOS devices. However, my google apps account continued to work perfectly until a few days ago. It suddenly stopped connecting to my account. I did a few experiments and noticed that it works perfectly when connected via wifi or on Edge but not on 3G. It's strange that it just doesn't connect on 3G. To troubleshoot I deleted the account and added it again but that didn't solve the problem.  I also restored the phone but that didn't help either. Finally I changed my SIM card and that didn't help too.
    Does anyone have any idea why this is and how I can solve this issue?
    Regards,
    Saeed

    buyousuf wrote:
    Thanks for the reply. This explains why my gmail account doesn't work using exchange. However, google apps is a paid service and hence should work using exchange.
    What did google say when you contacted them? It's their service.
    Also, I am able to connect using Edge and wifi but not while on 3G.
    Connect to what? Are you saying Google Apps works on Edge, but not 3G? Or are you saying you can't connect to the Internet at all over 3G?

  • Which external hard drive should I use to save my iTunes library?

    Hi,
    So I have collected so much music and movies in iTunes that my internal HD is practically full.  (Library is over 500GB of 1TB and the rest is taken up with my apps and programs.)  It's time to purchase an external hard drive to transfer my library to.  Furthermore, I currently have a 2TB WD My Book for Mac that I am currently using for backup.  The My Book is also full and Time Machine is deleting the oldest backups to make room for the current ones.
    Here is where I need everyones advice.  I am planning on purchasing a 3TB WD My Book for Mac.  I am planning on purchasing more movies for iTunes.  Which external hard drive should I use for what?  Option A or B
    Option A:  Put my iTunes library on the 2TB external hard drive and use the 3TB for backup
    Option B:  Put my iTunes library on the 3TB external hard drive and continue to use the 2TB for backup
    Also please give me your reasoning.
    Thanks everyone for your responses!

    Limnos,
    So, let's go one step further with this.  I read your reply to moving iTunes library to an external hard drive: https://discussions.apple.com/thread/4594518?tstart=0  However, if I move the iTunes library, will this include all the movies and apps that I have purchased?
    Thanks!!!!

  • Should I use Compressor 4 before sending over to DVD Studio Pro

    I am making a FCP X movie and when it's finished I want to put it on a DVD using DVD Studio Pro. I have done this before but now I'm wondering if I should first export it to Compressor 4 and then to DVD Studio Pro. I understand that if I was puting it on YouTube or an iPod device I would need to Compress it however why would I need to go to Compresss 4 first if ultimately going to DVD Studio Pro? Would I get a better Codec quality then what I get from exporting in FCP X using their default Compression format i.e. Quicktime? Should I use an Apple ProRes Compression from Compressor 4? I guess I really don't understand the encoding quality options very well however I do want the best quality on my finished DVD. The DVD or Sequence is somewhere around 20 - 25 minutes if that makes any difference in your response.

    This is (at least) a triple post. It's best not to ask the same questions multiple times in multiple forums.
    Russ H

  • Which version of PC suite should I use to copy all...

    I have an old Nokia 6610 which is on its last legs. There are about 130 text messages stored on the phone itself, in various subfolders within "My folders", one message in the Archive folder, and about 8 messages in the Inbox (the Inbox messages are stored on the SIM card - Vodafone Pay As You Go). I also have 14 pictures stored in a "Pics" folder in the Gallery. All my Phone book entries are stored on the SIM card. The text message memory is virtually full, and I often have to delete existing messages before new ones will arrive.
    My computer is a Power Mac G4 running Mac OS X 10.4.11. For those that are interested, it's this model here:
    http://www.everymac.com/systems/apple/powermac_g4/stats/powermac_g4_1.25_dp_mdd.html
    On the Mac I have Microsoft Virtual PC 7.0.2 which runs a copy of Windows 2000 (5.0.0.2195 Service Pack 4) under emulation.
    I have a fake/third party DKU-2 cable which came with a CD which contains the installer "Nokia_Conn_Cable_Driver_150_2_eng.exe" and the installer for PC suite 6.6.
    Many months ago I ran the "Nokia_Conn_Cable_Driver_150_2_eng.exe" installer (within the Windows 2000 Virtual Machine) and also installed the latest Windows 2000 compatible version of PC Suite that I could find at the time - 6.86 (the installer file is called Nokia_PC_Suite_rel_6_86_9_3_eng_web.exe).
    The software installed successfully, and it seemed to detect the phone via the DKU-2 cable, but I wasn't able to access any of the information on the phone. This isn't really surprising, given that the phone wasn't really directly connected to Windows - it was going via a Mac USB 1.1 port, masquerading as a port on the "PC".
    What I am wondering is what software do I need to use so that I can copy all the text messages from the phone (& the 14 pictures too if possible) to my computer, preferably with the sender names & folder structure intact, so that when I buy a new Nokia phone, I can copy them all to it? I've not decided on which new Nokia to buy yet. It might be the N95 8GB, the N96, or perhaps just a basic model. It will be a current model though, not a second hand one.
    My first choice would be to use software that was Mac native, but I'm not sure if there is any that would do the job. My second choice would be for software that could run on the Windows 2000 Virtual Machine. If neither of these options are possible, I could borrow my Dad's 6 month old PC laptop, which runs Windows Vista Home Premium, and use that.
    If anyone has any experience/thoughts on this, I'd greatly appreciate their (detailed!) input & advice. Although I've very experienced IT-wise, I have zero experience of mobile phone software.
    Many thanks.
    Solved!
    Go to Solution.

    Just to follow up from my previous post - I did indeed decide to keep the 6220 classic as my new phone.
    Yesterday I installed the Nokia_Conn_Cable_Driver_150_2_eng.exe driver from the CD
    that came with my third party/fake DKU-2 cable onto my Dad's Windows Vista Home Premium laptop. Knowing through 15 years bitter experience working with PCs that once a newer version of a piece of software has been installed on a PC, it can often be impossible to subsequently install an older version, even once the newer one has been successfully "removed", I decided to install the 4 versions of PC Suite at my disposal in version order, with the oldest first, and if a version didn't work, to uninstall it, and then install the next oldest one, and so on.
    I started with the version that's on the CD that came with my 6610 - version 5 point something. The installation went fine, and after re-starting, I followed the instructions to connect the phone to the computer with the cable. Unfortunately a Vista error message appeared saying there was a problem with the "unrecognised" USB device. PC Suite meanwhile just got stuck in a loop trying to connect to the phone. (The phone was switched on & unlocked!). After trying unplugging & replugging the phone etc, I uninstalled PC Suite, and then tried the same thing with the next oldest version of PC Suite that I have. This is version 6.6. The exact same problem occurred. I then uninstalled that and tried a version I had downloaded many months ago - version 6.86.9.3. The same thing happened, except this time after a while PC Suite gave up trying to connect and displayed a box offering links to places like this website that might help me solve the problem. I then uninstalled that, and then installed the current version of PC Suite - 7.0.8.2. The same thing happened as with 6.86.9.3.
    There are, to my mind, 2 possible explanations for all this. Either the data socket on the phone is damaged in some way, which is possible, given that the phone got wet back in February and had to be repaired, and the first repair shop i took it to managed to dislodge the charging socket (which is right next to the data socket) during their botched attempts to fix the phone (another shop fixed this), OR, as I hope is the case, the cable is the wrong one, despite it fitting perfectly.
    I've noticed that in several places (the phone's manual, readme files that come with the various versions of PC Suite, etc) that the DKU-5 cable is mentioned far more often than the DKU-2, which suggests that maybe I need a DKU-5. Also, if you go to the PC Suite download page and select the 6610, the cable that's mentioned is the CA-42. Another alternative is that the DKU-2 I have just doesn't work, given that it's not a proper Nokia cable.
    Does anyone have any idea which cable I actually need to use to get the PC to talk to the 6610?
    Also, in case you were wondering, the reason I tried 4 different versions of PC Suite rather than just the current version is that I've read on these forums that certain newer versions of PC Suite don't have certain features that certain older versions do, depending on the phone in question. This has caused much frustration for people, judging by the comments I've read. Given that what I want to do is to copy all the text messages from the phone (& the 14 pictures too if possible) to my computer, preferably with the sender names & folder structure intact, it may be a case that an older version of PC Suite will allow me to do that, but a newer version might not. This is especially true given how old the 6610 is. Of course it may be the case that an old version of PC Suite that allows me to copy the texts & pictures to the PC won't work with my new 6220 classic. If that's the case, I hope that I can install the current version of PC Suite over the top of the old version, and then copy everything onto the new phone.
    If anyone has any firm ideas about what cable (& version of PC Suite) I should be using, I'd be most grateful.
    Thanks for your attention.

  • Using select-option in webdynpro for ABAP where I have two separate pages

    Hi Experts,
             I have a requirement where I have two pages. The first page is a selection screen that contains 2 select-options to select carrid and connid. There is also a button 'Submit'. The second page contains a ALV grid output based on the selection screen criteria.
    Second page is opened on the clicking the 'Submit' button in first page.
    How to design a ABAP webdynpro component for this scenario?
    How to pass select-option values to the next page?
    What nodes/attributes should I have to create in component controller?
    Please provide me the step by step info.
    I have seen the weblog by Rich Heilman at /people/rich.heilman2/blog/2005/12/20/using-select-options-in-a-web-dynproabap-application
    But it has only one page. So I am not able to recreate my scenario based on this.
    Thanks
    Gopal

    Hi Experts,
             I have a requirement where I have two pages. The first page is a selection screen that contains 2 select-options to select carrid and connid. There is also a button 'Submit'. The second page contains a ALV grid output based on the selection screen criteria.
    Second page is opened on the clicking the 'Submit' button in first page.
    How to design a ABAP webdynpro component for this scenario?
    How to pass select-option values to the next page?
    What nodes/attributes should I have to create in component controller?
    Please provide me the step by step info.
    I have seen the weblog by Rich Heilman at /people/rich.heilman2/blog/2005/12/20/using-select-options-in-a-web-dynproabap-application
    But it has only one page. So I am not able to recreate my scenario based on this.
    Thanks
    Gopal

  • Should I use -10dBV, +4dBU or low gain for synths? Or a DI box?

    Hi Guys,
    I've recently purchased an RME UFX audio interface which I'm running with Logic, and I'm not quite clear which setting I should be using for synths that are coming in through the line inputs of the RME.
    The options are -10dBV, +4dBU or low gain. I know that there is a preferable setting, however I'm not clear on what it is (or what the different uses for these settings would be).
    I recently read in Sound on Sound that even if an interface has line level inputs, it's always a lot better to run synths and keyboards through a DI box. Is this actually what I should be doing? Or do the above setting options mean that I don't need to worry about a DI?
    I'd love any advice on this from someone who is clearer on it than I am!
    Cheers and thanks,
    Mike

    Most synths are either switchable for +4 or -10 output. If not, they are usually -10. If the level seems low when the interface is set to +4 then set it to -10. Low gain is probably a hi impedance guitar level input.

  • Interest calculation on cutomer DUE items using FINT option

    Hi.
    I am using FINT option to calculate interest run for customer due items.
    I have posted a customer inivoice using F-22 with posting date as 05.01.2011. I gave the tolerance days as 7 days.
    Therefore system is showing that the customer open item as DUE on 11.01.2011 in FBL5N.
    When i run FINT option with date as 12.01.2011 system is picking only overdue items and not picking this DUE item.
    Can anyone help me in this issue.
    Regards,
    Padmavathi

    Dear Murali,
    I have changed the option in item interest calculation - Ref date as 1 - Value date (or base line date for net payment). Earlier i gave the option as 4 - payment baseline date.
    Since i changed the ref date as 1 system is calculating the interest from net due date instead of posting date.
    This is solved.
    But one more problem is that in the system for the interest indicator i gave from date as 01.01.2011 that means system should select open items from the invoice date 01.01.2011. But system is selecting all open items in that customer a/c irrespective of date given for the initerest indicator when i run FINT option. In FINT option i gave interest indicator from and to as B1. still the system is selecting all open items irrespective of date given for interest indicator.
    Can you help me.
    Regards,
    Padmavathi

  • Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster?

    Should one use MPIO and/or CSV in a Windows 2012 R2 guest cluster using VMware ESXi 5.5 presented Fiber LUN RDMs.
    If MPIO were implemented is there a preference for HW manufacturer DISM vs. MS DISM in a guest cluster?
    What partition size/offset is recommended for the MSR partition (currently set to 1000 MB) - unfortunately seeing storage validation error with failing block write at block 2048 (which in return may be related to VMware ESXi 5.5. disk partition layout)
    The current setup works without using MPIO (question is would it help overcome the current failing persistent SCSI-3 reservation warning.)
    What were the benefit of using CSV if any in a guest cluster? The Luns in scope would eventually hold SQL data and log files.
     Thanks for your input already.
    Sassan Karai

    Hi,
    Regardless of what type of the shared storage is failover cluster have to use the shared storage, the shared storage can redirect the failed node data to others node, accordingly
    the failover cluster can get the high availability.
    From you descripted error there must you choose the VMware® unsupported storage with failover cluster, please refer the following VMware® official KB then reconfirm your topology
    design is supported.
    Third party KB:
    VMware vSphere support for Microsoft clustering solutions on VMware products
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1037959
    The related KB:
    Failover Clustering Hardware Requirements and Storage Options
    http://technet.microsoft.com/zh-cn/library/jj612869.aspx
    More information:
    Validate Storage Spaces Persistent Reservation Test Results with Warning
    http://blogs.msdn.com/b/clustering/archive/2013/05/24/10421247.aspx
    Understanding Cluster Validation Tests: Storage
    http://technet.microsoft.com/en-us/library/cc771259.aspx#PersistentReservation
    Shared storage for Windows Failover Cluster with MPIO
    http://blogs.technet.com/b/storageserver/archive/2011/05/31/shared-storage-for-windows-failover-cluster-with-mpio.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • 23" Apple Cinema Display and accurate color?

    I use a dual 2.3GHz Power Mac G5 along with a 23" Apple Cinema Display fro graphic design work. I used to use a Pantone Color calibration device when I was using third-party monitors with my Macs. Now that I have the Cinema Display, I haven't bothere

  • Error starting WLS_REPORTS with Configuration Wizard on OFM Portal,Forms...

    I execute the configuration wizard to create a domain with Portal, forms, REports and Discoverer 11.1.1.3 (before I install Weblogic 10.3.3 and OFM 11.1.1.2 only software): Executing Task: Iniciando Servidor Gestionado: WLS_REPORTS XXX: adding task:

  • How to install imovie free version

    I bought an used MacBook Air (with Lion). I upgraded to Mountain Lion. The MacBook Air came with iMovie 11 installed on it. But everytime there is un iMovie upgrade, I need to request the former owner to type his password on it. I want to use iMovie

  • I5 iMac won't complete shut down after installing Lion

    When I try to shut down my iMac it gest as far as the white screen with the spinning wheel.  It never completes the shut down.  I always have to force quit it by holding down the power key.  Any suggestions?

  • Security update 2013-002?

    Security update 2013-002 on my 13" early 2011 Mac OS 10 Lion 10.7.5 has  made it a 24 hour deal to send an e-mail and I haven't yet been able to  receive one since I installed it on June 22.  Is there a way to disable  this security update and go bac