• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/58

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

58 Cards in this Set

  • Front
  • Back
the goal is for System Administrators to provide services for their users with no downtime with a redundancy solution called Failover Clustering
High Availability (Continuous Availability)
enables us to drill through a Hyper-V server, into the VM, into the guest 0S, down to the service level and receive alerts that arise up to the host, when errors occur.
VM Monitoring
• What is Failover Clustering?
This isn’t a Microsoft concept; Failover clustering is intrinsically tied to High availability
is a service level for a given app or service (Workload);
High Availability (HA)
is a contract between a network service provider and a customer that specifies, usually in measurable terms, what services the network service provider will furnish
SLA(Service Level Agreement)
HA method that protects a given services or app from downtime.
Failover Clustering
refers to the automatic transition of these highly available resources, when a node goes offline
Failover
means whenever “Node A” comes back online, we want the resources that were failovered to “Node B”, now to come back over “Node A”
Failback
simply refers to a server (physical server) that is participating in a failover cluster
Node
this configuration is where we have a one designated node that owns particular resources(roles) and any other nodes in the cluster are “passive-and they?
Active/Passive configuration

The passive nodes receive those workloads(services or applications) in the event of a failover.
situation, where we have work coming in from our user connections actually being handle by more than one node in the cluster.
Active/Active configuration
• Failover Clustering Improvements in Windows Server 2012
-More scalability: Each cluster can now have up to 64 nodes/4000 VMs (virtual per cluster….Server 2008 only had 16 nodes & 1000 VMS per cluster
-*CSVs (Cluster Shared Volume)-these were introduced in 2K8 R2 strictly for the Hyper-V workload; Now we can also use them for “File Sharing Services”
-Has a new version of server message block(SMB3.0)
-SOFS(Scale-Out File Server)
-Cluster-Aware Updating (CAU)
-Cluster.exe is deprecated and replace with PowerShell v3
- a way to provide fault tolerant file shares
SOFS
allows us to configure a cluster to update itself with no downtime
Cluster-Aware Updating (CAU)
`refers a piece or segment of your storage area network
LUN (Logical Unit Number)
`How do CSVs benefit Administrators?
-Historically, if you need to failover a VM from Host 1 to Host 2, it would require un-mounting and re-mounting LUNs, because one LUN can only be mounted by one cluster node at a time

-The outcome: Failing over a VM resource, meant failing over the entire LUN, which involves downtime for anything else that happens to be on that LUN as well.

-*CSVs: enable multiple clustered nodes to access a single LUN concurrently, and doesn't require unmounting and remounting the LUN.
What are the additional benefits of using a Cluster Shared Volume?
With this storage, every node in the cluster has a simultaneous connection to the same LUN

This method doesn’t require spawning a drive letter, CSVs actually show up as local mounts on the c:\ drive of each node (server).

each VM that is hosted on Node 1, has a slice of the CSV, which means if we want to live migrate both or just one of the VMs to Node2, we won’t have to un-mount and re-mount the entire LUN and halt and other resources(apps, services, or VMs)
allows you to put shared folders in the CSV as well with same local mount point on your nodes( c:\), which makes the share online and available, even if an node that owned it goes offline.
Scale-Up File Server
refers to a minimum number/quantity required to get some work done; Ex: In a business meeting, we could say we have 10 people that need to be at the meeting, but the quorum is only 6; In a cluster, this represents the # of nodes/elements required to keep the cluster online
Quorum
can be a node but can also be the share storage, arbitrary file share that gets a vote in the quorum
Elements
QUORUM TYPE:

Only your cluster nodes have a vote in quorum, and you have more than half voting, stating yes we’re online, the cluster continues; this is used when you have an odd # off nodes
Node Majority
QUORUM TYPE:

Used if we have an even number of nodes;and your shared storage serves as an voting member (disk witness)-serves as a tie-breaker in quorum voting
Node and Disk Majority
QUORUM TYPE:

uses an arbitrary file share, so if the file share is only it votes yes and serves as the tie-breaker, which is also optimized for an even # of nodes
Node and File Share Majority
QUORUM TYPE:

where you are so concerned with keeping the cluster online on-line, you are willing to go the last node standing, still requires connectivity to the shared disk.
No Majority
What does the CAU ( Cluster Aware Updating) accomplish
transparently, one-by-one takes a node offline, drains any roles to another node
-Applies updates (WSUS or Microsoft Update), reboot if necessary
-Comes back online and automatically claims all of its hosted roles
-Updates moves to the next node in the cluster, and follows the same procedure
Failover Cluster CMDLETS

Make a new disk available for use in a failover cluster. The disk (LUN) must be exposed to all nodes in the failover cluster, and should not be exposed to any other servers.
Add-ClusterDisk
Failover Cluster CMDLETS

Create a clustered file server (resource group that includes one or more disks, on which you can create shared folders for users).
Add-ClusterFileServerRole
Failover Cluster CMDLETS

Configure high availability for an application that was not originally designed to run in a failover cluster.
Add-ClusterGenericApplicationRole
Failover Cluster CMDLETS

Configure an application controlled by a script that runs in Windows Script Host, within a failover cluster.
Add-ClusterGenericScriptRole
Failover Cluster CMDLETS

Configure high availability for a service that was not originally designed to run in a failover cluster.
Add-ClusterGenericServiceRole
Failover Cluster CMDLETS

Add an empty resource group to the failover cluster configuration, in preparation for adding clustered resources to the group.
Add-ClusterGroup
Failover Cluster CMDLETS

Add a node (server) to a failover cluster. Before adding the new node, you should run validation tests on the existing nodes together with the proposed new node.
Add-ClusterNode
Failover Cluster CMDLETS

Create a clustered print server (a resource group that includes a printer and a disk for storing print job information and printer drivers).
Add-ClusterPrintServerRole
Failover Cluster CMDLETS

Add a resource to a clustered service or application (resource group) in a failover cluster.
Add-ClusterResource
Failover Cluster CMDLETS

Add a resource to the list of resources that a particular resource depends on (using AND as the connector) within a failover cluster. Existing dependencies will remain in the list.
Add-ClusterResourceDependency
Failover Cluster CMDLETS

Add a resource type to a failover cluster, and specify information such as the dynamic-link library (DLL) to use with that resource type.
Add-ClusterResourceType
Failover Cluster CMDLETS

Add a group containing only a client access point and storage to the failover cluster configuration.
Add-ClusterServerRole
Failover Cluster CMDLETS


Make a volume available in Cluster Shared Volumes in a failover cluster.
Add-ClusterSharedVolume
Failover Cluster CMDLETS

Create a clustered virtual machine, that is, a virtual machine that can be failed over if necessary to a different server in the failover cluster.
Add-ClusterVirtualMachineRole
Failover Cluster CMDLETS

Prevent the specified user or users from accessing a failover cluster.
Block-ClusterAccess
Failover Cluster CMDLETS

Clear the persistent reservation on a disk in a failover cluster.
Clear-ClusterDiskReservation`
Failover Cluster CMDLETS

Clear the cluster configuration from a node that was evicted from a failover cluster.
Clear-ClusterNode
Failover Cluster CMDLETS

Get information about permissions that control access to a failover cluster.
Get-ClusterAccess
Failover Cluster CMDLETS

Get information about the disks that can support failover clustering and are visible to all nodes, but are not yet part of the set of clustered disks.
Get-ClusterAvailableDisk
Failover Cluster CMDLETS

Create a log file for all nodes (or a specific node) in a failover cluster.
Get-ClusterLog
Failover Cluster CMDLETS

Get information about one or more networks in a failover cluster.
Get-ClusterNetwork
Failover Cluster CMDLETS

Get information about one or more network adapters in a failover cluster.
Get-ClusterNetworkInterface
Failover Cluster CMDLETS

Move a clustered resource from one clustered service or application to another within a failover cluster.
Move-ClusterResource
Failover Cluster CMDLETS

Move a Cluster Shared Volume to ownership by a different node in a failover cluster.
Move-ClusterSharedVolume
Failover Cluster CMDLETS

Move the ownership of a clustered virtual machine to a different node.
Move-ClusterVirtualMachineRole
Failover Cluster CMDLETS

Control specific properties of an object in a failover cluster, such as a resource, a group, or a network.
Set-ClusterParameter
Failover Cluster CMDLETS

Run validation tests for failover cluster hardware and settings. Tests can be run both before and after a cluster is set up.
Test-Cluster
Failover Cluster CMDLETS

Simulate a failure of a cluster resource.
Test-ClusterResourceFailure
Failover Cluster CMDLETS

Renew or release the DHCP lease for an IP address resource in a failover cluster.
Update-ClusterIPResource
Failover Cluster CMDLETS

Refresh the configuration of a clustered virtual machine within a failover cluster.
Update-ClusterVirtualMachineConfiguration
Cmdlet that installs the ISCI Target Role Service
Install-WindowsFeature FS-ISCSITarget-Server
Cmdlet that creates a virtual ISsi volume
New-ISCSIVirtualDisk
Cmdlet that creates the iSCSI Target that will use to allow access to iSCSI virtual disks(volumes)
New-iSCSIServerTarget -Targetname Cluster1 -InitiatorIDs dnsname:server.domain.com