LocalDirector Server Farm Communication

We are utilizing a Localdirector for load balancing several server farms. Some of which need to communicate amongst themselves using the virtual address. For instance, if real servers A and B have a virtual address AB and real servers C and D have a virtual address CD. We have a need for either real server A or B to talk to the virtual CD. Can the localdirector accomplish this with a single interface, or do we need to segment these servers on a switch and use multiple interfaces on the localdirector?
Thanks

Topology is the key here. Depending on who needs to access the virtual is the most important aspect of this type of configuration. If a client from the Internet needs to hit virtual AB, then real server A or B needs to communicate with virtual CD, this can be accomplished by simply placing the real servers C and D on the Internet side of the LD. For instance, client comes through ethernet 0 hits virtual AB and gets load balanced to server B off of ethernet 1. Server B initiates a separate connection to virtual CD and comes through ethernet 1and gets load balanced to server C. Server C responds back through the LD to server B. Server B then responds back to the client.
The above description is typical of web servers being servers A and B and database servers being C and D. If Internet clients need to hit both virtuals AB and CD then this configuration will not work.
If Internet clients need to hit both virtuals AND the each pair of real servers need to hit the other's virtual then you will need to use 3 interfaces of the LD. One for the Internet or client side, one for real servers A and B, and one for real servers C and D.
I hope this helps.
Best regards,
Chip Schneider
Cisco TAC

