SlideShare a Scribd company logo
Pre-install databases
   Note:
 This content is preliminary content. It might be incomplete and is
 subject to change.
In many IT environments, database creation and management is
handled by the Database Administrator (the DBA). Security and other
policies might require that the DBA create the databases required by
Microsoft Office SharePoint Server 2007. This topic provides details
about how the DBA can create these databases before beginning the
Office SharePoint Server 2007 installation or creation of a Shared
Services Provider (SSP).
Database requirements
Before you install and configure the databases, be sure that your
database servers have the recommended hardware and software. For
more information about these requirements, see Determine hardware
and software requirements      .
There are also requirements specific to the database server, and, if
you are using SQL Server 2005, you need to configure surface area
settings.
 Configure surface area settings in SQL Server 2005
  1. Click Start, point to All Programs, point to Microsoft SQL Server
     2005, point to Configuration Tools, and then click SQL Server
     Surface Area Configuration.
  2. In the SQL Server 2005 Surface Area Configuration dialog box,
     click Surface Area Configuration for Services and Connections.
  3. In the tree view, expand the node for your instance of SQL
     Server, expand the Database Engine node, and then click Remote
     Connections.
  4. Select Local and Remote Connections, select Using both TCP/IP
     and named pipes, and then click OK.

All of the databases required by Office SharePoint Server 2007 use the
Latin_General_CI_AS_KS_WS collation. To use least-privilege
guidelines, some databases might require individual domain user
accounts assigned to them as the database owner (dbo, or db_owner).
For more information about the security requirements for these
databases, see Plan for administrative and service accounts     .
To create the database with this collation and the correct database
owner, perform the following procedure.
 Create the database with the correct collation and owner
1. In Microsoft SQL Server Management Studio, navigate to the
    database server.
 2. Right-click the Databases node, and then select New Database.
 3. In the New Database dialog box, on the General page, enter the
    name for the database in the Database name text box.
 4. Click the ellipsis by the Owner text box.
 5. In the Select Database Owner dialog box, choose the correct user
    account, and then click OK.
 6. On the Options page, select the Latin_General_CI_AS_KS_WS
    collation from the Collation drop-down box.
 7. Click OK to create the database.

Create the required SQL Server Logins
You must create several SQL Server logins. These logins will be used
by Office SharePoint Server 2007 to access the databases. The
following table lists the required logins.
Login                Notes
Setup user account   The account that is used to run Setup on each
                     server computer.
SSP service account Use the SSP App Pool account.
Farm search service The service account for the Windows SharePoint
account             Services Search service. There is only one
                    instance of this service in the server farm.
Windows SharePoint Used by the Windows SharePoint Services Help
Services Search    Search application server role to crawl help
service account    content across sites
Default content      The default account used within a specific SSP to
access account       crawl content. If a specific account is not
                     specified for a content source, the default content
                     access account is used.
App Pool process     Used to access content databases associated with
account              the Web application.
For more information about these accounts, see Plan for administrative
and service accounts    .
Create and configure the databases
This gives the Search service account and the content access account
membership in the following database security groups or roles:
• db_owner role for the search database
• Users group in the DBA-created configuration database
• Users group in the DBA-created admin content database

Create and configure the configuration database and administration
content database
   Note:
 To ensure that the accounts have been added to the correct groups
 and roles, verify that the home page of the Central Administration
 Web site can be opened.

 1. Create a configuration database and an administration content
    database by using the quot;Create the database with the correct
    collation and ownerquot; procedure given earlier.
 2. Change the database owner for each database to be the Setup
    user account.
 3. Run Setup on all the computers as the Setup user account. You
    must run Setup on at least one of these computers by using the
    Complete installation option.
 4. On the computer on which you used the Complete installation
    option, do not run the Configuration Wizard after setup. Instead
    open the command line as the Setup user account, and then run
    the following command to configure the databases:
    Psconfig –cmd configdb –create –server <SQL_servername> –
    database <name_of_precreated_configdb> –user
    <domaindbaccessaccount> –password <dbaccesspw> –
    admincontentdatabase <name_of_precreated_admincontentdb>
 5. After the command has completed, the SharePoint Products and
    Technologies Configuration Wizard will open and you can complete
    the remainder of the configuration for your server.
 6. After the SharePoint Products and Technologies Configuration
    Wizard has completed, by using Microsoft SQL Server
    Management Studio, add the following accounts to the Users
    groups and to the WSS_Content_Application_Pools roles in both
    databases:
      • Farm search service account
      • Default content access account
      • Server SSP service account


Create and configure the Windows SharePoint Services search
database
1. Create a database for the Windows SharePoint Services Search
   database by using the quot;Create the database with the correct
   collation and ownerquot; procedure earlier in this article.
2. Change the database owner to be the Setup user account.
3. Open the command line as the Setup user account, and then run
   the following command to start the Windows SharePoint Services
   service:
   stsadm -o spsearch -action start -farmserviceaccount
   <domainusername> -farmservicepassword <farmservice_pwd> -
   farmcontentaccessaccount <domainusername>
   -farmcontentaccesspassword <farmcontentaccess_pwd>
   -databaseserver <SQL_hostname> -databasename
   <dba_created_wsssearchdb_name>


Create and configure the SSP Admin Web application content
database
1. Create the SSP Admin Web application content database by using
   the quot;Create the database with the correct collation and ownerquot;
   procedure given earlier.
2. Change the database owner to be the Setup user account.
3. Using Microsoft SQL Server Management Studio, add the Server
   SSP service account to the Users group and the db_owner role for
   the SSP Admin Web application content database.
4. Open the command line as the Setup user account, and then run
   the following command to create the SSP Admin Web application:
   stsadm.exe -o extendvs -url <http://hostname:portnumber>
   -donotcreatesite -exclusivelyusentlm -databaseserver
   <SQL_hostname> -databasename <SSP_content_dbname>
   -apidtype configurableid -description <SSPAdminWebSiteName> -
   apidname <SSPAdminSiteAppPoolName> -apidlogin
   <domainAppPoolID> -apidpwd <AppPoolIDPwd><dbaccesspw>
   –admincontentdatabase <name_of_precreated_admincontentdb>


Create and configure the portal site Web application content database
1. Create the portal site Web application content database by using
   the quot;Create the database with the correct collation and ownerquot;
   procedure given earlier.
2. Change the database owner to be the Setup user account.
3. Using Microsoft SQL Server Management Studio, add the SSP
   Service account to the Users group and the db_owner role for the
   portal site Web application content database.
4. Open the command line as the Setup user account, and then run
   the following command to configure the portal site Web
   application content database:
   stsadm.exe -o extendvs -url http://hostname:portnumber
   -donotcreatesite -exclusivelyusentlm -databaseserver
   <SQL_hostname> -databasename <PortalSite_content_dbname>
   -apidtype configurableid -description <PortalSiteWebSiteName> -
   apidname <PortalSiteAppPoolName> -apidlogin
   <domainAppPoolID> -apidpwd <AppPoolIDPwd>


Create and configure the SSP database and SSP Search database
Note:
For more information about properly sizing these databases, see
Chapter overview: Estimate performance and capacity requirements
  and Portal collaboration environments    .

1. Create the SSP database and the SSP Search database by using
   the quot;Create the database with the correct collation and ownerquot;
   procedure given earlier.
2. Change the database owner to be the Setup user account for both
   databases.
3. Using Microsoft SQL Server Management Studio, add the following
   accounts to the Users group and the db_owner role in each
   database:
     • Database access account
     • SSP Service account
     • Windows SharePoint Services 3.0 Search Service account
     • Office SharePoint Server 2007 Search Service account
     • Application pool identities for all Web applications
4. Open the command line as the Setup user account, and then run
   the following command to create the SSP using the DBA-created
   SSP database and the SSP Search database:
   stsadm -o createssp -title SSPUsingDBACreatedDBs -url
   <http://hostname:port_number/ssp/admin>-mysiteurl
   <http://hostname:port_number>-ssplogin <domainusername> -
   ssppassword <ssp_pwd>-indexserver <indexservername>-
   indexlocation <indexlocation>-sspdatabaseserver
   <SQL_hostname>-sspdatabasename
   <dba_created_sspdb_name>-searchdatabaseserver
   <SQL_hostname>-searchdatabasename
   <dba_created_ssp_searchdb_name>

More Related Content

What's hot

Sharepoint 2010 mcq
Sharepoint 2010 mcqSharepoint 2010 mcq
Sharepoint 2010 mcqAnuja Sharma
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...Michael Noel
 
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
Joel Oleson
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
Michael Noel
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1
Nilesh Mehta
 
Moss2007 Installation Configuration
Moss2007 Installation ConfigurationMoss2007 Installation Configuration
Moss2007 Installation ConfigurationLiquidHub
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A PortalLiquidHub
 
4 Aa1 1793 Enw
4 Aa1 1793 Enw4 Aa1 1793 Enw
4 Aa1 1793 EnwLiquidHub
 
Share point 2010 installation and mainteinance, best practices
Share point 2010   installation and mainteinance, best practices Share point 2010   installation and mainteinance, best practices
Share point 2010 installation and mainteinance, best practices Toni Frankola
 
Oracle OSB Tutorial 1
Oracle OSB Tutorial 1Oracle OSB Tutorial 1
Oracle OSB Tutorial 1
Rakesh Gujjarlapudi
 
Ob loading data_oracle
Ob loading data_oracleOb loading data_oracle
Ob loading data_oracleSteve Xu
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guidewebhostingguy
 
Windows Server 2008 Active Directory
Windows Server 2008 Active DirectoryWindows Server 2008 Active Directory
Windows Server 2008 Active Directory
anilinvns
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Vinh Nguyen
 

What's hot (17)

Sharepoint 2010 mcq
Sharepoint 2010 mcqSharepoint 2010 mcq
Sharepoint 2010 mcq
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
 
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
STSADM Automating SharePoint Administration - Tech Ed South East Asia 2008 wi...
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
 
Readme
ReadmeReadme
Readme
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1
 
Moss2007 Installation Configuration
Moss2007 Installation ConfigurationMoss2007 Installation Configuration
Moss2007 Installation Configuration
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A Portal
 
4 Aa1 1793 Enw
4 Aa1 1793 Enw4 Aa1 1793 Enw
4 Aa1 1793 Enw
 
Share point 2010 installation and mainteinance, best practices
Share point 2010   installation and mainteinance, best practices Share point 2010   installation and mainteinance, best practices
Share point 2010 installation and mainteinance, best practices
 
Team lab install_en
Team lab install_enTeam lab install_en
Team lab install_en
 
Oracle OSB Tutorial 1
Oracle OSB Tutorial 1Oracle OSB Tutorial 1
Oracle OSB Tutorial 1
 
Ob loading data_oracle
Ob loading data_oracleOb loading data_oracle
Ob loading data_oracle
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guide
 
Windows Server 2008 Active Directory
Windows Server 2008 Active DirectoryWindows Server 2008 Active Directory
Windows Server 2008 Active Directory
 
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
Configure Intranet and Team Sites with SharePoint Server 2013 (update May 2013)
 

Viewers also liked

Whats New In Microsoft Windows Share Point Services Feature Walkthrough
Whats New In Microsoft Windows Share Point Services Feature WalkthroughWhats New In Microsoft Windows Share Point Services Feature Walkthrough
Whats New In Microsoft Windows Share Point Services Feature WalkthroughLiquidHub
 
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003LiquidHub
 
Moss 2007 Backup Strategies
Moss 2007 Backup StrategiesMoss 2007 Backup Strategies
Moss 2007 Backup StrategiesLiquidHub
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server DeploymentLiquidHub
 
Working With Infopath 2007
Working With Infopath 2007Working With Infopath 2007
Working With Infopath 2007LiquidHub
 
ピッケのつくるえほんを活用したおはなしづくり
ピッケのつくるえほんを活用したおはなしづくりピッケのつくるえほんを活用したおはなしづくり
ピッケのつくるえほんを活用したおはなしづくり
Tamie Asakura
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment DetailLiquidHub
 

Viewers also liked (8)

Whats New In Microsoft Windows Share Point Services Feature Walkthrough
Whats New In Microsoft Windows Share Point Services Feature WalkthroughWhats New In Microsoft Windows Share Point Services Feature Walkthrough
Whats New In Microsoft Windows Share Point Services Feature Walkthrough
 
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
 
Moss 2007 Backup Strategies
Moss 2007 Backup StrategiesMoss 2007 Backup Strategies
Moss 2007 Backup Strategies
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server Deployment
 
5060 A 01
5060 A 015060 A 01
5060 A 01
 
Working With Infopath 2007
Working With Infopath 2007Working With Infopath 2007
Working With Infopath 2007
 
ピッケのつくるえほんを活用したおはなしづくり
ピッケのつくるえほんを活用したおはなしづくりピッケのつくるえほんを活用したおはなしづくり
ピッケのつくるえほんを活用したおはなしづくり
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment Detail
 

Similar to Pre Install Databases

Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install DatabasesLiquidHub
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms AuthenticationLiquidHub
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08
Vivek chan
 
SPCA2013 - SharePoint Insanity Demystified
SPCA2013 - SharePoint Insanity DemystifiedSPCA2013 - SharePoint Insanity Demystified
SPCA2013 - SharePoint Insanity Demystified
NCCOMMS
 
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityAUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityMichael Noel
 
Asp.net
Asp.netAsp.net
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Joel Oleson
 
SharePoint 2010 - User Profile Store
SharePoint 2010 - User Profile Store SharePoint 2010 - User Profile Store
SharePoint 2010 - User Profile Store
Joshua Haebets
 
Blue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on AzureBlue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on Azure
Rob Habraken
 
Share point 2013 deployment document
Share point 2013 deployment documentShare point 2013 deployment document
Share point 2013 deployment document
Learning SharePoint
 
Advance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAdvance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAmin Uddin
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentationwebhostingguy
 
Share point 2010_overview-day4-code
Share point 2010_overview-day4-codeShare point 2010_overview-day4-code
Share point 2010_overview-day4-codeNarayana Reddy
 
Share point 2010_overview-day4-code
Share point 2010_overview-day4-codeShare point 2010_overview-day4-code
Share point 2010_overview-day4-codeNarayana Reddy
 
Deploy sql express and share point foundation
Deploy sql express and share point foundationDeploy sql express and share point foundation
Deploy sql express and share point foundation
Tep Chanveasna
 
Claims based authentication in share point 2010 .new
Claims based authentication in share point 2010 .newClaims based authentication in share point 2010 .new
Claims based authentication in share point 2010 .new
RavikantChaturvedi
 
05 asp.net session07
05 asp.net session0705 asp.net session07
05 asp.net session07
Vivek chan
 
PHP FUNCTIONS
PHP FUNCTIONSPHP FUNCTIONS
PHP FUNCTIONS
Zeeshan Ahmed
 

Similar to Pre Install Databases (20)

Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install Databases
 
Data load utility
Data load utilityData load utility
Data load utility
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08
 
SPCA2013 - SharePoint Insanity Demystified
SPCA2013 - SharePoint Insanity DemystifiedSPCA2013 - SharePoint Insanity Demystified
SPCA2013 - SharePoint Insanity Demystified
 
Chapter 8 part2
Chapter 8   part2Chapter 8   part2
Chapter 8 part2
 
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint SecurityAUSPC 2013 - Understanding the Five Layers of SharePoint Security
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
 
Asp.net
Asp.netAsp.net
Asp.net
 
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
 
SharePoint 2010 - User Profile Store
SharePoint 2010 - User Profile Store SharePoint 2010 - User Profile Store
SharePoint 2010 - User Profile Store
 
Blue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on AzureBlue Green Sitecore Deployments on Azure
Blue Green Sitecore Deployments on Azure
 
Share point 2013 deployment document
Share point 2013 deployment documentShare point 2013 deployment document
Share point 2013 deployment document
 
Advance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAdvance Sql Server Store procedure Presentation
Advance Sql Server Store procedure Presentation
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentation
 
Share point 2010_overview-day4-code
Share point 2010_overview-day4-codeShare point 2010_overview-day4-code
Share point 2010_overview-day4-code
 
Share point 2010_overview-day4-code
Share point 2010_overview-day4-codeShare point 2010_overview-day4-code
Share point 2010_overview-day4-code
 
Deploy sql express and share point foundation
Deploy sql express and share point foundationDeploy sql express and share point foundation
Deploy sql express and share point foundation
 
Claims based authentication in share point 2010 .new
Claims based authentication in share point 2010 .newClaims based authentication in share point 2010 .new
Claims based authentication in share point 2010 .new
 
05 asp.net session07
05 asp.net session0705 asp.net session07
05 asp.net session07
 
PHP FUNCTIONS
PHP FUNCTIONSPHP FUNCTIONS
PHP FUNCTIONS
 

More from LiquidHub

Share point 2013 coding standards and best practices 1.0
Share point 2013 coding standards and best practices 1.0Share point 2013 coding standards and best practices 1.0
Share point 2013 coding standards and best practices 1.0
LiquidHub
 
Sharepoint 2013 upgrade process
Sharepoint 2013 upgrade processSharepoint 2013 upgrade process
Sharepoint 2013 upgrade processLiquidHub
 
Share point 2013
Share point 2013Share point 2013
Share point 2013LiquidHub
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovementsLiquidHub
 
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2Microsoft office-sharepoint-server-2007-presentation-120211522467022-2
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2LiquidHub
 
Managing metadata in_share_point_2010
Managing metadata in_share_point_2010Managing metadata in_share_point_2010
Managing metadata in_share_point_2010LiquidHub
 
Fast search for share point
Fast search for share pointFast search for share point
Fast search for share pointLiquidHub
 
5060 A 01 Demonstration Steps
5060 A 01 Demonstration Steps5060 A 01 Demonstration Steps
5060 A 01 Demonstration StepsLiquidHub
 
Overviewofthe2007 Microsoft Office System Components Refresh
Overviewofthe2007 Microsoft Office System Components RefreshOverviewofthe2007 Microsoft Office System Components Refresh
Overviewofthe2007 Microsoft Office System Components RefreshLiquidHub
 
Organizingand Finding Resourceswith Office Share Point Server2007 Refresh
Organizingand Finding Resourceswith Office Share Point Server2007 RefreshOrganizingand Finding Resourceswith Office Share Point Server2007 Refresh
Organizingand Finding Resourceswith Office Share Point Server2007 RefreshLiquidHub
 
Organizingand Finding Resourceswith Office Share Point Server2007
Organizingand Finding Resourceswith Office Share Point Server2007Organizingand Finding Resourceswith Office Share Point Server2007
Organizingand Finding Resourceswith Office Share Point Server2007LiquidHub
 
Office Share Point Server2007 Functionaland Architectural Overview
Office Share Point Server2007 Functionaland Architectural OverviewOffice Share Point Server2007 Functionaland Architectural Overview
Office Share Point Server2007 Functionaland Architectural OverviewLiquidHub
 
Office2007 Overview Express
Office2007 Overview ExpressOffice2007 Overview Express
Office2007 Overview ExpressLiquidHub
 
Moss2007 Installation Configuration
Moss2007 Installation ConfigurationMoss2007 Installation Configuration
Moss2007 Installation ConfigurationLiquidHub
 
Moss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationMoss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationLiquidHub
 
Microsoft Windows Share Point Services Installation Configuration
Microsoft Windows Share Point Services Installation ConfigurationMicrosoft Windows Share Point Services Installation Configuration
Microsoft Windows Share Point Services Installation ConfigurationLiquidHub
 
Introductionto Windows Share Point Services3.0
Introductionto Windows Share Point Services3.0Introductionto Windows Share Point Services3.0
Introductionto Windows Share Point Services3.0LiquidHub
 
Introducing Content Types Microsoft Windows Share Point Services
Introducing Content Types Microsoft Windows Share Point ServicesIntroducing Content Types Microsoft Windows Share Point Services
Introducing Content Types Microsoft Windows Share Point ServicesLiquidHub
 

More from LiquidHub (20)

Share point 2013 coding standards and best practices 1.0
Share point 2013 coding standards and best practices 1.0Share point 2013 coding standards and best practices 1.0
Share point 2013 coding standards and best practices 1.0
 
Sharepoint 2013 upgrade process
Sharepoint 2013 upgrade processSharepoint 2013 upgrade process
Sharepoint 2013 upgrade process
 
Share point 2013
Share point 2013Share point 2013
Share point 2013
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
 
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2Microsoft office-sharepoint-server-2007-presentation-120211522467022-2
Microsoft office-sharepoint-server-2007-presentation-120211522467022-2
 
Managing metadata in_share_point_2010
Managing metadata in_share_point_2010Managing metadata in_share_point_2010
Managing metadata in_share_point_2010
 
Fast search for share point
Fast search for share pointFast search for share point
Fast search for share point
 
Bdc Screens
Bdc ScreensBdc Screens
Bdc Screens
 
Bdc Screens
Bdc ScreensBdc Screens
Bdc Screens
 
5060 A 01 Demonstration Steps
5060 A 01 Demonstration Steps5060 A 01 Demonstration Steps
5060 A 01 Demonstration Steps
 
Overviewofthe2007 Microsoft Office System Components Refresh
Overviewofthe2007 Microsoft Office System Components RefreshOverviewofthe2007 Microsoft Office System Components Refresh
Overviewofthe2007 Microsoft Office System Components Refresh
 
Organizingand Finding Resourceswith Office Share Point Server2007 Refresh
Organizingand Finding Resourceswith Office Share Point Server2007 RefreshOrganizingand Finding Resourceswith Office Share Point Server2007 Refresh
Organizingand Finding Resourceswith Office Share Point Server2007 Refresh
 
Organizingand Finding Resourceswith Office Share Point Server2007
Organizingand Finding Resourceswith Office Share Point Server2007Organizingand Finding Resourceswith Office Share Point Server2007
Organizingand Finding Resourceswith Office Share Point Server2007
 
Office Share Point Server2007 Functionaland Architectural Overview
Office Share Point Server2007 Functionaland Architectural OverviewOffice Share Point Server2007 Functionaland Architectural Overview
Office Share Point Server2007 Functionaland Architectural Overview
 
Office2007 Overview Express
Office2007 Overview ExpressOffice2007 Overview Express
Office2007 Overview Express
 
Moss2007 Installation Configuration
Moss2007 Installation ConfigurationMoss2007 Installation Configuration
Moss2007 Installation Configuration
 
Moss2007 Enterprise Features Administration
Moss2007 Enterprise Features AdministrationMoss2007 Enterprise Features Administration
Moss2007 Enterprise Features Administration
 
Microsoft Windows Share Point Services Installation Configuration
Microsoft Windows Share Point Services Installation ConfigurationMicrosoft Windows Share Point Services Installation Configuration
Microsoft Windows Share Point Services Installation Configuration
 
Introductionto Windows Share Point Services3.0
Introductionto Windows Share Point Services3.0Introductionto Windows Share Point Services3.0
Introductionto Windows Share Point Services3.0
 
Introducing Content Types Microsoft Windows Share Point Services
Introducing Content Types Microsoft Windows Share Point ServicesIntroducing Content Types Microsoft Windows Share Point Services
Introducing Content Types Microsoft Windows Share Point Services
 

Recently uploaded

RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 

Recently uploaded (20)

RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 

Pre Install Databases

  • 1. Pre-install databases Note: This content is preliminary content. It might be incomplete and is subject to change. In many IT environments, database creation and management is handled by the Database Administrator (the DBA). Security and other policies might require that the DBA create the databases required by Microsoft Office SharePoint Server 2007. This topic provides details about how the DBA can create these databases before beginning the Office SharePoint Server 2007 installation or creation of a Shared Services Provider (SSP). Database requirements Before you install and configure the databases, be sure that your database servers have the recommended hardware and software. For more information about these requirements, see Determine hardware and software requirements . There are also requirements specific to the database server, and, if you are using SQL Server 2005, you need to configure surface area settings. Configure surface area settings in SQL Server 2005 1. Click Start, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration. 2. In the SQL Server 2005 Surface Area Configuration dialog box, click Surface Area Configuration for Services and Connections. 3. In the tree view, expand the node for your instance of SQL Server, expand the Database Engine node, and then click Remote Connections. 4. Select Local and Remote Connections, select Using both TCP/IP and named pipes, and then click OK. All of the databases required by Office SharePoint Server 2007 use the Latin_General_CI_AS_KS_WS collation. To use least-privilege guidelines, some databases might require individual domain user accounts assigned to them as the database owner (dbo, or db_owner). For more information about the security requirements for these databases, see Plan for administrative and service accounts . To create the database with this collation and the correct database owner, perform the following procedure. Create the database with the correct collation and owner
  • 2. 1. In Microsoft SQL Server Management Studio, navigate to the database server. 2. Right-click the Databases node, and then select New Database. 3. In the New Database dialog box, on the General page, enter the name for the database in the Database name text box. 4. Click the ellipsis by the Owner text box. 5. In the Select Database Owner dialog box, choose the correct user account, and then click OK. 6. On the Options page, select the Latin_General_CI_AS_KS_WS collation from the Collation drop-down box. 7. Click OK to create the database. Create the required SQL Server Logins You must create several SQL Server logins. These logins will be used by Office SharePoint Server 2007 to access the databases. The following table lists the required logins. Login Notes Setup user account The account that is used to run Setup on each server computer. SSP service account Use the SSP App Pool account. Farm search service The service account for the Windows SharePoint account Services Search service. There is only one instance of this service in the server farm. Windows SharePoint Used by the Windows SharePoint Services Help Services Search Search application server role to crawl help service account content across sites Default content The default account used within a specific SSP to access account crawl content. If a specific account is not specified for a content source, the default content access account is used. App Pool process Used to access content databases associated with account the Web application. For more information about these accounts, see Plan for administrative and service accounts . Create and configure the databases This gives the Search service account and the content access account membership in the following database security groups or roles: • db_owner role for the search database
  • 3. • Users group in the DBA-created configuration database • Users group in the DBA-created admin content database Create and configure the configuration database and administration content database Note: To ensure that the accounts have been added to the correct groups and roles, verify that the home page of the Central Administration Web site can be opened. 1. Create a configuration database and an administration content database by using the quot;Create the database with the correct collation and ownerquot; procedure given earlier. 2. Change the database owner for each database to be the Setup user account. 3. Run Setup on all the computers as the Setup user account. You must run Setup on at least one of these computers by using the Complete installation option. 4. On the computer on which you used the Complete installation option, do not run the Configuration Wizard after setup. Instead open the command line as the Setup user account, and then run the following command to configure the databases: Psconfig –cmd configdb –create –server <SQL_servername> – database <name_of_precreated_configdb> –user <domaindbaccessaccount> –password <dbaccesspw> – admincontentdatabase <name_of_precreated_admincontentdb> 5. After the command has completed, the SharePoint Products and Technologies Configuration Wizard will open and you can complete the remainder of the configuration for your server. 6. After the SharePoint Products and Technologies Configuration Wizard has completed, by using Microsoft SQL Server Management Studio, add the following accounts to the Users groups and to the WSS_Content_Application_Pools roles in both databases: • Farm search service account • Default content access account • Server SSP service account Create and configure the Windows SharePoint Services search database
  • 4. 1. Create a database for the Windows SharePoint Services Search database by using the quot;Create the database with the correct collation and ownerquot; procedure earlier in this article. 2. Change the database owner to be the Setup user account. 3. Open the command line as the Setup user account, and then run the following command to start the Windows SharePoint Services service: stsadm -o spsearch -action start -farmserviceaccount <domainusername> -farmservicepassword <farmservice_pwd> - farmcontentaccessaccount <domainusername> -farmcontentaccesspassword <farmcontentaccess_pwd> -databaseserver <SQL_hostname> -databasename <dba_created_wsssearchdb_name> Create and configure the SSP Admin Web application content database 1. Create the SSP Admin Web application content database by using the quot;Create the database with the correct collation and ownerquot; procedure given earlier. 2. Change the database owner to be the Setup user account. 3. Using Microsoft SQL Server Management Studio, add the Server SSP service account to the Users group and the db_owner role for the SSP Admin Web application content database. 4. Open the command line as the Setup user account, and then run the following command to create the SSP Admin Web application: stsadm.exe -o extendvs -url <http://hostname:portnumber> -donotcreatesite -exclusivelyusentlm -databaseserver <SQL_hostname> -databasename <SSP_content_dbname> -apidtype configurableid -description <SSPAdminWebSiteName> - apidname <SSPAdminSiteAppPoolName> -apidlogin <domainAppPoolID> -apidpwd <AppPoolIDPwd><dbaccesspw> –admincontentdatabase <name_of_precreated_admincontentdb> Create and configure the portal site Web application content database
  • 5. 1. Create the portal site Web application content database by using the quot;Create the database with the correct collation and ownerquot; procedure given earlier. 2. Change the database owner to be the Setup user account. 3. Using Microsoft SQL Server Management Studio, add the SSP Service account to the Users group and the db_owner role for the portal site Web application content database. 4. Open the command line as the Setup user account, and then run the following command to configure the portal site Web application content database: stsadm.exe -o extendvs -url http://hostname:portnumber -donotcreatesite -exclusivelyusentlm -databaseserver <SQL_hostname> -databasename <PortalSite_content_dbname> -apidtype configurableid -description <PortalSiteWebSiteName> - apidname <PortalSiteAppPoolName> -apidlogin <domainAppPoolID> -apidpwd <AppPoolIDPwd> Create and configure the SSP database and SSP Search database
  • 6. Note: For more information about properly sizing these databases, see Chapter overview: Estimate performance and capacity requirements and Portal collaboration environments . 1. Create the SSP database and the SSP Search database by using the quot;Create the database with the correct collation and ownerquot; procedure given earlier. 2. Change the database owner to be the Setup user account for both databases. 3. Using Microsoft SQL Server Management Studio, add the following accounts to the Users group and the db_owner role in each database: • Database access account • SSP Service account • Windows SharePoint Services 3.0 Search Service account • Office SharePoint Server 2007 Search Service account • Application pool identities for all Web applications 4. Open the command line as the Setup user account, and then run the following command to create the SSP using the DBA-created SSP database and the SSP Search database: stsadm -o createssp -title SSPUsingDBACreatedDBs -url <http://hostname:port_number/ssp/admin>-mysiteurl <http://hostname:port_number>-ssplogin <domainusername> - ssppassword <ssp_pwd>-indexserver <indexservername>- indexlocation <indexlocation>-sspdatabaseserver <SQL_hostname>-sspdatabasename <dba_created_sspdb_name>-searchdatabaseserver <SQL_hostname>-searchdatabasename <dba_created_ssp_searchdb_name>