SlideShare a Scribd company logo
1 of 22
Download to read offline
Virtual Machines

Module 2
Objectives
Define virtual machine
Define common terminology
Identify advantages and disadvantages
Determine what software is needed; how to download
and install that software
How to run a virtual machine
Virtual Machine
A virtual machine (VM) is an environment, usually a
program or operating system, which does not physically
exist but is created within another environment.
Allows the ability to “run a computer within your
computer”
Can be viewed as a physical machine
  Memory (RAM)
  Ethernet connection
  Storage (Hard disks)
Terminology
Host operating system (host OS)
  The operating system of the physical computer on which the virtual machine
  was installed.
Guest operating system (guest OS)
  The operating system running inside the virtual machine.
Snapshot
  A snapshot is a copy of the virtual machine’s current state.
  Multiple snapshots can be saved to go back to at any given time.
Image
  The actual virtual machine
Virtual Machine Advantages
Advantages
  Flexibility
      Snapshots can be created to travel back and forward in virtual machine time
      Run multiple operating systems (OS) and applications on one physical machine
      at the same time
      Independent of hardware or software underneath the VM
      Run legacy applications without having to changes current OS settings
  Scalability
      Multiple VMs can reside on one physical machine
  Portability
      Easily transported from one machine to another
  Cost
      Less expensive than buying multiple machines (less hardware to purchase)
      Less power/electricity than having more physical machines
      Save time testing new software without it affecting your current configurations
Virtual Machine Disadvantages
Disadvantages
  Requirements are a must when building
     Purpose of the machine
     How many users will need to be accommodated (now and in the future)
     Types of demands users will be placing on the machine (now and in the future)
  Performance might be degraded if necessary hardware has not been
  allocated
  Running VMs simultaneously requires more hardware resources
  Single point of failure
     If host machine fails, all VMs residing on that machine fail
Tools
Many tools exist to create and run virtual machines, however,
CyberPatriot V will use VMware

VMware player
   A free product that will allow you to run virtual images on your computer
   http://www.vmware.com/products/player/
VMware Player
To obtain a copy of the VMware player software, follow these
steps
1. Open a web browser and type www.vmware.com/products/player/ into
   the location bar.
2. Click on the “Download” button on the VMware Player home page.
3. Scroll down and under ‘Product Downloads’ you will see “VMPlayer 3.x.x”.
    Click on the “Download” button. This will take you to a registration page.
VMware Player
Register for an account (if you have an existing account, please login and
go to step 11)
 4. You must register for a free VMware account with a valid email address in order to
     download the VMware player software.
 5. After you register for a free VMware account, check your email for the registration
    confirmation from VMware.
 6. Inside your registration confirmation from VMware there is a link to download
    VMware products
 7. Click on the link or copy and paste the URL into a web browser.
 8. Enter your password for the account you created. A new account much be activated
     before downloading products.
 9. Once you have logged in you will be taken to another web page asking you to “Access
      Your Email to Activate and Access Your Free Download.”
 10. Go back to the email account you used to register for your VMware account and
      check for a message from “The VMware Team”. Inside that message will be a link
      “Download VMware Player”. Click on that link to go to the VMware Player Free
      Product Download page.
VMware Player
Continue following these steps
11. Under the “Binaries” section look for “VMware Player for 32-bit and 64-bit
   Windows” – this should be the first entry. Click on the “Start Download Manager”
   button to the right of the description.
VMware Player
Continue following these steps
 12. You will be prompted to save the file and your VMware Player installer should begin
    to download.
 13. Once the installer has finished downloading, double-click it to begin the installation.
 14. Follow the instruction prompts to install VMware Player and be sure to reboot your
    system when prompted at the end of the installation.




