Looking for an odd SP 2013 farm configuration

I am in the process of setting up a proof of concept 2013 farm,
to determine issues such as:
1. what steps are needed to create the farm?
2. what steps are needed to move data from 2010 to 2013?
3. what steps are needed to make 2013's social networking features available?
One of the unique things that is being considered is this. Management has asked that we bring over the SP 2010 content, but keep the SP 2010 interface, not SP 2013. That is, the 2010 ribbon should remain as the user interface. The environment that the content is used should remain in the SP 2013 "SP 2010 compatibility" mode. We should continue using NTLM as the authentication protocol.Basically, run the content as if it were SP 2010, only on the SP 2013 server.
I have installed the pre-request, 2013 binaries, SP 1 and july 2014 cumulative updates to a new server.
I have completed the configuration wizard.
I am trying to determine what steps I need to take so that I can create a SP 2013 "farm" that is using the SP 2010 functions and features.
Also, when we do this, will we be able to turn on SP 2013 social features (at least on new site collections), or will the decisions to keep NTLM authentication, etc. make that difficult?
I am looking for ideas on how to proceed. I have read a lot of TechNet but have notfound anything on these topics.Thank you for your ideas.

If you do a standard Database Attach upgrade to your new 2013 farm the site collections that come across will all be in 2010 mode.  If you don't let site collection administrator's update their site collections then the 2010 mode will be maintained.
 But if you do that then you will also be limited to the 2010 feature set.  You will not have access to the new 2013 social functionality.  New site collections can also be created in 2010 mode using a dropdown when they are created.  Here's
a site that has information on how to upgrade from 2010 to 2013.
But I really don't recommend running in 2010 mode for an extended length of time.  The feature set will be limited and upgrading to the next version or service pack will be even more difficult.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.

Similar Messages

  • Looking for an elegant dual monitor auto-configure solution (SOLVED)

    I am currently using XFCE becuase Gnome and KDE are both too heavy for my weak little laptop with intel onboard graphics.  The number one thing I miss is auto-detect and configuration when I plug or unplug my monitor.
    I can't find anything that works automatically in an elegant way, the only thing I can do is poll the system every second.  There appears to be a way to make a udev rule but that is a little bit out of my depth.
    My current solution is below, does anybody have a suggestion for something more elegant?  It would be awesome if there was something in the AUR.
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    dmode="$(cat /sys/class/drm/card0-VGA-1/status)"
    export DISPLAY=:0
    export XAUTHORITY=~/.Xauthority
    # actual script
    while true
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    else /usr/bin/xrandr --auto
    fi
    sleep 1s
    done
    SOLVED using inotify see below and thanks for all the help
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    # http://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes/181543#181543
    export MONITOR2=/sys/class/drm/card0-VGA-1/status
    while inotifywait -e modify,create,delete,open,close,close_write,access $MONITOR2;
    dmode="$(cat $MONITOR2)"
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    echo "${dmode}"
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    echo "${dmode}"
    else /usr/bin/xrandr --auto
    echo "${dmode}"
    fi
    done
    Last edited by originalsurfmex (2013-10-28 20:51:45)

    Thanks very much for pointing me to inotify.  This is exactly the type of solution I was looking for!  I wasn't too excited about creating some udev tool.  Here is the script using inotify:
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    # http://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes/181543#181543
    export MONITOR2=/sys/class/drm/card0-VGA-1/status
    while inotifywait -e modify,create,delete,open,close,close_write,access $MONITOR2;
    dmode="$(cat $MONITOR2)"
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    echo "${dmode}"
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    echo "${dmode}"
    else /usr/bin/xrandr --auto
    echo "${dmode}"
    fi
    done
    I am marking this as solved.  If you have more critique or suggestions I'd be open to improve the script.

  • Looking for Workflow Service URL in RAR Configuration

    We are configuring RAR and are at Workflow step.
    Workflow contains four sections:
    1. Risk maintenance
    2. Mitigation Control Maitenance
    3. Mitigation
    4. Workflow Service URL.
    We are stuck at the fourth step, Workflow Service URL (This Web service URL is used to submit workflow requests to Compliant User Provisioning) and are not able to trace the URL in configuration guide.
    Can anyone help me in providing the link for the URL
    Regards-
    Shubhi

    Hi,
    It's correct that the WS is the same for both 5.2 and 5.3.
    You can get the URL by opening http://host:port/wsnavigator.
    Expand AEWFRequestSubmissionService_5_2 and click on document.
    //Vit

  • Looking for the list of maintaining and configuring tasks on Core switch.

    I have some experiences DMS switches, things like setting up zone, alias, zoneset etc, but never have any experiences on core switches or something between core and edge switches since the SAN environment here has not reached that scale.
    Would you please list those tasks that needs to be done in daily maintenance, and required configurations? or some related documents? including those on core switches or something between core and edge switches?
    Thank you very much for your ideas.

    Hello ciscomagic1,
    The definition of core and edge swicthes in a FC architecture is related the topology point of view.
    The core could be NPIV enabled switche and all edges running as NPV mode.
    Also the core could be the switch that will make the translation of FC to another protocol as FCoE, FCIP or iSCSI and should be licensed to those protocols.
    Normally the core is the more centralized switch in the entire fabric, with more backplane capacity, redundancy and high port density. Of course this is not a rule at all.
    Essentially the core and edge switches can perform the same tasks and have the same functionality, the point is how them will be better availed in a design.

  • Deploying Project Server 2013 to an Existing SharePoint 2013 Farm

    We recently deployed the following for our new SharePoint 2013 farm:
    2 SQL server (alwaysOn config)
    2 application servers
    2 WFE
    1 SQL for Dedicated Search
    2 WFE for Dedicated Search
    2 Applications Servers for Dedicated Search.
    After purchasing a company that uses Project 2013 heavily we are now looking at deploying Project 2013 using our new 2013 SharePoint farm.  My question is what is the recommended additional servers that would needed to be deployed to the existing farm?
    Thanks,
    Ric

    Ric,
    It really depends on what your current dataset is, and what the load on your SharePoint Server/Project Server.  Technically, Project Server can just sit on top of your WFE and App Servers for SharePoint. You do not need a complete separate server group
    for Project Server alone, unless there is a special reason to do so.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Looking for an ESS/MSS training in Banglore

    Hello experts,
       I'm looking for a training in ESS/MSS configuration in a short term basis, either in a batch or individual program, my preferred location is Banglore, If any Institutions/Personal trainers for the same pls let me know, reply to my mail id: [email protected], also inviting any ESS/MSS configuration documents

    i sent u the documents

  • What are the best practices for audit report for SharePoint 2013 farm ?

    Hello,
    I am looking for the best practices for audit reporting in SharePoint 2013 farm.Can anyone please provide me checklist/tools/guidelines on same ?
    your help will be much appreciated.
    Thanks and Regards,
    Dipti Chhatrapati

    This is quite open ended question. A sharepoint farm should be well maintained as per :
    1. Microsoft's recommendations on : Topology, Hardware and Software requirements, Operational procedures and most important Capacity guidelines:
    http://technet.microsoft.com/en-us/library/ff758645(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx
    2. Organisation's IT policies and procedures : Farm Configuration, Workload and monitoring
    http://technet.microsoft.com/en-us/library/ff758658(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ee748651(v=office.15).aspx
    3. Industry best practices
    I would suggest to start thinking over these lines and create a plan for your Sharepoint farm.
    You can then create powershell scripts to run these reports at certain frequency to find the changes, any deviation from the standard and health of the entire farm.
    Hope this helps!!
    I LOVE MS..... Thanks and Regards, Kshitiz (Posting is provided "AS IS" with no warranties, and confers no rights.)

  • SharePoint 2013 "Help Menu" not working (Sorry, the page you're looking for can't be found)

    The Built in SharePoint 2013 Help Menu (?) on our Enterprise Farm for both the sites and Central
    Admin does not work.
    On Central Admin help the error comes back as: "Sorry, the page you're looking for can't be found".
    The site collections Help menu gets the error :
    "Unfortunately, help seems to be broken...
    There aren't any help collections in the current language for the site you're using."
    We have installed on all servers in the farm:
    December 9, 2014 Cumulative Update for SharePoint Server 2013 package (build 15.0.4675.1000)
    as well as the latest SharePoint update KB2768001 1/15/2013.
    I have checked:
    Get-SPHelpCollection
    Title                                                                                              
    Name
    SharePoint Help                                                                                    
    WSSEndUser.1033.15
    SharePoint Foundation 2010                                                                         
    WSSEndUser.1033.12
    Central Administration Help                                                                        
    WSSCentralAdmin.1033.15
    SharePoint Server 2010                                                                             
    OSSEndUser.1033.12
    SharePoint Help                                                                                    
    OSSEndUser.1033.15
    SharePoint Foundation 2010 Central Administration                                                  
    WSSCentralAdmin.1033.12
    Teacher Help                                                                                       
    EDUTEACHER.1033.15
    Central Administration Help                                                                        
    OSSCentralAdmin.1033.15
    Student Help                                                                                       
    EDUSTUDENT.1033.15
    SharePoint Server 2010 Central Administration                                                      
    OSSCentralAdmin.1033.12
    PerformancePoint Dashboard Designer 2010 Help and How-to                                           
    DashboardDesigner.1033.12
    The URL for the site collections is https://servername...../_layouts/15/help.aspx?Lcid=1033&Key=HelpHome&ShowNav=true
    We are only using Default English (US) language packs.
    In the directory of
    Directory of C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\HCCab\1033
    there are cab files.
    There are no pending upgrades on any SharePoint or SQL server, all other SharePoint components are working
    normally.
    Any ideas or suggestions?
    Thanks.
    John
        

    I'm interested in getting the local help to work while this is offline, I saw the following in an article, did you do this and it still does not work for you?
    "However the help won’t show up in
    SharePoint 2013 sites. You need to change the Help Collection item property SharePoint
    Version to15 to
    make it work."

  • NLB for SharePoint 2013 farm ?

    Hello All,
    I have a very simple three-tier SharePoint 2013 farm which its architecture consists of: (1 DB Server, 1 Application Server, and 1 Web Front-End Server) which all are running on Windows Server 2008 R2.
    I now need to add another (Second) Web Front End server.
    Steps that I know:
    A) Following the installation instructions on: (http://technet.microsoft.com/en-us/library/cc261752(v=office.15).aspx), especially: Connect to a server farm page: Connect to an existing server farm.
    B) Question-1: After completing the installation steps, Should I run the SharePoint 2013 Products Configuration Wizard on the Application server (The server that hosts Central Administration)? Or, No need to do so?
    After that, I will have 2 Web Front-End servers, and I will need to configure load balancing. I found some articles to set up load balancing on a SharePoint farm using the OOTB Windows Server network load balancing (NLB) feature.
    Question-2: Is this adequate and powerful enough? Or, Do you recommend any other third NLB solutions (Reasonable price)?
    Thank you !

    You do not need to run the Config Wizard on the App server. Windows NLB isn't great. It doesn't know about service status (e.g. if IIS is up or not), but it will 'do the job' for a few hundred to low thousands of users. Load balancer appliances are not
    necessarily cheap, but BigIP products are popular.
    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.

  • Exchange 2013 in coexistence with 2010, Outlook keep looking for Exchange 2010 server slow connection

    All,
    not sure if this topic has already answered, but can't find anything around.
    Here's the scenario. Migrating from a single Exchange 2010 to a cluster of 2 + 1 Exchange 2013. Two in a site, One in the other site (DC).
    I have migrated successfully a firsat batch of users. Mail flow works perfectly. The only thing is that often the migrated users are experiencing a long time (about 30 minutes) to get their Outlook syncronized. Both OL 2010 and 2013 doesn't make any difference.
    They're using OL Anywhere, and I've already tried to rebuild the profile.
    From a check on the OL connection status, looks like they're still looking for something on EX2010, but no idea what could be. If I disable the cache mode it works smooth and quick.
    My best guess is that is something in cache they're trying to keep updated... but still this doesn't explain the huge delay.
    Any help would be highly appreciated!
    Thanks!

    Hi Alessandro,
    What happens in OWA? I guess it should be good.
    Did you have public folders with Exchange 2010? Were they moved over to Exch 2013? Technically you should move the PF to the latest version from the legacy version before moving over the users?
    - Moved the PF to OL2013. same behaviour
    May be the outlook clients are looking for th OAB? Did you move the OAB to Exchange 2013?
    - Did this too.
    Try running outlook on safe mode and see what happens? may be one of the outlook add-in's are looking for something on Exchange 2010?
    - Will try that....
    Can you do a Test Email Auto Configuration in outlook (Hold CNTRL key and right click on outlook icon on status bar) and see if the exchange url's are pointed to Exch 2013?
    - Will try that....
    Is this happening to all migrated users or specific? Are they BlackBerry users?
    - All users and there are no BB users
    Do you have any archived emails on those migrated users? May be outlook is looking for some archived stuff on the Exch 2010 side?
    - I instructed Exchange to migrate also the archiving database, however There are no archived mailbox on 2010
    Could this be because of any calendar entries? May be migrated user mailboxes are having issues with working with non-migrated mailbox calendars?
    - This maybe a possibility. I have only 10 users actively using Exchange, while all others have the mailboxes only because they've Lync. I've completed all migrations today, so there shouldn't be anything left on 2010
    Let me know how it went - all the best!
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. Regards, Siva

  • Office 365 Home Premium (2013) vs Excel Standalone (2013) - Looking for Power Pivot

    Hi I have read a few comments here on this site but still have a question about the topic.
    I currently have an OEM Office 365 Home Premium with Excel 2013 in it but no power pivot available. My objective is to get Power Pivot. Can anyone advise how can I do that? I installed my Office 365 using Click-To-Run so I don't think this allows me to disable
    any specific application e.g. Excel 2013 that's bundled with the rest of Office 365 I purchased.
    I heard that Excel 2013 Standalone can be bought and downloaded and it does come with power pivot add in. Is this true? If so can I buy the Excel 2013 standalone then run it side by side with the Office 365 Home Premium I have now installed or
    will it clash and have issues when used together ?
    MS official sites say you can only get the power pivot as add in if you purchase Office 365 Plus. I'm a bit confused. If that is true does it mean the Excel Standalone has no power pivot available?
    Thanks and I'm looking for any seasoned user who can share their experience using Excel 2013 standalones or users with 365 having version 15.0.4649.1001
    Thanks - Felix  

    Hi,
    Power Pivot are available in the Office Professional Plus and Office 365 Professional Plus editions, and
    in the standalone edition of Excel.
    http://office.microsoft.com/en-us/excel-help/start-power-pivot-in-microsoft-excel-2013-add-in-HA102837097.aspx
    Then, please note the following thing when you install Office 365 and other Office version side by side.
    As you said, Office 365 usually uses Click to Run version(C2R), and Office 2013 MSI on a system with Office 365 (Click to Run) is NOT supported, thus, we need to install the C2R version of Excel 2013 standalone edition.
    Quote From:
    http://social.technet.microsoft.com/Forums/en-US/7cd0edc4-36fc-4553-9b6c-f27078005686/deploying-office-365-pro-plus-on-systems-with-existing-office-2010-2013-installations?forum=officeitpro
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).

    Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).
    Problem - SFDC does not create cases from emails that have more than 10 MB of attachments. Our clients will not go-live if their clients cannot send in emails with attachments over 10 MBs
    Potential resolution - Configure MS exchange to strip off the attachments(if over 10 MB) and store it in a public folder, forward the email to Salesforce (so the case gets created or the email
    is associated to an existing case), the client should have some way to know if the attachments were stripped off and should be able to dlownload the attachments and continue with case resolution.
    Any help is appreicated!
    Thanks

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Im looking for some assistance in configuring our wireles...

    Im looking for some assistance in configuring our wireless router to allow remote connections into it.. and then from there access any of the 5 computers on our network. I dont have the model number with me now, but just want to know where to start....
    Goal=== to allow me to access our remote locations network and access / vnc into our 5 terminals...
    I just need to know how i can configure the router to allow outside connections and then from there connect to our other machines via VNC...
    Any suggestions on where to start with this?

    in order to access the router remotely , you need to enable remote management on the router and to access the terminals using VNC .. you need to open the ports used by VNC ..

  • Configuring an Environment for Apps in SharePoint 2013 (on premesis)

    Hi,
    I have tried to create an environment for apps in SharePoint 2013.
    I have tried the followed steps:
    Create a new DNS Domain and mapped the Domain for the machine which the SharePoint 2013 Server was installed.
    I started Microsoft SharePoint Foundation Subscription Settings Service SharePoint
    server.
    I started the App Management Services in SharePoint server.
    I have configured the App url in the App catalog
    I have created the new App catalog site
    Using App for SharePoint. I got my app setting there i Can trust the app,
    The main Issue is I cant able to add the app while adding the app i am getting "Sorry Something went wrong" i have tried to troubleshoot the
    error in log file and event log i could not able to fine any errors as noticed on that.T
    Please suggest me to configure using .app file i need to configure an apps into our on premises.
    Thank you. 

    yes i changed my vm and tried i have struggling in these steps now
    I have stared the two service in manage server application
    App Management service
    Microsoft SharePoint Foundation Subscription Settings Service
    I have created the subscription Setting services through Power shell command successfully.
    $account = Get-SPManagedAccount <domain/user>
    $appPoolSubSvc = New-SPServiceApplicationPool -Name SettingsServiceAppPool -Account $account
    $appSubSvc = New-SPSubscriptionSettingsServiceApplication -ApplicationPool $appPoolSubSvc -Name SettingsServiceApp -DatabaseName SettingsServiceChauTeamDB
    $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $appSubSvc
    And i have checked that the services are started in the managed services application, it started succesfully
    As result when clicking  APPS  >> Configure APP URL  
    Please help me to add a Domain name and 

  • Microsoft Exchange 2013 eDiscovery - specific search query: looking for specific hyperlinks within e-mails content/body

    Dear all:
    I am currently using the MS Exchange 2013 eDiscovery feature with the objective to identify which of my users have received emails containing specific hyperlinks (e.g. http://website1/webroot/file.zip, http://website2/webroot/file.zip, etc.) from an unknown
    sender.
    To this end, I have been creating an eDiscovery on-hold case looking for a specific search criteria in all mailboxes.
    As the search criteria, I have tried many options but was unable to obtain satisfying results: I know I am missing some e-mails from this specific search (I checked manually). I have notably tried the following search queries (with and without the body:
    search operator, with and without double quotes, etc.)
    body:http://website1/* OR body:http://website2/*
    body:"http://website1/*" OR body:"http://website2/*"
    body:"website1*" OR body:"website2*"
    body:"*website1*" OR body:"*website2*"
    When replaying these queries on my local Outlook client, everything works fine and I get results as expected.
    However, when going through the ECP eDiscovery feature, I am missing some results.
    Therefore, I am looking for any advice on what Exchange eDiscovery KQL query I should use to identify all emails containing, in their message body, a list of specific hyperlinks/URLs.
    Many thanks in advance for your help.
    S.

    Alas I do not know the answer to resolution via ECP and like you I have found it to be a bit maddening to use ECP for discovery tests Ive done when comparing results with our DigiScope product.  I know we can accomplish what your looking to do via Regular
    Expression but again that's with a 3rd party tool. 
    One thought is I suppose it could be an indexing issue with the DB, so perhaps rebuilding the index would help?
    If you do get it working I would love to know the resolution since many of my tests with ECP have left me yelling at the screen.  When its works its cool when not well...
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003
    --> 2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

Maybe you are looking for

  • Bullet chart in WEBI 4.0

    Hi, I believe that it is possible to create bullet chart type in WEBI 4.0. As far as I remember it was covered in one of the Better BOBJ webinars run by EVtechnologies. I can't remember how it's done and I couldn't  find any instructions. The only in

  • Problem using c:forEach

    I'm having a problem using c:forEach. Eclipse is telling me the problem is with the items parameter, and for the life of me, I cannot see why, since I could swear forEach uses an items parameter. Here is my code and the exception report. Can anyone p

  • Bluetooth Headset only works for iTunes not in web browser?

    I've recently upgraded to Snow Leopard. I've reconnected both of my Plantronics Headsets and have been able to use them with iTunes. Today I wanted to watch some shows on Hulu, and while the bluetooth "appears" to be connected, when I select Use Plan

  • How to use Archivelink in Web dynpro?

    I want to add some upload and download function on my website.How should I  realize these functions?How to built some connection between an database's attribute and an Archivelink file?

  • Mail Crashing Outlook When Recipients Reply

    I use 10.6.8.on a MacBook Pro. I have had a number of people tell me the Outlook crashes or freezes when respondiing to my emails. Can anyone help with with this?