Failed to install failover cluster in Server 2008 Enterprise x86
-
Saturday, December 24, 2011 11:59 AM
When executing the command "start /w ocsetup failovercluster-core", it returned "The specified Windows component could not be found: FailoverCluster-Core".
The "wmic os get operatingsystemsku" returns "OperatingsystemSKU 14".
Very puzzling, why can't I install Failover Cluster in server core?
Valuable skills are not learned, learned skills aren't valuable.
All Replies
-
Saturday, December 24, 2011 12:38 PM
Open the powershell using run as admin
type
>import-module ServerManager
Add-WindowsFeature Failover-Clustering
Darshana Jayathilake -
Saturday, December 24, 2011 12:38 PMbut you should run this on only with the windows 2008 r2 enterprise or windows 2008 r2 datacenter
Darshana Jayathilake -
Saturday, December 24, 2011 2:24 PMModerator
Hi Darshana,
PowerShell is not available with Windows Server 2008 Core installation.
Hi Chung,
The feature name is case sensitive, you can run start /w ocsetup FailoverCluster-Core.
You can also check the following guides.
Building a Failover Cluster with Server Core Part 2
Building a Failover Cluster with Server Core Part 3
Vincent Hu
- Marked As Answer by Vincent HuModerator Monday, December 26, 2011 4:40 AM
-
Saturday, December 24, 2011 2:29 PM
Thanks.
I remember now, the role name is case sensitive when using ocsetup.
I also installed the PowerShell 2.0 into this Windows 2008 Enterprise server but I am going to run the demo in class using ocsetup, not PowerShell, so the former must work.
Valuable skills are not learned, learned skills aren't valuable. -
Saturday, December 24, 2011 4:52 PMtks vincent , i thought that is server 2008 r2 server core.
Darshana Jayathilake

