DR within Same Site Using Different Virtual Directory Names

We are deploying Exchange 2013 and have setup a set of 2013 servers in a different building we would like to use for DR.
We have 2 servers in our main datacenter behind a load balancer and 2 servers in a 2nd datacenter within the same DAG.  So mailbox databases are already on the servers.  However for the CAS role, we are looking at just setting the DR servers to
have different virtual directory names so in a DR situation, we just need to tell people to access owadr.domain.com instead of owa.domain.com.   The DR servers would be behind a 2nd load balancer only configured to talk to those two servers.
Both of these datacenters are in the same AD site, and the network vLANS are stretched across each datacenter so DAG replication is already working.  The primary serves are already working behind the production load balancer.  Just need to make
sure we are going in the right direction for the DR setup.  Our public certificate already names the names of owa.domain.com, owadr.domain.com, and autodiscover.domain.com on the cert.   We are not really concerned so much with Outlook/ActiveSync
traffic in a DR situation, but would just like OWA to be a temporary solution while the main datacenter recovers.  So a different virtual directory name should work right?

Hi,
From your description, I know four servers are in the same site but with different building. So you create two load balancer. And it seems you add the DAG members into Load Balancer. Could you confirm if you use WNLB?
In fact, WNLB can't be used on Exchange servers where mailbox DAGs are also being used because WNLB is incompatible with Windows failover clustering. If you're using an Exchange 2013 DAG and you want to use WNLB, you need to have the Client Access server
role and the Mailbox server role running on separate servers. See more details in the following link:
http://technet.microsoft.com/en-us/library/jj898588(v=exchg.150).aspx.For
For your environment, I have a suggestion: we can deploy two servers with only CAS role installed. One cas in one datacenter. Put them in one Load Balancer. Point OWA URL to this load balancer. So when one datacenter is down, the request will
go to anoter CAS in another datacenter. And the OWA URL is not changed..
But if you want to use two OWA URLs for each datacenter. owa.domain.com and owadr.domain.com. You can set OWA internal URL and external url on CAS servers in DR site to use owadr.domain.com. And ask users to login
https://owadr.domain.com/owa instead of
https://owa.domain.com/owa when the primary datacenter is down.
Sent By
Silver

