Last change
on this file since 1798 was
1605,
checked in by broder, 16 years ago
|
Document unpackaged customizations to an XVM host
|
File size:
978 bytes
|
Line | |
---|
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 |
---|
7 | |
---|
8 | # install invirt-base:/etc/apt/sources.list.d/* |
---|
9 | apt-get update |
---|
10 | aptitude install invirt-host-master |
---|
11 | |
---|
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 | |
---|
31 | # install keytab |
---|
32 | |
---|
33 | ## to take up the new Xen-hypervisor kernel |
---|
34 | # shutdown -r now |
---|
Note: See
TracBrowser
for help on using the repository browser.