Link to home
Create AccountLog in
Windows Server 2012

Windows Server 2012

--

Questions

--

Followers

Top Experts

Avatar of Axis52401
Axis52401🇺🇸

Server 2012 add role problem
I'm trying to add the Windows VPN RAS role to the 2012 server it starts then says failed because of a pending reboot. OK no problem so I reboot it and still it says it won't because of a pending reboot. What can I do?

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of becraigbecraig🇺🇸

Check for this reg key


"HKLM\System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations"

If it exists backup the registry delete the key reboot and try again


Also before rebooting check for the following value as well


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ServerManager
Look for key named CurrentRebootAttempts and if >0 then change to zero.

Avatar of Axis52401Axis52401🇺🇸

ASKER

Neither of those keys exist on the server, are there any others I can look for?

Avatar of Jordan ClarkJordan Clark🇺🇸

I had the same problem with my 2008 server.  I had to do a manual system update for the server.  Have it check for updates through Microsoft and when it is done installing restart the server.  That fixed my issue.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of becraigbecraig🇺🇸

I would try updates or looking at the system update readiness tool:
http://support.microsoft.com/kb/947821

Also take a look at your event logs to see if anything stands out.

Avatar of Axis52401Axis52401🇺🇸

ASKER

There is one update pending KB2955164 but it won't install.

Installation Failure: Windows failed to install the following update with error 0x80070BC9: Update for Windows Server 2012 R2 (KB2955164).
 
It has a link for click for help with this error but that takes you to a window that says no results found. I'm not sure this is related to adding the role problem

Avatar of becraigbecraig🇺🇸

This KB seems to fix quite a number of windows issues:
http://support.microsoft.com/kb/2955164


If you are having trouble installing, try the link I provided above for SURT.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Axis52401Axis52401🇺🇸

ASKER

Yea still nothing. I think there is another registry key that needs to be changed but my googlling hasn't found it

Avatar of becraigbecraig🇺🇸

This is the link I am referring to from above:
 http://support.microsoft.com/kb/947821

Avatar of Axis52401Axis52401🇺🇸

ASKER

Yes this might work for that 1 update that won't install but thats not the problem I need to work. I'm trying to add a role to the server and it keeps saying it needs to be rebooted yet even after a reboot it still says that.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of becraigbecraig🇺🇸

The tool does not only fix issues with updates, but also correct any errors in System state.

Also your blocked update could have a reboot requirement which would block the add role option.

Avatar of Axis52401Axis52401🇺🇸

ASKER

They don't have a hotfix on there for 2012

Avatar of becraigbecraig🇺🇸

Do you mean the SURT or the KB you are trying to install ?

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of becraigbecraig🇺🇸

If so look at the top:

DISM.exe /Online /Cleanup-image /Restorehealth

Avatar of Axis52401Axis52401🇺🇸

ASKER

This is what is lists on that site


Operating system      Download link
x86-based (32-bit) versions of Windows 7 SP1 and Windows 7      DownloadDownload
x64-based (64-bit) versions of Windows 7 SP1 and Windows 7      DownloadDownload
x64-based (64-bit) versions of Windows Server 2008 R2 SP1      DownloadDownload
Itanium-based versions of Windows Server 2008 R2 SP1      DownloadDownload
x86-based (32-bit) versions of Windows Vista SP2 and Windows Vista SP1      DownloadDownload
x64-based (64-bit) versions of Windows Vista SP2 and Windows Vista SP1      DownloadDownload
x86-based (32-bit)versions of Windows Server 2008 SP2      DownloadDownload
x64-based (64-bit) versions of Windows Server 2008 SP2      DownloadDownload
Itanium-based versions of Windows Server 2008 SP2

ASKER CERTIFIED SOLUTION
Avatar of becraigbecraig🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

@BeCraig, This worked for Jason (@Axis52401) however,  neither your DISM solution worked for me. Like @Axis52401, there are no keys in the registry as suggested in this post.The DISM solution from http://support.microsoft.com/kb/947821 ran successfully/ However, the log file had a tons of Failure reports in it.

A run on installation of the Remote Access role give the same error.

Any other ideas?

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of scotruscotru🇺🇸

@Devereaux I have the same problem on Server Essentials 2012.  Did you ever find a solution?

Hi Scot , Yes I did with a post from CSET Technologies. I meant to post but forgot.

This is the solution for when Windows Server 2012 prompts for a restart when installing WSUS or RDS etc.


PROBLEM
Adding the Remote Desktop Services role or the Windows Server Update Services role fails with the error:
The operation cannot be completed, because the server that you specified requires a restart.
Restarting the server provides no solution.

SOLUTION

The solution is to grant the 'log on as a service' right to some addition built in accounts.
Start the Group Policy Management Console on your management PC (see the Remote Server Administration Tools download page at Microsoft).
Open the Default Domain Controllers Policy or your specific server management policy.
Open the Computer Configuration –> Policies –> Windows Settings –> Security Settings –> Local Policies –> User Rights Assignment branch and then double click the 'Log on as a service' setting.
Add the IIS_WPG, NETWORK, NETWORK SERVICE, and SERVICE accounts (via the Browse option).
Once these settings have been applied the server needs to update to the current Group Policy version.
On the server command line you can type
gpupdate /force

Open in new window

gpupdate /force

Once updated the installation should progress smoothly

Let me know if this solutions works for you too. Windows Server OS is strange that some solutions will work for some while others it will not due to multiple errors on install.
Hope it works for you!

Best regards
Devereaux

Avatar of capnetcapnet🇬🇧

Devereaux Harry-Barnwell comment may not have been the answer to the topic but it one of the most common fixes for this issue,

Especially if you have joined your 2012 server to a legacy domain.

Thank you sir!

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.

Windows Server 2012

Windows Server 2012

--

Questions

--

Followers

Top Experts

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2. Windows Server 2012 is the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0. Windows Server 2012, now in its second release (Windows Server 2012 Release 2) includes Foundation, Essentials, Standard and Datacenter, and does not support IA-32 or IA-64 processors.