Sharepoint 2013 Standard on Cloud

1-click AWS Deployment   1-click Azure Deployment 1-click Google Deployment

Overview

What is SharePoint?

SharePoint is a document management and collaboration tool developed by Microsoft. It’s basically an intranet and content management system that is used for internal purposes to assist with bringing an organisation together.SharePoint is comprised of a multipurpose set of technologies that has tight integration with Office 365 as well as handy document management capabilities.In short, SharePoint is a browser-based collaboration, content management, and extensible platform from Microsoft. The latest release of the product is SharePoint 2013.

Image 1

Previous versions of SharePoint 2013

The previous two versions are MOSS 2007 and SharePoint 2010.

Image 2

Concepts

The logical result of SharePoint Server 2013’s flexibility and richness can be a high degree of complexity around installing and configuring SharePoint Server 2013 correctly. A fundamental understanding of the following key structural elements in a SharePoint Server 2013 environment is required in order to correctly deploy and support SharePoint Server 2013:

Server farm: The top-level element of a logical architecture design for SharePoint Server 2013.

Web application: An IIS Web site that is created and used by SharePoint Server 2013.

Content database: Provides storage Web application content. You can separate content into multiple content databases at the site collection level.

Site collection: A set of Web sites that have the same owner and share administration settings.

Site: One or more related Web pages and other items (such as lists, libraries, and documents) that are hosted inside a site collection.

In addition to understanding the elements of a SharePoint Server 2013 environment and how they have to be configured for your solution, you must consider the following additional factors: physical architecture, installation and configuration, and the various stages of deployment.

Physical architecture

The physical architecture, which consists of one or more servers and the network infrastructure, enables you to implement the logical architecture for a SharePoint Server 2013 solution. The physical architecture is typically described in two ways: by its size and by its topology. Size, which can be measured in several ways, such as the number of users or the number of documents, is used to categorize a farm as small, medium, or large. Topology uses the idea of tiers or server groups to define a logical arrangement of farm servers.

Size
Size uses the number of users and number of content items as a fundamental measure to indicate whether a server farm is small, medium, and large, as follows:

A small server farm typically consists of at least two Web servers and a database server. One of the Web servers hosts the Central Administration site and the other handles additional farm-related tasks, such as serving content to users.A small farm usually used in the development or testing environments where it can have only one or maximum of two servers. You have to install everything in one server if there is only one server. If you two servers you can separate your database server.

One server farm can server to less than 100 users.

Two servers small farm can serve up to 10,000 users.

The small farm can be scaled out to three tiers using a dedicated application server in response to the number of users, the number of content items, and the number of services that are required.

 

A medium server farm typically consists of two or more Web servers, two application servers, and more than one database servers. We recommend that you start with the preceding configuration and then scale out to accommodate the workload placed on the servers.In scenarios where services are known to use a disproportionate amount of resources, you can scale out the application tier. Performance data will indicate which services you should consider off-loading to a dedicated server.If you have a larger number of users then you can create a medium farm which will have 3 to 4 servers. If you have 3 servers then one can be used for a web server, one can be used as an application server and one can be used as a database server.The can server users between 10,000 to 20,000 users.If you have 4 servers, depending on your usage 2 can be a web server, one can be application server and one can be a database server. Or you can also build like one web server, two application server, and one database server.

A large server farm can be the logical result of scaling out a medium farm to meet capacity and performance requirements or by design before a SharePoint Server 2013 solution is implemented. A three-tier topology environment typically uses dedicated servers on all the tiers. Additionally, these servers are often grouped according to their role in the farm. For example, all client-related services can be grouped onto one or two servers and then scaled out by adding servers to this group as needed in response to user demand for these services.In a large farm, there can be 6 or more than 6 servers. You can use 2 servers as a web server, 2 as application server and 2 for the database server.In an 8 server farm, you can use two servers as web servers, 2 dedicated servers for query processing components and index components and 2 as application servers for other application services and 2 can be used as database server.You can also optimize your database server: you can put your content database in one server and other databases into another database server.

SharePoint 2013 is a collaboration environment that organizations of all sizes can use to increase the efficiency of business processes.

SharePoint 2013 sites provide secure environments that administrators can configure to provide personalized access to documents and other information.

SharePoint 2013 introduces new ways to work together in today’s cloud, social, mobile business environment. With SharePoint 2013, you can share, build, organize, manage and discover better.

Applications can be developed for the SharePoint 2013 platform in different ways, for example, as:

  • Apps for SharePoint
  • SharePoint Publishing Sites
  • SharePoint Farm Solutions
  • Mobile Apps for SharePoint
  • Reusable Components for SharePoint

Adding these capabilities to your application (of any type mentioned alongside) helps users do things better and faster:

  • Workflows
  • Social & Collaboration Features
  • Location & Mapping Features
  • Search
  • Business Connectivity Services
  • Office 2013 & SharePoint 2013 Application Services

Assign Permission
The SharePoint 2013 setup administrator is the only account where you need to assign permission by yourself.

SQL Server Service Account
Permission are assigned automatically during installation of SQL Server 2012.
The SQL Server service account should be a domain account and is used to run SQL Server.
If you have an existing SQL Server instance provided by your SQL Server team you don’t need this account.

SharePoint Setup Administrator
You need to manually assign permissions.
The setup administrator is used to install SharePoint 2013.
The SharePoint 2013 setup administrator has to be a member of the administrators group on every server SharePoint should be installed.

Add the SharePoint 2016 setup administrator to the administrators group on every server SharePoint should be installed

This account also needs the securityadmin and dbcreator role in SQL Server

The SharePoint 2016 administrator needs the securityadmin and dbcreator roles in SQL Server.

If you run Windows PowerShell cmdlets that affect a database, this account must be a member of the db_owner fixed database role for the database.

If  we create a development environment we shoild also assign the sysadmin role during the setup of SQL Server 2012 sowe  have only one accoun that we need to administrate Windows Server, SQL Server and SharePoint.
SharePoint 2013 Farm Account
Permissions are automatically assigned if you use the SharePoint 2013 setup administrator during installation.

The farm account is used for the following things

Configure and manage the server farm.
Act as the application pool identity for the SharePoint Central Administration website.
Run the Microsoft SharePoint Foundation Workflow Timer Service.

Installing SharePoint Foundation 2013:

1.First, log in with your spfarm account, and then run the install file you downloaded, and you’ll get the lovely blue splash screen.

SharePoint Foundation 2013 Splash Screen

Click Install software prerequisites, under the Install section. This installs all the stuff SharePoint needs to run

SharePoint Prerequisite Installer

Just accept defaults and walk through this wizard. This wizard will probably require your server to restart. It may need to reboot a couple of times depending on how many updates it has to do.

Log back in and rerun the installer. Back at the blue screen, press Install SharePoint Foundation. Most of the installation will be pretty basic: accept the terms, press continue. For Server Type, select Complete and press Install Now.

server type

When done, you can go ahead and press Close.

install done

The SharePoint Products Configuration Wizard will appear next. Click Next then Yes to the warning. On the next page, select Create a new server farm.

create

On the next screen, enter your details for the SQL server, and use your spfarm account for its credentials.Here we are showing  the \SPF2013A because we  installed SQL with another instance, so we can probably leave ours as the server name.

sql

Specify a passphrase. Important! This passphrase will be needed if you want to add another server to your farm in the future. Keep it safe!

passphrase

On the next screen, you can leave it as default, or specify a port number. If you decide to specify your own port, do not specify any of the standard web ports like 80, 443, 8080, etc. This should be a unique port number as central administration is the core of SharePoint, all configuration, permissions and such occurs here.

Click Next a couple more times and the configuration will run. It may take a while depending on hardware and what not. Let it run. It will error if there’s a problem, otherwise, no news is good news.

successful

Success! Click Finish and Central Administration will open.

Recent Changes in SharePoint

The 2013 version of SharePoint has added some useful functions and features for business implementations:

-Improved integration of Microsoft Office publishing and document management features using the ribbon toolbar present in Word, Excel and other Microsoft applications
-Addition of social networking features to integrate these marketing and communications tools into the workplace environment more organically
-Feature parity for cloud computing services; this functionality was promised in SharePoint 2010 but failed to deliver the true parity expected by most business enterprises
-Improved support for mobile access to allow true anytime, anywhere connectivity with workplace applications and data
These new features will provide even more functionality for businesses in the increasingly digital world of the modern workplace. However, some of the shortcomings present in previous versions of SharePoint persist in the 2013 version.

Drawbacks of SharePoint

Microsoft SharePoint offers an easy-to-use solution for corporate networking needs. However, it has its own set of failings that may limit its utility in the modern corporate environment:

-The high cost of SharePoint in comparison to other solutions can be an insurmountable obstacle for smaller companies.
-In most cases, third-party applications and customizations are required and must be integrated to fulfill internal company needs.
-The social networking functions incorporated in the new version still do not include all elements of the SharePoint system.
-Many users find the search function clunky and inelegant compared to more advanced search engines available online and through other applications.
-Microsoft’s branding requirements reduce the degree of customization allowable for many intranet and Internet home and landing pages.
-These shortcomings have not significantly affected SharePoint’s popularity in the business world; it is estimated that nearly half of all intranet implementations use the SharePoint platform.

SharePoint Online is a collection of Web-based tools and technologies that help your organization store, share and manage digital information. Built on Microsoft SharePoint Server 2013, this hosted service is ideal for working on projects, storing data and documents in a central location and sharing information with others.

Cognosys Provides Hardened images of SharePoint on the cloud ( AWS marketplace, Azure and Google Cloud Platform).

Deploy SharePoint securely on cloud i.e. AWS marketplaceAzure and Google Cloud Platform (GCP)

Secured Sharepoint 2013 Standard on Windows 2012 R2

Sharepoint 2013 Standard on Cloud for AWS

 

Features

AWS

Google

Videos

Sharepoint 2013 Standard on Cloud

Related Posts