Monday, August 6, 2007

xen express problem

1 xen express cd
go to /client-install
rpm -ivh *.rpm
2 xenserver-client
input master-key
host IP and password

Xen Express only supports RedHat 4.1 and 4.4, RedHat5 needs VT supports, debian sarge, Windows XP sp2, Windows server 2003. No fedora or CentOS.

It can install from network(repository) or install from physical machine(p2v), but all limited to the few OSes.

Debian sarge is installed, apache install instruction:
1. apt-get update
to update the package sources
2. apt-get upgrade update
upgrade debian
3. apt-get install apache2
apache -v display the version
install webserver apache2.0.54,
The web directory is /var/www
apachectl restart restarting the webserver, or /etc/init.d/apache2 restart
3 apt-get install libapache2-mod-php4 php4-cli php4-common php4-cgi
The php version is 4.3.10

Set a static IP in debian
edit /etc/network/interfaces
auto eth0 lo
#iface eth0 inet dhcp
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.255
gateway xxx.xxx.xxx.1

update the interface
/etc/init.d/networking restart

No comments: