This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:rlott:portfolio:project3 [2012/03/11 18:26] – [Procedure] rlott | user: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/ | ||
+ | |||
+ | * 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## | ||
+ | 2. after a connection is established implement the following commands onto the command line. | ||
+ | <cli> xen-create-image --hostname=## | ||
+ | 3.This is a virtul machine address but more configuration is still necessary. | ||
+ | - <cli> xm create -c / | ||
+ | - <cli> vim / | ||
+ | | ||
+ | #- number of vm server aka vm## = vm04 | ||
+ | log into virtual machine by utilizing the ssh | ||
+ | ie: <cli> 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' | ||
+ | |||
+ | <cli> | ||
+ | lab46: | ||
+ | Hello, World! | ||
+ | lab46: | ||
+ | </ | ||
+ | |||
+ | =====Reflection===== | ||
+ | Comments/ | ||
+ | |||
+ | |||
+ | \ |