Unable to add File Server Resource Manager Tools on Windows Server 2012 - Errors on restart and roll back install

Unable to install Windows Server 2012 Feature -  [Tools] File Server Resource Manager Tools.

Installs, however when I restart the server error messages appears saying feature unable to install, windows reverting changes.

In the Setup event logs have the following information message "Update FSRM-Infrastructure of package FSRM-All failed to be turned on. Status: 0x800f0922"

Does anyone have any idea's on why this Feature can not be installed ??

Scott



  • Edited by Scottlev Saturday, September 14, 2013 11:49 AM
September 14th, 2013 11:47am

Hi Scott,

Please test if it could be installed with PowerShell:

install-windowsfeature -name fs-resource-manager -includemanagementtools

If still failed, please have a try to remove and reinstall it with DISM like:

DISM /online /remove-feature /featurename:

Then

DISM /online /enable-feature /featurename: 

Detailed format please see:

Enable or Disable Windows Features Online
http://technet.microsoft.com/en-us/library/dd744582(v=WS.10).aspx

Free Windows Admin Tool Kit Click here and download it now
September 15th, 2013 10:09am

How are things going? Please let us know if there is any progress.
September 16th, 2013 2:21pm

Hi Shaun

Tried both of your suggestions, however neither strategy worked.

Strategy 1

Tried installing via powershell - "install-windowsfeature -name fs-resource-manager -includemanagementtools"   

Feature un-installed itself during the restart.

Attempted to use the command "DISM /online /remove-feature /featurename:FSRM-Infrastructure-Services".  However this did work because one the Service was'nt installed or two because there was no command option for "/remove-feature"

PACKAGE SERVICING COMMANDS:

  /Add-Package            - Adds packages to the image.
  /Remove-Package         - Removes packages from the image.
  /Enable-Feature         - Enables a specific feature in the image.
  /Disable-Feature        - Disables a specific feature in the image.
  /Get-Packages           - Displays information about all packages in the image.
  /Get-PackageInfo        - Displays information about a specific package.
  /Get-Features           - Displays information about all features in a package.
  /Get-FeatureInfo        - Displays information about a specific feature.
  /Cleanup-Image          - Performs cleanup and recovery operations on the image.

Strategy 2

Tried installing via powershell, using the following command DISM /online /enable-feature /featurename:FSRM-Infrastructure-Services, however got the same result, the install backed out during the restart.

All up back to where I started?



Free Windows Admin Tool Kit Click here and download it now
September 24th, 2013 2:01pm

Were you ever able to find an answer to this? I've got a S2012 Std install doing the same thing. It's a Read Only Domain controller that I'm actually trying to install Distributed Scan server on. Already has Print management roles. Every time I try to install Distributed Scan server, it fails because "Update FSRM-Infrastructure-Services of package FSRM-Infrastructure failed to be turned on. Status: 0x800f0922." I'm guessing FSRM is a prereq to install my Dist. Scan Server.
October 3rd, 2013 6:15pm

I'm getting the same issues here. I've restart the computer multiple times and I still can't add the FSRM role. I've tried adding the role through the Server manager and through PS. Both with the same error. This is a RODC (read-only domain controller) with Server 2012 R2.

PS Command and Error

PS C:\Windows\system32> Install-WindowsFeature -Name FS-Resource-Manager -restart
Install-WindowsFeature : The request to add or remove features on the specified server failed.
The operation cannot be completed, because the server that you specified requires a restart.
At line:1 char:1
+ Install-WindowsFeature -Name FS-Resource-Manager -restart
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : DeviceError: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature], Exce
   ption
    + FullyQualifiedErrorId : DISMAPI_Error__Failed_Reboot_Required,Microsoft.Windows.ServerManager.Commands.AddWindow
   sFeatureCommand

Error Log

Log Name:      Application
Source:        SRMSVC
Date:          4/17/2014 12:10:43 PM
Event ID:      8197
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      ADPDCARL01.himss.org
Description:
File Server Resource Manager Service error: Unexpected error. 

Error-specific details:
   Error: GetVolumeNameForVolumeMountPoint, 0x80070001, Incorrect function.

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="SRMSVC" />
    <EventID Qualifiers="32772">8197</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-17T16:10:43.000000000Z" />
    <EventRecordID>4895</EventRecordID>
    <Channel>Application</Channel>
    <Computer>ADPDCARL01.himss.org</Computer>
    <Security />
  </System>
  <EventData>
    <Data>

Error-specific details:
   Error: GetVolumeNameForVolumeMountPoint, 0x80070001, Incorrect function.
</Data>
    <Binary>2D20436F64653A2053524D564F4C4D4330303030303133312D2043616C6C3A2053524D564F4C4D4330303030303037352D205049443A202030303030353039362D205449443A202030303030353036342D20434D443A2020433A5C57696E646F77735C73797374656D33325C737663686F73742E657865202D6B2073726D737663732020202020202D20557365723A204E616D653A204E5420415554484F524954595C53595354454D2C205349443A532D312D352D313820</Binary>
  </EventData>
</Event>



  • Edited by atomek1201 Thursday, April 17, 2014 4:26 PM
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2014 4:22pm

Same issue here. Also on a Windows Server 2012 R2 RODC. Seems to be a common issue with RODCs.
July 26th, 2014 10:12am

Oh, see here: http://support.microsoft.com/kb/2973343/de

Install the File Server Resource Manager feature prior to configuring the server as a Read Only Domain Controller.

Free Windows Admin Tool Kit Click here and download it now
July 26th, 2014 10:13am

I have the same problem on my standard 2012 DC. It is not, nor ever was a RODC. It has all the roles. However, exactly the same issue as above.

This is obviously quite a common issue. Any fixes yet?

July 9th, 2015 12:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics