locked
cu1 error on update RSAT-Clustering-CmdInterface isnt Installed RRS feed

  • Question

  • I have a running version of exchange 2013 on a 2012 AD and when I went to update to CU1 yesterday I ran into the error : "The windows component RSAT-Clustering-CmdInterface isn't installed on this computer and needs to be installed..."

    Not read anyone else running into this issue.  Ive seen some posts about installing it, but want to make sure I'm doing the correct thing before making any changes.

    Anyone else seen this?  Is there a blog/post that can point me on how to correctly install the RSAT-Clustering CmdInterface?

    Thank you,

    -Bob

    Wednesday, April 3, 2013 10:15 PM

Answers

  • I had the same problem for installation the Exchange CU1,

    Go to the server manager.

    Follow the steps:

    Manage > Add Roles and Features > Features

    Expand the three for RSAT Tools and Intall the Failover Cluster Command Line Interface.

    • Proposed as answer by Sebastian Hoffmann Wednesday, April 10, 2013 4:52 PM
    • Marked as answer by cara chen Friday, April 12, 2013 7:52 AM
    Tuesday, April 9, 2013 12:55 PM
  • Hi,
    The Exchange 2013 Prerequisites do say that RSAT-Clustering-CmdInterface is one of the required components

    Haven't tried it with EX13, but I think you can install the components you are missing during the install.

    Example:
    setup.exe /m:upgrade /InstallWindowsComponents /IAcceptExchangeServerLicenseTerms


    Martina Miskovic

    • Proposed as answer by cara chen Thursday, April 4, 2013 3:06 AM
    • Marked as answer by cara chen Friday, April 12, 2013 7:52 AM
    Wednesday, April 3, 2013 10:23 PM

All replies

  • Hi,
    The Exchange 2013 Prerequisites do say that RSAT-Clustering-CmdInterface is one of the required components

    Haven't tried it with EX13, but I think you can install the components you are missing during the install.

    Example:
    setup.exe /m:upgrade /InstallWindowsComponents /IAcceptExchangeServerLicenseTerms


    Martina Miskovic

    • Proposed as answer by cara chen Thursday, April 4, 2013 3:06 AM
    • Marked as answer by cara chen Friday, April 12, 2013 7:52 AM
    Wednesday, April 3, 2013 10:23 PM
  • Thanks!!! That help me out in my test environment. One step closer to going live in production.
    • Proposed as answer by Rennan Sanches Tuesday, April 9, 2013 12:44 PM
    Thursday, April 4, 2013 2:34 PM
  • I had the same problem for installation the Exchange CU1,

    Go to the server manager.

    Follow the steps:

    Manage > Add Roles and Features > Features

    Expand the three for RSAT Tools and Intall the Failover Cluster Command Line Interface.

    • Proposed as answer by Sebastian Hoffmann Wednesday, April 10, 2013 4:52 PM
    • Marked as answer by cara chen Friday, April 12, 2013 7:52 AM
    Tuesday, April 9, 2013 12:55 PM
  • Thanks for sharing Rennan!

    Since I did have a bit of trouble figuring out what you meant, some elaboration on this:

    1. Open Server Manager
    2. Once the contents have loaded, click on Add roles and features (number 2 on the dashboard)
    3. Click next two times in the "Add Roles and Features Wizard"
    4. When the Features node becomes available in the left panel, click on it
    5. Look for the item called "Remote Servver Administration Tools". It could very well be that these are already installed partly and therefore will it could be displayed as greyed out. Expand it nevertheless.
    6. Under that node, expand "Feature Administration Tools"
    7. Under that node, expland "Failover Clustering Tools"
    8. Here, make sure "Failover Cluster Command Interface" is checked
    9. Click next and then install to start the installation

    All information provided by me in the forums are based on my own opinion and does not necessarily reflect the opinion or view of Microsoft or its employees. No rights can be claimed from information provided by me nor can I or Microsoft be held responsible for actions forthcoming out of the provided information.

    • Proposed as answer by MyKEcz Sunday, June 16, 2013 6:03 PM
    Friday, April 19, 2013 10:59 PM
  • quickest way to install is via powershell

    Install-WindowsFeature RSAT-Clustering-CmdInterface

    Sunday, April 21, 2013 3:02 PM