Windows Server 2008 64bits Install the .NET Framework 3.0 Features Configure service accounts, see this for details. Have SQL Server prepared, preferabbly on another VM and using a named instance. In my case I had to put SQL on the same VM because networking between VMs was unstable.
MOSS Setup:
- Server Type: Select Advanced -> Complete install
- File Location: Install MOSS to non OS drive
- Before running the SharePoint Products and Technologies Wizard, neither any databases, application pools or web sites are created. However D:\Program Files\Microsoft Office Servers\12.0 is created.
SharePoint Products and Technologies Wizard:
Create a new farm
Config DB Settings:
- MOSS_Farm_Config
- spSql account for the database
- Port 9991
- Use NTLM authentication
- Create Config DB
- Install Help collections
- Securing SharePoint resources
- Registering SharePoint services
- Registering SharePoint features
- Provisioning Central Admin Web App
- Installing the application content files
- Finalizing the Products and Technologies configuration
- MOSS_Farm_Config DB
- SharePoint_AdminContent_GUID DB
- OfficeServerApplicationPool (NetworkService identity)
- SharePoint Central Administration Application Pool (spsqluser identity)
- Office Server Web Services Web Site - uses OfficeServer App Pool
- SharePoint Central Administration v3 Web Site
Administrator Tasks
READ FIRST
Displays the Quick Start Guide
Deploy Servers???
Nothing required for a small farm
Assign services to servers
Excel Calculation Services - just start it, no configuration required.
Configure Office SharePoint Server Search Service Settings
- Farm Search Service Account - spSearch
- Configuring this search doesn't create a database, app pool or web site
- Service Account - spSearch
- Content Access Account - spContentAccess
- Database MOSS_WSS_Search created
SSP Name - TurtleSSP
Create a new Web Application
NOTE: The SSP needs its own Web application. This will be the second web application for the system (Central Admin was the first).
IIS Web Site
- Description: MOSS TurtleSSP
- Port: 9992
- MOSS TurtleSSP - 9992
- Service Account: spAppPool
- DB Name: MOSS_TurtleSSP_Admin
MOSS_TurtleSSP - 9992 App Pool created
MOSS TurtleSSP - 9992 Web Site created
My Site Location
Create a new Web Application
NOTE: The SSP needs its own Web application. This will be the second web application for the system (Central Admin was the first).
IIS Web Site
- Description: MOSS MySite
- Port: 9993
- MOSS MySite - 9993
- Service Account: spAppPool
- DB Name: MOSS_TurtleSSP_MySite_Content)
MOSS_MySite - 9993 App Pool created
MOSS MySite - 9993 Web Site created
SSP Service Credentials
Service Account: spSsp (This account is for SSP Web services to use for inter-server comm and running SSP timer jobs)
SSP Database
Used for Service specific data
- DB Name: MOSS_TurtleSSP_Content
- DB Name: MOSS_TurtleSSP_Search
MOSS_TurtleSSP_Search DB created
TurtleSSP App Pool created (Don't recall the opp to name this MOSS_TurtleSSP, it appears to grab the name of the SSP)
No comments:
Post a Comment