This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:nsano:portfolio:vmserverinstall [2011/02/11 18:39] – nsano | user:nsano:portfolio:vmserverinstall [2011/05/13 19:08] (current) – nsano | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== VMserverinstall ====== | ||
+ | by Nicholas Sano | ||
+ | |||
+ | ====Physical server install==== | ||
+ | |||
+ | - step - boot up and you are then promoted what do you want to do select 32-bit i386 then select debian and then select server then select Squeeze/ | ||
+ | - step - when prompted for a language choose or instructed to choose current is english | ||
+ | - step - when prompted for your location choose or instructed to choose current is USA | ||
+ | - step - when prompted for selected of keymap choose or instructed to choose current is USA | ||
+ | - step - when prompted for a host name use one you know or are instructed to current one is vmserver02 | ||
+ | - step - when prompted to enter a domain leave it as is in class we used student/lab | ||
+ | - step - when promoted for a location to mirror off of the server and download and install it form choose the closest to you for this we used Mirror a in room mirror serverhttp:// | ||
+ | - step - when prompted to mkae a directoir to locate all of it in we used /Debian/ but you can choose one u can remember | ||
+ | - step - when prompted to set a proxy server leave it blank no need for it | ||
+ | - step - when prompted to make a root pass word make sometihng u can remember but not easyly geussed for this instance we used Bob | ||
+ | - step - when promted for username and accont and account passowrd make them sometihng you can remember | ||
+ | - step - when asked for your time zone select it from the list | ||
+ | - step - when asked for how much of the disk to use use all and how mant partition to save it all in partition | ||
+ | - step - partition confirmation and details page and repositor press enter | ||
+ | - step - when promoted to select software to install unselect all and press enter | ||
+ | - step - when prompted to install grub press enter | ||
+ | |||
+ | ====Server Termianal configuration==== | ||
+ | |||
+ | - step - when inside the server open a terminal login as user and use Sudo root and password | ||
+ | - step - enter apt-get install V/M | ||
+ | - step - enter apt-get install xen-linux-system | ||
+ | - step - enter apt-get install ssh | ||
+ | - refering to the the web site [[http:// | ||
+ | - step - open a vi for / | ||
+ | - step - while inside the vi config make sure both vft-script and vft-bridge are uncommented and network-bridge and network-script are also uncommented | ||
+ | |||
+ | (network-script network-bridge) | ||
+ | (vif-script vif-bridge) | ||
+ | *Make sure it looks like this* | ||
+ | |||
+ | - step - open a vi of vi / | ||
+ | |||
+ | |||
+ | # | ||
+ | iptables " | ||
+ | 2>/ | ||
+ | iptables " | ||
+ | --physdev-is-bridged --physdev-out " | ||
+ | # | ||
+ | *make sure it looks like this* | ||
+ | |||
+ | - step - open a vi / | ||
+ | - step - open a nother vi of vi / | ||
+ | - step - do a xen all domain and see what you have you should have /xen/ / | ||
+ | |||
+ | | ||
+ | # | ||
+ | # / | ||
+ | # | ||
+ | |||
+ | ## | ||
+ | ## Virtual Machine configuration | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Disk and Sizing options | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Network configuration | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Password configuration | ||
+ | ## | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Package Mirror configuration | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Filesystem settings | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Xen VM boot settings | ||
+ | ## | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Xen VM settings | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | |||
+ | ## | ||
+ | ## Xen configuration files | ||
+ | ## | ||
+ | | ||
+ | | ||
+ | *make sure it looks like this* | ||
+ | |||
+ | - step - do a shutdown -r now | ||
+ | - step - set the ip adress as instructed form what it is to what they or this case he wants it to be | ||
+ | - step - reboot and open a teminal once more and install hypervision-4.0-i386c and purge hypervision-4.0-AMDc |