Similar Messages

  • Is video conferencing and real-time communication available in an on-premise Sharepoint 2013 Server farm?

    Hello Community
        In a Sharepoint 2013 Server on-premise server farm
    is there a way to provide video conferencing and a form of
    real-time communication even taking into consideration
    using Yammer?
        Thank you
        Shabeaut

    Hello Alex Brassington
        Is there a way to embed/make accessible Lync server's audio/video conferencing functionality
    into a SharePoint 2013 Server farm intranet site?
        Shabeaut

  • SP 2013 - Error: This operation can be performed only on a computer that is joined to a server farm

    Hello Community!
    I am working with SharePoint 2013 and I built a farm inside the firewall.  Then a decision was made to move the two WFE's to the DMZ.  Since that time, whenever I try to access the site collections, I get the error below.  Other information: All
    the web applications are on port 80, but I'm not having any problem with accessing Central Administration which is on port 8080; the network team did screw up the DNS originally, but I'm told it's correct now; the two WFE's servers show in my Manage servers
    on the Farm interface 2X, once with the server name, once with the fully Qualified Domain Name, the ones with the FQDN shows a Services Running status of Not Configured.
    Has anyone else ever seen this error and if so please provide guidance and instruction for fixing the error.
    Thanks!
    Tom
    Server Error in '/' Application.
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server
    to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    code.
    Exception Details: System.InvalidOperationException: This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server
    to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Source Error:
    An unhandled exception was generated during the   execution of the current web request. Information regarding the origin and   location of the exception can be identified
    using the exception stack trace   below.  
    Stack Trace:
    [InvalidOperationException: This operation can be   performed only on a computer that is joined to a server farm by users who   have permissions in SQL Server to read from the configuration
    database. To   connect this server to the server farm, use the SharePoint Products   Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010   Products.]
         Microsoft.SharePoint.Utilities.SPUtility.AlternateServerUrlFromHttpRequestUrl(Uri   url) +262
         Microsoft.SharePoint.Administration.SPAlternateUrl.GetContextUri(HttpContext   ctx) +385
         Microsoft.SharePoint.SPAppRequestContext.InitCurrent(HttpContext context)   +1013
         Microsoft.SharePoint.SPAppRequestContext.get_Current() +175
         Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site,   String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean   bNotAddToContext, Byte[] UserToken,
    SPAppPrincipalToken appPrincipalToken,   String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) +400
         Microsoft.SharePoint.SPRequestManager.GetContextRequest(SPRequestAuthenticationMode   authenticationMode) +120
         Microsoft.SharePoint.Administration.SPFarm.get_RequestAny() +370
         Microsoft.SharePoint.SPLanguageSettings.GetGlobalInstalledLanguages(Int32   compatibilityLevel) +39
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.RefreshInstalledLocales()   +103
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.Initialize()   +130
         Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.System.Web.IHttpModule.Init(HttpApplication   app) +873
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr   appContext, HttpContext context, MethodInfo[] handlers) +582
         System.Web.HttpApplication.InitSpecial(HttpApplicationState state,   MethodInfo[] handlers, IntPtr appContext, HttpContext context) +322
         System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr   appContext, HttpContext context) +384
         System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)   +397
    [HttpException (0x80004005): This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To
    connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.]
         System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +646
         System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest   wr, HttpContext context) +771
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010
    Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award -
    Linked-In - SharePoint Gypsy

    Hi Tom,
    According to your description, my understanding is that you got an error when you moved your SharePoint.
    This error occurs when the SharePoint farm administrator cannot connect to your configuration database. Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server. Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server. More information about creating rules in firewall, please refer to the following posts:
    http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server
    http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Do you need an additional slot for the RBS and does the RBS count as an additional hard drive in the Sharepoint 2013 Server farm?

    Hello Community
        If you have a clustered Sharepoint 2013 Server farm running RAID 10, on a
    clustered WS2012 R2 server that has 10 hard drive slots:
            (4) drives being part of the Sharepoint 2013 Server farm
            (1) drive for the Web App Server
            (5) are for hot swap if any of the production hard drives fail
        The question(s) is:
            - If the server only has 10 slots for hard drives are you still allowed to add a
    NAS/RBS drive and does the NAS/RBS drive get clustered also, or does this scenario require
    reducing the RAID level down to RAID 5 to allow for NAS/RBS hard drive?
            - Does the NAS/RBS hard drive need a hard drive for hot swap?
            - Does the NAS/RBS drive have to have Sharepoint 2013 Server or WS2012 R2 running on it?
            - Does the Web App Server have Sharepoint 2013 running or just WS2012 R2 running on it?
        Thank you
        Shabeaut

    RAID 10 requires a minimum of 4 hard drives. The LUN for RBS must be attached to the SQL Server, not SharePoint server, as a local drive. You just need to be running the minimum required OS for the version of SQL Server you're using.
    Do you mean Office Web Apps by "Web App Server"? If so, that cannot have SharePoint installed on it. Otherwise, if you're just referring to it as another SharePoint server, yes it would have SharePoint installed on it.
    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.

  • How to create a mult-server server farm?

    Hello Community
        Let's say you create your Sharepoint 2013 Server farm.
        How do you create a Search and Application Server on a separate physical
    server and how do you create an SQL Server on a Separate physical Server
    and finally adding those Search and Application Server and SQL Server
    to your Sharepoint 2013 Server farm?
        Thank you
        Shabeaut

    Hi,
    Once you are done with SharePoint installation on one server you are going to add further Application server or Web front end server as per your requirement and finally you will configure the service on your farm.
    For setting up the multitire SharePoint farm first of all you need to install the below given  prerequisites on
    one server.
    Microsoft .NET Framework 4.5
    Windows Management Framework 3.0 (CTP2)
    Application Server Role, Web Server (IIS) Role
    Microsoft SQL Server 2008 R2 SP1 Native Client
    Windows Identity Foundation (KB974405)
    Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    Windows Server AppFabric
    Microsoft Identity Extensions
    Microsoft Information Protection and Control Client
    Microsoft WCF Data Services 5.0
    Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    After installing the SQL server you Just run the SharePoint product and technologies configuration wizard and follow the steps
    to add a sever to an existing farm.
    Actually as per your question you need to set up a three-tier farm configuration consists of two front-end web
    servers, an application server, and a database server. The deployment sequence and configurations that are described in this article are based on recommended best practices. While the farm configuration is not complex, it provides a fundamental infrastructure
    to implement a SharePoint 2013 solution on similar — or more complex farms.
    In this article:
    Overview
    Prepare the farm servers
    Install SharePoint 2013 on the farm servers
    Create and configure the farm
    Add web servers to the farm
    Post-installation steps
    Please feel free to reply back if you stuck somewhere or need any specific help.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • What needs to be done to rebuild a current Sharepoint 2010 Server farm to work as a Sharepoint 2013 Server farm?

    Hello Community
        Currently I have a Sharepoint 2010 Server farm.
        One server contains the database and DNS server
    because it is the the domain controller.
        The other server Contains the Sharepoint 2010 Server software
    and is the the application server where applications such as Metadata,
    UPs, etc, reside (including web applications with sites built with the UI).
        Now I am going to change to Sharepoint 2013 Server because currently
    there is no newer version of Sharepoint available.
        I am ready to rebuild the current Sharepoint 2010 farm configuration into
    a Sharepoint 2013 Server farm from scratch.
        The question  is what do needs to be added and\or changed to make the current
    Sharepoint 2010 Server farm configuration work as a Sharepoint 2013 Server farm?
        Thank you
        Shabeaut

    There is no direct in-place uprade method for SharePoint 2010 to 2013. You need to create a new SharePoint 2013 farm from scratch and attach service and content databases to upgrade them. Check out Upgrade
    to SharePoint 2013 for more information about the process.
    If you have another server, you would install SharePoint 2013 on this. If you don't, you'll need to remove SharePoint 2010 from your existing server and then install SharePoint 2013. Check out Hardware
    and software requirements for SharePoint 2013 before starting to make sure your server meets the minimum requirements for SharePoint 2013:
    Web server or application server in a three-tier farm
    Pilot, user acceptance test, or production deployment of SharePoint Server 2013 or SharePoint Foundation 2013.
    12 GB memory
    64-bit, 4 processor cores
    80 GB for system drive
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Mysite and km web appln as separate web applications in my server farm

    hi,
     as per my requirement, i want to implement mysites and km portal. 
    my doubt is, can  I go for  separate web appln for km prtal and  separate web appln for mysite? if i include the mysite as a sitecollection  in the km web appln, what is the drawback/ -ve impact? is it not recommended practice that, mysites
    can no be deployed/created  as a sitecollection ?
    also, assume if i create  mysite as a web appln, how the communities site collection and community subsites in the km web appln send/receive the updates from a  particular user, in his mysite. how this  communication will be exchanged?
    because i need to configure the trendingtags,mytasks,my discussions,my uploaded documents in the km portal etc shud be visible in my mysite., so for this cant the  mysite should be included in the  km web appln,itself?
    pls advice 

    hi Trevor,
    But if i plan my My Sites in a dedicated web application, i can easily scale out and to lessen the impact of backup and recovery and also
    avoid a single point of failure.
    Would like  to know your  view on this.
    ps: i have a requirement for the following in my farm:
    1) Partners of my customer were going to access  one of one of my to-be web-applns:
    here I plan to use a
    separate web appln which uses FBA.
    2) KM portal  : i have to implemnt KM  solution, hence i am thinking of implementing this also as a  separate
    web appln.Here comes the mysite functionality.
    3) another web appln dedicated for a  separate business process.
      so, i am  going to have a  minimum of 3 web apps in my server farm.[ in future there is a chance that, web
    applns may increase by 2 / 3 .
    so in this case,  [ in a medium server farm topology ] Wil
    , max. of 5 / 6 web applns decrease the performance. of  my farm?
    if not, i can add a
    4th web appln , which is dedicated to MySite.

  • In a Sharepoint 2013 Server farm how far away can the backup of failover cluster servers be located away from the primary servers

    Hello Community
        When you setup a Sharepoint 2013 Server farm
    if you want to provide failover clustering, can
    the servers that the Sharepoint 2013 Server farm
    failover to be located off-site in a different
    location (i.e. how far away can the servers the
    the primary server in the Sharepoint 2013 Server
    farm be away from the failover cluster of backup
    Sharepoint 2013 Server farm servers in distance?
        Thank you
        Shabeaut

    Hiya,
    this article describes in detail the different aspects of creating a highly available SharePoint 2013 server farm.
    Create a high availability architecture and strategy for SharePoint 2013
    http://technet.microsoft.com/en-us/library/cc748824%28v=office.15%29.aspx

  • Three server farm set up

    i am having three boxes where  in the first 2 boxes  sp 2013  been installed, and i wanna implement the index/crawl server
    on the second box and  first box being appln server and  3rd box being the db server.
    would like to know how to implement my search functionality using this  2nd box  which has sp 2013 is set up.
    what are the steps i need to do  in order to implement the index/crawler feature in this sp farm.
    search serv appln has been created already  in this 2nd box. 
    would like to know the steps to configure the search[ i have already configured the search func. in my dev machine which has  sp 2013 and sql 2012 in a single box. in the case  of 3 server farm.

    Hi,
    From your description, you have 3 server named 1st, 2nd and 3rd.
    1st:    SharePoint Server
    2nd:   SharePoint Server
    3rd:    SQL Server
    And you want to implement Search Service only on 2nd SharePoint server with all index/crawler component.
    According to the picture you unloaded, it seems that the server named
    SIDCSP13APP holds all search components. Is this the 2nd Server? Or is it the 1st Server? As Bhavik mentioned, the 3rd has no change to have search components because it doesn't have SharePoint installed.
    Therefore:
    1. If SIDCSP13APP is the 1st server and you want to enable search components only on 2nd server, you can remove the search service application on 1st server and enable on 2nd server.
    2. If SIDCSP13APP is the 2nd server and you want to enable search components only on 2nd server, the current state is just the one you want.
    3. If SIDCSP13APP is the 1st server and you want to extend the search topology on both two SharePoint servers, you may refer to this which guide you to add\remove search components and build you own topology.
    http://technet.microsoft.com/en-us/library/jj862354(v=office.15).aspx
    Miles LI TechNet Community Support

  • IIS ARR 3.0 does not have route to server farm options.

    Hi Support,
    I have downloaded IIS AAR 3.0 and install it on Windows 2008 server.
    After that, I proceed to create server farm and added few CAS servers. 
    Then I go to URL rewrite and under Action->Action Type on the dropdown box,  I can't seem to find "Route to server farm" option.
    Can anyone help? Thanks

    Hi,
    About the IIS question please post to the IIS forum.
    IIS support forum
    http://forums.iis.net/
    Thanks for your understanding and support
    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.

  • Server status shown as 'Not Configured' in single server farm.

    In a single server farm, after installation and running the configuration wizard for multiple times, the status of server is shown as 'Not Configured'. There is no abnormality in any other features (so far), everything functions fine, but we see the 'Not
    configured' message in 'Servers in Farm' and 'Manage Patch Status'. We have used  the same AutoSPInstaller script to install Sharepoint on two machines SPDev1 and SPDev2. This error does not show up on SPDev1 but on SPDev2. Is this something to worry
    about ?

    Hi ,
    According to your description, my understanding is that the server status showed “Not Configured” in single server farm.
    Please run SharePoint 2013 Products Configuration Wizards to remove the server from the farm via clicking “Disconnect the existing farm”. After finishing, re-run configuration wizards to connect the existing farm.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How does Sharepoint 2013 Server farm using BLOB data, Hyper-V with virtual machines storing the BLOB data?

    Hello Community
        A Sharepoint 2013 Server farm created on a physical server
    stores it's documents in SQL Server according to how SQL Server is setup.
        If a Sharepoint 2013 Server farm is using Hyper-V and Virtual machines
    how is BLOB data stored ?  
        Thank you
        Shabeaut

    Are you looking to use Remote Blob Storage? or RBS of SQL with SP?
    It is going to be same way as it is configured for physical server.
    Thanks, Ashish | Please mark a post helpful/answer if it is helpful or answer your query.

  • Is Azure needed in on-premise Sharepoint 2013 Server farms?

    Hello Community
        When you have an on-premise Sharepoint 2013 Server farm
    do you need Azure or is Azure only needed when you have a
    Sharepoint 2013 Server farm in a cloud?
        Thank you
        Shabeaut

    No, you do not need Azure for an on-prem farm, unless you're working with Low Trust SharePoint Apps.
    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.

  • Create a VDI on a production server farm

    Hi guys, I need some advice on this matter: I have a fully functional Hyper-V 8 node cluster (managed with SCVMM 2012 R2) used for server vm. Two VM on that cluster are RD Gateways (we have some users connecting remotely to ther physical PCs).
    I need to create a VDI for 30 thin clients, using VMs for RD Connection Broker and Web services and the already working Hyper-V cluster as Virtualization Host. I've already installed manually the RD Virtualization role on each cluster node.
    1) When launching the VDI wizard, I cannot skip the RD Virtualization host selection and, if I select the cluster name the installation will fail with error: the given key was not present in the dictionary deploying. Should I simply add all cluster nodes
    indipendently? (at this moment, I add 1 cluster node only to check if installation worked)
    2) I'm planning to install Connection Broker and Web Services on the same VMs (2 for HA). Should I go whis way or there are reasons to put the 2 roles on different machines?
    3) How do I add my existing RD Gateways to the deployment? The server manager seems to be unaware of the already existent role on the two RDG machines.
    Best regards
    Dario Palermo

    Hi Dario,
    Thank you for posting in Windows Server Forum.
    For installation process of VDI you can refer following article for detailed information.
    Lab Ops 7 – Setting up a pooled VDI collection in Windows Server 2012 R2
    Deploying VDI for RDS 2012 / 2012R2 – Part I
    As per knowledge, there is no restriction or any issue to place both RDCB and RD Web on same server but personally suggest (if you have enough resource to install) to configure on separate server for HA because of security reason as we don’t like to take risk
    to access the RDCB server (by any users) who act as a middle man for load balancing and other stuff for other RDS roles. 
    To add the existing RDG server to new deployment; we need to have certificate match by FQDN name, configure RD Gateway manager and add the RD Gateway server Farm member, configure RD CAP and RD RAP successfully and create server groups using the manage locally
    stored computer groups and add the computer name, server name and Farm name.
    You can get more details for RD Gateway configuration with following links.
    How To Work with RD Gateway in Windows Server 2012
    Deploying Remote Desktop Gateway RDS 2012
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • When connecting to a server farm in sharepoint foundation 2013 cannot create new farm error: One or more types failed to load

    When trying to create a new server farm in the sharepoint foundation 2013 we get a following error :
    The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.
    PS C:\Users\Administrator> New-SPConfigurationDatabase
    cmdlet New-SPConfigurationDatabase at command pipeline position 1
    Supply values for the following parameters:
    DatabaseName: SharePoint_Config
    DatabaseServer: PC78\SQLEXPRESS,25111
    FarmCredentials
    Passphrase: *********
    New-SPConfigurationDatabase : One or more types failed to load. Please refer
    to the upgrade log for more details.
    At line:1 char:1
    + New-SPConfigurationDatabase
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (Microsoft.Share...urationDatabase:
    SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], SPUpgra
    deException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPCon
    figurationDatabase
    And the error log is shown below :
    Microsoft.SharePoint.Upgrade.SPUpgradeException: One or more types failed to load.
    Please refer to the upgrade log for more details.
    at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()
    at Microsoft.SharePoint.Upgrade.SPActionSequence.get_ActionsInternal()
    at Microsoft.SharePoint.Upgrade.SPUtility.GetLatestTargetSchemaVersionByMajorVersion(Type typeActionSequence, Int32 majorVer)
    at Microsoft.SharePoint.Upgrade.SPUtility.get_CurrentSPSiteWssTargetSchemaVersion()
    at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, Strin... b712a522-fa85-49eb-b59c-dedf55295504
    ...g secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
    at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
    at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.CreateDefaultInstance(SqlConnectionStringBuilder administrationContentDatabase, SPWebService adminService, IdentityType identityType, ... b712a522-fa85-49eb-b59c-dedf55295504
    ...String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.CreateAdministrationWebService(SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.CreateBasicServices(SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword)
    at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuilder configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, IdentityType identityType, String farmUser, SecureString farmPassword, SecureString masterPassphrase)
    at Microsoft.SharePoint.Administration.SPFarm.Create(SqlConnectionStringBuil... b712a522-fa85-49eb-b59c-dedf55295504
    ...der configurationDatabase, SqlConnectionStringBuilder administrationContentDatabase, String farmUser, SecureString farmPassword, SecureString masterPassphrase)
    at Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase.InternalProcessRecord()
    at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord() b712a522-fa85-49eb-b59c-dedf55295504
    Error Category: InvalidData Target Object Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase Details NULL RecommendedAction NULL b712a522-fa85-49eb-b59c-dedf55295504
    Leaving ProcessRecord Method of New-SPConfigurationDatabase. e9ae5ba6-c499-0000-d35c-aee999c4cf01
    we are using server 2012 R2 and we don't have office 2010 installed

    Yes,SQL server is on the same server as SharePoint 
    SQL has both the permissions Securityadmin
    and  DBcreator roles on SQL Server.
    When we run those sharepoint management shell commands the database  will be created with the error
    msg (shown in attachment)

Maybe you are looking for