DR Site with different os

Dear all,
I have 2 servers,Sun and IBM and oracle 10gr2 .I have a plan to implement DR-site.I know a dataguard cann't using with different os,rigth?
Do you have any idea for this plan (except using dataguard)?
Thank you for advance
chara

I would be surprised if DataGuard could fulfill this role with the disparate O/S, though the MOS note shows the database needs to be non-RAC, non-TDE and at 11.2.0.2 or above. Both O/S' need to be 64-bit also. I know when I looked at this not so long ago, it wasn't an option, but now they seem to have updated it.
I would suggest GoldenGate. It's intended for logical replication between heterogeneous systems, which is basically what you're looking at. Though you might find the cost very high - one of the key selling points is to limit downtime between migration and upgrades and a lot of their main customers are banks.

Similar Messages

  • Exchange 2013, multiple IIS OWA sites with different authentication

    Hi
    I have an exchange 2013 server with Client Access and Mailbox server installed. The server has an second ip address which I have bound an additional IIS site to. The additional IIS site is named ExchangeExternalFBA.
    The default web site is configured for basic and windows authentication with:
    Set-EcpVirtualDirectory -identity "ecp (default web site)" -FormsAuthentication:$false
    Set-owavirtualdirectory -identity "owa (Default Web Site)" -FormsAuthentication:$false -WindowsAuthentication:$true -BasicAuthentication:$true
    Then a new ECP and OWA are configured with:
    New-ecpVirtualDirectory -WebSiteName "ExchangeExternalFBA"
    New-OwaVirtualDirectory -WebSiteName "ExchangeExternalFBA"
    Set-owavirtualdirectory -identity "owa (ExchangeExternalFBA)" -LogonFormat FullDomain -FormsAuthentication:$true -WindowsAuthentication:$false -BasicAuthentication:$true
    Set-EcpVirtualDirectory -identity "ecp (ExchangeExternalFBA)" -FormsAuthentication:$true
    Then I perform an iisreset.
    My problem is that then when I try to access the ECP or OWA on the default website, it loads forms authentication! The ECP or OWA on the ExchangeExternalFBA web site works correctly and also loads forms authentication.
    If I run...
    get-owavirtualdirectory "owa (ExchangeExternalFBA)"
    then it returns:
    InternalAuthenticationMethods                       : {Basic, Ntlm,
                                                          WindowsIntegrated}
    BasicAuthentication                                 : True
    WindowsAuthentication                               : True
    DigestAuthentication                                : False
    FormsAuthentication                                 : False
    LiveIdAuthentication                                : False
    AdfsAuthentication                                  : False
    OAuthAuthentication                                 : False
    If I then run
    Set-EcpVirtualDirectory -identity "ecp (default web site)" -FormsAuthentication:$false
    Set-owavirtualdirectory -identity "owa (Default Web Site)" -FormsAuthentication:$false -WindowsAuthentication:$true -BasicAuthentication:$true
    and perform another iisreset then when I try to access the ECP or OWA on the default website it loads correctly. But then the forms based authentication on the ExchangeExternalFBA website can no longer log in, it does not accept the user name and password.
    If I then disable and enable FBA on the ExchangeExternalFBA website then it works but forms based authentication takes over the default web site again!
    Whether I perform the above from the gui or from powershell it does not make a difference, the same behaviour is observed. Changing the logontype on the FBA does not make a difference.
    This has been tested on exchange 2013 cu1 and cu2.
    Similar(if not identical until they get sidetracked) issue reported in http://social.technet.microsoft.com/Forums/exchange/en-US/9fcd360f-6658-4940-add7-2f13265cf86b/multiple-owa-sites-on-a-single-server-2012-with-exchange-2013-mailbox-cas.
    This worked fine in outlook 2007 and 2010, why now do my virtual directories break each other?
    I can reproduce the issue on a test exchange 2013 I built in dev.
    Is this a bug or are you no longer meant to host different forms of authentication on a single cas?
    I'm mostly interested to see if this works for other people and why it no longer seems to work in 2013, so please no questions; 'why do you want 2 different forms of authentication'. 
    Much appreciated, Thanks!

    Based off of your feedback I have run the following:
    Remove-OwaVirtualDirectory "owa (ExchangeExternalFBA)"
    Remove-EcpVirtualDirectory "ecp (ExchangeExternalFBA)"
    iisreset
    Set-EcpVirtualDirectory -identity "ecp (default web site)" -FormsAuthentication:$false
    Set-owavirtualdirectory -identity "owa (Default Web Site)" -FormsAuthentication:$false -WindowsAuthentication:$true -BasicAuthentication:$true
    New-ecpVirtualDirectory -WebSiteName "ExchangeExternalFBA" -Role ClientAccess
    New-OwaVirtualDirectory -WebSiteName "ExchangeExternalFBA" -Role ClientAccess
    Set-owavirtualdirectory -identity "owa (ExchangeExternalFBA)" -LogonFormat FullDomain -FormsAuthentication:$true -WindowsAuthentication:$false -BasicAuthentication:$true
    Set-EcpVirtualDirectory -identity "ecp (ExchangeExternalFBA)" -FormsAuthentication:$true
    iisreset
    After this there has been no change in behaviour. After the iisreset, forms have again hijacked the default web site and re-setting the authentication on the default web site removes the forms but breaks the ability to sign in to the forms based page on the
    ExchangeExternalFBA web site again.
    Note. '-Role Frontend' did not work. It showed the error:
    Cannot process argument transformation on parameter 'Role'. Cannot convertvalue "frontend" to type
    "Microsoft.Exchange.Management.SystemConfigurationTasks.VirtualDirectoryRole".
    Error: "Unable to match the identifier name frontend to a valid enumerator name.  Specify one of the following enumerator names and try again:
    ClientAccess, Mailbox"
        + CategoryInfo          : InvalidData: (:) [New-OwaVirtualDirectory], ParameterBindin...mationException
        + FullyQualifiedErrorId : ParameterArgumentTransformationError,New-OwaVirtualDirectory
    Running get-help New-OwaVirtualDirectory -detailed shows the correct usage would be '-Role ClientAccess'?
        -Role <ClientAccess | Mailbox>
            The Role parameter specifies the configuration that should be used
            when the virtual directory is created. The following are the values
            that can be used with this parameter:
            * FrontEnd Configures the virtual directory for use on a Client Access
              server.
            * BackEnd Configures the virtual directory for use on a Mailbox server.

  • How can I use a template in a site with different lang tags?

    My site has pages in six different languages.  For example, the French page is
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    My template, however, reads:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    Ergo, every time I update my site because I changed the template, my foreign langauge pages lose their language declarations.
    You cannot make an editable region for this.  When I tried, I got error messages.
    Anyone know a good work around?
    At this point, I have to manually edit those foreign language pages every time I do a site-wide update.
    Thanks.

    I have just tested this very quickly, but it seems to work.
    Dreamweaver templates allow you to create editable attributes. You can't do it for the <html> tag through the Dreamweaver interface, but it seems to work without problem if you hand-code it in the template.
    In the main template, change the <html> tag to look like this:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="@@(lang)@@" lang="@@(lang)@@">
    Just before the closing </head> tag, add this:
    <!-- TemplateParam name="lang" type="text" value="fr" -->
    Save the template.
    All child pages will automatically be updated to have xml:lang="fr" lang="fr".
    In pages that use a different language, go to Modify > Template Properties, and change the value of lang to en, or whatever language it uses.
    An alternative approach is to keep your language pages in different folders, and then use Find and Replace on the whole folder to change the values in the <html> tag.

  • Is it possible to create a subscription page with different options for blog, newsletter, product announcements, training events, etc?

    I would like to create a subscription page for my Muse site with different subscription choices, but I am not sure if it is possible or, if it is how I should construct it. Any ideas?

    Hi
    This can be done from hosting platform end. If you are using Business Catalyst to host your site , then you can use events module, campaign subscriptions , secure zone subscriptions etc.
    You can create the events/announcements on BC end and then add the module in Muse page which on publish will show the modules on page.
    Thanks,
    Sanjit

  • Create customer and more site with credit limit by customer interface

    hi everyone
    I want to create customer with more site with credit limit by interface
    I mean i have one customer but it has a lot of site with different credit limit
    how to do this by interface
    plz

    Thanks

  • WRV200 IPSEC VPN to a remote site with 2 different subnets

    Hi,
    My old WRV54G had no problem with this! I'm trying to connect an IPSEC tunnel back to a router at my main office, there are two Subnets there 192.168.0.0/24 and 10.171.131.0/24. In my old router I would set up two tunnels to the same gateway with different subnets and everything would work fine.
    When I do this with the WRV200 both tunnels come up but in the view of the VPN status they both have the remote network listed as 192.168.0.0 /24 and I can't seem to get them both to work. If I delete the 192.168.0.0/24 tunnel (tunnel #A) and just use the tunnel#B I can connect to the 10 network.
    Anyone been able to get this working?

    Hi,
    Ok, so the first thing you will have to think about is the encryption domain of the existing L2L VPN. Since your aim is to publish a Web server from another site through a L2L VPN connections you have to consider what the source addresses for the Web server connections can be?
    It might be that you would need to have the source address for the L2L VPN in DC1 as "any" and naturally on DC2 the destination would be "any".
    Though in that case it would probably cause problems if the Web server would need to use the DC2 Internet connections for something. This is because we would have now defined that traffic from the Web server to "any" destination IP address should be tunneled to the L2L VPN.
    One other option might be that you actually configure DC1 site so that all incoming traffic from the Internet towards the 111.111.111.111 will have their source address translated to a single IP address (to be decided) before entering the L2L VPN. This would eliminate the need to use the "any" in the L2L VPN configurations because the Web server would see all connections come from a single IP address and therefore would not cause problems for the DC2 Web server IF it needs to access or be accessed through the local DC2 Internet connection.
    Judging by your examples it would seem that you are using a 8.2 or older software level. Would you be willing to share some current configurations (with masked public IP addresses) or should I just give you some example configurations?
    Most important ones would naturally be current NAT configurations and configuration related to the L2L VPN connection.
    - Jouni

  • SharePoint 2010 - Create new site collection in existing web application with different existing content DB

    I have a SharePoint 2010 root level site collection SC1 in web application WEBAPP1. I want to create copy of that site collection in same web application WEBAPP1. Apart from Import/Export, Restore/Backup options, will following approach work? If yes , how?
    I took backup of content database of web application.
    Restored database with different name
    Mounted Content database to this WEBAPP1 by assigning new ID to DB
    Created new site collection by using this newly mounted DB
    Site collection gets created successfully but content does not appear.
    Please guide if i can achieve desired functionality by using this approach.
    If this helped you resolve your issue, please mark it Answered

    It is because the Site GUID is identical, and each GUID can only be present on the farm once. You can use Backup-SPSite/Restore-SPSite (which is full-fidelity, unlike Export-SPWeb/Import-SPWeb), which will generate a new GUID for the restore Site Collection,
    even in the same Web App.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can we create same party site with same customer in different OU

    I am able to create same party sites with same customer in different Operating Unit through front end but I am not able to do so using TCA Api HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_acct_site .I am getting the below error 'Value for cust_account_id - party_site_id must be unique'.Ineed to migrate customer details from one OU to another OU and the party site number need to be same .Can anyone suggest a way in which I can do the above ?
    Reeja

    We can create multiple customer acct site across different OU pointing to same party_site_id with API's also. I am sure that you have initialise the org context in your code somewhere and thus its giving you this error. Reinitialise the org to target org before calling this API.
    Thanks
    Amit Singh

  • Manage site with same IP but different port

    My computer was updated from Windows XP to Windows 7 and I'm still using CS6.  I can not manage two different sites with the same IP address but one has a different port number.
    I have it set on Docuemnt Root but apparently it doesn't matter because I'm having the same issue if I change it to site root.
    This is what I get to preview:
    file:///B:/Admin/facility-management-leasing/facility-management/forms.shtml  instead of
    http://168.40.15.60:81/Admin/facility-management-leasing/facility-management/forms.shtml
    I have the same IP address with out a port to another location
    I'm getting file:///W:/news/Announcements.html instead of http://168.40.15.60//news/Announcements.html
    Please help this is past frustrating!!!!!
    Debby

    Make two different site definitions.

  • Flash Web Sites with Pages of Different Heights

    http://louiswu.aisites.com/imd233/final/index.html
    The above link to the my latest class project. You'll notice on all but one of the site's pages that when you scroll down in your browser, that there's a big gap between the bottom of the content and the bottom of the browser. The exception is STORE.
    Have I just stumbled on a "limitation" of creating web sites with Flash, in that the page with the tallest content will dictate how tall the stage is for the rest of the site?
    I'm not even sure what I should be asking here: Is there some sort of work-around, or some entirely different way I should be working when using Flash and HTML/CSS together?
    The only option I see right now is to create separate .swf files for each pages, and then embed them into their own HTML files.
    LOL. Did I just answer my own question?

    When you create a Flash swf file it has one stage size, and that stage size is whatever you make it. 
    Most people design a Flash site to fit within the browser window size and not have one that requires scrolling.  In that scenario, if scrolling were necessary, the scrolling would be built into the swf and the browser scrolling would remain unaffected.
    For a site that varies in height from page to page, it would be more likely to not create a Flash site, and instead create individual pages for each section.
    So in a way you have kind of answered your own question.  If you want to use Flash for the design and you want to have the different sections only scroll as much as necessary using the browser scroller, the easiest way to accomplish that is to have each page as a separate html page containing a separate swf file.

  • When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.

    When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.
    Hi,
    I need some guidance here, please.
    I have some questions about replication:
    When we do a failover to a Replica, what happened to the connected clients? Assuming that the Replica is located in a remote DR site with a different IP configuration.
    Is possible to automate the failover process? Just like happens in a cluster.
    What changes do I need to do in order to guarantee that my clients reach my replica? For example, I need to do a failover to my Exchange Server Replica and I need to minimize the downtime. The same applies for a DC or a SharePoint Server
      Thanks in advanced.

    Hi efebo,
    “The same applies for a DC ”
    As for replicating virtualized DC (Personally,  I do not suggest to replicate DC , even though it can be replicate ), please refer to following link:
    http://technet.microsoft.com/en-us/library/dn250021.aspx
     "In short, Exchange does
    not support the Hyper-V Replica feature.  Exchange has a long history of supporting virtualisation from
    Exchange 2003 onwards.  It is fully supported to install Exchange
    2007,
    2010 or
    2013 as a virtual machine on Hyper-V, but using the Hyper-V replica feature is not supported.
    For details please refer to following link:
    http://blogs.technet.com/b/rmilne/archive/2013/07/29/exchange-and-hyper-v-replica-support.aspx
    I assuming that the "Remote DR site" and the primary site both have public IPs .
    Based on my knowledge  you can not access replica site VM  directly after a disaster , maybe you need to rebuild primary site and replicate VM back .
    Best Regards
    Elton Ji
    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.

  • Is possible to site mailbox email address with different domains in sharepoint online - office 365

    Can I set site mailbox email address with different domains in sharepoint online - office 365?
    For eg I have two dns link with office 365 account - abc.com, xyz.com
    So can i set site mailbox email according  using powershell like follwoing
    New-SiteMailbox –DisplayName "test" -Name "[email protected]" –SharePointUrl $NewlyCreatedsiteurl
    New-SiteMailbox –DisplayName "test" -Name "[email protected]" –SharePointUrl $NewlyCreatedsiteurl

    Hi Biraj,
    From your description, you would like site mailbox to have two email address.
    Since the issue is related to SharePoint online and Exchange online, I'd recommend you contact online support engineer for sufficient resource and more assistance. For your convenience:
    http://community.office365.com/en-us/f/154.aspx
    In addition, I find some information that might be relevant for your reference:
    Quotes from
    https://support.office.com/en-sg/article/Prepare-for-using-site-mailboxes-in-Office-365-6381daa5-3d98-4629-972d-d19e1dc48c1b
    Can I rename a site mailbox?            
    The display name of a site mailbox is the SharePoint team site display name. If you change the display name of the site in SharePoint, the display name also changes in Outlook. However, the site email address won’t be changed.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Sharepoint Cross-Site Content Rollup using Sharepoint Designer with Different Sites deployed in different ports

    Hi
    In Sharepoint Designer Cross Site Content Rollup is achieved using SOAP service in different site collections in Same domain (Same Port where site is deployed). Please provide the information that different sites in different
    ports.
    For Eg: Site A in one port (1000) and Site B in Another Port(2000). I want to access it from site A SP List in Site B using Sharepoint designer.

    HI Krupesh,
    You can call the web service or REST API to update the item in List B and List C in workflow.
    Below mentioned links help in calling web service activity in workflow:
    http://msdn.microsoft.com/en-us/library/office/dn567558%28v=office.15%29.aspx
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    Best Regards,
    Brij K

  • Managing multiple sites in different iWeb versions - PLEASE HELP!

    apnewbie/cyclosaurus/roddy/old toad (and any others more knowledgeable than i):
    i've run into a bit of a pickle. i am hoping someone can help straighten me out. i am about to jump out of a window. here's the rundown:
    (for starters, i have a .mac account and am publishing to .mac.) i created a site in iWeb 1.1.2 on my work computer (mac book pro). worked great, really lovely. thought to myself, "hey, i'd like to create another site from home, but i don't have iWeb at home (powerbook G4) - i should buy iLife 08 so i can build these things from home and not have personal files on my work computer."
    so: i had a site that i created within 1.1.2 with files written to iDisk. i purchased iWeb 08 and would like to have another site, but this one is being created in 2.0. i also am using a personal domain name this time around bought with google apps and hosted by godaddy. i published the new work in progress for a test run and...you guessed it...my original 1.1.2 site was rewritten by the 2.0 site. and the 2.0 site comes up as the standard google search page for domains that aren't up and running. whooopsie.
    sorry for the lengthy intro, but that's the background. i guess my specific questions are:
    1) i want to be able to maintain multiple sites from iWeb 2.0...can i open my 1.1.2 domain file in 2.0 and successfully bring that site into 2.0?
    2) what is the most efficient and easiest way to get both of these sites running in 2.0? right now i have two domain files (created on two different computers).
    3) for domain management, is it best to move from the iWeb folder in my home library to different folders (one for each site, with separate domain files, and my 2.0 domain file is NOT called domain, it's the name of the site) to another location? (and of course, i will back these up just in case.) and when i want to update a site, i just open that individual domain file, right? or will these sites publish over each other?
    please help. i am at my wits end. i'm sure this is a relatviely simple issue, but i'm new to iWeb.
    thanks, thanks, thanks for your help guys.
    joojy

    joojy,
    Welcome to the forums!
    First of all, your original 1.1.2 site may not, in fact, have been overwritten. It is quite possible that the site remains in it's position on the iDisk, Web/Sites/iWeb/YourSite, but because you published to the iDisk (.Mac) from 2.0, a different index.html file has been placed in the root level Web directory which is causing the 404 error. Navigate to the directory on the iDisk, using the Go menu in Finder, and look to see what is actually there. Follow this path:
    Go/iDisk/My iDisk/Web/Sites/iWeb/YourSiteWillBeHereIfYourLuckIsGood
    If your site is there, great; if it isn't, it's not really a problem because hopefully you still have the Domain.sites file on the MacBook Pro and you can republish it if necessary. If it is there, you can modify the index.html file on the iDisk using a text editor and get your url redirected back to where it should be.
    Second, do not open your 1.1.2 Domain.sites file with 2.0 until you have a backup of this Domain file. External drives are best for this. Assuming the backup is in place, launch 2.0, choose the Domain.sites file, and click on "update". It will be updated to a Domain.sites2 file. If the site looks ok then continue on with editing/publishing.
    Skipping to question (3), by all means, abandon the default location of the Domain.sites file in the Home folder's Library and get accustomed to keeping your Domain files in their own, respective folders. When you want to open one just double-click it.
    You are going to encounter difficulties publishing multiple sites in 2.0.2, unless you keep all of the sites in a single Domain file. 2.0 is publishing to a different directory on the iDisk than 1.0; it publishes to /Web/Sites/, as opposed to /Web/Sites/iWeb/. Publishing a site from a separate Domain file erases previously published sites. I have been able to publish multiple sites, from multiple Domain.sites2 files, by mounting the iDisk and actually moving the Site folder back one level, into the root Web folder, and then publishing. When finished, I move it back again. If you have RSS feeds you will probably get a 'file in use' error. The alternative, (other than keeping all sites in a single Domain), is to publish the site to a folder and then manually drop the Site folder into the Web/Sites/ directory on the iDisk. Of course, some .Mac functions are lost when publishing this way.
    Work through this info and post back.
    -Mark

  • Public SharePoint Online Site with External User Portal

    Hello Everyone,<o:p></o:p>
    My company switched over to Office 365 a few months ago, and now would like to start using our Public SharePoint site to share information (documents
    pertaining to their orders/drawings/etc.) with our customers (external users).<o:p></o:p>
    <o:p> </o:p>
    I have seen documentation on how to share documents with individual users, but we were looking to do something a little bit different. We would ultimately
    like to have a public site with generic company information (like hours, about us,directions etc.) that anyone can see.
    We would also like to use SharePoint as almost an "FTP type" service where we could post documents and share them with individual
    external
    users. HOWEVER, instead of sharing individual documents, we were wondering if there was a way that an external user (that we have granted
    access) could sign into the public SharePoint site, and then see information that ONLY pertains to them.
    I have been doing some research on this, and I haven't seen that anyone else has tried this. Has anyone had any luck? Or would you have suggestions on how to make
    this work? I had originally posted this question on the Office 365 SharePoint forum, and they suggested posting this question here. Any help would be appreciated. Thanks!

    Hi,
    did you finally manage to get what you requested here above ? Indeed, I am also struggling to set up the same (public website with individual content sharing with external authentified user).
    For external user, I am quite sure that we need to go through MS ID creation (I have created some test users using https://login.live.com).
    Our public website is done and (almost) working. I have then created a sub-site for the same, this one to manage permission based on authentified user
    But I am stuck when trying to assign a document library with relavant permission.
    Would be great to share our feedback and I have searched a lto on the web and did not find any satisfying answer to this design (If there is any... here is my doubt...)
    Thanks in advance
    stef

Maybe you are looking for