Similar Messages

  • Created separate sites by using different log in names

    Hi,
    I created 3 websites on the same mac with iweb '08, using different log in account names each time so that iweb would treat the sites separately. I don't know if it was the smartest thing to do, but it seems to have worked. (None are on .mac, but one of them will be in the near future.)
    They are all saved on my desktop. Is this a workable solution? I haven't seen anyone post it as a possibility. If not, what can I do to make sure that I don't lose the work I put into these sites?
    Thanks!

    They are all saved on my desktop.
    The data for your sites in kept in their Domain files:
    http://homepage.mac.com/thgewecke/iwebdata.html
    Is that what you have "saved"?
    You can keep these separate by simply moving them out of their default location after completing each site. But working in separate user accounts is also fine, and is a commonly recommended way of keeping sites separate when the user has more than one account at .Mac.

  • Same transport domain. different transport directory, possible?

    Hi SAP folks,
    A quick query, I work on multiple systems within a single SAP transport domain. Recently we have requirements to move 2 non-ABAP systems to a different transport directory while keeping the rest intact.
    The reason for this is we are doing CTS+ for the 2 non-ABAP system and do not want to share the transport directories for the rest of the ABAP system.
    Please advise if this can be done and how?
    The following link for SAP suggested that it's possible but stop short of how to do it.
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/6045377b52253de10000009b38f889/content.htm
    Anyone done similar setup? care to share?
    Thank you.
    Regards,
    Jansen

    Hi,
    You can do this very well. First you should remove the two systems that you wanted to configure for CTS+ from your existing transport domain. To do this, login to your existing transport domain controller and delete the systems you wanted to remove from transport domain.
    To perform this:
    STMS --> Overview -> Systems -> < choose the system u want to delete> -> SAP Systems -> Delete. Confirm the deletion and save and activate the changes made to ur configuration.
    And then add your Non-ABAP systems you wanted to configure for CTS+ using the domain controller you decided for CTS+.
    I hope this help you to perform your action.
    Best Regards,
    Vasanth Govindaraj

  • Create directory from procedure using IN parameter-Directory name with path

    Hi,
    I wrote a procedure which takes directory name(C:\temp) as IN parameter and create oracle directory using EXECUTE IMMEDIATE by the procedure. Proc compiled fine but when i try to execute it (exec prc_lx_e_m_fund_activty ('C:\interface','test1.txt','20040102') , i am getting the following error with the execute immediate statement mentioned below.
    create or replace
    PROCEDURE prc_lx_e_m_fund_activty
    i_output_dir IN VARCHAR2,
    i_output_file_name IN VARCHAR2,
    i_interface_date IN VARCHAR2
    AS
    EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY OUTPUT_PATH AS ' || ''''||i_output_dir||'''' ||';'; -- Where i_output_dir=C:\temp (I am passing this parameter as IN)
    END
    ORA-01481: invalid number format model
    ORA-06512: at "DBO.PRC_LX_E_M_FUND_ACTIVTY", line 326
    ORA-00911: invalid character
    ORA-06512: at line 10
    Process exited.
    Regards,
    Nagarjun.

    You don't need to put it in a string first. Your actual problem was that you included a ";" on the end of your statement which you don't require with execute immediate.
    This would do the job...
    EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY OUTPUT_PATH AS '''||i_output_dir||'''';or this (if you are on 10g upwards)
    EXECUTE IMMEDIATE q'[CREATE OR REPLACE DIRECTORY OUTPUT_PATH AS ''||i_output_dir||'']';However, I would seriously question why you are creating directories dynamically in code.
    The purpose of creating directories and granting permission to read and/or write to them is to maintain security over which users can access various places on the file system. If you give this flexibility of creating directories to users then effectively they can kill your database server and/or hack into information that they shouldn't.

  • Front End servers within same Pool on different subnets

    The customer is looking to have Amazon AWS host Lync 2013, and despite Lync 2013 having built in HA via Pools, Amazon wants to split the Pools across two of their availability zones (AZ ). An AZ is nothing more than a metropolitan area network, or simply
    a data center located a few miles away. Essentially they want to split the Pools between their two AZs.
    I know that for Lync 2013, the only stretch Pool supported is the Persistent Chat server Pool, and that Front End Pools, Edge Pools, or Mediation Pools are not supported.
    Amazon states that the latency between their AZs is from 1 - 5 ms, which is well within tolerance, though they state that the AZs all have unique subnets.
    I know that none of this is supported, though I am being requested as to why it isn't.
    Forgetting about latency, is this not supported because all servers within a Pool must share the same IP subnet? Is this coded within Lync that only Pools within the same subnet will work? I think it is as with Lync 2010, a stretched VLAN was required for
    a FE Pool to work, which implies the same subnet.
    While on this, a Central site does not mirror that of an AD Site, where a Central Site is a reflection of Pools within an area. So can a Central Site span two AD sites? I believe the answer is yes when one considers that a remote branch office can also be
    its own AD site. The reason for asking this question is I am attempting to see if if the Central Site might also have something to do as to why stretched Pools aren't supported.
    Thanks!
    Christian
    Christian Frank

    Hi Guys,
    Just saw both of your responses. I totally agree that it isn't supported, and what Amazon has been proposing is essentially adding their HA via a redundant AZ so that their infrastructure is redundant, which is their HA (I don't agree!).
    What I am looking for is something a bit deeper as to why. For example, when Lync 2010 had the stretched FE Pool between two locations, it was done via a stretched VLAN, which implies that the servers on both ends must be on the same subnet.
    Amazon wants to stretch all the Pools, between their data centers, so they can say that the Lync infrastructure is highly available, though at each data center, the subnets will be different, and that is what I am attempting to validate.
    I know this isn't supported, though is it because the members within the pool would come from different IP subnets, and Lync 2013 is coded to expect fellow members to be within the same subnet? That essentialy is what the case of Lync 2010 FE Pools was when
    they stretched them. And if you go back to Exchange 2007, stretched VLAN was back then a way to create geo-clustering also, which is no longer the way.
    Frankly, I think it has to do with subnet, and I believe it has to do with how the Windows Fabric is written, and what it is expecting to see. I really think this is the case, which explains the whys as to how stretched Pools are no longer supported any
    longer. Yes?
    Thanks!
    Christian Frank

  • Multiple RAC databases on same GI using different subnets for Public i/face

    Hello. We are configuring a 2 node cluster. That cluster will host several RAC databases. For security reasons our networking team want to create separate subnets for the application traffic to each specific RAC database on the cluster.
    E.g. application 1 has 2 application servers that will connect to RAC database PROD1 via one subnet, application 2 has 3 application servers that will connect to RAC database PROD2 via a different subnet, etc.
    In addition the networking team want to configure a separate management subnet that DBAs etc. will use to administer all RAC databases and infrastructure in the cluster.
    Grid Infrastructure version 11.2.0.2. Database versions will vary from 10.2.0.x to 11.2.0.2. All databases will utilise RAC.
    We want to take advantage of SCAN listener functionality to support connectivity to all databases on the cluster. Forum thread 2199620 [https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620] suggests that 11gR2 supports multiple subnets, which looks to be exactly the feature we need. Please can you confirm how this works and point us to any documentation (standard docs, white papers, MOS, etc.) that might help us configure this.
    Document referenced in thread 2199620 was not exactly what we were looking for, and didn't translate too well in Google Translate.
    Any guidance much appreciated. Thanks, Rich.
    Similar threads:
    https://cn.forums.oracle.com/forums/thread.jspa?messageID=9846298? (Dual SCAN on multi homed cluster)
    https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620 (scan listener in OAM VLAN)
    Edited by: 887449 on 26-Sep-2011 01:41

    Thanks Levi. Your advice is very much appreciated.
    Your statement that we can only have one SCAN listener listening on one public network is actually the clarification I was looking for.
    For anyone else reading this thread I believe this gives us 3 options:
    1) Configure a SCAN listener and have all applications, and all management/administration, connecting to the corresponding database on the same cluster via that SCAN listener, all on the same subnet.
    2) Configure a SCAN listener for use by all applications connecting to the corresponding database on the same cluster, and use TNSNAMES/VIP for management/administration traffic, both on separate subnets (by configuring the LISTENER_NETWORKS parameter)
    3) Configure a SCAN listener for use by applications connecting to one of the databases on the cluster via one subnet, use TNSNAMES/VIP for all other applications connecting to other databases, each using their own subnet. Plus, the management/administration could be via another subnet utilising TNSNAMES/VIP.
    From our perspective we will work out the best one for us and implement accordingly.
    Thanks again for your timely and comprehensive response.

  • How we can use Oracle Virtual Directory as local storage.

    Hi,
    Does any one has knowledge about this, please provide the detail.
    Regards,
    Hardew

    Thank you so much Ricardo ! Very helpful information.
    I checked Note 495484, but in our case , we want to use ONLY ECC CONTRACTS as a Source of Supply for DIRECT MATERIAL as well (like Indirect Materials) and we don't want to maintain another source of supply in SRM i.e.Local Contract or Interlinkage for SAME MATERIAL.
    SAP must have address this Direct Material Issues. ( Convert into ECS although we are deploying Classic Scenarion and Source of Supply Issue ..) . BTW, by doing some enhancement ( with some BAdi or other.....)  we must arrange to pull / determine the ECC Contarcts as a SoS for DIRECT Material.
    Can you / anyone confirm whether such a Enhancement is possible ? If yes, can you please suggest which BAdi or Exit can be used to acheive the same ?
    Thank you in advance & Wish you Happy New year.
    Regards
    NAP

  • Some sites (nytimes) take forever to load - seems to relate to graphics or CSS files. Problem occurs in safe mode. No problems on same sites using Chrome.

    By forever, I mean that the loading icon spins and spins. Often, but not always, if I stop the load and reload, the page loads instantly.

    Hello sjkappel,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Some websites have jumbled letters. I tried opening the same sites in different browsers. But, they work, except for FF. How do I fix this?

    Annoying jumbled letters.

    Can you post a link to websites where you see it happen?
    This issue can be caused by an old bitmap version of the Helvetica or Geneva font or (bitmap) fonts that Firefox can't display in that size.<br />
    Firefox can't display some old bitmap fonts in a larger size and displays gibberish instead.<br />
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or see if you can find a True type version that doesn't show the problem.
    See also [/tiki-view_forum_thread.php?forumId=1&comments_parentId=566006]

  • New Site using my own domain name

    Please HELP!
    I have my personal domain all set up and is working. I would like to add an additional site. When I publish it says it can't find it. Can someone smarter then me help please. my main site is
    www.accentoutdoors.net
    2nd personal site is www.accentoutdoors.net/king_team
    Thank you

    If you used CNAME to forward your first site, then this can only be used once. You need to use web forwarding to forward your second site. So go the web forwarding section of your domain host and forward to web.me.com/username/sitename and that should work.

  • Capitalization of directory names

    (Windows XP SP2)
    On my server, my Web site directories are all lower case. Unfortunately, some of those directories are uppercase on the Windows side. It doesn't seem like there is any way to rename those directories with a lowercase name in Windows (I've tried it, and it just reverts to what it was before, though if someone knows a way to do this, I'd love to hear it).
    Therefore, when I make hypertext links in Dreamweaver, those links are bad and I need to manually edit them.
    I know I could rename the server-side directories and then fix all the links with a global search and replace, but I don't want to do that. Is there a way to  tell Dreamweaver, when I create a hypertext link, that what it thinks is uppercase should be lowercase?
    Thanks!
    regards,
    Marina Michaels
    (PS Why does the spelling checker for these posts think that Dreamweaver is a misspelling? Adobe should add the proper spelling of its products to the dictionary. ^^)

    I do understand that that would have solved the problem had I realized it years ago, but I was hand-coding all my Web pages for many years before I discovered Dreamweaver. That means the differences were never an issue since I was typing everything, including links, by hand anyway.
    Here's the difficulty with your solution, which would normally be fine: Since my Web site has been around since 1994 or 1995, and since I have a number of articles that are enormously popular all over the world, I have a LOT of people linking to my site. Therefore, I cannot rename the directories on the server side, even though that would be the simplest solution, because it would break too many links people have to my site.
    On the other hand, I also cannot rename the directories on the Windows side, because Windows XP doesn't seem to be a case-sensitive OS, or at least I cannot figure out how to make it care about case.
    However, after posting my question, I think I have a solution. Just in case other people have the same difficulty, here is what I am going to do.
    1.  Create a new top directory for my Web site on my local computer.
    2.  In that new local directory, recreate the directory structure of my site using all lowercase directory names.
    3.  From the older local top directory, copy over the files that belong in those directories.
    4.  Rename the older local top directory something different.
    5.  Rename the new local top directory with the old top directory's name.
    Et voila. After that, Dreamweaver will make the correct links when I insert them without me having to remember to hand-edit them.

  • How can I use a relative path in a Virtual Directory tag?

    That is probably a bit vague, so I will explain in more detail. We are using BEA
    WL Portal 7.0 and our team is developing multiple portal applications. We have
    a core set of portlets (consist of JSPs) that we need to reuse in multiple portals
    (Web Apps), however from a version control perspective they need to reside in
    one common location. So, the solution I came up with is to use a virtual directory
    for the the common directory and add this to weblogic.xml for each web app. This
    works fine. However, each developer has different directory names for their project...ClearCase
    view names to be specific... plus we have integration views, QA views, etc...
    so we can't have any "C:\mystuff\mydomain" absolute paths anywhere in the portal
    configuration. Does anyone know of a way to use a relative path for a virtual
    directory? I have tried various versions of ../../ for example to try to backup
    and then recurse down to the directory, but this is not working. Any ideas?
    By the way this is basially just a hack for development, when we package the WAR
    for QA, Prod, etc... we copy needed files and there are no virtual directories.
    In other words, I don't care how "creative" solution is :)
    This is what I have right now, which I need to replace with a relative directory
    name:
    <virtual-directory-mapping>
    <local-path>C:/Projects/TouchPoint_v1.0_Fix/tp_portal/bipiportals/beaApps/portalApp/tp-shared</local-path>
    <url-pattern>*</url-pattern>
    </virtual-directory-mapping>

    Well, in fact you can in a special case :
    - The file you want to access is in the same directory than the applet (or in a sub-directory)
    If this condition is OK, you can open the file using :
    java.io.InputStream MyInputStream = <YourAppletClassName>.class.getResourceAsStream("sidira_interactif2.svg")
    With this stream, its easy to read the file content.

  • Use of AppSet virtual directory in BPC70MS

    We are running OutlookSoft CPM 4.2 and using appset virtual directory directly.
    The appset virtual directory is created by default in OutlookSoft CPM 4.2.
    For example:
    - Open input schedule through the virtual directory by Workbook.Add method from another input schedule.
    - Save some kinds of data through the virtual directory by Workbook.SaveAs method.
    However, there is no appset virtual directory in BPC 7.0 MS by default.
    Therefore we have created the virtual directory by hand.
    It seems that the virtual directory works fine when the client is Windows XP.
    But there is a problem when the client is Windows Vista.
    When we access the input schedule directly from the virtual directory,
    the authentication dialog box appears for the first time in the Excel session.
    We would like to omit the authentication dialog box because it is annoying for users.
    Does anyone have some idea to solve this problem?

    Using a virtual directory outside of osoft that's means you are not longer into SAP BPC.
    So the authentication in that case it pure IIS authentication.
    IIS authentication is Intergrated Windows authentication (using windows credential for login) or Basic authentication.
    You are using IE for connection to IIS which means you have also security setttings from IE.
    For example you have the setting for security that "prompt always user name and pwd" into IE.
    Tools- Internet Option- Security
    Click what kind of site it is your site: Intranet, or trusted site or Internet. and after that click to Custom Level and go to User Authentication.
    If there is prompt user name and pwd then for sure every time when you will access any site (from coresponding group. Internet, Intranet or trusted sites) you will be always asked to input user name and pwd.
    So first level of authentication for BPC is IE and IIS authetntication. In your case you don't pass this level of authetication.
    I hope this will help.
    Again it is not a good practice to have virtual directory outside of OSOFT. When you will do a transport into other enviroment it will represent again an issue.
    Regards
    Sorin Radulescu

  • Using different templates for the desktop and phone versions of the same blog

    I have a site which was created in Adobe Muse and is hosted on Business Catalyst.
    I have created both a desktop and a phone versions of the site.
    I  want to know how I can integrate the blogs that I  currently have on the desktop site with the phone version that I just did, using different templates for the desktop and phone versions of the same blog. This is in order to ensure that visitors to the blogs on the website are directed to the templates that render correctly for the devices they are using.
    My current approach has been to create both a desktop and phone versions of the blogs. The problem with this however, is that the dates are different and the comments are separated between the two blog versions!
    I  have also tried enabling mobile templates in BC, but still couldn't find a way to specify the mobile versions of the templates for the same blog?
    To recap my problem, I basically  need a solution where the same blog uses different templates for desktop and mobile (both templates use different navigation headings and menu styles)
    Thanks.

    There can be few reason for this, including page contents links or contents used in phone/tablet version.
    Please provide the site url , also try to publish the site as a trial site in Business Catalyst with all layouts which would help to isolate the issue.
    Thanks,
    Sanjit

  • How to nest a WCF service into a virtual directory off the Default Web Site

    I have a service called PdfCreator. I want it installed on my servers in this directory for QA: "Default Web Site/QA/PdfCreator/PdfCreator.svc". I want it installed in this directory for DEV: "Default Web Site/DEV/PdfCreator/PdfCreator.svc".
    If I specify QA/PdfCreator in the project's "Web service virtual directory name" field PB complains about invalid characters (the "/"). Is there any way to get around this? The only work around I can think of is adding "qa" or "dev" as a suffix/prefix to the virtual directory name ("Default Web Site/QAPdfCreator/PdfCreator.svc") which doesn't really give me what I want.
    This isn't a big deal with only a few services but could become one as more are created.
    Thanks,
    Mark
    PB 12.5.2.5006

    Antonio, Thanks! That seems to have worked for Safari. However, we like Firefox too, and I tried to set that up the same way, but was told "can't find a manifest for that app". I wonder if I can copy the Safari list then alter and rename it?
    ...Tom

Maybe you are looking for

  • No wifi access at all on Iphone 4s....button is greyed out.

    Hi there, Im looking for some help with my iphone 4s. I cant access any wifi as the wifi button is greyed out. Any ideas on how to solve this problem would be greatly appreciated. This was not an issue in the past but seems to have stopped working. T

  • Error message: "Unable to load screen : root. ChangeLocation.ChangeLocationStart"

    I paid for & downloaded zagat to go app from handmark & it fails to run on my bb tour. Here is the error message I keep getting on my bb tour - "Unable to load screen :  root. ChangeLocation.ChangeLocationStart".   I've tried everything, including un

  • 3gs screen displaying autorotate lock

    My 3gs screen shows an autorotate screen lock icon beside the battery meter and the screen has stopped rotating and i have tried in vain to unlock it. Please , i love this and would love to have it restored back to normal. I have tried resetting, alm

  • Set one prerequisite as "optional"/"skippable"

    I'm working with ClickOnce and I have a question I can't find on the web. I have set my prerequisites and other options. One of the prerequisite in sql server express, so the app can run some sql script on the local sql server. But I need to make thi

  • This is just annoying but

    Does anyone know why when you receive a call sometimes it says to slide to answer while other times the phone has a green box and a red box that you would just push to answer?