čtvrtek 16. ledna 2014

Installing, Configuring and Managing Windows Server Failover Clusters

Protože s tímto stále pracuji, musím si sem do poznámek dát odkaz na velmi zajimavý článek.

Step-By-Step: Installing, Configuring and Managing Windows Server Failover Clusters Via PowerShell


Z něho jsem si vybírám několik scriptů v PowerShellu:

Step 1: Installing the Windows Failover Clustering Feature
Install-WindowsFeature -Name Failover-Clustering –IncludeManagementTools

Step 2: Validating Cluster Configuration
Test-Cluster -Node WS-ALWAYSON-AG1, WS-ALWAYSON-AG2

Step 3: Creating the Windows Server Failover Cluster
New-Cluster -Name WINCLUSTER2 -Node WS-ALWAYSON-AG1, WS-ALWAYSON-AG2 -StaticAddress 172.16.0.192

Step 4: Verify the Windows Server Failover Cluster Configuration
Get-Cluster | Format-List *
Get-ClusterResource


Celý článek je k mání na adrese:



Žádné komentáře:

Okomentovat