Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

Module Code & Module Title

Level 5 – Network Operating Systems

Assessment Type
Logbook 2
Semester 1
2023/24 Autumn

Student Name: Rijan Paudel


London Met ID: 22067807
College ID: NP01CP4A220361
Assignment Due Date: Tuesday, October 3, 2023
Assignment Submission Date: Tuesday, October 3, 2023
Submitted To: Mr. Sushil Phuyal
Word Count (Where Required): 1030

I confirm that I understand my coursework needs to be submitted online via Google Classroom under the
relevant module page before the deadline in order for my assignment to be accepted and marked. I am
fully aware that late submissions will be treated as non-submission and a mark of zero will be awarded.
Table of Contents

1. Installation of Windows server on virtual box ........................................................... 1


1.1 Aim ........................................................................................................................ 1
1.2 Objectives .............................................................................................................. 1
1.3 Required tools and concepts. ................................................................................ 2
1.4 Steps required for lab. ........................................................................................... 4
1.5 Conclusion ........................................................................................................... 20
Table of Figures

Figure 1: Starting Interface of Oracle VM VirtualBox ....................................................... 4


Figure 2: Selecting name and folder destination. ............................................................ 5
Figure 3: Chossing RAM amount and virtual CPU count................................................. 6
Figure 4: Selecting disk size. ........................................................................................... 7
Figure 5: Summary of the configuration .......................................................................... 8
Figure 6: Clicking on Start ............................................................................................... 9
Figure 7: Selecting Windows Server ISO File to mount and boot. ................................. 10
Figure 8: Selecting langauges and others. .................................................................... 11
Figure 9: Install Now...................................................................................................... 12
Figure 10: Selecting Windows Server 2022 Datacenter Evaluation (Desktop Experience)
...................................................................................................................................... 13
Figure 11: Accepting License Terms Agreement .......................................................... 14
Figure 12: Selecting the custom type of installation. ..................................................... 15
Figure 13: Selecting the drive 0(location) to install the operating system. ..................... 16
Figure 14: Chossing password and re-entering password ............................................ 17
Figure 15: Input Shortcut Key to unlock. ....................................................................... 18
Figure 16: Inserting Password ....................................................................................... 19
CT5052NI Network Operating System

1. Installation of Windows server on virtual box

1.1 Aim

To document the process of installing Windows Server on Oracle VM VirtualBox.

1.2 Objectives

The objectives of this logbook are:

• To gain hands on experience in setting up a virtualized Windows Server


environment.
• To understand the steps involved in installing and configuring Windows Server on
VirtualBox.
• To practice essential server installation and configuration tasks.
• To become familiar with the concepts of virtualization and its applications.

1
Rijan Paudel
CT5052NI Network Operating System

1.3 Required tools and concepts.

a) Required Tools

i) Windows Server

The first tool that is required for this logbook is windows server. It should be
downloaded so we can install it in virtualbox. Windows Server is like the foundation
for creating a setup where different programs, networks, and online services can work
together.

ii) Virtual Box

The main tool which is used for this logbook is VirtualBox app. VirtualBox is a robust
virtualization tool designed for both business and personal use, supporting x86 and
AMD64/Intel64 systems. The virtualbox application which is used for this logbook is
Oracle VM VirtualBox.

The following are the minimum requirements for installation of Windows Server: -

• CPU: 1.4 GHz x86-64 processor


• RAM: 2 GB
• Disk: 32 GB

2
Rijan Paudel
CT5052NI Network Operating System

b) Concepts

• Virtualization: Virtualization is a technology that lets you create virtual copies of


operating system, actual servers, storage devices, networks, and other physical
machines.

• Virtual Machine: A VM is a virtual version of a computer capable of carrying out


nearly all the same tasks as a regular computer, including running applications and
operating systems.

• Hypervisor: A hypervisor is a program that allows multiple copies of operating


systems to operate on the same physical computing hardware.

3
Rijan Paudel
CT5052NI Network Operating System