NOTE: These instructions apply only to computers running a Windows operating system such as Vista, Windows 7,
Windows XP, etc. If you are using a Linux-based system you will need a different version of the VMware software. If
you are using a Macintosh you will need additional software, such as Fusion, as there is no VMware Player
software available for Macintosh systems. These instructions also assume there are no VMware products already
installed on the system you are using.
VMware Image
When you create or download a VMware image you may notice there are several files
associated with that image. DO NOT make any changes to these files unless specifically
instructed to do so. Modifying these files can severely impact the performance of your
virtual image and may render it inoperable.
Some of the file types you will see associated with a VMware image are
    *.vmdk:
         Files ending in “.vmdk” are virtual disk files that VMware uses to simulate the hard drive for
         your virtual system. There may be one or more of these files associated with your virtual
         image as VMware allows you to split a single virtual disk into multiple 2GB files.
    *.vmx:
         Files ending in “.vmx” are VMware configuration files. These files contain details such as
         the type of hardware to simulate for the virtual system, the amount of memory to allow
         the virtual machine to use, and so on.
    *.nvram:
         This file stores the state of the virtual machine's BIOS.
VMware Image
CyberPatriot training and competitions require downloading of VMware images.
    It is extremely important that you verify you have a “clean” download.
    You may do this by matching the checksum of the file you downloaded with the checksum
    displayed on the web page where you downloaded the CyberPatriot image.
    A checksum is a mathematical calculation based on the data contained in a file – matching
    checksums allows you to determine if a file has been corrupted or modified from its original
    state. If the checksum of the file you downloaded does not match the checksum displayed on
    the web page where you downloaded the file you must download the image again.


VMware also hosts a Virtual Appliance Marketplace at
http://www.vmware.com/appliances/.
    Over 1,000 pre-built VMware images containing everything from different operating systems to
    demonstrations of security and network management products are available to download.
    CyberPatriot is in no way affiliated with the Virtual Application Marketplace or any of the
    content made available through the marketplace. Users download and use the virtual
    appliances at their own risk.
VMware Image
Download VMware images from the CyberPatriot website
   Windows XP workstation
   Windows 2003 server
   Ubuntu workstation
Open VMware Image
To launch VMware Player and browse for a virtual image, follow these steps
    Start the VMware Player software by selecting Start->VMware->VMware Player from your
    Windows Start menu
    The below dialog box will appear. Click on “Open a Virtual Machine”.
Open VMware Image

Browse to the directory where you’ve downloaded or unzipped a virtual image. Click to
select the .vmx file associated with the virtual image you wish to start and click the
“Open” button
Open VMware Image

This will take you back to the main VMware Player screen. Select the image name on
the left, then click ‘Play virtual machine’
Open VMware Image

If this is the first time you’ve started the VMware image a dialog box (see below) will
appear
Select ‘I copied it’, then Click ‘OK’ to continue
Open VMware Image

The next screen you may see will a list removable devices that can be associated with
and accessed by the virtual image.
Click “OK” to continue.
Open VMware Image

When the virtual image has finished booting, you will see a login screen or welcome
screen just as you would on a physical computer loaded with the same operating system
that is running inside your virtual image. For example, a virtual image running Windows
XP.
Summary
Defined virtual machine
Defined common terminology
Identified advantages and disadvantages
Determined what software is needed, how to download and install
that software
Demonstrated how to run a virtual machine
List of References
http://www.webopedia.com/TERM/V/virtual_machine.html
http://www.vmware.com/products/player/
http://www.vmware.com/appliances/

More Related Content

What's hot

Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_admin
Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_adminWww.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_admin
Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_adminVenkata Ramana
 
VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answersvivaankumar
 
Cloud ready+installation+instructions
Cloud ready+installation+instructionsCloud ready+installation+instructions
Cloud ready+installation+instructionsVishrut Chhajer
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - BabeliLianna Babeli
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machinedzar123456
 
Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96carobd2
 
WSUS Deployment on Windows Server 2008
WSUS Deployment on Windows Server 2008WSUS Deployment on Windows Server 2008
WSUS Deployment on Windows Server 2008SolarWinds
 
Photoshop cs5.1 read me
Photoshop cs5.1 read mePhotoshop cs5.1 read me
Photoshop cs5.1 read meranamansour_
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...IJNSA Journal
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxRusty Painter
 
Virtualbox step by step guide
Virtualbox step by step guideVirtualbox step by step guide
Virtualbox step by step guideHock Leng PUAH
 
Wsus config[ver1.0]
Wsus config[ver1.0]Wsus config[ver1.0]
Wsus config[ver1.0]laonap166
 
