How to Up gradation of Window Server 2008 R2 to Window Server 2019 on AWS Cloud

 


Hi viewers!!! in this tutorial I'll explain how to perform an up gradation of Window Server 2008 R2 to Window Server 2019 on AWS Cloud.


To upgrade the Window server 2008 R2 to Window server 2019 We can use the following two method provided by AWS

01.   Automatic Up gradation

02.   Manual In-Place up gradation

We can’t upgrade directly from window server 2008 R2 to Window server 2019.Hence the Server up gradation path we have followed is mentioned below.

WINDOW SERVER 2008 R2 -> WINDOW SERVER 2012 R2 -> WINDOW SERVER 2019

In this up gradation process the main advantage is that it does upgrade the existing server to a new version hence we don’t require to re-install or re-configure the application again on a new instance.

Steps need to be done for Automatic Up gradation

01.   The first requirement for this is that our server should be managed by AWS System Manager.

02.   Secondly we have to taken the Latest AMI of our server before up gradation, however the system takes the AMI automatically during the up gradation process but still we need to took AMI as a safety measure .

03.   Next check that your C drives have enough space as per the best practice around 30 GB should be free space on C drive for up gradation to OS version.

04.   Now go the System Manager and then click on the Automation option on the left side panel.

05.   Then Search for the document starts with ‘AWSEC2-Clonethen selects the AWSEC2-CloneInstanceAndUpgradeWindows  from the search list and click on the next button.

06.    Now choose or set the following parameter within  the document

1.       Choose the execution option as Simple execution.

2.       InstanceID -: (Required) the instance running Windows Server 2008 R2.

3.       InstanceProfile.-: (Required) The IAM instance profile. This is the IAM role used to perform the Systems Manager automation against the Amazon EC2 instance and AWS AMIs.

4.       TargetWindowsVersion-: (Required) Select the target Windows version like window server 2012 R2.

5.       SubnetId-: (Required) this is the subnet for the upgrade process and where our source EC2 instance resides. Verify that the subnet has outbound connectivity to AWS services, including Amazon S3, and also to Microsoft (in order to download patches). As a best practice I have chosen the different subnet to perform the up gradation.

07.   After we have entered the above parameters, we need to selected Execute button. And the automation begins. We can also monitor the execution progress.

08.   This will take approx. 1.5 to 2 hours depending on the Instance Size and data also. The automation process has around 56 tasks.

09.   After the automation completes, we can launched an Amazon EC2 instance using the new AMI ID to review our upgrade from the AMI console of AWS.

 That’s it we have successfully upgraded our window server 2008 R2 to window server 2012 R2. After upgrading we have to update our window with the latest patches.

Steps need to be done for Manually Up gradation

For Up gradation from the Window server 2012 R2 to window Server 2019 first we used the automation method but this method failed to successfully execute the document. I don't know the actual cause.

Hence we use the next method which is manually in-place up gradation. So here the steps as mentioned below to perform this

01.   First take the latest AMI of the Window Server 2012 R2 instance.

02.   Now note two parameter i.e. Instance ID and Availability Zone this we will need in future.

03.   Now login into your Window Server 2012 R2 instance and check that there is enough space for up gradation for this method we need at least 10GB free space.

04.   Next uninstall the EC2config application this will also uninstall the SSM Agent.

05.   Now go to the installation location and do the clean up by deleting the EC2config and SSM Agent folder.

06.   Now go to the ProgramData folder and delete the EC2Config and SSM Agent folder also from there.

07.   Now download the latest version of EC2Launch application and PowerShell script from the AWS official website. We can find the like by just Google them on the net.

08.   Now open the PowerShell script with the PowerShell application and execute the script.

09.   After that download the latest SSM Agent from the AWS official site and install on the Server.

10.   Once the above steps are finished, then go to the EC2 instances console on AWS .

11.   In the navigation pane, choose Snapshots, Public Snapshots.

12.   Add the Owner filter and choose Amazon images.

13.   Add the Description filter and enter Windows 2019 English Installation Media. Press Enter.

14.   Select the snapshot that matches the system architecture and language preference we are upgrading to. For example, select Windows 2019 English Installation Media to upgrade to Windows Server 2019.

15.   Choose Actions, Create Volume.

16.   In the Create Volume dialog box, choose the Availability Zone that matches your Windows instance, and choose Create.

17.   In the Create Volume dialog box, choose the Availability Zone that matches our Windows instance, and choose Create.

18.   In the Volume Successfully Created message, choose the volume that we just created.

19.   Choose Actions, Attach Volume.

20.   In the Attach Volume dialog box, enter the instance ID and choose Attach.

21.   Begin the upgrade by using Windows PowerShell to mount the installation media ISO from the volume that we have attached to the instance. Using the following command


          Mount-DiskImage   <Path>\Filename.ISO


22.   Then cd into the mounted media and then run the following command  in powershell.


         ./setup.exe /auto upgrade

 

23.   For Select the operating system you want to install, in our case I have chosen the Window server 2019 Datacenter Desktop version from the list, and choose Next.

24.   For Which type of installation do you want?, choose Upgrade.

25.   Complete the wizard.

26.   Now just wait for about 1 to 1.5 hour to complete this process. After that your server will be upgraded to new OS version i.e. Window server 2019.

27.   Now I login into the new server and check that everything is working perfectly. 

Wow!!! that's it, we have successfully up graded our Window Server to latest version. I hope you like this blog please feel free to leave the comment in comment section if you need to clear any doubt. Have a nice day!!!!

#aws #cloud #windowserver2008 #howto #tutorial #windowserver 2019 #upgradation

Share:

How to get Juniper Discount Voucher for Juniper Associate Level Exam


Hi viewers!!! in this tutorial I'll show you how to get Juniper Discount Voucher for Juniper Associate level exam and I have also talk about how to get prepare for this exam. So please watch the below video tutorial at the end and don't forget to subscribe my channel!!! have a nice day and Thank you for visiting my blog site. 

 


 #juniper    #Associateexam #junos #voucher

Share:

How to run IIS 7 and XAMPP on the same machine and configure SSL certificate issued by CloudFlare on Apache server

How to run IIS 7 and XAMPP on the same machine and configure SSL certificate issued

by CloudFlare on Apache server


Hi viewers in this tutorial I will show you how you can setup the XAMPP on a machine

where the IIS server is also running with SSL setup. 


Steps

---------


01.First Install the XAMPP server on the same machine where your IIS server is running. You can google and download the XAMPP latest version and install on the Machine. This machine can be window 2008 or any latest window Server.


02.Once you have finished the XAMPP installation then you need to do the first setting changes which are the default port for http (80) and https (443) for your XAMPP server. As you know you can’t run two web servers on the same port numbers. 


03.So open the XAMPP control Panel and then click on Config Button -> Service and port setting -> On Apache Tab change the Main Port and SSL port to 8080 and 8443. As shown below screenshot



Very Important Note: If you are using the SSL certificate from Cloudflare and you have enabled the proxy for setting for your DNS record to hide the original IP address of the web server then you have to use some predefined ports by cloudflare. Since by default, Cloudflare proxies traffic destined for the HTTP/HTTPS ports listed below.


HTTP ports supported by Cloudflare:

80

8080

8880

2052

2082

2086

2095

HTTPS ports supported by Cloudflare:

443

2053

2083

2087

2096

8443


So we have chosen the port 8080 for http and port 8443 for https.If you don’t choose your custom port from the above list then you will not be able to access your website your FQDN when the proxy is enabled on your DNS Records as shown below 



04.Now open the httpd.conf file by click on Config Button -> Apache (httpd.conf) as shown below screenshot


  1. And then make the changes in the httpd.conf file you need to change the Listen port and ServerName setting as shown below 



And change the ServerName as shown below 



06. Also make insure that the following line in uncommented as shown below


07. Now you have to make changes in the httpd-ssl.conf file so select the config Button -> httpd-ssl.conf file as shown below




Now you have make the following changes in this files as shown below

  1. This step is for configure the ssl certificate if you are not going to setup the ssl then you can skip this step.Now Create a Folder in location C:\xampp\apache\ssl and then copy your certificate hear you need three file as mentioned below 

  1. Your ssl certificate e.g example.com.cer

  2. Your ssl certificate key e.g. example.com.key

  3. Your ssl certificate CA root file e.g. cloduflare_origin_root.cer


Please see the below screenshots



08. Okay once you completed all the above steps now it’s time to start our Apache server on XAMPP and if everything goes well you can see that you Apache server is started without any issue and run on the port 8080 and 8443 as shown below


That’s it!!! I hope you like this tutorial please share this tutorial with others also and have a nice day!!!.




Share:

How to allow traffic only through proxy service in pfsense Part-5

 

Hi viewers!!!!!! in this tutorial I'll show you How to allow traffic only through proxy service in pfsense   Part-5

Please watch the following video tutorial at the end for all steps

 

 

 




 #pfsense

#firewall

#howto

#setup

#proxy

#traffic

Share:

How to change the Interface address and enable DHCP on Pfsense 2.3.2 Part-4

Hi viewer!!!! in this tutorial I'll show you how to change the Interface address and enable DHCP on   Pfsense 2.3.2 Part-4

Please watch the following video tutorial at the end for all steps

 

 

 

 


 


 #pfsense  #proxy   #firewall  #howto

Share:

How to Configure Squid Proxy server and Proxy filter in pfsense 2.3.2 to Filter http traffic Part-3

Hi viewers!!! in this tutorial I'll show you how to Configure Squid Proxy server and Proxy filter in pfsense 2.3.2 to Filter http traffic Part-3

 
So Please watch the following video tutorial at the end.





#firewall  #http  #proxy  #pfsense

Share:

Tour of Pfsense 2.3.2 GUI Interface Part-2


 Hi viewers!!!!!!!!! in this video I'll show the Pfsense GUI Interfaces and GUI options. In this video tutorial I'll show you the all options available in Pfsense. 

So please watch the following video for more info.

 

 

 

 


 

#pfsense #gui #interface #firewall #Tour 

Share:

BGP (Border Gateway Routing Protocol) Routing Protocol Introduction in Detail



Hi viewers!!!! in this tutorial I'll Introduce to all of you the fame of Hall Routing Protocol BGP (Border Gateway Routing Protocol). In this tutorial I'll explain in detail for why we need BGP and where should be need to use BGP.  




Please watch the following tutorial video to know about BGP.



#BGP #Protocol #Basics #CCNA #CCNP #routing #cisco #juniper

Share:

How to create and connect to Linux instance in Google Cloud Part-3

 

Hi viewers!! in this tutorial I'll show you how to create and connect to Linux instance in Google Cloud Part-3

Please watch the following video tutorial for steps by steps procedures.






#tutorial #google #cloud #googlecloud #linux #guide #howto #stepsbysteps #learning


Share:

How to create the Window virtual machine in Google cloud Part-2

 

Hi viewers!!! in this tutorial I'll show you How to create the Window virtual machine in google cloud Part-2

So after registering on Google Cloud Plastform the next thing we all do is get our hand dirty with some testing . So in this tutorial I'll show you how we can lunch our first window instance on Google Cloud Platform. 



So please view the below video tutorial for steps by steps procedure



#howto #tutorial #guide #stepsbysteps #google #cloud #googlecloud


Share:

How to register for Google Cloud free service Part-1

 

Hi viewers !!! in this tutorial I'll show you how to register for Google Cloud free service Part-1

So what is the Google Cloud?

Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, file storage, and YouTube


So let's start the journey of Google Cloud please watch the below video tutorial for steps by steps instruction 



#google #cloud #setup #stepsbysteps #tutorial #guide #googlecloud #howto


Share:

How to install Pfsense 2.3.2 with Squid Proxy and Squid Guard in Vmware Part-1

 

Hi viewers!!!! in this tutorial I will show you How to install Pfsense 2.3.2 with Squid Proxy and Squid Guard in Vmware Part-1.

So what is pfsense?

The pfSense project is a free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. pfSense software includes a web interface for the configuration of all included components.


So lets explore the pfsense please watch the below video tutorial till the end



#howto #stepsbysteps #guide #pfsense #tutorial #firewall #proxy #vmware

Share:

How to resolve the 2 TB external hdd not recognize in Window xp


Hi!!!!!! in this tutorial I'll show you how to resolve the 2 TB external hdd not recognize in Window xp. Hi viewer sometime you need to mount the Larger size USB drive to your window xp but due to some technical limitation window xp does not recognize the USB drive hence in this video tutorial I'll show you how to fix this issue.

So please see the below tutorial for steps by steps instructions.






Share:

Steps by Steps How to run sysprep on window server 2008 R2


Hi viewers!!!! in this tutorial I'll show you how to run sysprep on window server 2008 R2. Sysprep (System Preparation) prepares a Windows installation (Windows client and Windows Server) for imaging, allowing you to capture a customized installation. Sysprep is part of the Windows image, and is used during audit mode.




Please see the below tutorial for all steps by steps instructions


#howto #tutorial #sysprep #window #window server 2008 #2008 #R2

Share:

How to delete the 0 byte file in window 10

Hi viewers!! sometime you may face a vary weird issue on window 10 when you try to delete a file with 0 bytes so in this tutorial I'll show you how we can delete these type of file in a step by step manner. Please follow the video tutorial as showing below  
Share:

How to setup xUbuntu for HP Printer Scan for Network Folder


Hi viewers!!!! in this tutorial I'll show you how to setup Ubuntu for HP Printer Scan for Network Folder. Sometime you have to configure your HP Multi printer on Ubuntu system. So in this tutorial I'll show you can do this by installing the samba on Linux machine. Please follow the steps by steps instruction as showing in the video.




Share:

How to install Foxit Reader for PDF on Mint OS 20

Hi viewers!!!! in this tutorial I'll show you how to How to install Foxit Reader for PDF on Mint OS 20. In Mint OS 20 We are not able to install the Adobe Reader. So we found an another alternate for reading PDF file on Mint OS that is Foxit Reader. Foxit Reader is one of the lightest application for reading PDF files. So please follow the all the instruction steps by steps as mentioned in the video tutorial



Share:

How to create multi boot USB Pen Drive using xBoot

 


Hi viewers!!! in this tutorial I'll show you how to create multi boot USB Pen Drive using xBoot.

Sometime you need a ultimate bootable USB driver from where you can boot the different utility like Acronis, Linux, Window PE or password reset tools. 



So here in the tutorial you will find how to make a multi bootable UBS drive with a Free tool so please follow the below tutorial


I hope you like the above tutorial. Thanks and have a nice day!!!!!!!

#multi #bootable #window #acronis #linux #howto #tutorial 



Share:

How to install teamviewer older version on Ubuntu 16.04.2 64 bit LTS

 


Hi viewers in this tutorial I'll show you How to install team viewer older version on Ubuntu 16.04.2 64 bit LTS

Sometime you need to install the older version of software on your system may be due to license issue. Hence In this tutorial I'll show you how to do this in Ubuntu.



Please follow the tutorial mentioned below




I hope you like this tutorial. Thanks and Have a nice day !!!!!

#teamviewer #Ubuntu #install #Tutorial #LTS #old #version #howto #steps




Share:

WELCOME TEXT

Welcome !!! viewers and thank you to visit my blog noteoftech this blog will help you to find the resolution of many tech related issue and also very useful tech related tutorial. So please don't forget to visit my blog on daily basis...and please bookmark this page also. So enjoy this blog and have a nice day!!!!.

About Me

Find Us On Youtube

Hi viewers!!! you can find other useful tech tutorial on our Youtube Channel KonwItFree Please click below to visit our channel

Popular Posts

Powered by Blogger.

Recent Posts

PAGES

Archive

Labels

AWS (7) CCNA (2) CCNP (2) cisco (2) Cyberoam (1) eve-ng (2) Firewall (5) googlecloud (3) Juniper (1) MACOS (1) Mint OS (2) Openldap (5) oraclecloud (6) other (15) pfsense (5) securecrt (1) Sophos (3) Ubuntu (9) Vmware (9) VPN (1) Window (5) Window10 (9) WIndow7 (4) WinServer (2) WinXP (1) xubuntu (2)

Labels