WHAT'S HOT
Prev | Current Page 78 | Next

Prabhakar Chaganti

"Xen Virtualization: A Practical Handbook"

6-xen0-build
make linux-2.6-xen0-install
6. Reboot to pick up your new changes:
7. We now need a NFS server we can use. You can use an existing one if you
have access to one. We will set up a new NFS server for this section on a
new server (IP 192.168.1.67). This server is running Ubuntu Feisty Fawn,
and some of the commands for installing packages will be specific to
Debian. Replace them with your distribution-specific package
management commands:
8. Install the NFS server and portmap packges. The portmap and NFS server
daemons will be started automatically after the installation. Double check to
make sure that your distribution does the same:
# apt-get install nfs-user-server portmap
Chapter 6
[ 91 ]
9. Create a directory that will contain our guest installation. This will be the
directory that we export from this server via NFS:
# mkdir /mnt/feisty
10. Add this directory to the directories that are exported by editing the /etc/
exports file:
# /mnt/feisty 192.168.1.86(rw,sync,no_root_squash)
11. Populate this directory with Ubuntu Feisty by using debootstrap. This will
download and extract all the necessary files to the above mounted directory:
~ /usr/sbin/debootstrap --arch i386 feisty /mnt/feisty
http://archive.ubuntu.com/ubuntu
12. We will be using the domU kernel modules from our Xen server system.
Copy them from the /lib/modules directory to this directory:
scp -r pchaganti@192.168.1.86:/lib/modules/2.6.16.38-xenU
/mnt/feisty/lib/modules/
13.


Pages:
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90