Showing posts with label .Net Framework. Show all posts
Showing posts with label .Net Framework. Show all posts

Thursday 25 August 2016

Server 2012 - No User Interface Available

On one fine day when I was busy with one of my project, one of my collegue tapped my shoulder, a bit panicking.
He : Heiry, take a look at this...
Me : Dude, what on earth have you done? (serious face)
He : I dont know man, I uninstalled .Net Fx 4.5, reboot the machine and this happened
Me : Dude, What on earth was the reason you uninstalled .Net Fx 4.5?
He : Well, I thought ....
Me : (Evil Smile)
So here is the thing. When we uninstalling .Net Fx 4.5, those related features would be uninstalled as well, including a feature called User Interfaces and Infrastructure. Please refer to here.

There are 2 ways to get it done - locally or remotely. For the purpose of this post, I will do it remotely from another Windows Server 2012 member server.



Issues :

Unable to view GUI in Server 2012.




Troubleshooting :

it is straight forward, GUI is disabled, RDP to the server, the only screen one can see is :




Resolution :

  1.  RDP to another Server 2012 member server.

  2.  Launch Server Manager, and click at Add other servers to manage


  3. Put the target server name at Name (CN) column, and press Find Now. Once the target server appeared in the table, click at the server name and press the arrow button marked with green box as below. The target server will appeared in the right column.

  4. Then, click kat Manage | Add Roles and Feature


  5. Ensure to choose Select a server from the server pool, and choose the target server. Press Next.

  6. At Server Roles option, skip it by pressing Next

  7. At Feature option, enable a feature called User Interface and Infrastructure. Press Next.


  8. Ensure all info are correct, and press Install to proceed.
Share:

Friday 14 March 2014

Server 2012 - Failed to Turn On .Net 3.5 Fx Features

I am using Windows Server 2012 for my XenDesktop 7 lab test. During the installation of SQL server, it prompted an error, asking for .Net 3.5 Framework to be turned on. I tried to enable it, but failed. Thinking and thinking, until I realized what was the issue
Issues :
Received below error while trying to enabling .Net 3.5 Framework feature in Windows Server 2012.
Error :
Installation of one or more roles. role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the confirmation page of the wizard, click "Specify an alternate source path" to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.
Troubleshooting 
It turns out that to enable the feature, the source is needed. In this case, it will grab the source from internet.
Resolution :
Mount the Windows Server 2012 CD / ISO to the drive
Open command prompt as administrator, and launch this command :
dism.exe /online /enable-feature /all /featurename:NetFX3 /Source:D:\sources\sxs /LimitAccess

running...
Complete!
Launch Server Maanger, and check the Roles and Features. the newly installed feature will appeared.
Reference 

Posted via Blogaway
Share: