Thursday 16 November 2017

How To Deploy WSUS (Windows Server Update Services) in Windows Server 2012 R2

Use of WSUS Server >

In large environments, it typically makes more sense to use Windows Server Update Services (WSUS). WSUS provides centralized downloading of updates, which conserves Internet bandwidth. WSUS also provides a bit more control over the update process, especially when it is combined with System Center. With help of WSUS, you may choose which updates you want to be processed in  servers as well as client machines i.e. security updates etc.

Prerequisite > 

There is a little bit of prep work that you will need to do before you install WSUS. For starters, you will need to join the server that will be hosting WSUS to your domain. You will also want to decide where you want the updates to be stored and create a folder, if necessary. It's also a good idea to decide up front what type of database you want to use. For the purposes of this article, I will be using the Windows Internal Database, although SQL Server 2012 SP1, 2012, 2008 R2 SP1 and 2008 R2 SP2 are also supported. In the interest of keeping things simple, I am going to perform a simple WSUS deployment. If you want to perform a multi-server deployment, Microsoft discusses how to do so in below link....

https://technet.microsoft.com/en-us/library/hh852344.aspx

Prior to the release of Windows Server 2012, WSUS was a separate download. In Windows Server 2012 and 2012 R2, WSUS is included with the Windows Server operating system. To install WSUS, open the Server Manager and select the Add Roles and Features command from the Manage menu. When you do, Windows will launch the Add Roles and Features Wizard.

Click Next to bypass the wizard's Before You Begin screen. When you arrive at the Installation Type screen, choose the Role-Based or Feature-Based Installation option and click Next. Windows will now display the Server Selection screen. Make sure that the correct server is selected and click Next. The wizard will now display the Server Roles screen. Scroll to the bottom of this screen and select the Windows Server Update Services check box, shown in below image.


Upon selecting the Windows Server Update Services option, you will typically be presented with a screen indicating that additional features must be installed. WSUS depends on the Web Server (IIS), the .NET Framework 4.5 and the Remote Server Administration Tools. Therefore, if you see the prompt telling you that additional features are required, simply click the Add Features button.

Click Next and you will be taken to the Feature selection screen. Assuming that you have added the necessary features in the previous step, you won't have to install anything else, so just click Next.

The Wizard will now display the Web Server Role (IIS) screen. You can just click Next on this screen and on the Role Services screen.

You will now see the WSUS screen. Click Next on the introductory screen. Now, you will see a screen asking you which components you want to install. If you are going to use the Windows Internal Database like I am, then be sure to select the WID Database option, as shown in below image.



Click Next and you will be prompted for a path in which to store the updates. Make your selection and click Next.

You will now be taken to the Web Server role screen. You can click Next on this screen and on the Role Services screen. When you reach the Confirmation screen, click Install. WSUS will now be installed. When the process completes, click Close.

Once WSUS has been installed, you can access the WSUS management console by selecting the Windows Server Update Service command from the Server Manager's Tools menu. The first time that you open the management console, you will be prompted to choose a location in which to store the update files. Enter the desired path and then click the Run button. This will cause some post installation tasks to run. This process usually takes a few minutes to complete.

The next time that you launch the WSUS console, you will be taken to the Windows Server Update Services Configuration screen. Click Next on the Before You Begin screen and you will be taken to the Microsoft Update Improvement Programs screen. This screen simply asks if you want to participate in the Microsoft Update Improvement Program. Make your selection and click Next.

You will now see a screen asking if you want to synchronize updates from Microsoft Update or if you would prefer to synchronize from an upstream WSUS server. Make your selection and click Next. If you are using a proxy server you will need to select the Use a Proxy Server When Synchronizing check box and fill in the applicable details. Otherwise, just click Next. You must now click the Start Connecting button to connect to your update source.

The connection process takes few minutes to complete. During that time, WSUS downloads information about the types of updates that are available, the products that can be updates, and the available languages. Once this process completes, click Next.

You will now be prompted to select the languages to include in the downloaded updates. Make your selection and click Next. The following screen lists all of the Microsoft products that WSUS can update. Select the products for which you want to download updates and click Next. Now, choose the update classifications that you want to download and click Next. Now, simply select your desired synchronization schedule, click Next and then click Finish to complete the process.



Wednesday 10 May 2017

CISCO 2811 Router getting restarted by it's own..

Product : CISCO2811

Version: Cisco IOS Software, 2800 Software, Version 12.4(11)

Issue: Router Restart by itself after certain time period

Solution: Checked Sh Version command (system returned to ROM by power on )

No crashinfo/crashlog file(s).  The "sh version" output shows the router could have a power feed issue or a power supply issue.
The power source feeding the router could be at fault or the power supply. When I'm saying the power source feeding the router, I meant everything:  From the circuit breaker of the power outlet, to the power strip to the power cable. Try moving the power feed source to another power point (without using the power strip board).

Hope this would help you ....!!!


Monday 7 September 2015

Installing Hyper-V on a Server with a GUI Installation

In order to install the Hyper-V role on a Server with a GUI installation.  On the server desktop, open Server Manager as shown in below image



In Server Manager, in the menu, click Manage, and then click Add Roles and Features, as shown in below image



    In the Add Roles and Features Wizard (below image), on the Before You Begin page, select Next.


    On the Select Installation Type page, select Role-based or feature-based installation, and click Next. (As shown below)


    On the Select Destination Server page, select the server, and click Next. As shown below....


    On the Select Destination Server page, select the server, and click Next. As shown in below image

    On the Select Server Roles page (As shown in below image), select Hyper-V, and then click Add Features in the dialog box.


    On the Select Server Roles page (as shown in below image), click Next.


    On the Hyper-V Page, click Next. As shown in below image


On the Create Virtual Switches page (As shown in below image), select a network adapter, and then click Next.


   On the Virtual Machine Migration page, click Next. As shown below


  On the Default Stores page, click next, as shown below

.   On the Confirmation page (As shown in below image), check Restart the destination server automatically if required, and then click Yes in the restart dialog box.


.   On the Confirmation page, click Install. As shown below


   On the Installation Progress page (Figure 20), you can monitor the Hyper-V role installation until the server automatically restarts.



   After the server restarts and opens the Server Manager, check the Installation Progress page (Shown in below image) to ensure that the Hyper-V role installation was successful, and then click Close.





















Tuesday 1 September 2015

Installing Hyper-V on a Windows Server 2012 R2 Core Installation

Here are the basic steps to install the Hyper-V role on a Server Core Installation of Windows Server 2012 using Windows PowerShell:

1.     At the Server Core installation console, a command line window opens after login




2.     As shown in below image, type PowerShell in the command window to access the Windows PowerShell interface.



3.     Type Get-WindowsFeature at the PowerShell Command Line (as shown below) to view the server roles and features that are installed or available on the server.


Type Install-WindowsFeature –Name Hyper-V – Restart to install the Hyper-V role and automatically restart the server after the installation of the role.



After the server restarts, start PowerShell from the command window, and type Get-WindowsFeature | where {$_.Installed –eq $True} to verify the successful installation of the Hyper-V role


         The command output is formatted to display only a list of the roles and features that are installed on the server, rather than the entire list of roles and features available. Using Windows PowerShell, roles and features can be installed individually as shown in this example, or you can install multiple roles and features using a single cmdlet. For example, you can install the Hyper-V and Web Server roles using the following syntax: Install-WindowsFeature –Name Hyper-V, Web-Server – Restart.















Thursday 19 June 2014

Platform: Citrix Xen Mobile 8.0.1

Issue: Getting error during Device Profile Installation, while enrolling iOS Device

Error : Profile Installation Failed (Invalid Profile/ Profile Cannot be Installed)

Cause: This happens because of issue with APN certificate

Resoltuion: On your Server, where Citrix Xen Mobile installed. Go to..
C:\Program Files\Citrix\XenMobile Device Manager\ Double Click on iOSenable.cmd

A pop window will open and will prompt you to update your APN certificate

Put certificate password and browse to the lcoation where certifcate kept on system, as show below


Now click on next, it will promt you to put FQDN and port number, FQDN as defined by you and port number will be 443, as show in below image



After putting details Click on Next and leave rest details as it is. and then click on Finish & then Close the window .


After finish, Go to Start > Run > Services.msc and then Start XenMobile Device Manager Service.

Now try again by re-enrolling iOS Device, Hope this will help you.

Revert, if any assistance required.


Thanks/ Manish



Saturday 24 May 2014

Hindi fonts on BlackBerry smartphones

Platform: BlackBerry OS 4.x to 7.x

Issue: Hindi fonts not visible on BlackBerry smartphones

Solution:

On BlackBerry device, open browser and type http://goo.gl/Gfk8h and press enter. This link will directly prompt you to download BlackBerry Indic fonts. Click on download

It will prompt a message for over writing, click Yes.

Once BlackBerry Indic fonts installation will complete, then it will prompt to reboot device. Please click on reboot to complete installtion.

Thanks..!!

Wednesday 21 May 2014

XenMobile Device Manager 8.2 : Possible APNS certificate topic name mismatch in certificate

Platform: XenMobile Device Manager 8.2

Issue: While renewing APNS certificate of Xen Mobile Device Manager 8.2, user gets below error


Possible APNS certificate topic name mismatch in certificate: 'com.apple.mgmt.External.9440b79b-52cf-488c-8f94-7e115833ec56', configured: 'com.apple.mgmt.External.3db35b8d-1d96-41d9-843e-c5fe5d5708b3'
 
 

Cause: 1.) You are not logging with same Apple ID, which you used earlier to register the APNS certificate.
Cause: 2.) You are using same Apple ID but still your areenewing same APNS certificate but stil getting this error.

Solution 1.)

Renew certicate using same Apple ID

Soution 2.)

Please follow the steps mentioned below and let us know the results.
1.Open the Xenmobile Device Manager server.
2.Open a Command Prompt and "Run as administrator"
3.Change to your "XenMobile Device Manager" folder
 
4.Type the following then press enter: iOSenable.cmd
 
5.In the "Define the APNS certificate file for iOS" window Enter the "Private key password" for your new Exported .pfx file
 
6.Browse to the "Certificate file path" and select your newly Exported .pfx file click Next In the "Define a HTTPS connector for certificate-based authentication" window For "External host or IP:" enter the Fully Qualified Domain Name (FQDN) without https:// or http://
 
7.For "External port:" enter 443
 
8.Click Next
 
9.Do not change anything on the "Define a HTTPS connector not authenticating with certificates" window
 
10.Click Next
 
11.Click on Finish to configure XenMobile Device Manager
 
12.Click Close to close the wizard
 
13.Open Services.msc and Start the "XenMobile Device Manager" Service