Department of Electrical and Computer Engineering Facebook page


  • DEPARTMENT
    • Overview
    • Computing
    • Facilities
    • Organizations
    • Educational Objectives
    • Student Outcomes
    • Scholarship Awards
    • Employment
    • Advisory Committee
    • Contact
  • ACADEMICS
    • Undergraduate
      • Computer Eng.
      • Electrical Eng.
      • Ambassadors
    • Graduate
      • Information for Prospective Students
      • ECE Graduate Handbook
      • Graduate Forms
      • Ph.D. Qualifying Exam
      • Distance Education
      • Frequently Asked Questions (FAQ)
    • Courses
    • Student Survival kit
    • Distance Learning
  • PEOPLE
    • Faculty
    • Staff
  • PROSPECTIVE STUDENTS
    • Overview
    • FAQ
    • Considering ECE
    • Scholarships
    • PC Requirements
    • Office of Admissions
  • RESEARCH
    • Overview
    • Signal Processing & Communications
    • Digital Systems & Microelectronics
    • Power & High Voltage
    • Research Centers
      • Emerging Materials Research Laboratory
      • High Voltage Laboratory
      • Robotics
    • HPCC
  • ALUMNI
Xen: Create dom0 - Ece
Personal tools
  • Log in
Views
  • Page
  • Discussion
  • View source
  • History

Xen: Create dom0

From Ece

Jump to: navigation, search
  • Use kickstart cd with option "centos5_dom0"
  • Server config after kickstart
    • disable CentOS repos
      • /etc/yum.repos.d/CentOS-Base.repo
        • add enabled=0 to each section
    • enable xen kernel
      • /boot/grub/menu.lst
        • change default=# of xen kernel
    • disable tls (threaded local storage)
      • mv /lib/tls /lib/tls.disabled
    • create partitions for xen domU
      • fdisk /dev/sdX
        • define new partitions
        • write partition table
  • reboot server
  • login to server (now in xen dom0 mode)
pvcreate /dev/sdXN
vgcreate VGNAME /dev/sdXN
lvcreate -l 100%VG -n SERVERNAME VGNAME
  • ssh with x11 forwarding and start virt-manager to create a domU
    • System name: Server name
    • Paravirtualized
    • Install media URL: http://install.ece.msstate.edu/dist/CentOS/5/base/x86_64
    • Kickstart URL: http://install.ece.msstate.edu/kickstart/CentOS/5/ks.cfg
    • Normal Disk Partition: /dev/VolGroup01/SERVERNAME
    • Shared Physical Device
  • Pause VM when it starts to boot
  • Set static IP in DHCP
  • Unpause VM
  • Be sure to turn off ckpatch

links

[1] [2] [3] [4] [5]

Retrieved from "http://www.ece.msstate.edu/wiki/index.php/Xen:_Create_dom0"
Category: Admin:Recipes
Navigation
  • Main Page
  • Community portal
  • Current events
  • Recent changes
  • Random page
  • Help
SEARCH
TOOLBOX
LANGUAGES
 
Toolbox
  • What links here
  • Related changes
  • Upload file
  • Special pages
  • Printable version
  • Permanent link
Powered by MediaWiki
  • This page was last modified on 13 May 2010, at 18:56.
  • This page has been accessed 1,295 times.
  • Privacy policy
  • About Ece
  • Disclaimers

Mississippi State University Home| PO Box 9571, Mississippi State, MS 39762 | Main Office: 1.662.325.3912

Bagley College of Engineering | Mississippi State University| Legal| Webmaster| Intranet

Page modified: Tue, 23 Sep 2008 15:18:39 CDT