Recent Developments in IT
Recent Developments in ITRecent Developments in IT
Recent Developments in ITMillers98
 

What's hot (20)

Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_admin
Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_adminWww.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_admin
Www.vmware.com support developer_windowstoolkit_wintk10_doc_viwin_admin
 
VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answers
 
Cloud ready+installation+instructions
Cloud ready+installation+instructionsCloud ready+installation+instructions
Cloud ready+installation+instructions
 
100 most vmware q&a
100 most vmware q&a100 most vmware q&a
100 most vmware q&a
 
Virtualization.pdf
Virtualization.pdfVirtualization.pdf
Virtualization.pdf
 
Unit 5 Project - Babeli
Unit 5 Project - BabeliUnit 5 Project - Babeli
Unit 5 Project - Babeli
 
Vsp 40 admin_guide
Vsp 40 admin_guideVsp 40 admin_guide
Vsp 40 admin_guide
 
Vmware interview
Vmware interviewVmware interview
Vmware interview
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machine
 
Wsus sample scripts
Wsus sample scriptsWsus sample scripts
Wsus sample scripts
 
Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96Wobd2 how to install ford ids-v96
Wobd2 how to install ford ids-v96
 
WSUS Deployment on Windows Server 2008
WSUS Deployment on Windows Server 2008WSUS Deployment on Windows Server 2008
WSUS Deployment on Windows Server 2008
 
Photoshop cs5.1 read me
Photoshop cs5.1 read mePhotoshop cs5.1 read me
Photoshop cs5.1 read me
 
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
VIRTUAL MACHINES AND NETWORKS – INSTALLATION, PERFORMANCE, STUDY, ADVANTAGES ...
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
 
Win8guide
Win8guideWin8guide
Win8guide
 
Virtualbox step by step guide
Virtualbox step by step guideVirtualbox step by step guide
Virtualbox step by step guide
 
Wsus config[ver1.0]
Wsus config[ver1.0]Wsus config[ver1.0]
Wsus config[ver1.0]
 
Recent Developments in IT
Recent Developments in ITRecent Developments in IT
Recent Developments in IT
 
Virtualization
VirtualizationVirtualization
Virtualization
 

Viewers also liked

Step5 unzipping and installing a competition image
Step5   unzipping and installing a competition imageStep5   unzipping and installing a competition image
Step5 unzipping and installing a competition imagericharddxd
 
Step6 troubleshooting
Step6   troubleshootingStep6   troubleshooting
Step6 troubleshootingricharddxd
 
Step2 download and load 7-zip and win mds applications
Step2   download and load 7-zip and win mds applicationsStep2   download and load 7-zip and win mds applications
Step2 download and load 7-zip and win mds applicationsricharddxd
 
Step1 validation system configuration
Step1   validation system configurationStep1   validation system configuration
Step1 validation system configurationricharddxd
 
1 introit security
1 introit security1 introit security
1 introit securityricharddxd
 
4 threatsandvulnerabilities
4 threatsandvulnerabilities4 threatsandvulnerabilities
4 threatsandvulnerabilitiesricharddxd
 
7 unixsecurity
7 unixsecurity7 unixsecurity
7 unixsecurityricharddxd
 

Viewers also liked (8)

Step5 unzipping and installing a competition image
Step5   unzipping and installing a competition imageStep5   unzipping and installing a competition image
Step5 unzipping and installing a competition image
 
Step6 troubleshooting
Step6   troubleshootingStep6   troubleshooting
Step6 troubleshooting
 
Step2 download and load 7-zip and win mds applications
Step2   download and load 7-zip and win mds applicationsStep2   download and load 7-zip and win mds applications
Step2 download and load 7-zip and win mds applications
 
Step1 validation system configuration
Step1   validation system configurationStep1   validation system configuration
Step1 validation system configuration
 
1 introit security
1 introit security1 introit security
1 introit security
 
4 threatsandvulnerabilities
4 threatsandvulnerabilities4 threatsandvulnerabilities
4 threatsandvulnerabilities
 
Kleshuset
KleshusetKleshuset
Kleshuset
 
7 unixsecurity
7 unixsecurity7 unixsecurity
7 unixsecurity
 

Similar to 2 v mware

