(Anna Notes) SP TS667 CH 1-4:---------------------- [C1: Creating a SharePoint 2010 Intranet / C2: Administering and Automating SharePoint / C3: Managing Web Applications / CH4 : Administering and securing SharePoint Content ] Flashcards
Chapter 1: Creating a SharePoint 2010 Intranet Chapter 2: Administering and Automating SharePoint Chapter 3: Managing Web Applications Chapter 4: Administering and Securing SharePoint Content
Hardware requirements for the web server and application server
64 bit, four core processor and an 80 GB hard drive
( free space should ideally be double amount of RAM used )</p>
Small Farm deployment of servers needs what hardware requirements ?
64 but, four core processor and 8 GB of RAM
Hardware & Software Requirements
Hard Disk: 80 GB min.
Processor: 64 bit, four core processor
Memory: Production: 8 GB min per server
Development 4 GB per lab
Medium-Farm deployment of servers needs what hardware requirements ?
64 bit, eight core processor and 16GB RAM
Command to run errors in pre-upgrade checker
STSADM.EXE -o preupgradechecker
Large Farm deployment of servers needs what hardware requirements ?
@ 2 Terabytes
Beyond 2 within 5 terabytes?
32 GB RAM
64GB RAM
Microsoft Operating System requirements
4 GB Ram min
-Windows Vista with SP1 or later (64 bit)
-Windows 7 (64 bit): Should not be used for production
PowerShell CMD to attach database
<p>Mount-SPContentDatabase -Name</p>
PowerShell CMD verify additions to new DB setup / Test DB
Test-SPContentDatabase
service application group
The service application group is a collection of service applications in a farm. Other names for service
application group are proxy group or application proxy group. Every web application is assigned a serviceapplication group.
You can use the default service application group for this purpose. You can also customize the service
application group to choose service applications for a web application. However, you can’t use the same
service applications for service application groups of other web applications.
The service application group interacts with two service application components. First, it is accessed bythe web application through the service application connection. Second, it contains service applications
that interact with service application databases. These service applications create a service instance onthe application server. So the service application group also needs to interact with application servers.
service application connection
The service application connection component connects the web application with the service applicationgroup. Also known as a proxy or an application proxy, this connection is usually created with service
applications.
harePoint 2010 is Supported on which Servers?
-SQL Server 2005 SP3 w/ Cumulative Update 3 (64 - bit)
-SQL Server 2008 SP1 w/ Cumulative Update 2 or, Update 5 and later (64 bit)
-SQL Server 2008 R2 (64 bit only)
What are the two Methods to Disable Loopback?
Method 1: Specify all Sites hosted on the Server [hostfile]
Method 2 (Not recommended on production/live): reduces security, disable look back altogether programmatically.
What can be used for SharePoint Prerequisites
PrerequisiteInstaller.exe
User Accounts for SharePoint Administration and Services?
Top Three:
-SQL Server Service Account (SPSQL, SQL_Service)
-SharePoint Admin & Setup User (SP_Admin)
-SharePoint Farm Service Account / Database Account Access (SP_Farm)
Additional:
-SQL Server Administrator Account (SQL_Admin)
-Web & Service Application Pool (SPWebApps & SP Service Apps)
-Search Indexer (SPCrawl)
-User Profile Sunchronization (SPUserSync)
Preparation steps for Installation & Configuration (Summary)
-Install the prerequisites
-Install the SharePoint Binaries
-Configure the SharePoint Server
-Configure Services and Applications on the farm
Install SharePoint Binaries Summary
-Log on as the Setup User Account
-Install SharePoint Server
What is the Business Connectivity Service?
Enables SharePoint to connect to external data sources
OOB Service Applications
-Search Service Application
-Business Connectivity Service
-Managed Metadata Service
-User Profile Service
What is the Managed Metadata Service?
Provides taxonomy and managed content types
Explain Proxy and Proxy Groups:
Proxy: service application connection, creates the connection point for the web applications
Proxy Groups: app connection groups, a virtual entity that creates the connection point for the web app.
What are Managed Accounts and their benefits?
Are service account that can be made in central Admin and updates to the accounts will be made to AD and Computers.
Web Requests for HTTP and HTTPS use which ports?
HTTP: 80 / HTTPS: 443
Configure Outgoing Email Settings:
Central Admin > System Settings > E-mail & Text(SMS)
-Ensure SMTP Server is up
What are the steps when a "Request a Page from a SharePoint Site?
1) user enters URI or URL = The request
-Protocol: the Uri includes a specified protocol as DNS (Domain Name System)
2)Browser sends request to Server Hosting the website
DNS name must be resolved to IP Address
3)DNS Server resolves the query and returns the IP Address
4)Client sends request to Web Server
Request sent to specific port on server
5) IIS receives the request based on site
Bindings: a site can be bound specific to an IP or port
6) If SharePoint Site retrieves content from content DB on SQL Server
7)Security an be placed at each point.
What is also created when a new Web Application is added?
Content DB and IIS Site
In Addition:
SharePoint also creates the physical path \ web.config file, IIS Web Site, Several Vitual Directories