SlideShare uma empresa Scribd logo
1 de 6
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>

Mais conteúdo relacionado

Mais procurados

ScrapeXpress-Standalone-solution
ScrapeXpress-Standalone-solutionScrapeXpress-Standalone-solution
ScrapeXpress-Standalone-solutionAndy Yang
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08Niit Care
 
SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012Michael Noel
 
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL Server
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL ServerGeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL Server
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL ServerTSOLUTIONS
 
Oracle Endeca Developer's Guide
Oracle Endeca Developer's GuideOracle Endeca Developer's Guide
Oracle Endeca Developer's GuideKeyur Shah
 
Oracle to-sql-server-migration-approach
Oracle to-sql-server-migration-approachOracle to-sql-server-migration-approach
Oracle to-sql-server-migration-approachRajesh Raushan
 
Share point review qustions
Share point review qustionsShare point review qustions
Share point review qustionsthan sare
 
Using power shell to improve sharepoint management
Using power shell to improve sharepoint managementUsing power shell to improve sharepoint management
Using power shell to improve sharepoint managementMitch Darrow
 
SharePoint 2010 High Availability - TechEd Brasil 2010
SharePoint 2010 High Availability - TechEd Brasil 2010SharePoint 2010 High Availability - TechEd Brasil 2010
SharePoint 2010 High Availability - TechEd Brasil 2010Michael Noel
 
Share point 2013-upgrade-process-by-claydesk-signed
Share point 2013-upgrade-process-by-claydesk-signedShare point 2013-upgrade-process-by-claydesk-signed
Share point 2013-upgrade-process-by-claydesk-signedClay Desk
 
Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Intergen
 
Oracle BIEE - Everything you always wanted to know about cache
Oracle BIEE - Everything you always wanted to know about cacheOracle BIEE - Everything you always wanted to know about cache
Oracle BIEE - Everything you always wanted to know about cacheRick Brobbel
 
Oracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation GuideOracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation GuideKeyur Shah
 
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Joel Oleson
 
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
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guidewebhostingguy
 

Mais procurados (20)

ScrapeXpress-Standalone-solution
ScrapeXpress-Standalone-solutionScrapeXpress-Standalone-solution
ScrapeXpress-Standalone-solution
 
Obia with odi
Obia with odiObia with odi
Obia with odi
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08
 
SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012SharePoint Security in an Insecure World - AUSPC 2012
SharePoint Security in an Insecure World - AUSPC 2012
 
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL Server
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL ServerGeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL Server
GeoVision : Access Control Solutions : Knowledge : AS Manager using MSSQL Server
 
Active directory basics
Active directory basicsActive directory basics
Active directory basics
 
Oracle Endeca Developer's Guide
Oracle Endeca Developer's GuideOracle Endeca Developer's Guide
Oracle Endeca Developer's Guide
 
Oracle to-sql-server-migration-approach
Oracle to-sql-server-migration-approachOracle to-sql-server-migration-approach
Oracle to-sql-server-migration-approach
 
Share point review qustions
Share point review qustionsShare point review qustions
Share point review qustions
 
DAC
DACDAC
DAC
 
Using power shell to improve sharepoint management
Using power shell to improve sharepoint managementUsing power shell to improve sharepoint management
Using power shell to improve sharepoint management
 
SharePoint 2010 High Availability - TechEd Brasil 2010
SharePoint 2010 High Availability - TechEd Brasil 2010SharePoint 2010 High Availability - TechEd Brasil 2010
SharePoint 2010 High Availability - TechEd Brasil 2010
 
Share point 2013-upgrade-process-by-claydesk-signed
Share point 2013-upgrade-process-by-claydesk-signedShare point 2013-upgrade-process-by-claydesk-signed
Share point 2013-upgrade-process-by-claydesk-signed
 
Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012
 
Oracle BIEE - Everything you always wanted to know about cache
Oracle BIEE - Everything you always wanted to know about cacheOracle BIEE - Everything you always wanted to know about cache
Oracle BIEE - Everything you always wanted to know about cache
 
Oracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation GuideOracle Endeca Commerce - Installation Guide
Oracle Endeca Commerce - Installation Guide
 
OFC304 MOSS Upgrade and Migration
OFC304 MOSS Upgrade and MigrationOFC304 MOSS Upgrade and Migration
OFC304 MOSS Upgrade and Migration
 
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
Spring 2007 SharePoint Connections Oleson Advanced Administration and Plannin...
 
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...
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guide
 

