Failover Clustering

Options
10.4K
Steven Ekren on Jan 05 2023 09:57 AM
39.7K
John Marlin on Sep 01 2021 01:02 PM
25.2K
John Marlin on Jul 16 2021 11:38 AM
18K
John Marlin on Jul 13 2021 03:35 PM
83.7K
John Marlin on Sep 23 2020 06:16 PM
10.7K
John Marlin on Nov 18 2019 12:03 PM
50.4K
John Marlin on May 13 2019 03:10 PM
38.8K
John Marlin on Apr 12 2019 12:01 PM
33K
John Marlin on Apr 04 2019 02:32 PM
79.8K
John Marlin on Mar 26 2019 08:37 AM
49.7K
John Marlin on Mar 25 2019 03:49 PM
79.8K
John Marlin on Mar 15 2019 03:17 PM
7,593
John Marlin on Mar 15 2019 03:17 PM
12.8K
John Marlin on Mar 15 2019 03:16 PM
29.2K
John Marlin on Mar 15 2019 03:16 PM
25.7K
John Marlin on Mar 15 2019 03:15 PM
30K
John Marlin on Mar 15 2019 03:15 PM
23.7K
John Marlin on Mar 15 2019 03:14 PM
13.2K
Rob Hindman on Mar 15 2019 03:14 PM
11.6K
Rob Hindman on Mar 15 2019 03:12 PM
24.9K
John Marlin on Mar 15 2019 03:12 PM
8,890
Elden Christensen on Mar 15 2019 03:09 PM
7,239
Elden Christensen on Mar 15 2019 03:09 PM
14.7K
John Marlin on Mar 15 2019 03:09 PM
21.1K
Elden Christensen on Mar 15 2019 03:07 PM
16.3K
Elden Christensen on Mar 15 2019 03:07 PM
36K
John Marlin on Mar 15 2019 03:06 PM
25.6K
Elden Christensen on Mar 15 2019 03:06 PM

Latest Comments

To every "download doesnt work" - you can use this script.Import-Module FailoverClusters $objs = @() $csvs = Get-ClusterSharedVolume foreach ( $csv in $csvs ) { $csvinfos = $csv | select -Property Name -ExpandProperty SharedVolumeInfo foreach ( $csvinfo in $csvinfos ) { $obj = New-Object PSObject -P...
0 Likes
Hi @John Marlin ,we want our cluster to be completely removed from the domain to enhance security and prevent bad actors from gaining access to a domain administrator account and messing around with the resources. Would you recommend NOT doing this and what steps would we have to do to achieve the s...
0 Likes
@Michiel_van_Heerde check out the details of Dynamic Quorum here: Understand cluster and pool quorum on Azure Stack HCI and Windows Server clusters - Azure Stack HCI | Microsoft Learn
1 Likes
So we are building a Hyper-V cluster, for the moment it has an even number of nodes but if demand grows we will add one (1) node making it an odd number of nodes. If demand grows after that we will again add one (1) node making it an even number of nodes. Does that mean we have to change the quorum ...
0 Likes
Important question. Must the disks to be added be partitioned, if so, must they be MBR, and also if so, must they be formatted, and if so must they be formatted as NTFS, or will they be partitioned and formatted upon being added to free space?
0 Likes