SAINT Virtual Machine Setup Instructions
SAINT Virtual Machine Setup InstructionsSAINT Virtual Machine Setup Instructions
SAINT Virtual Machine Setup InstructionsKumaran Balachandran
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterA. Shamel
 
Credentials and VM Installation - Basic course.pdf
Credentials and VM Installation - Basic course.pdfCredentials and VM Installation - Basic course.pdf
Credentials and VM Installation - Basic course.pdfShubham Sidana
 
Addmi 04-va installation
Addmi 04-va installationAddmi 04-va installation
Addmi 04-va installationodanyboy
 
Ws80 using VMware
Ws80 using VMwareWs80 using VMware
Ws80 using VMwareUmesh Gupta
 
Virtual Server Security for VMware: Installation Guide
Virtual Server Security for VMware: Installation GuideVirtual Server Security for VMware: Installation Guide
Virtual Server Security for VMware: Installation Guidewebhostingguy
 
Virtualization using VMWare Workstation
Virtualization using VMWare WorkstationVirtualization using VMWare Workstation
Virtualization using VMWare WorkstationHitesh Gupta
 
running windows 8.1 on VirtualBox tutorial
running windows 8.1 on VirtualBox tutorialrunning windows 8.1 on VirtualBox tutorial
running windows 8.1 on VirtualBox tutorial捷恩 蔡
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBrent Muir
 
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...Flexera
 
Virtual technology
Virtual technologyVirtual technology
Virtual technologyStudent
 
Vm ware server-tips-tricks
Vm ware server-tips-tricksVm ware server-tips-tricks
Vm ware server-tips-tricksunixadminrasheed
 
Vmwareserver tips-tricks-110218231744-phpapp01
Vmwareserver tips-tricks-110218231744-phpapp01Vmwareserver tips-tricks-110218231744-phpapp01
Vmwareserver tips-tricks-110218231744-phpapp01Suresh Kumar
 
Virtualization
VirtualizationVirtualization
VirtualizationYansi Keim
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administrationConcentrated Technology
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windowsrajuy2r
 

Similar to 2 v mware (20)

SAINT Virtual Machine Setup Instructions
SAINT Virtual Machine Setup InstructionsSAINT Virtual Machine Setup Instructions
SAINT Virtual Machine Setup Instructions
 
Vmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenterVmware Data Center Virtualization ESXI and vCenter
Vmware Data Center Virtualization ESXI and vCenter
 
Credentials and VM Installation - Basic course.pdf
Credentials and VM Installation - Basic course.pdfCredentials and VM Installation - Basic course.pdf
Credentials and VM Installation - Basic course.pdf
 
Addmi 04-va installation
Addmi 04-va installationAddmi 04-va installation
Addmi 04-va installation
 
Virtual machine (vm)
Virtual machine (vm)Virtual machine (vm)
Virtual machine (vm)
 
Ws90 using
Ws90 usingWs90 using
Ws90 using
 
Ws80 using VMware
Ws80 using VMwareWs80 using VMware
Ws80 using VMware
 
Virtual Server Security for VMware: Installation Guide
Virtual Server Security for VMware: Installation GuideVirtual Server Security for VMware: Installation Guide
Virtual Server Security for VMware: Installation Guide
 
Virtualization using VMWare Workstation
Virtualization using VMWare WorkstationVirtualization using VMWare Workstation
Virtualization using VMWare Workstation
 
running windows 8.1 on VirtualBox tutorial
running windows 8.1 on VirtualBox tutorialrunning windows 8.1 on VirtualBox tutorial
running windows 8.1 on VirtualBox tutorial
 
Booting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual boxBooting an image as a forensically sound vm in virtual box
Booting an image as a forensically sound vm in virtual box
 
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...
Creating InstallAnywhere Installations for Hybrid (32-Bit & 64-Bit) Windows A...
 
Virtual technology
Virtual technologyVirtual technology
Virtual technology
 
Vm ware server-tips-tricks
Vm ware server-tips-tricksVm ware server-tips-tricks
Vm ware server-tips-tricks
 
Vmwareserver tips-tricks-110218231744-phpapp01
Vmwareserver tips-tricks-110218231744-phpapp01Vmwareserver tips-tricks-110218231744-phpapp01
Vmwareserver tips-tricks-110218231744-phpapp01
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Best free tools for w d a
Best free tools for w d aBest free tools for w d a
Best free tools for w d a
 
Best free tools for win database admin
Best free tools for win database adminBest free tools for win database admin
Best free tools for win database admin
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
 

More from richarddxd

Step4 downloading and installing vm ware target image
Step4   downloading and installing vm ware target imageStep4   downloading and installing vm ware target image
Step4 downloading and installing vm ware target imagericharddxd
 
Step3 downloading and installing v mware player software
Step3   downloading and installing v mware player softwareStep3   downloading and installing v mware player software
Step3 downloading and installing v mware player softwarericharddxd
 
8 passwordsecurity
8 passwordsecurity8 passwordsecurity
8 passwordsecurityricharddxd
 
5 howtomitigate
5 howtomitigate5 howtomitigate
5 howtomitigatericharddxd
 
3 windowssecurity
3 windowssecurity3 windowssecurity
3 windowssecurityricharddxd
 

More from richarddxd (6)

Step4 downloading and installing vm ware target image
Step4   downloading and installing vm ware target imageStep4   downloading and installing vm ware target image
Step4 downloading and installing vm ware target image
 
Step3 downloading and installing v mware player software
Step3   downloading and installing v mware player softwareStep3   downloading and installing v mware player software
Step3 downloading and installing v mware player software
 
8 passwordsecurity
8 passwordsecurity8 passwordsecurity
8 passwordsecurity
 
6 networking
6 networking6 networking
6 networking
 
5 howtomitigate
5 howtomitigate5 howtomitigate
5 howtomitigate
 
3 windowssecurity
3 windowssecurity3 windowssecurity
3 windowssecurity
 

