0% found this document useful (0 votes)
20 views

Practical Assignment 1

The document outlines the process of virtualization planning and implementation using Hyper-V, detailing the configuration of a virtual machine in VMWare vSphere and the installation of Hyper-V. It includes steps for creating virtual machines both through the Hyper-V Manager and PowerShell, as well as settings for dynamic memory allocation and disk management. The assignment is authored by Juan Sarmiento for the NTWK8080 course under Professor Dale McDougall.

Uploaded by

Juan Juan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Practical Assignment 1

The document outlines the process of virtualization planning and implementation using Hyper-V, detailing the configuration of a virtual machine in VMWare vSphere and the installation of Hyper-V. It includes steps for creating virtual machines both through the Hyper-V Manager and PowerShell, as well as settings for dynamic memory allocation and disk management. The assignment is authored by Juan Sarmiento for the NTWK8080 course under Professor Dale McDougall.

Uploaded by

Juan Juan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 25

Virtualization Planning

and Implementation
with Hyper-V
Practical Assignment 1
NTWK8080
JUAN SARMIENTO
CODE: 89001833

PROFESSOR: DALE MCDOUGALL


VMWare Configuration
for Hyper-V
Settings used in VMWare to Support Hyper-V Installation
1. INSTALL VM IN VSPHERE

I Opened VMWare vSphere


client, connected to vCenter
Server, and created a new virtual
machine named JSARMIENTO-
A1. Configured it with 2 CPUs,
16GB RAM, and a 256GB virtual
disk. I Selected Windows Server
2019 as the guest OS, attached
the installation ISO, and powered
on the VM.
2. ADDITIONAL CONFIGURATION
I accessed the VM Options tab in the
VMWare vSphere client. Going into the
Advanced settings, I clicked on "Edit
Configuration." In this section, I added a
new configuration parameter by
selecting "Add Configuration Params." I
entered the following values:

Name: hypervisor.cpuid.v0, Value: FALSE


Name: vhv.enable, Value: TRUE
NETWORK CONF.
IP 172.16.212.3
COMM comm212
DEFAULT GATEWAY 172.16.212.1
SUBNET 255.255.255.0
Hyper-V Installation
Steps Required for installing Hyper-V on your Hyper-V VM
3. INSTALL HYPER-V
Using Server Manager, I
installed the Hyper-V Role,
documenting each step
required:

Opened Server Manager.


Navigated to the "Manage"
menu and selected "Add
Roles and Features."
Hyper-V Role has installed
successfully, now we can
see the Hyper-V Manager
console in Server Manager
> Tools > Hyper-V
Manager..
Virtual Machine
Creation
Steps Required to Create a New Virtual Machine using
Hyper-V
5. HYPER-V CREATING A
VM
I have created a new
Member Server using
Hyper-V Manager with
the following
specifications:

Name: JSARMIENTO-MS1
INSTALATION WINDOWS
SERVER 2019 ON HYPER-V

I have completed the steps


7,8,9, and 10 to mount the
Windows Server 2019 ISO to
the JSARMIENTO-HV1 server
in vSphere and install the
operating system on
JSARMIENTO-MS1 using
Hyper-V Manager
Virtual Machine
Creation -Powershell
Steps Required to Create a New Virtual Machine using
Powershell
VM – Powershell
Step 1: I Opened PowerShell
command with elevated
privileges.
Step 2: Executed the following
command to create a new VM:

powershell
New-VM -Name JSARMIENTO-
MS2 -Path C:\ProgramData\
Microsoft\Windows\Hyper-V -
MemoryStartupBytes 1024MB
VM – Powershell
Step 3: Executed the following
command to create a new
virtual hard disk:
New-VHD -Path “C:\Users\
Public\Documents\Hyper-V\
Virtual hard disks\JSARMIENTO-
MS2.vhdx” -SizeBytes 40GB –
Dynamic

I Execute the following


command to attach our new
virtual hard disk to the VM:
Add-VMHardDiskDrive -
VMName JSARMIENTO-MS2 -
path “C:\Users\Public\
Documents\Hyper-V\Virtual
hard disks\JSARMIENTO-
MS2.vhdx”
2 VM in Hyper-V
Now I refreshed the
Hyper-V manager to
see the new VM
created.
Virtual Machine
Settings
Settings Required for Dynamic Memory Allocation
I Enabled the Resource
Metering for
JSARMIENTO- MS1
using PowerShell
Using sysprer to
prepare the
JSARMIENTO-MS1
virtual machine to used
as a template
I created the
differencing disk in
hyper-V called
JSARMIENTO-MS3
I created a new virtual
machine using the
differencing disk
created ,with 1024 MB
memory. named
JSARMIENTO-MS3
The fixed disk
image was created
in hyper-v named :
JSARMIENTO-MS2-
FIXED
I created a dynamic hard
disk using powershell as
administrator user.
I executed the
command Rezuse-
vhd to resize the
virtual hard disk to
60 GB

You might also like