SlideShare a Scribd company logo
Windows Server 2016 Storage step by step
1| P a g e
Windows Server 2016 Storage step by step
Complete Lab (V1.0)
Ahmed Abdelwahed
Microsoft Certified Trainer
Ahmed_abdulwahed@outlook.com
Windows Server 2016 Storage step by step
2| P a g e
Contents
Existing Environment...............................................................................................................................................3
LAB 1: Implemen ng FSRM.....................................................................................................................................4
Task 1: add file Server Resource Manager..............................................................................................................4
Task 2: Create a quota template...........................................................................................................................6
Task 3: Configure a quota based on the quota template..........................................................................................9
Task 3: Test that the quota is func-onal ..............................................................................................................10
Task 4: Create a file screen (Block executable files)...............................................................................................10
Task 5: Test that the File Screen is func-onal .......................................................................................................11
Task 7: Generate an on-demand storage report ...................................................................................................11
Lab 2: Data Deduplica%on ......................................................................................................................................13
Task 1: Install the Data Deduplica-on role service ................................................................................................13
Task 2: Enable, configure and test Data Deduplica-on ..........................................................................................14
Lab 3: ISCSI Storage...............................................................................................................................................17
Configuring iSCSI storage........................................................................................................................................17
Task 1: Install the Internet small computer system interface (iSCSI) target role services........................17
Task 2: Configure the iSCSI targets ..............................................................................................................18
Task 4: Connect to and configure the iSCSI targets ....................................................................................22
Lab 4: Storage Pool ...............................................................................................................................................27
Configuring storage pool........................................................................................................................................27
Task 1: Create a storage pool.......................................................................................................................27
Task 2: Create a parity disk using created Storage Pool (Spool01) ............................................................29
Task 3: create a volume based on parity disk that we just created ...........................................................32
Task 4: test What does the parity do when one disk fail (Disconnect one disk)........................................35
Task 5: recover disk failure with parity .......................................................................................................36
Windows Server 2016 Storage step by step
3| P a g e
Existing Environment
1. OS: Windows server 2016
2. Domain Name: ITPROLABS.XYZ
3. Domain IP: 192.168.153.10/24
4. IP Scheme: 192.168.153.0/24
5. Storage server Name: FSRM01 (our test server)
6. Storage Server IP: 192.168.153.60
Full Windows Server 2016 Ac%ve directory lab:
https://gallery.technet.microsoft.com/Install-Windows-Server-f37e3c6d?redir=0
Windows Server 2016 Storage step by step
4| P a g e
LAB 1: Implementing FSRM
File server resource manager is a feature set in the file and storage services server role in windows server – that
help administrator classify and manager storage data in file servers. The FSRM rule enables folder-level quotas,
file-type screening, and comprehensive reporting of file system usage.
Task 1: add file Server Resource Manager
1- On FSRM01, in Server Manager, click Add roles and features.
2- In the Add Roles and Features Wizard, click Next
3- On the Select server roles page, expand File and Storage Services, expand File and iSCSI Services, and then select
the File Server Resource Manager check box.
Windows Server 2016 Storage step by step
5| P a g e
Windows Server 2016 Storage step by step
6| P a g e
Task 2: Create a quota template
There are two kinds of quotas: a hard quota or a soft quota:
• A hard quota prevents users from saving files after the space limit is reached and generates notifications when the
volume of data reaches each configured threshold.
• A soft quota does not enforce the quota limit but generates all configured notifications.
1- In Server Manager, click Tools, and then click File Server Resource Manager.
In this wizard, create custom 500 MB quota template
Windows Server 2016 Storage step by step
7| P a g e
Windows Server 2016 Storage step by step
8| P a g e
Windows Server 2016 Storage step by step
9| P a g e
Task 3: Configure a quota based on the quota template
1- In the File Server Resource Manager console, click Quotas.
2- Right-click Quotas, and then click Create Quota using 500 MB custom quota that we just created,
apply this quota policy to folder named Shared_Data in C drive.
Windows Server 2016 Storage step by step
10| P a g e
Task 3: Test that the quota is func%onal
1- Switch to Client01
2- On Client01 (Windows 10 client) open run and type 192.168.153.60c$ to access FSRM01 server share then
access our file named Shared_Data and copy large file (more than allowed quota 500 MB)
Task 4: Create a file screen (Block executable files)
1- Switch to FSRM01
2- In the File Server Resource Manager console tree, expand File Screening Management, and then click File Screens.
In the following example, we will apply screening policy that prevent users to store any executable files on Shared_Data
folder
Windows Server 2016 Storage step by step
11| P a g e
Task 5: Test that the File Screen is functional
Switch to Client01 and then access Shared_Data and try to copy any executable file
Task 7: Generate an on-demand storage report
1- Switch to FSRM01
2- In the File Server Resource Manager console, click Storage Reports Management.
Windows Server 2016 Storage step by step
12| P a g e
Windows Server 2016 Storage step by step
13| P a g e
Lab 2: Data Deduplication
Data Deduplica%on is a role service (mechanism) of Windows Server 2016 that iden%fies and removes
duplications within data without compromising data integrity. This achieves the goals of storing more data and
using less physical disk space. This lesson explains how to implement Data Deduplica%on in Windows Server 2016
storage.
This feature added from server 2012, but its improved in server 2016
In server 2012 only support par%%on with 10 terabytes, in server 2016 support up to 64 terabyte
Support for file sizes up to 1 TB
Support only NTFS or REFS
Not available for client OS like windows 10
Task 1: Install the Data Deduplication role service
1- On FSRM01, in Server Manager, click Add roles and features.
Windows Server 2016 Storage step by step
14| P a g e
Task 2: Enable, configure and test Data Deduplica%on
1- On FSRM01, right-click Start, and then click Run.
2- In Server Manager, in the navigation pane, click File and Storage Services, and then click VOLUMES.
Windows Server 2016 Storage step by step
15| P a g e
3- Copy some files to this volume and duplicate same file to same volume and check the free size of volume
Windows Server 2016 Storage step by step
16| P a g e
4- In the Windows PowerShell window, type the following command to start Deduplication process
5- Observe the values for Deduplication Rate and Deduplication Savings.
Windows Server 2016 Storage step by step
17| P a g e
Lab 3: ISCSI Storage
With iSCSI storage, it allows your Windows Server to share storage remotely using Ethernet network and does
not require any specialized hardware.
Configuring iSCSI storage
Task 1: Install the Internet small computer system interface (iSCSI) target role services
1. Switch to FSRM01.
2. On the taskbar, click Start, and then click Server Manager.
3. In Server Manager, click Add roles and features.
Windows Server 2016 Storage step by step
18| P a g e
Task 2: Configure the iSCSI targets
1- On FSRM01, in Server Manager, in the navigation pane, click File and Storage Services
Windows Server 2016 Storage step by step
19| P a g e
Windows Server 2016 Storage step by step
20| P a g e
Windows Server 2016 Storage step by step
21| P a g e
Windows Server 2016 Storage step by step
22| P a g e
Task 4: Connect to and configure the iSCSI targets
1- On FSRM01, in Server Manager, click Tools, and then click iSCSI Initiator.
Note: also, you can connect to ISCSI target through ISCSI initiator from any windows client star%ng from windows 7
Windows Server 2016 Storage step by step
23| P a g e
2- Back to server manager and follow the below figures to configure the connected virtual disk
Windows Server 2016 Storage step by step
24| P a g e
Windows Server 2016 Storage step by step
25| P a g e
Windows Server 2016 Storage step by step
26| P a g e
3- Now your virtual disk is ready to use
Windows Server 2016 Storage step by step
27| P a g e
Lab 4: Storage Pool
Collection of virtual or physical disks that enables cost-effective, high availability, scalable, and flexible storage solutions.
Configuring storage pool
Task 1: Create a storage pool
1- Add 5 virtual disk by using VMWare virtual machine seJngs
2- On FSRM01, in Server Manager, in the navigation pane, click Storage Pools.
Windows Server 2016 Storage step by step
28| P a g e
Create first storage pool with named SPool01 using 5 HD
Now, first storage pool is created using 5 hard disk with total space 300GB.
Windows Server 2016 Storage step by step
29| P a g e
Task 2: Create a parity disk using created Storage Pool (Spool01)
1- In Server Manager, in the STORAGE POOLS pane, click SPool1, and follow the below figures
Windows Server 2016 Storage step by step
30| P a g e
in this lab, we only select 20 GB from our Spool01 (300 GB), so we can use remain space to create another virtual disk.
Windows Server 2016 Storage step by step
31| P a g e
Virtual disk configuration summary
Windows Server 2016 Storage step by step
32| P a g e
Task 3: create a volume based on parity disk that we just created
Windows Server 2016 Storage step by step
33| P a g e
Windows Server 2016 Storage step by step
34| P a g e
now, new volume with parity is created
Windows Server 2016 Storage step by step
35| P a g e
Task 4: test What does the parity do when one disk fail (Disconnect one disk)
In this task, remove one disk from 5 that we add it to storage pool
after disk is removed, there is a warning message appear in our virtual parity disk, but the disk still is accessible because
parity disk work with at least 3 disks and we s%ll have 4 disks.
Windows Server 2016 Storage step by step
36| P a g e
Task 5: recover disk failure with parity
1- Add a new disk with same removed disk size to the server
2- Add the new disk to parity disk group so we can replace the failed disk, as explained in below figures
Windows Server 2016 Storage step by step
37| P a g e
3- After disk added successfully, you can remove failed disk from the pool
4- Now parity will repair the problem by adding the new disk to RAID 5 disk pool
Windows Server 2016 Storage step by step
38| P a g e
5- now the failed disk is replaced successfully.

More Related Content

What's hot

Virtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMwareVirtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMware
Datapath Consulting
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
Hameda Hurmat
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsx
solarisyougood
 
Install and configure windows server 2016 core on hyper v 2016 step by step
Install and configure windows server 2016 core on hyper v 2016 step by stepInstall and configure windows server 2016 core on hyper v 2016 step by step
Install and configure windows server 2016 core on hyper v 2016 step by step
Ahmed Abdelwahed
 
VSICM8_M02.pptx
VSICM8_M02.pptxVSICM8_M02.pptx
VSICM8_M02.pptx
MazharUddin34
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and Tricks
Veeam Software
 
Improvements in Data Center Management
Improvements in Data Center ManagementImprovements in Data Center Management
Improvements in Data Center Management
ScottMadden, Inc.
 
Openvpn avec un client windows
Openvpn avec un client windows Openvpn avec un client windows
Openvpn avec un client windows
Yaya N'Tyeni Sanogo
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBook
EMC
 
VMware Virtual SAN Presentation
VMware Virtual SAN PresentationVMware Virtual SAN Presentation
VMware Virtual SAN Presentation
virtualsouthwest
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component C/D/H Technology Consultants
 
Citrix XenDesktop and XenApp 7.5 Architecture Deployment
Citrix XenDesktop and XenApp 7.5 Architecture DeploymentCitrix XenDesktop and XenApp 7.5 Architecture Deployment
Citrix XenDesktop and XenApp 7.5 Architecture Deployment
Huy Pham
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentationaleyeldean
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
Tuan Yang
 