Destaque

Kickstart Tutorial Xml
Kickstart Tutorial XmlKickstart Tutorial Xml
Kickstart Tutorial XmlLiquidHub
 
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008zztopzz .
 
Whatsnewinmoss2007featurewalkthrough
Whatsnewinmoss2007featurewalkthroughWhatsnewinmoss2007featurewalkthrough
Whatsnewinmoss2007featurewalkthroughLiquidHub
 
Dj Party Couple Group Cell Number
Dj Party Couple Group Cell NumberDj Party Couple Group Cell Number
Dj Party Couple Group Cell NumberrujulL_2000
 
TRG SERIE ERGIT _ DEUTSCH
TRG SERIE ERGIT _ DEUTSCHTRG SERIE ERGIT _ DEUTSCH
TRG SERIE ERGIT _ DEUTSCHantoniocarraro
 

Destaque (6)

Kickstart Tutorial Xml
Kickstart Tutorial XmlKickstart Tutorial Xml
Kickstart Tutorial Xml
 
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008
Els Pastorets 2008 Teatre Municipal Ateneu Sant Celoni 26 28 12 2008
 
Whatsnewinmoss2007featurewalkthrough
Whatsnewinmoss2007featurewalkthroughWhatsnewinmoss2007featurewalkthrough
Whatsnewinmoss2007featurewalkthrough
 
Buceo
BuceoBuceo
Buceo
 
Dj Party Couple Group Cell Number
Dj Party Couple Group Cell NumberDj Party Couple Group Cell Number
Dj Party Couple Group Cell Number
 
TRG SERIE ERGIT _ DEUTSCH
TRG SERIE ERGIT _ DEUTSCHTRG SERIE ERGIT _ DEUTSCH
TRG SERIE ERGIT _ DEUTSCH
 

Semelhante a Pre Install Databases

( 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
 
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
 
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 WebcastJoel 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 AzureRob Habraken
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentationwebhostingguy
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1LiquidHub
 
Advance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAdvance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAmin Uddin
 
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 .newRavikantChaturvedi
 
Share point 2013 deployment document
Share point 2013 deployment documentShare point 2013 deployment document
Share point 2013 deployment documentLearning SharePoint
 
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 foundationTep Chanveasna
 
Configuring was webauth
Configuring was webauthConfiguring was webauth
Configuring was webauthnagesh1003
 

Semelhante a Pre Install Databases (20)

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
 
Team lab install_en
Team lab install_enTeam lab install_en
Team lab install_en
 
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
 
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
 
Asp.net
Asp.netAsp.net
Asp.net
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentation
 
Readme
ReadmeReadme
Readme
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1
 
Advance Sql Server Store procedure Presentation
Advance Sql Server Store procedure PresentationAdvance Sql Server Store procedure Presentation
Advance Sql Server Store procedure Presentation
 
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
 
Share point 2013 deployment document
Share point 2013 deployment documentShare point 2013 deployment document
Share point 2013 deployment document
 
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
 
Power shell
Power shellPower shell
Power shell
 
Configuring was webauth
Configuring was webauthConfiguring was webauth
Configuring was webauth
 

Mais de 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.0LiquidHub
 
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
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server DeploymentLiquidHub
 
Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install DatabasesLiquidHub
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment DetailLiquidHub
 
Moss 2007 Backup Strategies
Moss 2007 Backup StrategiesMoss 2007 Backup Strategies
Moss 2007 Backup StrategiesLiquidHub
 
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
 
5060 A 01 Demonstration Steps
5060 A 01 Demonstration Steps5060 A 01 Demonstration Steps
5060 A 01 Demonstration StepsLiquidHub
 
Working With Infopath 2007
Working With Infopath 2007Working With Infopath 2007
Working With Infopath 2007LiquidHub
 
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
 
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
 

Mais de 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
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server Deployment
 
Pre Install Databases
Pre Install DatabasesPre Install Databases
Pre Install Databases
 
Moss 2007 Deployment Detail
Moss 2007 Deployment DetailMoss 2007 Deployment Detail
Moss 2007 Deployment Detail
 
Moss 2007 Backup Strategies
Moss 2007 Backup StrategiesMoss 2007 Backup Strategies
Moss 2007 Backup Strategies
 
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
 
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
 
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
 
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
 
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
 

Último

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Último (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

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>