User Tools

Site Tools


user:rlott:portfolio:project3

Creating Virtual Machine

A project for csit1320 by Robert Lott during the Spring 2012.

This project was begun on 1/?/2012 and is anticipated to take X AMOUNT OF TIME.

Objectives

For thos who wish to on creating virtual machines inside their linux box.

Prerequisites

In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:

  • Linux desktoip installed

Scope

Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation.

Attributes

State and justify the attributes you'd like to receive upon successful approval and completion of this project.

  • attribute1: why you feel your pursuit of this project will gain you this attribute
  • attribute2: why you feel your pursuit of this project will gain you this attribute
  • etc…

Procedure

1. connect to server via ssh

 ssh root@vmserver##.student.lab 

2. after a connection is established implement the following commands onto the command line.

 xen-create-image --hostname=## --mac=00:16:3e:2e:c0:## --role=udev 

3.This is a virtul machine address but more configuration is still necessary.

  1.  xm create -c /xen/conf/vm##.cfg 

  2.  vim /xen/conf/vm##.cfg

#- number of vm server aka vm## = vm04 log into virtual machine by utilizing the ssh ie:

 ssh root@vm## 

The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project.

Execution

Again, if there is associated code with the project, and you haven't already indicated how to run it, provide a sample run of your code:

lab46:~/src/cprog$ ./hello
Hello, World!
lab46:~/src/cprog$ 

Reflection

Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wrought. What did you learn from doing this project?

\

user/rlott/portfolio/project3.txt · Last modified: 2012/03/11 19:20 by rlott