Useful Group Policy Concepts
Useful Group Policy ConceptsUseful Group Policy Concepts
Useful Group Policy Concepts
Rob Dunn
 
Active Directory
Active Directory Active Directory
Active Directory
Sandeep Kapadane
 
Windows server
Windows serverWindows server
Windows server
Hideo Amezawa
 

What's hot (20)

Virtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMwareVirtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMware
 
1 introduction to windows server 2016
1  introduction to windows server 20161  introduction to windows server 2016
1 introduction to windows server 2016
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsx
 
Install and configure windows server 2016 core on hyper v 2016 step by step
Install and configure windows server 2016 core on hyper v 2016 step by stepInstall and configure windows server 2016 core on hyper v 2016 step by step
Install and configure windows server 2016 core on hyper v 2016 step by step
 
VSICM8_M02.pptx
VSICM8_M02.pptxVSICM8_M02.pptx
VSICM8_M02.pptx
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and Tricks
 
Improvements in Data Center Management
Improvements in Data Center ManagementImprovements in Data Center Management
Improvements in Data Center Management
 
Openvpn avec un client windows
Openvpn avec un client windows Openvpn avec un client windows
Openvpn avec un client windows
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBook
 
VMware Virtual SAN Presentation
VMware Virtual SAN PresentationVMware Virtual SAN Presentation
VMware Virtual SAN Presentation
 
