Linux安装solusvm的说明 和注意事项
首先是分区,依据solusvm分区是比较麻烦的,因为一般机房是安装solusvm说明来安装的,但弄好后,需要自己手动在分区,建立虚拟区,才能建立solusvm!1)安装
按照installation 说明进行安装。按照说明进行。
2)分区
首先依据http://wiki.solusvm.com/index.php/Xen_Virtualization#Server_Requirements
Example Partition Layout .....:
/ 80GB + (NOTE: XEN HVM iso's will be stored here)
LVM rest of drive (this must be an '''EMPTY''' logical volume group (VG))
SWAP (4GB max)
但这样分区是很麻烦的,一般机房 /给80g,但/home就随便给了;一般LVM不弄的,就是empty的逻辑盘,也不mount的
关键是在建立node的时候,就需要找vg的信息,如果lvm不弄就无法建立了。
我这里弄了一天,你应该怎么弄呢?参考:http://bbs.taohost.net/thread-1095-1-1.html
a)fdisk /dev/hda ,创建一个新分区,使分区信息生效,创建PV(物理卷)和创建物理卷组rootvg,到这里就格式化,但rootvg信息就没有了,这个就要重新建立了。重启!
查看vg的命令:vgdisplay
b)这样再去建立node和vps,但还是有问题,network有问题,VNC会连接不上的,怎么办呢?
参考:http://forum.soluslabs.com/showthread.php/1343-My-experience-with-Xen-HVM-(Windows)
首先是,修改grub,在 kernel后面加上 dom0_mem=512m
其次是,vi /etc/modprobe.conf 添加:options loop max_loop=128 这个是为了添加iso到128个,参考:http://wiki.solusvm.com/index.php/Increase_number_of_loop_filesystems
重启后,还是不行的
还要修改下:xenbr1,在http://wiki.solusvm.com/index.php/Advanced_Configuration#Xen_HVM_Bridge,直接在/usr/local/solusvm/data/ 添加一行就ok
这样就差不多了!
遇见错误,先google site:http://forum.soluslabs.com加上问题
此文转自kaka空间
Linux下 Xen 结合 SolusVM 构建VPS
http://bbs.taohost.net/thread-1095-1-1.html
页:
[1]