0% found this document useful (0 votes)
22 views7 pages

Installing Windows Server 2012 Essentials

- The document discusses selecting and installing editions of Windows Server 2012, including Datacenter, Standard, Essentials, and Foundation editions. It covers clean installation, upgrade installation, and using features like Server Core. - Key factors in selecting an edition include intended server roles, virtualization strategy, and licensing strategy. Editions differ in features, licensing models, and virtualization capabilities. - Clean installation reformat disks and provide the most stable environment, while upgrade installation migrates files and settings from an existing OS to a new version of Windows Server 2012.

Uploaded by

MARYAM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views7 pages

Installing Windows Server 2012 Essentials

- The document discusses selecting and installing editions of Windows Server 2012, including Datacenter, Standard, Essentials, and Foundation editions. It covers clean installation, upgrade installation, and using features like Server Core. - Key factors in selecting an edition include intended server roles, virtualization strategy, and licensing strategy. Editions differ in features, licensing models, and virtualization capabilities. - Clean installation reformat disks and provide the most stable environment, while upgrade installation migrates files and settings from an existing OS to a new version of Windows Server 2012.

Uploaded by

MARYAM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Lesson 1: Installing Servers

Selecting a Windows Server 2012 Edition


Lesson 1: Installing Servers

Planning
• The Windows Server 2012 Edition you choose should be based on multiple
factors, including:
o The roles you intend the servers to perform
o The virtualization strategy you intend to implement
o The licensing strategy you plan to use

Windows Server 2012 Core Editions


• Windows Server 2012 Datacenter
• Windows Server 2012 Standard
• Windows Server 2012 Essentials
• Windows Server 2012 Foundation

Datacenter
• Designed for large and powerful servers
• Supports up to 64 processors
• Fault tolerance—hot-add processors
• Only available to purchase through:
o Microsoft volume-licensing program
o Original equipment manufacturers (OEMs), bundled with a server
Standard
• Includes the full set of Windows Server 2012 features
• Only differs from Datacenter by the number of virtual machine instances
permitted by the license

Essentials
• Includes nearly all features from Datacenter and Standard editions, except:
o Server Core
o Hyper-V
o Active Directory Federation Services
• Limited to one physical or virtual server instance
• Maximum of 25 users
Foundation
• Reduced version of the operating system designed for small businesses
• Supports only basic server features:
o File and print services
o Application support
• No virtualization rights
• Limited to 15 users

Supporting Server Roles


Three basic categories of server roles are:
• Directory services
o Store, organize, and supply information about a network and its
resources
• Infrastructure services
o Provide support services for network clients
• Application services
o Provide communication services, operating environments, or
programming interfaces for specific applications

Directory Services Roles


• Active Directory Certificate Services
• Active Directory Domain Services (AD DS)
• Active Directory Federation Services
• Active Directory Lightweight Directory Services (AD LDS)
• Active Directory Rights Management Services (AD RMS)

Infrastructure Services
• DHCP (Dynamic Host Configuration Protocol)
• DNS Server
• Hyper-V
• Network Policy and Access Services (NPAS)
• Health Registration Authority (HRA)
• Remote Access
• Volume Activation Services
• Windows Deployment Services (WDS)
• Windows Server Update Services (WSUS)

Application Services
• Application Server
• Fax Server
• File and Storage Services
• Print and Document Services
• Remote Desktop Services
• Web Server (IIS)

Supporting Server Virtualization

POSE: Physical operating system environment


VOSE: Virtual operating system environment

Edition POSE Instances VOSE Instances


Datacenter 1 Unlimited
Standard 1 2
Foundation 1 0
Essentials 1 POSE or VOSE 1 POSE or VOSE

Server Licensing
• Licensing Windows Server 2012 includes purchasing licenses for both servers
and clients.
Original Equipment
Retail Volume Licensing
Manufacturer

Datacenter No Yes Yes


Standard Yes Yes Yes
Foundation No No Yes
Essentials No Yes Yes

Installing
Windows Server 2012
Lesson 1: Installing Servers

System Requirements
Minimum system requirements for all editions of Windows Server 2012:
o Processor: 1.4 GHz 64-bit
o RAM: 512 MB
o Disk space: 32 GB
o DVD or USB flash drive
o Super VGA (800 x600) or higher resolution monitor

Maximum Hardware Configurations

Windows Server Windows Server