System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component System Center Configuration Manager-The Most Popular System Center Component
System Center Configuration Manager-The Most Popular System Center Component
 
Fortinet
FortinetFortinet
Fortinet
 
Citrix XenDesktop and XenApp 7.5 Architecture Deployment
Citrix XenDesktop and XenApp 7.5 Architecture DeploymentCitrix XenDesktop and XenApp 7.5 Architecture Deployment
Citrix XenDesktop and XenApp 7.5 Architecture Deployment
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
VMware vSphere
VMware vSphereVMware vSphere
VMware vSphere
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
 
Useful Group Policy Concepts
Useful Group Policy ConceptsUseful Group Policy Concepts
Useful Group Policy Concepts
 
Active Directory
Active Directory Active Directory
Active Directory
 
Windows server
Windows serverWindows server
Windows server
 

Similar to Windows server 2016 storage step by step complete lab

File server resource manager (fsrm) in windows server 2016
File server resource manager (fsrm) in windows server 2016File server resource manager (fsrm) in windows server 2016
File server resource manager (fsrm) in windows server 2016
Ahmed Abdelwahed
 
Iscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by stepIscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by step
Ahmed Abdelwahed
 
Nt1310 Unit 5 Administrative Tools
Nt1310 Unit 5 Administrative ToolsNt1310 Unit 5 Administrative Tools
Nt1310 Unit 5 Administrative Tools
Jenny Smith
 
7- How to Configure Disk Quota
7- How to Configure Disk Quota7- How to Configure Disk Quota
7- How to Configure Disk QuotaFahad Al-Balushi
 
Informatica log files
Informatica log filesInformatica log files
Informatica log filesAmit Sharma
 
Mastering informatica log files
Mastering informatica log filesMastering informatica log files
Mastering informatica log filesAmit Sharma
 
Client Server Live Hosting Documentation
Client Server Live Hosting Documentation Client Server Live Hosting Documentation
Client Server Live Hosting Documentation
Khwaja Yunus Ali Medical University
 
Symantec Endpoint Encryption - Proof Of Concept Document
Symantec Endpoint Encryption - Proof Of Concept DocumentSymantec Endpoint Encryption - Proof Of Concept Document
Symantec Endpoint Encryption - Proof Of Concept Document
Iftikhar Ali Iqbal
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
Umesh Pandit
 
SugarCE For Small And Medium Enterprises
SugarCE For Small And Medium EnterprisesSugarCE For Small And Medium Enterprises
SugarCE For Small And Medium Enterprises
Dashamir Hoxha
 
Lync stress test guide v2.0 (ebook)
Lync stress test guide v2.0 (ebook)Lync stress test guide v2.0 (ebook)
Lync stress test guide v2.0 (ebook)
Thomas Poett
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance Boost
Christoph Adler
 
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
Amazon Web Services
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Linh Nguyen
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
SPC Adriatics
 
978-1-7281-6843-220$31.00 ©2020 IEEE Windows Server B.docx
978-1-7281-6843-220$31.00 ©2020 IEEE  Windows Server B.docx978-1-7281-6843-220$31.00 ©2020 IEEE  Windows Server B.docx
978-1-7281-6843-220$31.00 ©2020 IEEE Windows Server B.docx
standfordabbot
 
Test managementsetupguide
Test managementsetupguideTest managementsetupguide
Test managementsetupguide
Cecilia Briones Figueroa
 
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
Amazon Web Services
 

Similar to Windows server 2016 storage step by step complete lab (20)

File server resource manager (fsrm) in windows server 2016
File server resource manager (fsrm) in windows server 2016File server resource manager (fsrm) in windows server 2016
File server resource manager (fsrm) in windows server 2016
 
Iscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by stepIscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by step
 
Nt1310 Unit 5 Administrative Tools
Nt1310 Unit 5 Administrative ToolsNt1310 Unit 5 Administrative Tools
Nt1310 Unit 5 Administrative Tools
 
7- How to Configure Disk Quota
7- How to Configure Disk Quota7- How to Configure Disk Quota
7- How to Configure Disk Quota
 
FailOver Clustring
FailOver ClustringFailOver Clustring
FailOver Clustring
 
Informatica log files
Informatica log filesInformatica log files
Informatica log files
 
