version 1.21, 2014/12/24 01:12:49
|
version 1.22, 2014/12/24 01:27:36
|
Line 183 However, the partitioning approach is ve
|
Line 183 However, the partitioning approach is ve
|
|
|
If you want to use RAIDframe for the dom0, there are no special issues |
If you want to use RAIDframe for the dom0, there are no special issues |
for Xen. Typically one provides RAID storage for the dom0, and the |
for Xen. Typically one provides RAID storage for the dom0, and the |
domU systems are unaware of RAID. |
domU systems are unaware of RAID. The 2nd-stage loader bootxx_* skips |
|
over a RAID1 header to find /boot from a filesystem within a RAID |
|
partition; this is no different when booting Xen. |
|
|
There are 4 styles of providing backing storage for the virtual disks |
There are 4 styles of providing backing storage for the virtual disks |
used by domUs: raw partitions, LVM, file-backed vnd(4), and SAN, |
used by domUs: raw partitions, LVM, file-backed vnd(4), and SAN, |
Line 273 and adjusts /etc.
|
Line 275 and adjusts /etc.
|
Note that one must update both the non-Xen kernel typically used for |
Note that one must update both the non-Xen kernel typically used for |
rescue purposes and the DOM0 kernel used with Xen. |
rescue purposes and the DOM0 kernel used with Xen. |
|
|
|
To convert from grub to /boot, install an mbr bootblock with fdisk, |
|
bootxx_ with installboot, /boot and /boot.cfg. This really should be |
|
no different than completely reinstalling boot blocks on a non-Xen |
|
system. |
|
|
Updating Xen versions |
Updating Xen versions |
--------------------- |
--------------------- |
|
|
Line 434 working vif-bridge is also provided with
|
Line 441 working vif-bridge is also provided with
|
|
|
#!/bin/sh |
#!/bin/sh |
#============================================================================ |
#============================================================================ |
# $NetBSD: howto.mdwn,v 1.20 2014/12/24 01:06:43 gdt Exp $ |
# $NetBSD: howto.mdwn,v 1.21 2014/12/24 01:12:49 gdt Exp $ |
# |
# |
# /usr/pkg/etc/xen/vif-bridge |
# /usr/pkg/etc/xen/vif-bridge |
# |
# |