1.4 Steps required for lab.

• Step 1: Download and install the VirtualBox application.


• Step 2: Download the Windows Server 2022 iso file.
• Step 3: Open VirtualBox application and click on New.

Figure 1: Starting Interface of Oracle VM VirtualBox

4
Rijan Paudel
CT5052NI Network Operating System

• Step 4: Give the name and folder destination to new virtual machine.

Figure 2: Selecting name and folder destination.

5
Rijan Paudel
CT5052NI Network Operating System

Step 5: Choose the virtual machine’s hardware by changing the amount of RAM and
virtual CPU count.

Figure 3: Chossing RAM amount and virtual CPU count

6
Rijan Paudel
CT5052NI Network Operating System

• Step 6: Select/Create a Virtual Hard Disk by selecting the appropriate amount of


disk size and click on next.

Figure 4: Selecting disk size.

7
Rijan Paudel
CT5052NI Network Operating System

• Step 7: Click on finish to finish the creation of virtual machine process.

Figure 5: Summary of the configuration

8
Rijan Paudel
CT5052NI Network Operating System

• Step 8: Click on Start to run Virtual Machine/Windows Server.

Figure 6: Clicking on Start

9
Rijan Paudel
CT5052NI Network Operating System

• Step 9: Select an ISO File (Windows Server) to mount and boot and click on Mount
and Retry Boot.

Figure 7: Selecting Windows Server ISO File to mount and boot.

10
Rijan Paudel
CT5052NI Network Operating System

• Step 10: Select languages and click on next.

Figure 8: Selecting langauges and others.

11
Rijan Paudel
CT5052NI Network Operating System

• Step 11: Click on Install Now.

Figure 9: Install Now

12
Rijan Paudel
CT5052NI Network Operating System

• Step 12: Select Windows Server 2022 Datacenter Evaluation (Desktop


Experience) and click on next.

Figure 10: Selecting Windows Server 2022 Datacenter Evaluation (Desktop Experience)

13
Rijan Paudel
CT5052NI Network Operating System

• Step 13: Tick the checkbox of License Terms agreement and click on next.

Figure 11: Accepting License Terms Agreement

14
Rijan Paudel
CT5052NI Network Operating System

• Step 14: Click on Custom (type of installation)

Figure 12: Selecting the custom type of installation.

15
Rijan Paudel
CT5052NI Network Operating System

• Step 15: Click on next.

Figure 13: Selecting the drive 0(location) to install the operating system.

16
Rijan Paudel
CT5052NI Network Operating System

• Step 16: Choose the password, re-enter the password and click on finish.

Figure 14: Chossing password and re-entering password

17
Rijan Paudel
CT5052NI Network Operating System

• Step 17: At the menu bar navigate to Input and then navigate to Keyboard and
click on Insert Ctrl-Alt-Del.

Figure 15: Input Shortcut Key to unlock.

18
Rijan Paudel
CT5052NI Network Operating System

• Step 18: Type the password that you created previously, and it should open the
main screen of windows server.

Figure 16: Inserting Password

19
Rijan Paudel
CT5052NI Network Operating System

1.5 Conclusion

This logbook has provided a comprehensive guide to installing Windows Server on Oracle
VM VirtualBox. By following the detailed instructions and guiding figures, we can
successfully set up a virtualized Windows Server environment, gaining valuable hands-
on experience in server installation and configuration.

In addition to the practical steps, the logbook also emphasized the importance of
understanding the underlying concepts, such as virtualization, virtual machines, and
hypervisors. This knowledge is essential for individuals exploring into virtualized
environments, as it equips them to troubleshoot and customize their systems effectively.

Overall, this logbook serves as a valuable resource for individuals at all levels of
expertise, offering practical guidance and reinforcing the significance of virtualization in
contemporary IT systems. By completing the steps outlined in this logbook, we can
develop the skills necessary to navigate and excel in the ever-evolving world of network
operating systems and virtualization.

20
Rijan Paudel

You might also like