Windows 2003 Server
Windows 2003 ServerWindows 2003 Server
Windows 2003 Server
 
Mastering informatica log files
Mastering informatica log filesMastering informatica log files
Mastering informatica log files
 
Client Server Live Hosting Documentation
Client Server Live Hosting Documentation Client Server Live Hosting Documentation
Client Server Live Hosting Documentation
 
Symantec Endpoint Encryption - Proof Of Concept Document
Symantec Endpoint Encryption - Proof Of Concept DocumentSymantec Endpoint Encryption - Proof Of Concept Document
Symantec Endpoint Encryption - Proof Of Concept Document
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
SugarCE For Small And Medium Enterprises
SugarCE For Small And Medium EnterprisesSugarCE For Small And Medium Enterprises
SugarCE For Small And Medium Enterprises
 
Lync stress test guide v2.0 (ebook)
Lync stress test guide v2.0 (ebook)Lync stress test guide v2.0 (ebook)
Lync stress test guide v2.0 (ebook)
 
ICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance BoostICONUK 2018 - IBM Notes V10 Performance Boost
ICONUK 2018 - IBM Notes V10 Performance Boost
 
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
Containerize Legacy .NET Framework Web Apps for Cloud Migration - ENT201 - Ch...
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
978-1-7281-6843-220$31.00 ©2020 IEEE Windows Server B.docx
978-1-7281-6843-220$31.00 ©2020 IEEE  Windows Server B.docx978-1-7281-6843-220$31.00 ©2020 IEEE  Windows Server B.docx
978-1-7281-6843-220$31.00 ©2020 IEEE Windows Server B.docx
 
Test managementsetupguide
Test managementsetupguideTest managementsetupguide
Test managementsetupguide
 
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
Containerize Legacy .NET Framework Web Apps for Cloud Migration (WIN305) - AW...
 

More from Ahmed Abdelwahed

Ahmed abdelwahed cv
Ahmed abdelwahed   cvAhmed abdelwahed   cv
Ahmed abdelwahed cv
Ahmed Abdelwahed
 
L2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by stepL2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by step
Ahmed Abdelwahed
 
Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
Ahmed Abdelwahed
 
Install and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by stepInstall and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by step
Ahmed Abdelwahed
 
Hyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by stepHyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by step
Ahmed Abdelwahed
 
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by StepCreate and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Ahmed Abdelwahed
 

More from Ahmed Abdelwahed (6)

Ahmed abdelwahed cv
Ahmed abdelwahed   cvAhmed abdelwahed   cv
Ahmed abdelwahed cv
 
L2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by stepL2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by step
 
Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
 
Install and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by stepInstall and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by step
 
Hyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by stepHyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by step
 
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by StepCreate and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by Step
 

Recently uploaded

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 

Recently uploaded (20)

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 

Windows server 2016 storage step by step complete lab

  • 1. Windows Server 2016 Storage step by step 1| P a g e Windows Server 2016 Storage step by step Complete Lab (V1.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com
  • 2. Windows Server 2016 Storage step by step 2| P a g e Contents Existing Environment...............................................................................................................................................3 LAB 1: Implemen ng FSRM.....................................................................................................................................4 Task 1: add file Server Resource Manager..............................................................................................................4 Task 2: Create a quota template...........................................................................................................................6 Task 3: Configure a quota based on the quota template..........................................................................................9 Task 3: Test that the quota is func-onal ..............................................................................................................10 Task 4: Create a file screen (Block executable files)...............................................................................................10 Task 5: Test that the File Screen is func-onal .......................................................................................................11 Task 7: Generate an on-demand storage report ...................................................................................................11 Lab 2: Data Deduplica%on ......................................................................................................................................13 Task 1: Install the Data Deduplica-on role service ................................................................................................13 Task 2: Enable, configure and test Data Deduplica-on ..........................................................................................14 Lab 3: ISCSI Storage...............................................................................................................................................17 Configuring iSCSI storage........................................................................................................................................17 Task 1: Install the Internet small computer system interface (iSCSI) target role services........................17 Task 2: Configure the iSCSI targets ..............................................................................................................18 Task 4: Connect to and configure the iSCSI targets ....................................................................................22 Lab 4: Storage Pool ...............................................................................................................................................27 Configuring storage pool........................................................................................................................................27 Task 1: Create a storage pool.......................................................................................................................27 Task 2: Create a parity disk using created Storage Pool (Spool01) ............................................................29 Task 3: create a volume based on parity disk that we just created ...........................................................32 Task 4: test What does the parity do when one disk fail (Disconnect one disk)........................................35 Task 5: recover disk failure with parity .......................................................................................................36
  • 3. Windows Server 2016 Storage step by step 3| P a g e Existing Environment 1. OS: Windows server 2016 2. Domain Name: ITPROLABS.XYZ 3. Domain IP: 192.168.153.10/24 4. IP Scheme: 192.168.153.0/24 5. Storage server Name: FSRM01 (our test server) 6. Storage Server IP: 192.168.153.60 Full Windows Server 2016 Ac%ve directory lab: https://gallery.technet.microsoft.com/Install-Windows-Server-f37e3c6d?redir=0
  • 4. Windows Server 2016 Storage step by step 4| P a g e LAB 1: Implementing FSRM File server resource manager is a feature set in the file and storage services server role in windows server – that help administrator classify and manager storage data in file servers. The FSRM rule enables folder-level quotas, file-type screening, and comprehensive reporting of file system usage. Task 1: add file Server Resource Manager 1- On FSRM01, in Server Manager, click Add roles and features. 2- In the Add Roles and Features Wizard, click Next 3- On the Select server roles page, expand File and Storage Services, expand File and iSCSI Services, and then select the File Server Resource Manager check box.
  • 5. Windows Server 2016 Storage step by step 5| P a g e
  • 6. Windows Server 2016 Storage step by step 6| P a g e Task 2: Create a quota template There are two kinds of quotas: a hard quota or a soft quota: • A hard quota prevents users from saving files after the space limit is reached and generates notifications when the volume of data reaches each configured threshold. • A soft quota does not enforce the quota limit but generates all configured notifications. 1- In Server Manager, click Tools, and then click File Server Resource Manager. In this wizard, create custom 500 MB quota template
  • 7. Windows Server 2016 Storage step by step 7| P a g e
  • 8. Windows Server 2016 Storage step by step 8| P a g e
  • 9. Windows Server 2016 Storage step by step 9| P a g e Task 3: Configure a quota based on the quota template 1- In the File Server Resource Manager console, click Quotas. 2- Right-click Quotas, and then click Create Quota using 500 MB custom quota that we just created, apply this quota policy to folder named Shared_Data in C drive.
  • 10. Windows Server 2016 Storage step by step 10| P a g e Task 3: Test that the quota is func%onal 1- Switch to Client01 2- On Client01 (Windows 10 client) open run and type 192.168.153.60c$ to access FSRM01 server share then access our file named Shared_Data and copy large file (more than allowed quota 500 MB) Task 4: Create a file screen (Block executable files) 1- Switch to FSRM01 2- In the File Server Resource Manager console tree, expand File Screening Management, and then click File Screens. In the following example, we will apply screening policy that prevent users to store any executable files on Shared_Data folder
  • 11. Windows Server 2016 Storage step by step 11| P a g e Task 5: Test that the File Screen is functional Switch to Client01 and then access Shared_Data and try to copy any executable file Task 7: Generate an on-demand storage report 1- Switch to FSRM01 2- In the File Server Resource Manager console, click Storage Reports Management.
  • 12. Windows Server 2016 Storage step by step 12| P a g e
  • 13. Windows Server 2016 Storage step by step 13| P a g e Lab 2: Data Deduplication Data Deduplica%on is a role service (mechanism) of Windows Server 2016 that iden%fies and removes duplications within data without compromising data integrity. This achieves the goals of storing more data and using less physical disk space. This lesson explains how to implement Data Deduplica%on in Windows Server 2016 storage. This feature added from server 2012, but its improved in server 2016 In server 2012 only support par%%on with 10 terabytes, in server 2016 support up to 64 terabyte Support for file sizes up to 1 TB Support only NTFS or REFS Not available for client OS like windows 10 Task 1: Install the Data Deduplication role service 1- On FSRM01, in Server Manager, click Add roles and features.
  • 14. Windows Server 2016 Storage step by step 14| P a g e Task 2: Enable, configure and test Data Deduplica%on 1- On FSRM01, right-click Start, and then click Run. 2- In Server Manager, in the navigation pane, click File and Storage Services, and then click VOLUMES.
  • 15. Windows Server 2016 Storage step by step 15| P a g e 3- Copy some files to this volume and duplicate same file to same volume and check the free size of volume
  • 16. Windows Server 2016 Storage step by step 16| P a g e 4- In the Windows PowerShell window, type the following command to start Deduplication process 5- Observe the values for Deduplication Rate and Deduplication Savings.
  • 17. Windows Server 2016 Storage step by step 17| P a g e Lab 3: ISCSI Storage With iSCSI storage, it allows your Windows Server to share storage remotely using Ethernet network and does not require any specialized hardware. Configuring iSCSI storage Task 1: Install the Internet small computer system interface (iSCSI) target role services 1. Switch to FSRM01. 2. On the taskbar, click Start, and then click Server Manager. 3. In Server Manager, click Add roles and features.
  • 18. Windows Server 2016 Storage step by step 18| P a g e Task 2: Configure the iSCSI targets 1- On FSRM01, in Server Manager, in the navigation pane, click File and Storage Services
  • 19. Windows Server 2016 Storage step by step 19| P a g e
  • 20. Windows Server 2016 Storage step by step 20| P a g e
  • 21. Windows Server 2016 Storage step by step 21| P a g e
  • 22. Windows Server 2016 Storage step by step 22| P a g e Task 4: Connect to and configure the iSCSI targets 1- On FSRM01, in Server Manager, click Tools, and then click iSCSI Initiator. Note: also, you can connect to ISCSI target through ISCSI initiator from any windows client star%ng from windows 7
  • 23. Windows Server 2016 Storage step by step 23| P a g e 2- Back to server manager and follow the below figures to configure the connected virtual disk
  • 24. Windows Server 2016 Storage step by step 24| P a g e
  • 25. Windows Server 2016 Storage step by step 25| P a g e
  • 26. Windows Server 2016 Storage step by step 26| P a g e 3- Now your virtual disk is ready to use
  • 27. Windows Server 2016 Storage step by step 27| P a g e Lab 4: Storage Pool Collection of virtual or physical disks that enables cost-effective, high availability, scalable, and flexible storage solutions. Configuring storage pool Task 1: Create a storage pool 1- Add 5 virtual disk by using VMWare virtual machine seJngs 2- On FSRM01, in Server Manager, in the navigation pane, click Storage Pools.
  • 28. Windows Server 2016 Storage step by step 28| P a g e Create first storage pool with named SPool01 using 5 HD Now, first storage pool is created using 5 hard disk with total space 300GB.
  • 29. Windows Server 2016 Storage step by step 29| P a g e Task 2: Create a parity disk using created Storage Pool (Spool01) 1- In Server Manager, in the STORAGE POOLS pane, click SPool1, and follow the below figures
  • 30. Windows Server 2016 Storage step by step 30| P a g e in this lab, we only select 20 GB from our Spool01 (300 GB), so we can use remain space to create another virtual disk.
  • 31. Windows Server 2016 Storage step by step 31| P a g e Virtual disk configuration summary
  • 32. Windows Server 2016 Storage step by step 32| P a g e Task 3: create a volume based on parity disk that we just created
  • 33. Windows Server 2016 Storage step by step 33| P a g e
  • 34. Windows Server 2016 Storage step by step 34| P a g e now, new volume with parity is created
  • 35. Windows Server 2016 Storage step by step 35| P a g e Task 4: test What does the parity do when one disk fail (Disconnect one disk) In this task, remove one disk from 5 that we add it to storage pool after disk is removed, there is a warning message appear in our virtual parity disk, but the disk still is accessible because parity disk work with at least 3 disks and we s%ll have 4 disks.
  • 36. Windows Server 2016 Storage step by step 36| P a g e Task 5: recover disk failure with parity 1- Add a new disk with same removed disk size to the server 2- Add the new disk to parity disk group so we can replace the failed disk, as explained in below figures
  • 37. Windows Server 2016 Storage step by step 37| P a g e 3- After disk added successfully, you can remove failed disk from the pool 4- Now parity will repair the problem by adding the new disk to RAID 5 disk pool
  • 38. Windows Server 2016 Storage step by step 38| P a g e 5- now the failed disk is replaced successfully.