2 v mware

  • 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is needed; how to download and install that software How to run a virtual machine
  • 3. Virtual Machine A virtual machine (VM) is an environment, usually a program or operating system, which does not physically exist but is created within another environment. Allows the ability to “run a computer within your computer” Can be viewed as a physical machine Memory (RAM) Ethernet connection Storage (Hard disks)
  • 4. Terminology Host operating system (host OS) The operating system of the physical computer on which the virtual machine was installed. Guest operating system (guest OS) The operating system running inside the virtual machine. Snapshot A snapshot is a copy of the virtual machine’s current state. Multiple snapshots can be saved to go back to at any given time. Image The actual virtual machine
  • 5. Virtual Machine Advantages Advantages Flexibility Snapshots can be created to travel back and forward in virtual machine time Run multiple operating systems (OS) and applications on one physical machine at the same time Independent of hardware or software underneath the VM Run legacy applications without having to changes current OS settings Scalability Multiple VMs can reside on one physical machine Portability Easily transported from one machine to another Cost Less expensive than buying multiple machines (less hardware to purchase) Less power/electricity than having more physical machines Save time testing new software without it affecting your current configurations
  • 6. Virtual Machine Disadvantages Disadvantages Requirements are a must when building Purpose of the machine How many users will need to be accommodated (now and in the future) Types of demands users will be placing on the machine (now and in the future) Performance might be degraded if necessary hardware has not been allocated Running VMs simultaneously requires more hardware resources Single point of failure If host machine fails, all VMs residing on that machine fail
  • 7. Tools Many tools exist to create and run virtual machines, however, CyberPatriot V will use VMware VMware player A free product that will allow you to run virtual images on your computer http://www.vmware.com/products/player/
  • 8. VMware Player To obtain a copy of the VMware player software, follow these steps 1. Open a web browser and type www.vmware.com/products/player/ into the location bar. 2. Click on the “Download” button on the VMware Player home page. 3. Scroll down and under ‘Product Downloads’ you will see “VMPlayer 3.x.x”. Click on the “Download” button. This will take you to a registration page.
  • 9. VMware Player Register for an account (if you have an existing account, please login and go to step 11) 4. You must register for a free VMware account with a valid email address in order to download the VMware player software. 5. After you register for a free VMware account, check your email for the registration confirmation from VMware. 6. Inside your registration confirmation from VMware there is a link to download VMware products 7. Click on the link or copy and paste the URL into a web browser. 8. Enter your password for the account you created. A new account much be activated before downloading products. 9. Once you have logged in you will be taken to another web page asking you to “Access Your Email to Activate and Access Your Free Download.” 10. Go back to the email account you used to register for your VMware account and check for a message from “The VMware Team”. Inside that message will be a link “Download VMware Player”. Click on that link to go to the VMware Player Free Product Download page.
  • 10. VMware Player Continue following these steps 11. Under the “Binaries” section look for “VMware Player for 32-bit and 64-bit Windows” – this should be the first entry. Click on the “Start Download Manager” button to the right of the description.
  • 11. VMware Player Continue following these steps 12. You will be prompted to save the file and your VMware Player installer should begin to download. 13. Once the installer has finished downloading, double-click it to begin the installation. 14. Follow the instruction prompts to install VMware Player and be sure to reboot your system when prompted at the end of the installation. NOTE: These instructions apply only to computers running a Windows operating system such as Vista, Windows 7, Windows XP, etc. If you are using a Linux-based system you will need a different version of the VMware software. If you are using a Macintosh you will need additional software, such as Fusion, as there is no VMware Player software available for Macintosh systems. These instructions also assume there are no VMware products already installed on the system you are using.
  • 12. VMware Image When you create or download a VMware image you may notice there are several files associated with that image. DO NOT make any changes to these files unless specifically instructed to do so. Modifying these files can severely impact the performance of your virtual image and may render it inoperable. Some of the file types you will see associated with a VMware image are *.vmdk: Files ending in “.vmdk” are virtual disk files that VMware uses to simulate the hard drive for your virtual system. There may be one or more of these files associated with your virtual image as VMware allows you to split a single virtual disk into multiple 2GB files. *.vmx: Files ending in “.vmx” are VMware configuration files. These files contain details such as the type of hardware to simulate for the virtual system, the amount of memory to allow the virtual machine to use, and so on. *.nvram: This file stores the state of the virtual machine's BIOS.
  • 13. VMware Image CyberPatriot training and competitions require downloading of VMware images. It is extremely important that you verify you have a “clean” download. You may do this by matching the checksum of the file you downloaded with the checksum displayed on the web page where you downloaded the CyberPatriot image. A checksum is a mathematical calculation based on the data contained in a file – matching checksums allows you to determine if a file has been corrupted or modified from its original state. If the checksum of the file you downloaded does not match the checksum displayed on the web page where you downloaded the file you must download the image again. VMware also hosts a Virtual Appliance Marketplace at http://www.vmware.com/appliances/. Over 1,000 pre-built VMware images containing everything from different operating systems to demonstrations of security and network management products are available to download. CyberPatriot is in no way affiliated with the Virtual Application Marketplace or any of the content made available through the marketplace. Users download and use the virtual appliances at their own risk.
  • 14. VMware Image Download VMware images from the CyberPatriot website Windows XP workstation Windows 2003 server Ubuntu workstation
  • 15. Open VMware Image To launch VMware Player and browse for a virtual image, follow these steps Start the VMware Player software by selecting Start->VMware->VMware Player from your Windows Start menu The below dialog box will appear. Click on “Open a Virtual Machine”.
  • 16. Open VMware Image Browse to the directory where you’ve downloaded or unzipped a virtual image. Click to select the .vmx file associated with the virtual image you wish to start and click the “Open” button
  • 17. Open VMware Image This will take you back to the main VMware Player screen. Select the image name on the left, then click ‘Play virtual machine’
  • 18. Open VMware Image If this is the first time you’ve started the VMware image a dialog box (see below) will appear Select ‘I copied it’, then Click ‘OK’ to continue
  • 19. Open VMware Image The next screen you may see will a list removable devices that can be associated with and accessed by the virtual image. Click “OK” to continue.
  • 20. Open VMware Image When the virtual image has finished booting, you will see a login screen or welcome screen just as you would on a physical computer loaded with the same operating system that is running inside your virtual image. For example, a virtual image running Windows XP.
  • 21. Summary Defined virtual machine Defined common terminology Identified advantages and disadvantages Determined what software is needed, how to download and install that software Demonstrated how to run a virtual machine