Chapter 5 - Server Storage Flashcards

1
Q

What are Storage Spaces?

A

A storage virtualization technology in Windows Server 2016. Virtual disks created from free space in a Storage Pool. These virtual disks are like LUNs (logical unit numbers) in a Storage Area Network (SAN) environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Storage Pool?

A

A collection of physical disks that can be presented to users as logical disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Tiered Storage?

A

Disks of different speeds used optimally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a iSCSI Target?

A

SCSI targets advertise storage, just like controllers for hard disk drives of locally attached storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a iSCSI Initiator?

A

A client in the iSCSI network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are 3 Storage layout options?

A

Simple
Two and Three way Mirrors
Parity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a simple storage layout?

A

Simple features striping but no parity for resiliency; remember that striping means segments of data are written across multiple physical disks. Why would you choose Simple? The answer lies in performance improvements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a two or three way mirrored storage layout?

A

These spaces support two- or three-way copies of the data they host; note that mirror spaces also stripe data across multiple physical disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Parity Storage layout?

A

This Storage Spaces technology is like RAID 5: Data is striped, along with parity information, across multiple physical drives; the parity information permits resiliency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you expand a Storage Pool?

A

Step 1. Add a new virtual disk by navigating to iSCSI in Server Manager. Step 2. Create a new iSCSI virtual disk by specifying the following values:
Storage location Disk name
Size
ISCSI target
Step 3. In Server Manager, click the Refresh button and wait for all the panes to refresh.
Step 4. In the STORAGE POOLS pane, right-click your Storage Pool and then add the new physical disk to the Storage Pool.
Step 5. In the VIRTUAL DISKS pane, right-click Mirrored vDisk and then extend your virtual disk to the desired size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you optimize Tired storage?

A

Mix the type of disks you use such as slow large mechanical disks in conjunction with small, fast SSD disks. Windows Server moves the data based on he frequency of access.
When you add HDDs and SSDs to a Storage Space, Windows Server 2016 registers each type of disk and automatically creates two tiers. By default, each night at 1 a.m., optimization of the disks can occur.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you manually run optimization on tiered storage?

A

To manually run the optimization, use the following PowerShell command:

Get-ScheduledTask -TaskName “Storage Tiers Optimization” | Start-ScheduledTask

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you pin files to certain tiers of storage?

A

using the PowerShell cmdlet Set-FileStorageTier such as:

Set-FileStorageTier -DesiredStorageTierFriendlyName -FilePath [-CimSession ] [-ThrottleLimit ] [-Confirm] [-WhatIf] [ ] [ ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are some PowerShell cmdlets for iSCSi targets?

A
Install-WindowsFeature FS-iSCSITarget-Server
New-IscsiVirtualDisk
New-IscsiServerTarget
Add-IscsiVirtualDiskTargetMapping
Connect-IscsiTarget
New-IscsiTargetPortal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you connect to an iSCSi target?

A

Step 1: Start-Service msiscsi
Step 2: Set-Service msiscsi -StartupType “Automatic”
Step 3: New-IscsiTargetPortal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are some of the Storage Replica features of Windows Server 2016?

A
  • Synchronous and asynchronous replication choices exist; as the administrator, you can choose based on network latency and geographic distances.
  • Storage Replica requires the Datacenter Edition of Windows Server 2016. Storage Replica requires GPT initialized disks.
  • Supported replication scenarios include Server-to-Server, Cluster-to-Cluster, and Stretch Cluster.
  • Only one-to-one replication is supported; a third replica is not an option.
  • Storage Replica performs replication at the block level, and therefore you should not consider it for branch office scenarios with slow WAN links.
  • Storage Replica can replicate data involving open files.
17
Q

What are three types of applications suited for Storage Replica?

A

Virtual Machine, File Server, and SQL server are applications of this feature of Windows 2016

18
Q

What are two types of applications not suited to Storage Replica?

A

SYSVOL and Microsoft Exchange are not suited to this feature of Windows Server 2016

19
Q

What is SYSVOL?

A

In Microsoft Windows, the System Volume (Sysvol) is a shared directory that stores the server copy of the domain’s public files that must be shared for common access and replication throughout a domain. The term SYSVOL refers to a set of files and folders that reside on the local hard disk of each domain controller in a domain and that are replicated by the File Replication service (FRS).

20
Q

What is ACE?

A

Access Control Entity(ACE) is an element in an access control list (ACL). An ACL can have zero or more ACEs. Each ACE controls or monitors access to an object by a specified trustee.

21
Q

What are some types of Access Control Entities?

A

A security identifier (SID) that identifies the trustee to which the ACE applies.
An access mask that specifies the access rights controlled by the ACE.
A flag that indicates the type of ACE.
A set of bit flags that determine whether child containers or objects can inherit the ACE from the primary object to which the ACL is attached.

22
Q

What is iSCSI?

A

Internet Small Computer Systems Interface, an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. It provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. iSCSI is used to facilitate data transfers over intranets and to manage storage over long distances. It can be used to transmit data over local area networks (LANs), wide area networks (WANs), or the Internet and can enable location-independent data storage and retrieval.

23
Q

What are some important rules about Storage Spaces?

A
  • To create a storage pool, you need at least one physical disk.
  • If you want to create a resilient mirror virtual disk, you need a minimum of two physical disks.
  • To create a resilient virtual disk with parity, you need a minimum of three physical disks.
  • For three-way mirroring resiliency, you need at least five physical disks. Your disks must be blank and unformatted, with no volumes on any disk.
  • Failover Clustering cannot use SATA, USB, or SCSI disks.