User Tools

Site Tools


user:rlott:portfolio:project3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
user:rlott:portfolio:project3 [2012/02/28 17:01] – created rlottuser:rlott:portfolio:project3 [2012/03/11 19:20] (current) – [Project: YOUR PROJECT NAME HERE] rlott
Line 1: Line 1:
 +======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 
 +<cli> ssh root@vmserver##.student.lab </cli>
 +2. after a connection is established implement the following commands onto the command line.
 +<cli> xen-create-image --hostname=## --mac=00:16:3e:2e:c0:## --role=udev </cli>
 +3.This is a virtul machine address but more configuration is still necessary. 
 +   - <cli> xm create -c /xen/conf/vm##.cfg </cli>
 +   - <cli> vim /xen/conf/vm##.cfg</cli>
 +   
 +#- number of vm server aka vm## = vm04  
 +log into virtual machine by utilizing the ssh
 +ie: <cli> ssh root@vm## </cli>
 + 
 +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:
 +
 +<cli>
 +lab46:~/src/cprog$ ./hello
 +Hello, World!
 +lab46:~/src/cprog$ 
 +</cli>
 +
 +=====Reflection=====
 +Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wrought. What did you learn from doing this project?
 +
 +
 +\