WS-011 Windows Server 2019 Administration
WS-011 Windows Server 2019 Administration
Administration
This module describes how to configure file servers and storage in Windows Server:
Lessons:
o Volumes and file systems in Windows Server
o Implementing iSCSI
When selecting a file system, consider the differences between FAT, NTFS file system, and
ReFS:
FAT provides:
o Basic file system
NTFS provides:
o Metadata
ReFS provides:
o Backward compatibility support for NTFS
When selecting a type of disk for use in Windows Server, you can choose between:
Basic disk
Dynamic disk
Regardless of which type of disk you use, you must configure the following volumes
on one of the server’s hard disks:
System volumes
Boot volumes
In Windows Server, if you are using dynamic disks, you can create a number of different types
of disk
volumes:
Simple volumes
Spanned volumes
Striped volumes
Mirrored volumes
Demonstration:
Manage volumes
in Windows
Server
Create and format a volume using
Windows PowerShell
Create a mirrored volume using Server
Manager
Overview of File Server Resource Manager
Use FSRM to manage and classify data that is stored on file servers:
Manage permissions on volumes
o Folders
Permissions:
o Allow
This lesson describes SMB and how to implement sharing in Windows Server:
Topics:
What is SMB?
Configure SMB shares
Demonstration: Configure SMB shares by using Server Manager and Windows PowerShell
Best practices for sharing Resources
Overview of NFS
What is SMB?
SMB is the file-sharing protocol that Windows client and server operating systems use
Each new version has additional features
SMB 3.0 introduced large performance benefits
SMB 3.0.2 added:
o Scale-Out File Server
o Removable SMB 1.x
o Applications
o Set-SmbShare
o Remove-SmbShare
o Get-SmbShare
o Get-SmbSession
o Get-SmbOpenFile
o Set-SmbBandwidthLimit
Demonstration:
Configure SMB
shares by using
Server Manager
and Windows
PowerShell
Create an SMB share by using Server
Manager
Create an SMB share by using Windows
PowerShell
Best practices for sharing resources
This lesson describes how to deploy Storage Spaces technology in Windows Server
Topics:
o What are Storage Spaces?
Feature Options
Feature Options
Storage Virtual
spaces disks
Storage Pools
Software Storage
Bus
SMB
Network
Overview of Storage Spaces Direct (2 of 3)
Hyper – V
cluster
Hyper-converged Storage
Spaces Direct scenario Hyper-converged
stack
Hyper-V VMs
Storage Pools
Software Storage
Bus
SMB network
Demonstration:
Configure Storage
Spaces Direct
Install the Windows Server roles and
features for Failover Clustering
Validate cluster configuration and create
a cluster
Enable the Storage Spaces Direct feature,
create a storage pool, virtual disk, file
server, and file share
Test high availability for the storage
Lesson 3: Test your knowledge
o FSRM overview
Chunk
After deduplication 2 TB physical size
store
Optimized Savings = 8 TB
file stubs
Non-optimized
files
Before deduplication 10 TB
Data Deduplication components (3 of 3)
Server Windows
WMI
The different components of the Data Deduplication infrastructure.
Manager PowerShell
Management
File
I/0 Deduplication service
Collect Scrub
Optimize
garbage data
Deduplication jobs
Regular storage
Prior to installing and configuring Data Deduplication in your environment, plan your
deployment using the following steps:
1. Determine target deployments
2. Determine which volumes are candidates for deduplication
3. Evaluate savings with the Deduplication Evaluation Tool
4. Plan the rollout, scalability, and deduplication policies
Deploy Data Deduplication (2 of 2)
After completing your planning, deploy Data Deduplication to a server in your environment by
performing the following steps:
1. Install Data Deduplication components on the server
2. Enable Data Deduplication
3. Configure Data Deduplication jobs
4. Configure Data Deduplication schedules
Usage scenarios for Data Deduplication (1 of 2)
Software
deployment User
shares documents
Usage scenarios for Data Deduplication (2 of 2)
Software
deployment share
VHD library
Demonstration:
Implement Data
Deduplication
Install the Data Deduplication role service
Enable Data Deduplication
Check the status of Data Deduplication
Backup and restore considerations with Data Deduplication
o iSCSI components
Compone
iSCSI transmits SCSI commands over IP networks Description
nt
iSCSI client
that runs
the iSCSI
initiator
protocol
TCP/IP
Storage
array
Is installed by default on Windows Vista and Windows Server 2008 and later
Requires only to be started and configured to connect the computer to the iSCSI target
iSCSI components(3 of 3)
o Security
o Vendor information
o Infrastructure staff
o Application teams
o Deploy DFS
Data collection
User in 1 2 Server
New York in New York
\\Contoso.com\Marketing
DFS
Replicatio
\\NYC-SRV-01\ProjectDocs
n
Folder
Targets
\\LON-SRV-01\ProjectDocs
Namespac
User in 1 2 e Server
London in London
1. User enters : \\contoso.com\marketing
Client computers contact a namespace server and receive a referral
2. Client computers cache the referral and then contact the first server
in the referral
Implement DFS replication
Configure and manage DFSR by using the cmdlets from the DFSR module for Windows
PowerShell
DFS namespaces and replication (1 of 2)
o Import-DfrsClone
o Restore-DfsrPreservedFiles
Overview of Azure File Sync
At Contoso, Ltd, you need to implement the Storage Spaces feature on the Windows Server
2019 servers to simplify storage access and provide redundancy at the storage level.
Management wants you to test Data Deduplication to save storage. They also want you to
implement Internet Small Computer System Interface (iSCSI) storage to provide a simpler
solution for deploying storage in the organization. Additionally, the organization is exploring
options for making storage highly available and researching the requirements that it must
meet for high availability. You want to test the feasibility of using highly available storage,
specifically Storage Spaces Direct.
Module-review questions
1. You attach five 2-TB disks to your Windows Server 2012 computer. You want to simplify
the process of managing the disks. In addition, you want to ensure that if one disk fails,
the failed disk’s data is not lost. What feature can you implement to accomplish these
goals?
2. Your manager has asked you to consider the use of Data Deduplication within your
storage architecture. In what scenarios is the Data Deduplication role service
particularly useful?
3. Can you use both local and shared storage with the Storage Spaces Direct feature?
Module-review answers (1 of 2)
1. You attach five 2-TB disks to your Windows Server 2012 computer. You want to simplify
the process of managing the disks. In addition, you want to ensure that if one disk fails,
the failed disk’s data is not lost. What feature can you implement to accomplish these
goals?
• Answer: You can use the Storage Spaces feature to create a storage pool of all five
disks, and then create a virtual disk with parity or mirroring to make it highly available.
2. Your manager has asked you to consider the use of Data Deduplication within your
storage architecture. In what scenarios is the Data Deduplication role service particularly
useful?
• Answer: You should consider using deduplication for the following areas:
a) File shares, including group content publication or sharing, user home folders,
and profile redirection for accessing offline files. With the release to
manufacturing (RTM) version of Windows Server 2012, you could save
approximately 30 to 50 percent of your system’s disk space. With the Cluster
Shared Volume (CSV) support in Windows Server 2012 R2, the disk savings can
increase up to 90 percent in certain scenarios.
b) Software deployment shares. This includes software binaries, images, and
Module-review answers (2 of 2)
3. Can you use both local and shared storage with the Storage Spaces Direct feature?
• Answer:
No. Storage Spaces Direct can use only local storage. A standard storage space can use
shared
storage.
Thank you.