Champlain College Classes
HomeTech JournalsPersonal ProjectsSysadmin Wiki
SYS-350: Enterprise Virtualization
SYS-350: Enterprise Virtualization
  • SYS-350: Enterprise Virtualization
  • Breakdown
    • Course Overview
  • Labs
    • Milestone 1 - Hypervisor Setup
    • Milestone 2 - AD and vCenter
    • Milestone 3 - Nested Virtualization and Templates
    • Milestone 4 - pyVmomi
    • Milestone 5.1 - More Automation
    • Milestone 6.1 - NFS and Perms
    • Milestone 7.1 VMware Review
    • Milestone 8 - OpenStack
    • Milestone 9 - OpenStack Tutorials
    • Milestone 10:
    • Milestone 11: Hyper V
    • Milestone 12: HyperV Automation
    • Milestone 13: Server Decommission
  • Notes
    • Page 2
Powered by GitBook
On this page
  • Make ubuntu server base vm:
  • Deliverable 1. Hunt down the VHD file associated with your Ubuntu Base Image and give that file read only permissions. Provide a screenshot similar to the one below.
  • Deliverable 2. Provide a screenshot similar to the one below that shows sonofubuntu running as well as the very tiny difference disk attributes similar to the screenshot below.
  • Deliverable 3. stop sonofubuntu
  • Deliverable 4. take a checkpoint of sonofubuntu called snapshot1
  • Deliverable 5. start sonofubuntu
  • Deliverable 6. switch sonofubuntu to another network
  • Deliverable 7. Create a new Base VM using an OS that is not Ubuntu
  1. Labs

Milestone 12: HyperV Automation

PreviousMilestone 11: Hyper VNextMilestone 13: Server Decommission

Last updated 1 year ago

Make ubuntu server base vm:

  1. Download ubuntu iso

  2. Make VM

  3. curl

  4. Then run that script

  5. Turn off vm

  6. Take base snapshot

Deliverable 1. Hunt down the VHD file associated with your Ubuntu Base Image and give that file read only permissions. Provide a screenshot similar to the one below.

Deliverable 2. Provide a screenshot similar to the one below that shows sonofubuntu running as well as the very tiny difference disk attributes similar to the screenshot below.

Deliverable 3. stop sonofubuntu

Stop-VM -Name "sonofubuntu"

Deliverable 4. take a checkpoint of sonofubuntu called snapshot1

Checkpoint-VM -Name "sonofubuntu" -SnapshotName "snapshot1"

Deliverable 5. start sonofubuntu

Start-VM -Name "sonofubuntu"

Deliverable 6. switch sonofubuntu to another network

Connect-VMNetworkAdapter -VMName "sonofubuntu" -SwitchName "YourNewVirtualSwitchName"

sonofubuntu running:

Deliverable 7. Create a new Base VM using an OS that is not Ubuntu

Automate the creation of a Linked clone of your new OS base image using Powershell. Provide a screenshot of your successful command(s) and a screenshot of your running OS and the virtual properties of your child disk.

https://github.com/gmcyber/480share/blob/master/hyperv-ubuntu-sealer.sh