Windows server 2016 standard - Roles Issues - no more functionalities

Also, please do the following:

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.



SFC Scan


  1. Click on the Start button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow


    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.
 

Attachments

Code:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2020-01-08 08:25:27.380
Microsoft Windows Server 10 Build 14393 - amd64
Using .zip script file at C:\Users\Administrator\Desktop\SFCFix.zip []




PowerCopy::
Successfully took permissions for file or folder C:\Windows\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.3383_it-it_ed4ff55c94b62b17\comdlg32.dll.mui

Successfully copied file C:\Users\Administrator\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.3383_it-it_ed4ff55c94b62b17\comdlg32.dll.mui to C:\Windows\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.3383_it-it_ed4ff55c94b62b17\comdlg32.dll.mui.

Successfully restored ownership for C:\Windows\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.3383_it-it_ed4ff55c94b62b17\comdlg32.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.3383_it-it_ed4ff55c94b62b17\comdlg32.dll.mui
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 165 datablocks.
Finish time: 2020-01-08 08:25:27.916
----------------------EOF-----------------------
Thank you Maniac!! SFC /SCANNOW WORKED succesfully. Server Manager has the same issue of the first screenshot post! Argh!
 

Attachments

error: The request to list features available on the specified server failed
 
Ah, okay, this is a language pack issue.

Please open C:\Windows\System32\lpksetup.exe

Uninstall all of the listed (installed) languages except the default one and reboot the Server.

Test the Server Manager after each uninstalled language.

If one of the language uninstalls fails, please do the following:

Step#1 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Try uninstalling the language pack just like you have in the past.
3. Stop Process Monitor as soon as it fails. You can simply do this by clicking the magnifying glass on the toolbar as shown below.
i3yiUac.png


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and provide the link to the LogFile.PML file as well as your CBS.log Examples of services to upload to are Dropbox or OneDrive or SendSpace.

Thanks.

Good night.
 
Ah, okay, this is a language pack issue.

Please open C:\Windows\System32\lpksetup.exe

Uninstall all of the listed (installed) languages except the default one and reboot the Server.

Test the Server Manager after each uninstalled language.

If one of the language uninstalls fails, please do the following:

Step#1 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Try uninstalling the language pack just like you have in the past.
3. Stop Process Monitor as soon as it fails. You can simply do this by clicking the magnifying glass on the toolbar as shown below.
i3yiUac.png


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and provide the link to the LogFile.PML file as well as your CBS.log Examples of services to upload to are Dropbox or OneDrive or SendSpace.

Thanks.

Good night.
There is only default language.
11.PNG
 
How much free space is there on the system drive?

Which role are you trying to install?

Please do the following:

Step#1 - Export CBS hive
  • Click on the Start button and in the search box, type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (.).
  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send To -> Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload to Dropbox or OneDrive or SendSpace and just provide the link here.
 
1.png
when I open the server manager and locate the server, it returns the error (error: The request to list features available on the specified server failed). This does not allow me to access any type of role or functionality to install as it does not allow me to continue further. I specify that I have a raid 6 with a degraded disk that I am about to replace.
 

Attachments

Can I see the list of your environment variables with their paths?

Is %TEMP% folder present?

Also, let's try enabling one feature with ProcMon enabled to see the failure.

Open PowerShell as Admin and enter the following:

install-windowsfeature -name windows-server-backup

Once, it fails, stop ProcMon and attach CBS.log and LogFile.PML.
 
1578764564660.png
Code:
install-windowsfeature : La richiesta di visualizzazione di un elenco delle funzionalità disponibili sul server
specificato non è riuscita.
Riprovare la richiesta in seguito.
In riga:1 car:1
+ install-windowsfeature -name windows-server-backup
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature], D
   eploymentProviderException
    + FullyQualifiedErrorId : Provider_GetWmiClass_Failed,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCo
   mmand
thank you very very much
 

Attachments

View attachment 56308
Code:
install-windowsfeature : La richiesta di visualizzazione di un elenco delle funzionalità disponibili sul server
specificato non è riuscita.
Riprovare la richiesta in seguito.
In riga:1 car:1
+ install-windowsfeature -name windows-server-backup
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature], D
   eploymentProviderException
    + FullyQualifiedErrorId : Provider_GetWmiClass_Failed,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCo
   mmand
thank you very very much
Up please ;(
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top