2012 2008 R2
Logical
640 256
processors
RAM 4 terabytes 2 terabytes
Failover cluster
63 16
nodes
A failover cluster is a group of servers that work together to maintain high
availability of applications and services. If one of the servers, or nodes, fails,
another node in the cluster can take over its workload without any downtime (this
process is known as failover).

Clean Installation

• Necessary when you have a bare metal computer.


• Use if you are willing to reformat an existing disk.
• Creates the most stable environment.
Performing a
Clean Installation
• Connect and power on all devices.
• Boot from the Windows Server installation DVD.
• Select Language, Time and Currency format, and Keyboard layout.
• Click Install Now.
• Select your edition of Windows Server 2012.
• Select Custom: Install Windows only (advanced).
• Select the partition on which to install.
• When the installation is complete, set your password.

Working with
Installation Partitions
• You can create, manage, and delete partitions on your hard drive.
• Click Drive options (advanced) and four buttons will appear:
o Delete
o Extend
o Format
o New
Choosing Installation Options
Lesson 1: Installing Servers

Using Server Core


• Stripped-down version of the operating system
• Takes you to a Graphical User Interface (GUI)
• Type commands at the command prompt

Advantages of
Server Core
• Hardware resource conservation
• Reduced disk space
• Reduced patch frequency
• Reduced attack surface
Server Core Defaults
• Server Core is now the default installation option.
• GUI tools can be added and removed using Windows PowerShell commands.
• New Server Manager includes comprehensive remote administration tools.
Using the Minimal
Server Interface
• A setting that removes some of the most hardware-intensive elements from the
GUI.
• Middle ground between Server Core and full GUI installation.
• Administrators are left with essential tools:
o Server Manager
o MMC applications
o Device Manager
o Windows PowerShell

Using Features
on Demand
• Allows you to optimize resource utilization by removing files related to
unused Windows features stored in WinSxS directory.
• Permanently remove files for unused features using Windows PowerShell
commands.
• The following command will disable the Server Graphical Shell and remove
its source files from WinSxS:
Uninstall-WindowsFeature Server-Gui-Shell –Remove
• If you attempt to enable the feature in the future, the system will download it
from Windows Update or from an image file you specify.

Upgrading Servers
Lesson 1: Installing Servers

Upgrading Servers
• Setup program creates a new Windows folder in which to install the new
version of Windows Server 2012.
• The program then migrates applications, files, and settings from the old OS to
the new.
• To minimize risks involved in this complex procedure, administrators must
perform backups and be able to troubleshoot problems that may arise.

Upgrade Paths
• Windows Server 2012 has very limited upgrade paths.
• You can only upgrade Windows Server 2008 or Windows Server 2008 R2, 64
bit versions only, to their comparable Windows Server 2012 edition.
• For all other Windows versions and editions, you will have to perform a Clean
Installation.

Preparing to Upgrade
• Check hardware compatibility.
• Check disk space.
• Confirm that software is signed.
• Check application compatibility.
• Ensure computer functionality.
• Perform a full backup.
• Purchase Windows Server 2012.

Performing an
Upgrade Installation
• Insert the Windows Server 2012 installation DVD while your current server is
still running, and run the Setup program.
• The installation program will run the same way as a clean installation except
on the Which type of installation do you want page, you must select Upgrade:
Install Windows and keep files, settings, and applications option.
• The Setup program will provide a Compatibility Report

Lesson Summary
• Microsoft releases all of its operating systems in multiple editions, which
provides consumers with varying price points and feature sets.
• Windows Server 2012 includes predefined combinations of services called
roles that implement common server functions.
• A clean installation is the simplest way to deploy Windows Server 2012 on a
bare metal computer or a computer with a partition that you are willing to
reformat (losing all of the data on the partition in the process).
Lesson Summary
• Many enterprise networks today use servers that are dedicated to a particular
role. When a server is performing a single role, does it really make sense to
have so many other processes running on the server that contribute little to
that role?
• When you select the Windows Server Core installation option, you get a
stripped-down version of the operating system.  
• If the advantages of Server Core sound tempting, but there are traditional
server administration tools you don’t want to give up, Windows Server 2012
provides a compromise that it calls the Minimal Server Interface.
• The Minimal Server Interface is a setting that removes some of the most
hardware-intensive elements from the GUI.
Lesson Summary
• An in-place upgrade is the most complicated form of Windows Server 2012
installation. It is also the lengthiest, and the most likely to cause problems
during its execution. Whenever possible, Microsoft recommends that
administrators perform a clean installation, or migrate required applications
and settings instead.

