Changeset 1605


Ignore:
Timestamp:
Nov 10, 2008, 4:50:43 PM (15 years ago)
Author:
broder
Message:

Document unpackaged customizations to an XVM host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-host-master/notes

    r1500 r1605  
     1
     2# Add eth0 configuration to /etc/network/interfaces
     3# - Replace 18.181.0 with 10.5.128
     4# - Replace last octet with $((last octet - 205))
     5
     6# Copy /etc/hosts from another host
    17
    28# install invirt-base:/etc/apt/sources.list.d/*
     
    410aptitude install invirt-host-master
    511
     12# Apply the patch from LP 216761 to /etc/init.d/xendomains
     13
     14# In /etc/default/xendomains
     15# - Set XENDOMAINS_MIGRATE to the "next" host
     16# - Set XENDOMAINS_SAVE=""
     17
     18# Add to /etc/rc.local before the "exit 0":
     19#  echo -17 > /proc/$(pgrep syslogd)/oom_adj
     20
     21# In /boot/grub/menu.lst:
     22# - Configure remote management for GRUB:
     23#     serial --unit=1 --speed=57600 --word=8 --parity=no --stop=1
     24#     terminal --timeout=5 serial console
     25# - Configure remote management for Xen:
     26#     # xenhopt=console=com2L,vga
     27# - Configure remote management for Linux:
     28#     # xenkopt=console=tty0 console=ttyS1,57600n8
     29# - Run update-grub
     30
    631# install keytab
    732
Note: See TracChangeset for help on using the changeset viewer.