Welcome to my blog on all things SharePoint. I have a range of articles that will interest you if you've made it as far as visiting my blog. I was awarded as an SharePoint MVP by Microsoft in July 2010. I currently live in New York and am an Enterprise Architect at AvePoint Inc.. I co founded www.NothingButSharePoint.com with Mark Miller in 2010.

MVP AwardJeremy Thake Profile Photo

Whitepapers

NBSP

Check out my articles on NothingButSharePoint.com

Solution Development in SharePoint 2007

This series was inspired by the chatter amongst SharePoint blogs on the best ways to approach customisations in SharePoint using Solutions.

Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6 - Part 7 - Part 8

Leveraging the SharePoint Platform

This series was inspired by a discussion had with Andrew Coates at a Perth SharePoint User Group meeting. This then turned into a 6 part series on Arno Nell's SharePointMagazine.net web site.

Initial post - Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6

Webcasts

I have recorded various web casts that I present at User Groups or just on a specific topic by request:
How ASP.NET Developers can leverage SharePoint webcast
SPSource Webcast: Reverse engineer Lists to ListTemplates and much more
SharePoint Development with Unit Testing webcast
Perth SharePoint UG Web Cast on approaches to deploying artefacts (SPSource)
More...


Podcasts

I have been interviewed about Leveraging the SharePoint Platform by the SharePoint Pod Show: listen here .

RSS Feed Feed your read!

Archives

March 2012 (1)
February 2012 (1)
January 2012 (5)
September 2011 (2)
August 2011 (1)
July 2011 (3)
June 2011 (7)
May 2011 (3)
April 2011 (3)
March 2011 (3)
February 2011 (2)
January 2011 (1)
December 2010 (4)
September 2010 (4)
July 2010 (5)
June 2010 (4)
May 2010 (6)
April 2010 (7)
March 2010 (5)
February 2010 (7)
January 2010 (3)
December 2009 (1)
November 2009 (6)
October 2009 (9)
September 2009 (7)
August 2009 (6)
July 2009 (13)
June 2009 (4)
May 2009 (12)
April 2009 (4)
March 2009 (4)
February 2009 (13)
January 2009 (4)
December 2008 (4)
November 2008 (11)
October 2008 (16)
September 2008 (4)
August 2008 (5)
July 2008 (4)
June 2008 (8)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (6)
January 2008 (1)
November 2007 (11)
October 2007 (8)
September 2007 (24)
August 2007 (5)
July 2007 (2)
May 2007 (1)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
November 2006 (7)
October 2006 (7)
September 2006 (18)
August 2006 (14)
June 2006 (3)
May 2006 (8)
April 2006 (4)
March 2006 (38)
February 2006 (30)
January 2006 (2)
December 2005 (3)
November 2005 (28)
May 2005 (1)
April 2005 (5)
March 2005 (1)
November 2004 (1)
August 2004 (11)
July 2004 (1)
Failed to render control: An error occurred during a call to extension function 'createMonthUrl'. See InnerException for a complete description of the error.

Links

Tag Cloud

Ajax, Apple, DotNetNuke, Enterprise Content Management, Error Resolution, Gadgets, General, Governance, Microsoft .Net Development, Mobile, SharePoint, Sharepoint Business Forms, Sharepoint Business Intelligence, Sharepoint Collaboration, SharePoint Development, Sharepoint Enterprise Content Management, Sharepoint Enterprise Search, Sharepoint Portal, US Migration, Web 2.0, Workflow

Naming SharePoint 2010 Service Accounts and Databases   

Tags:

At CSG we’ve been ploughing through SharePoint 2010 installations of late and have been trying to learn from our build experiences from SharePoint 2007. I just read Wouter’s post on naming service accounts that he’s just posted and figured I’d put my 2cents in.

Service Account naming

Completely agree on giving these things:

  • readable names - that any AD person can make sense of
  • prefix with SP – so that you can see they’re SharePoint Farm related
  • postfix with serviceI really like taken this a little further by using the below
    • prefix with svc for all accounts
    • suffix apppool for Application Pool accounts
  • environment prefix– I also find in most organisations that they use one Domain for Dev, Test, Prod…yes I know…shudder. But you have to play with the cards you’re dealt with. So to overcome this and encourage good separation I use environment suffix’s too:
    • dev for Development environment
    • tst for Test environment
    • prd for Production environments

My experience is that you have to follow the customers standards more often than not so this usually gets thrown out the window.

Another gotcha to watch out for is that AD user names on pre 2008 AD domains will not like names over 20 characters like the ones below and SharePoint will expect them to be entered as the 2000 compatible names e.g. “svcDevIntranetAppPool” –> “svcDevIntranetAppPoo”….<giggle> “jeremy said Poo!” </giggle>

An example 3 environments farm is below:

   

svcDevSPFarm

Development SharePoint farm account

svcTstSPFarm

Test SharePoint farm account

svcPrdSPFarm

Production SharePoint farm account

svcDevSPIntranetAppPool

Development Web Application Pool (Intranet – 80 )

svcTstSPIntranetAppPool

Test Web Application Pool (Intranet – 80 )

svcPrdSPIntranetAppPool

Production Web Application Pool (Intranet – 80 )

svcDevSPMySiteAppPool

Development Web Application Pool (MySite – 80 )

svcTstSPMySiteAppPool

Test Web Application Pool (MySite – 80 )

svcPrdSPMySiteAppPool

Production Web Application Pool (MySite – 80 )

svcDevSPSearch

Development SharePoint Server Search

svcTstSPSearch

Test SharePoint Server Search

svcPrdSPSearch

Production SharePoint Server Search

svcDevSPWebSvcAppPoolDefault

Development Default App Pool acct for SharePoint Web Services

svcTstSPWebSvcAppPoolDefault

Test Default App Pool acct for SharePoint Web Services

svcPrdSPWebSvcAppPoolDefault

Production Default App Pool acct for SharePoint Web Services

svcDevSPSQL

Development SQL Server Instance Service Account

svcTstSPSQL

Test SQL Server Instance Service Account

svcPrdSPSQL

Production SQL Server Instance Service Account

svcDevSPADCrawl

Development User Profile AD Crawl account

svcTstSPADCrawl

Test User Profile AD Crawl account

svcPrdSPADCrawl

Production User Profile AD Crawl account

Database naming

Another thing to bear in mind is Database names. I strongly recommend keeping SharePoint Databases in their own SQL Instances as you give the Farm Account dbcreator and securityadmin roles.

If you use the wizard approach to install you’ll get horrible GUID db names, if you use PowerShell scripts you’ll get choice. @brianlala’s scripts are a great start on this, just needs scripts for all the Service Applications. Again I try and make these names obvious too!

The approach I take here is:

  • prefix with SP2010 – prefix with SP2010 to show what major version of the databases it is
  • prefix with role of db – what am I?
    • Config – a config database
    • Logging – a logging database
    • WebApp – a web application content database, also then prefixed with which Web App so if there are multiple Content Databases they’re grouped
    • Service – a service application, also then prefixed with which Service Application it is

This makes it great for grouping things together

Database Name

Notes

SP2010_Config

Development Farm Config DB

SP2010_AdminContent

Development Central Admin content DB

SP2010_Logging

Development SharePoint Logging DB

SP2010_Service_UserProfile_Social

Development User Profile social database

SP2010_Service_UserProfile_Synch

Development User Profile synch database

SP2010_Service_UserProfile_Profile

Development User Profile database

SP2010_Service_UserProfile_MySites

Development User Profile MySites database

SP2010_WebApp_Intranet

Development Content DB for Intranet Top Level Site Collection

SP2010_Service_ManagedMetadata

Development Managed Metadata Service

SP2010_Service_Search

Development Search Service database

SP2010_Service_Search_Crawl

Development Search Service Crawl database

SP2010_Service_Search_Property

Development Search Service Property database

SP2010_Service_WebAnalytics_Reporting

Development Web Analytics Service reporting database

SP2010_Service_WebAnalytics_Staging

Development Web Analytics Service staging database

SP2010_Service_SecureStore

Development Secure Store Service database

SP2010_Service_State

Development State Service database

SP2010_Service_Usage

Development Usage Service database

Now again, this isn’t set in stone, but this is “how I roll”.

 
Posted by  Jeremy Thake  on  7/7/2010
0  Comments  |  Trackback Url  | 1  Links to this post | Bookmark this post with:        
 

Comments

blog comments powered by Disqus