Common questions

Powered by AI

A clean installation requires a bare metal computer or a willingness to reformat an existing disk . This method creates the most stable environment by eliminating past configurations and potential issues, but at the cost of existing data . Conversely, upgrading involves installing Windows Server 2012 over an existing installation, migrating applications, files, and settings . While upgrades preserve existing configurations and data, they risk introducing problems from the prior installation and have more complex requirements, such as compatibility checks and backups . Clean installations are recommended for their stability and simplicity, whereas upgrades are more prone to issues and complexity.

The system requirements for Windows Server 2012 include a 1.4 GHz 64-bit processor, 512 MB RAM, a minimum of 32 GB disk space, and a monitor with at least a Super VGA (800 x 600) resolution . These requirements are significant because they ensure the operating system has the necessary resources to function effectively and accommodate fundamental processes. Meeting these requirements guarantees basic performance levels and stability, helping avoid bottlenecks in processing and maintaining a smooth server operation .

Features on Demand in Windows Server 2012 allows administrators to optimize resource utilization by removing files for unused Windows features stored in the WinSxS directory . This reduces the system footprint and improves performance by freeing disk space and minimizing memory usage. Since the graphical shell is not essential in every circumstance, unnecessary files can be removed to enhance efficiency. If needed in future, those features can be re-added via Windows Update or from a specified image, making it a flexible approach to managing resources .

Windows Server 2012 Essentials differs from the Datacenter and Standard editions by lacking some features such as Server Core, Hyper-V, and Active Directory Federation Services . Essentials is limited to one physical or virtual server instance and supports a maximum of 25 users . In contrast, Datacenter supports unlimited virtual instances, and Standard supports one physical and two virtual instances, making them suitable for larger organizations needing extensive virtualization. Essentials is tailored for small businesses with basic server needs .

Microsoft recommends a clean installation over an in-place upgrade for Windows Server 2012 due to its simplicity, stability, and lower risk of carried-over issues from previous configurations . In-place upgrades are complex and have a higher likelihood of problems due to the migration of existing applications, files, and settings, which can introduce inconsistencies or compatibility issues . Backup and troubleshooting readiness are essential during upgrades, as unforeseen complications can lead to prolonged downtime and operational disruptions . Clean installations, by erasing existing data and starting anew, avoid such complications, providing a fresh, stable environment.

The Directory Services roles include Active Directory Certificate Services, Active Directory Domain Services (AD DS), Active Directory Federation Services, Active Directory Lightweight Directory Services (AD LDS), and Active Directory Rights Management Services . Their primary function is to store, organize, and supply information about a network and its resources, ensuring secure access and management of network resources and user data .

The Server Core installation option for Windows Server 2012 offers advantages such as hardware resource conservation, reduced disk space requirements, reduced patch frequency, and a reduced attack surface . By eliminating the graphical user interface and unnecessary features, it streamlines system performance and improves security. This makes Server Core a suitable choice for servers dedicated to specific roles, as it minimizes resource usage and potential vulnerabilities, while simplifying management through PowerShell and remote administration tools .

A failover cluster in Windows Server is crucial for maintaining high availability of applications and services, ensuring continuity by having a group of servers that can take over workloads if one server fails . This setup minimizes downtime and enhances reliability as another node in the cluster can seamlessly assume the responsibilities of the failed node, thereby reducing service disruptions and maintaining operational efficiency .

When selecting a Windows Server 2012 edition, factors such as server roles, virtualization strategy, and licensing strategy need to be considered. For instance, if you need a highly virtualized environment, the Datacenter edition would be ideal as it supports unlimited virtual instances . If cost-effectiveness is crucial and there is no need for extensive virtualization, the Standard edition might suffice with its limitation to two virtual instances . For small businesses with basic needs, Essentials or Foundation could be suitable due to their limitations in supported users and lack of advanced features such as Hyper-V . The choice of edition directly affects the technical capabilities and scalability of the server deployment.

The licensing strategy for Windows Server 2012 Datacenter differs from the Standard edition primarily in virtual machine instances. Datacenter allows unlimited virtual instances and is purchased through volume-licensing or OEMs , making it suitable for highly virtualized environments. Standard, available through retail, volume-licensing, and OEMs, is limited to two VOSEs per license, which restricts virtualization scalability . This impacts deployment as organizations seeking extensive virtualization might incur higher costs with Standard due to additional licenses required, whereas Datacenter provides cost-effective scalability and flexibility in virtual environments .

You might also like