Failed to install failover cluster in Server 2008 Enterprise x86

Answered 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 PM
     
     
    but 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 PM
    Moderator
     
     Answered

    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

    http://blogs.technet.com/aralves/archive/2008/03/31/building-a-failover-cluster-with-server-core-part-2.aspx

     

    Building a Failover Cluster with Server Core Part 3

    http://blogs.technet.com/aralves/archive/2008/03/31/building-a-failover-cluster-with-server-core-part-3.aspx

     

     

    Best Regards,

    Vincent Hu

     

  • 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 PM
     
     
    tks vincent , i thought that is server 2008 r2 server core.
    Darshana Jayathilake