1 Site or 2 Sites?

Hi,
After reading some posts/sheets and that kind of stuff I still got some answers which remains unanswered.
The question below I do not see answered in other posts, they just refer to 2 sites implementation.
First question, what makes two sites two sites and why not one complete site? 
Some info about this
We have a dual datacenter setup with redundant network and hosts are connected to 1 VLAN.
The datacenters are 20 km away from each other and connected via a dark fiber line.
Is this seen as 1 site or 2 sites?
Because if this is seen as 1 site we can have 1 pool accross 2 datacenters.

So, with Lync 2013 for HA you'll want a minimum of 3 servers for proper quorum. Per  http://technet.microsoft.com/en-us/library/gg412996.aspx "We recommend that all your Enterprise
Edition Front End pools include at least three Front End Servers. In Lync Server, the architecture of Front End pools uses a distributed systems model, with each user’s data kept on three Front End servers in the pool.".  You'll also want them evenly
split across the datacenters, so we're talking about 2 in each.  That's a lot of front ends for 250 users.  If HA is critical, that may be an acceptable path if not a touch unsupported.  You will need paired hardware load balancers in each side
for the https portion of this.
Standard edition is exactly like you described, the failover would not be automatic, however it would also not be a big deal.  You could most likely fail over that number of users in 15 mins.   I would go with this path, you'd stay supported,
have less to worry about, and you have a solid supported failover option that can be executed in minutes.
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
SWC Unified Communications

Similar Messages

  • Issue with Internet facing site and Intranet sites

    Hello All,
    I have migrated the SP2013 environment using database attach method for our intranet site. We also working on the
    SP2013 Internet facing site using the same content database as Internet site.
    When I extended the web application for Internet facing site, zone to
    Internet and these are the URLs: The Intranet website URL is
    https://intranet.contoso.com/SitePages/home.aspx (Root Site) and
    SP2013 Internet facing site http://contoso.com (not a root site and publishing site template)
    However, I found on the http://contoso.com users can still access the
    http://contoso.com/SitePages/home with same content as Intranet.
    After done some Google search, bloggers mentioned to have move  https://intranet.contoso.com/SitePages/home.aspx to another site collection so that Internet facing site can exist root site.
    Can 2 we have to two root sites in same web application? I need the content database to be same so that managers can check
    Internet facing site and after signing into SP2013, redirects to
    Internet site.  
    Which is the best option to achieve this with same content database.   
    Please advice.
    Regards,
    Aroh 
    Aroh Shukla

    Business Requirement:
    Content Managers want to control internal Internet site (https://intranet.contoso.com) (with default zone, port 443, Root site) and also want to have SP2013 Internet site (with Internet zone
    http://www.contoso.com (not a root site and publishing site template)), Anonymous access at Web Application level. I configured the site architecture
    to have intranet zone as default zone and extended Web Application for Internet facing site with Anonymous site. This the current site architecture
    Because content managers do not want to duplicate public site (Internet facing site) with will be shared with some lists that are stored in intranet site.
    For e.g. a sub site named “News and Events” will be shared with Public site as well as Internet users. Therefore, if a manger wants to update a list in the public site, it should reflect in intranet site as well. Thus, managers
    don’t want to have separate database but same content database.
    Problem:
    I have extended web application to have different Internet zone, the site URL looks this: http://www.contoso.com/sites/public with publishing template and Anonymous access. Managers want to have public site URL to be just
    http://www.contoso.com and not   http://www.contoso.com/SitePages/Home.aspx. As I am using path based site collection for extending site collection, I am
    getting this URL http://www.contoso.com/SitePages/Home.aspx
    We also tried host named site collection, but it does not provide anonymous access and keep on asking for user credentials.
    Q1: We want to have Intranet and Public site with same content database as per business requirements, Shall I following link       http://sharepoint.stackexchange.com/questions/81172/moving-content-db-for-a-site-collection-to-another-db-server?
    Q2: Because I am constrained that I don’t want to have separate web application, (I know, its not regular requirement), how could achieve this requirements?
    Q3: Do have to completely re-design web site architecture, with
    www.contoso.com as main web application, then copy Intranet site collection and move this to
    www.contoso.com/intranet using
    Move-SPSite command 
    Any kind of pointer and help will be highly appreciated as I am struggling for 2 weeks to solve this.
    Regards,
    Aroh  
    Aroh Shukla

  • Applying theme to all sites in a site collection SharePoint Foundation 2010

    I am working in SharePoint Foundation 2010 and want to apply a theme found in my top level site to all the remaining sites in the site collection.  I found the following bit of code on-line and put it in a script:
    function Apply-SPTheme([string]$SiteUrl, [string]$webName, [string]$themeName)
     $site = new-object Microsoft.SharePoint.SPSite($SiteUrl)
     $web = $Site.OpenWeb($webName)
     $theme = [Microsoft.SharePoint.Utilities.ThmxTheme]::Open($site,"_catatlogs/theme/" + $themeName + ".thmx")
     $theme.ApplyTo($web,$false)
     $web.Update()
     $web.Dispose()
     $site.Dispose()
    Apply-SPTheme "https://sitename" "" "themeName"
    I call the function in the last line and the web site where I obtained the code indicated that this would put the theme in all other sites.  When I run the script I get the follwing message:
    You cannot call a method on a null-valued expression. At C:\applyTheme.ps1(the script file):6 char:16
    $theme.ApplyTo <<<< <$web,$false>
    +CategoryInfo: InvalidOperation: (ApplyTo:String) [], RuntimeException
    +FullyQualifiedErrorId:InvokeMethodOnNull
    I'm a novice programmer and particularly novice on Powershell. I'm not sure I understand what the problem is or how to fix it.
    I'd appreciate any help.

    I highly recommend going back to the SharePoint 2010 site and going through all of the fundamentals.  If yo allocate an hour a day you should be caught up in two weeks.  This will save you hundreds of hours of fishing for solutions.
    SharePoint is far too complex to be "guessed" at.  You will never guess at its structure. Going through the basics from the ground up will burn the structure of its design into you head.  You will then be able to find answers quickly because you
    will know the documentation and how to ask the questions.
    If you are only a basic Admin then your company should allow the vendor to either do the configurations or pay for you to be trained or compensate you to use your personal time for training.  It would be a win for them.
    There are many very good books on SharePoint and PowerShell.  They are only good if you already have the basics of both.  One that I acquired recently is quite good at you level of involvement as it is a cookbook of solutions in PowerShell for
    normal configuration and administration items that goes beyond what is available on the web site or in the basic training.
    http://www.wrox.com/WileyCDA/WroxTitle/productCd-0470533331.html
    I actually have the 2013 version but you should stick to the 2010 version until you are up to speed.  I bought 2013 as a catch up.  Read it over two long dinners of
    Sushi and Sake.
    The books run the gamut of SP from planning to admin.  They are not technical manuals and not developer books.  They are written for general administration,  You will read through quickly and then refer back to chapters as needed.  As
    your SP site evolves the book will help you evolve with it.
    Start by becoming extremely familiar with all of the resources on the SharePoint 2010 product site.  Post future requests that are SharePoint related to the SP forums.  They are very good with PowerShell at this time (three versions but they seem
    to have caught up) - They know the product better than most here and are closer to the MS MVPs on SharePoint.  If there is a pure PowerShell issue then the people in this forum can very helpful,
    Here are all of the SharePoint forums:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/home?filter=alltypes&sort=lastpostdesc&brandIgnore=true
    ¯\_(ツ)_/¯

  • Is it possible to show a 'My Activity' web part on a SharePoint site if 'My Sites' is not available?

    Is it possible to show a 'My Activity' web part on a SharePoint site if 'My Sites' is not available?
    For example, say there's a SharePoint installation dedicated to particular (custom) SharePoint site. The users go to the site to carry out their tasks. There's no 'My Site' set up in this installation (and for other reasons I'm told it's not an option).
    Is it possible to show a web part here that shows the user's recent activity? The built-in web part for this fails with the error 'Invalid URI: The URI is empty', and the details of it appear to say it's looking for the user's My Site to find out what to show:
    SPMicrofeedContext.SetMySiteHostForContext failed System.UriFormatException: Invalid URI: The URI is empty.     at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)     at Microsoft.Office.Server.Microfeed.SPMicrofeedContext.SetMySiteHostForContext()
    So, while I'd be happy to write a web part (or app part) to display the information instead of using the default part, I'm not sure SharePoint is even storing the activity in a way I can access.
    Some pages like the following: http://sharepointmystery.com/2012/07/22/activity-feeds-in-sharepoint-2013/ make me think it won't be possible - it says: 'The major change from 2010 is that all the [activity] content is stored in the user’s personal site, not
    in a common database.'
    Are activity feeds dependent on 'My Sites' or is there a way to access the information when 'My Sites' is not present in the deployment? I can't find a definitive answer in Microsoft's documentation.

    To clarify, do you have the User Profile Service (including MySite Host) up and running on this environment? That's subtley different to the full MySite experience which is clearly not applicable...
    Interesting question - thanks for that. Until now I didn't realise there was a difference.
    The User Profile Service is up and running, but no MySite Host is set. (I don't believe MySite will be available anywhere here. I guess that means there's no valid MySite Host for me to use.)
    Many thanks,
        Geoff

  • HT1918 I am trying to update my billing information and it sent me to this site. This site is not telling me what to do.

    I am trying to update my billing information and it sent me to this site. This site is not telling me what to do.

    on ios device go to settings - itunes app stores - click on your apple id - select view apple id- and then enter password. - your billing info is in the account window. 
    on computer open itunes - go to itunes store - either sign in - or click apple id - view apple id - enter password - billing info under account window

  • Safari (3.0.4) on Mac OS 10.4.11 has started quitting when viewing news and weather sites - not all sites, not the same sites every time.

    Safari (3.0.4) on Mac OS 10.4.11 has started quitting when viewing news and weather sites - not all sites, not the same sites every day. Help?

    Hi Gary...
    I see you are running v10.4.11 and you have updated Safari but make certain all the system software is up to date by clicking your Apple menu / Software Update.
    If everything is up to date, try resetting Safari from the menu bar.
    Select the top 7 buttons, click Reset.
    Restart your Mac. Launch Safari. Try several of the sites you mentioned.
    has started quitting
    If resetting didn't help, post a crash report.
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Copy/paste the entire contents of the Crash Reporter window into your reply. If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.

  • How to show rss from other sites on my site?

    how to show rss from other sites on my site?
    i'd like to have a window on my site that shows rss from
    another site
    (their content in a window on my site)
    thanks
    lenny

    What version of DW do you have. The later versions have RSS
    script generators (I believe) for consuming feeds. Otherwise, you
    can use 3rd party sites to generate the code, or you can use a
    server side scripting language to consume the feeds.

  • How to add all site activity to site Newsfeed

    Hi,
    After extensive search and research (and a number of dead ends) I am coming up empty handed on any info re: how to expand the functionality of Newsfeed within Sharepoint.
    My goal is to create a Newsfeed that includes more activity than just what a user has explicitly followed.  Optimally, I would like to have a site Newsfeed that includes entries for all activity on the site.  Users could then directly access the
    item that was added, edited, or commented on to view all the details and add their own contributions.  This would look very similar to a Basecamp style project feed that includes all ongoing information on the project.
    Eventually I would like users to be able to sort the activity by activity type (e.g. view all document related activity, or all activity pertaining to a particular list) but a master feed would be a great place to start.
    This blog post is the closest I've found to what I'd like to do, but the author did not finish the series.
    http://styledpoint.com/blog/sharepoint-2013-and-the-missing-web-activity-stream-part-01/
    Does anyone here either a) know how to modify a site Newsfeed to operate in this way or b) know of any tutorials describing how?
    All help is greatly appreciated.
    Brock

    Hi Brock,
    According to your description, my understanding is that you want to show the latest updates or activities regarding your SharePoint site.
    I recommend to download the Site Activity Stream web part to achieve this goal.
    Site Activity Stream provides a comprehensive overview of all the latest updates regarding your SharePoint Sites and the sites you are following. For this reason you get an instant update on all important changes you are involved in.
    More information are provided in the links below:
    http://www.queport.com/site-activity-stream/
    http://office.microsoft.com/en-us/store/site-activity-stream-WA104141088.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Is it possible to publish one site to mac site and another site to a school

    I have an "About me" page which I wish students to have access to - but I don't want them to have access to the rest of my site - can I publish either just the "about me" page to a different school server or can I create a new site with just an about me page and publish that site to my school server and my personal site to mac site?

    Yes.
    The easiest way is to use separate domain.sites2 files. There are several sites that offer instructions for doing this. One is Apnewbie's Site Separation help page.
    kabing

  • .Mac "Start Site" not the top site in iWeb site organizer

    My first iWeb site I created is for my family stuff. Mildly personal.
    My next one will be more friends/work.
    But, when I test out the iweb help entry that says the top site in the site organizer is/will be the start site, it does not hold true when I publish them.
    The help says:
    Your start site is the one that opens when you type this URL (address) into a browser (don't type the brackets):
    http://web.mac.com/[YourMemberName]
    To change your start site:
    Drag the site you want to be the start site so that it appears first in the site organizer.
    But, after I publish, the start site is still the old start site. Is this a timing/web cache issue? Or, bug? Or, how can one fix this?

    It could be a cache issue, but I think this is less likely. Never hurts to emtpy your browser cache though. I have seen one other person who's sites are stuck like this. Couldn't tell you why. She is stuck using the long URLs to specify each site. Maybe this is a bug in iWeb. I don't know.
    But here are some things you could try...switch the order of your sites again in the Site Organizer, publish, switch them back and republish. Or you might try a "Publish ALL to .Mac".
    The object here is to get iWeb to generate new index.html files that redirect to your choice of a start page. For a little background, if you look in your iDisk inside the Web folder. There is a folder called Sites. Inside Sites, there is a folder called iWeb. Inside the iWeb folder you will see the first of two redirection index.html files. This first one is what allows the short URL to work...
    http://web.mac.com/yourname/
    Now if you open up the site folder inside the iWeb folder, you will see another index.html file among all the other files there. This is the second index.html file that redirects to the same start page as the first. This allows the "long" URL to be used...
    http://web.mac.com/yourname/iWeb/sitefolder/
    I have seen situations where either one of these index.html files have not been generated or altered to reflect changes in the Site Organizer...usually the outer index.html file inside the iWeb folder. So anything that you can do to make iWeb publish new files should work....changing the order of your sites, erasing the files from your iDisk and republishing, changing the names of your sites, doing a Publish ALL. Try these things and see if your problem isn't resolved...
    If you have found any of this information to be useful to you, please take the time to provide me with feedback by marking my reply as "solved" or "helpful" using those little buttons that you see in the title bar of this reply. I'd really appreciate it!

  • Performance Tunning and Optimization in Site Studio based sites.

    Hi all,
    I am hosting a site studio based site but performance test number are not encouragin. I have made sure not execute lots of service. I am using LoadRunner for performance evaluation.
    Can some body please share with me the Performance strategy they are using, the general guidelines for performance improvement. It will help me a lot.
    thanks in advance and regards,
    swapnil

    You could setup a cache server.. Id recommend looking into squid! :)
    http://www.squid-cache.org/
    Here is a guide to optimising UCM
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/admin/performance_tuning_10en.pdf

  • Exchange 2010 Free busy not working from remote site to main site "exception message is: Could not find a base address"

    Hi all , I have an exchange 2010 SP 2 environment with 2 sites , the remote site FL free busy has NEVER worked and I get this error on the remote site , is this related ?
    thanks 
    Log Name:      Application
    Source:        System.ServiceModel 3.0.0.0
    Date:         :
    Event ID:      3
    Task Category: WebHost
    Level:         Error
    Keywords:      Classic
    User:          SYSTEM
    Computer:      FL-CAS1.WOMBAT.LOCAL
    free bust works from WITHIN the remote (FL ) site , but NEVER to the main (WASH) site , it has Never worked ,I am thing that this error is related
    thanks I have no idea how to fix 
    Description:
    WebHost failed to process a request.
    Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/17256489
    Exception: System.ServiceModel.ServiceActivationException:
    The service '/EWS/exchange.asmx' cannot be activated due to an exception during compilation.  The exception message is: Could not find a base address that matches scheme http for the endpoint with binding CustomBinding. Registered base address schemes
    are [https].. ---> System.InvalidOperationException:
    Could not find a base address that matches scheme http for the endpoint with binding
    ++++

    Hi 
    This issue could be with corruption in  Autodiscover and web services virtual directory 
    Replace Web.config file for Autodiscover and web services virtual directory from the other working site
    Delete and Recreate  Autodiscover and web services virtual directory 
    Do this only  on the affected site 
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • SMS Agent Host Service requirement for Site Server or Site Systems

    Is the SCCM Client a requirement on the SCCM 2012 Site Server or Site Systems or is it possible to disable SMS Agent Host Service or uninstall the client without affecting any of the Site roles? I have actually done that and everything
    is working as expected but I wanted to make sure that none of the site roles are dependent on the client agent.   

    Hi,
    Only need to install client when you want to manage the servers by Configuration Manager client.
    Best Regards,
    Joyce Li
    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.

  • Need script to automate creation of AD sites,subnets and site links

    Hello,
    I have a requirement to create hundreds of sites and thousands of subnets in AD and also site links. I have an excel file with the details. 
    Can somebody help me with a vbscript/powershell script to automate this and create all the AD sites, subnets and site links
    Any help will be highly appreciated.
    BR,

    Hi AD-learner,
    As Santhosh said, you can get the scripts from the Script Center.
    I have made a quick search for you on the scripts for importing AD sites, subnets and site links.
    Checkout the below link on the powershell scripts to import, 
    AD Sites from a CSV file
    AD Subnets from a CSV file
    AD Site links from a CSV file
    Regards,
    Gopi
    www.jijitechnologies.com

  • Sites gone from site list in DW8

    Hey All-
    So, I did some searching on the issue, there seem to be a lot of people with similar issues throughout the years, but as far as I can tell, no real solutions provided.
    The issue I am having is that everytime I Launch Dreamweaver 8, all of my sites my Managed Sites list are gone. I am currently running this on Mac OS X using a Trial (trying to see if its worth upgrading from an older versions).
    So, I have a couple of questions on this issue:
    1. Might the issue be related to the fact that I'm using the Trial version (I couldn't find any mention of this in the Trial info)?
    2. Has anyone found a solution to this issue (I don't consider the Export / Import option a "proper" solution)?
    3. Is Adobe even aware of this issue?
    I have used many versions of Dreamweaver throughout the years and I have never encountered an issue like this, and it concerns me a little as to what other issues I may encounter with this tool.
    Any help or feedback is greatly appreciated.

    The issue I am having is that everytime I Launch Dreamweaver 8, all of my sites my Managed Sites list are gone. I am currently running this on Mac OS X using a Trial (trying to see if its worth upgrading from an older versions).
    So, I have a couple of questions on this issue:
    1. Might the issue be related to the fact that I'm using the Trial version (I couldn't find any mention of this in the Trial info)?
    2. Has anyone found a solution to this issue (I don't consider the Export / Import option a "proper" solution)?
    3. Is Adobe even aware of this issue?
    If you still have Dreamweaver 7 (MX 2004) installed, then Dreamweaver 8 should migrate the Site definitions forward. It doesn't matter if it's a trial or not.
    If that's not working, I suggest shutting down DW8, deleting the General Preferences and User Configuration folder. This re-trigger the Site migration code the next time you start DW8.
    If that doesn't work, then the Export / Import option is the best solution. And it's always a good idea to have backup copies of your Site defintions.
    Regards,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

Maybe you are looking for

  • Calling a stored procedure from Reports

    I am trying to call a stored procedure using oracle reports in the afterparameter code. My code is: v_ain := sp_get_ain(:P_session_id); Can someone help me out by telling what is wrong. I keep getting an error stating that sp_get_ain needs to be decl

  • Plug in not updating even when downloaded

    The Plugin Check is telling me that "Adobe Acrobat - Adobe PDF Plug-In For Firefox and Netscape 10.0.1" is outdated. I update it (closing Firefox before doing so). The Plugin Check still tells me it's outdated. Am I missing a step to update the plugi

  • Recommended mobile terminal for CalDav/SyncML

    Hi all, I was looking for a document (if any) reporting a compatibilty matrix between the different mobile phones (e.g. Nokia, Blackberry, Iphone) and their REAL (and I mean REAL) compatibility with the main functions that CalDav and SyncML protocols

  • How get the phone number of my hotspot so I can get a My Verizon account

    I have a Samsung SCH-LC11.  I do not have any Verizon cell phones.  I want/need my hotspot's cell phone number so I can sign up for My Verizon and monitor data usage of my hotspot.

  • Forms Central- I need to add my logo

    I am trying to make a fillable PDF with my logo at the top, when I export to PDF the logo(jpeg) disappears?