Total Pageviews

Monday 23 January 2012

SolusVM 面板的安装及使用

首先用root登录服务器的ssh,
wget http://soluslabs.com/installers/solusvm/install
chmod 755 install
./install
选择系统 ,再选 内核方式,有openvz xen kvm 等  提示如果有mysql将被重装  回车确认  开始自己安装   ,等待。。。。。。。。。

最后会提示安装完成 ,登录地址和默认用户和密码
比如 我的就是  ,供大家测试 练习 他的使用方法  ,有 客户端  代理商用户 和管理员三成

http://216.120.248.244:5353/admincp/  vpsadmin vpsadmin ,学习SolusVM 面板



http://wiki.solusvm.com/index.php/Install 官方安装说明

Quick Reference

If you have used this installer before, copy and paste the following in your ssh terminal. Otherwise, please continue reading.
wget http://soluslabs.com/installers/solusvm/install
chmod 755 install
./install

Requirements

Operating System

  • CentOS 5/6
  • RHEL 5/6
  • Scientific Linux 5/6

Partitioning

Xen PV/HVM Host


/ 80GB+ (XEN templates & iso's will be stored in /home/solusvm/xen)
SWAP 4GB max (Virtual servers won't use the host swap)
Logical Volume Group (LVM) remaining space (Logical Volume Group Only, SolusVM will create the logical volumes for the virtual servers inside this group)

KVM Host


/ 80GB+ (KVM templates & iso's will be stored in /home/solusvm/kvm)
SWAP 4GB+ (Virtual servers may use host swap if there is a real memory shortage)
Logical Volume Group (LVM) remaining space (Logical Volume Group Only, SolusVM will create the logical volumes for the virtual servers inside this group)

OpenVZ Host


/ 10GB
SWAP 2 times RAM (if RAM <=2GB otherwise RAM + 2GB)
/vz remaining space (templates & virtual servers will be stored here)


Notes Before Installing

  • You CANNOT Install a SolusVM Master on a Xen/KVM Slave Directly, you can however install your Master on a Xen VPS which is hosted on this slave, it just cant be installed directly onto the slave.
  • This Script should NEVER be used to upgrade SolusVM to the latest version, doing so will destroy your installation of SolusVM
  • DO NOT use this installer on servers that contain any other control panel (cPanel, Directadmin etc..) Always use a clean install of CentOS/RHEL/Scientific!

Installing a Master

In SSH as root do the following:
wget http://soluslabs.com/installers/solusvm/install
chmod 755 install
./install

You will now be presented with the following menu as illustrated below:

File:Installselectos.jpg

Select your base operating system
You will now be presented with the next menu as illustrated below:

File:Installeroptions.jpg

If you need to install a master that won't host any virtual servers, select option 1 (recommended)
If you need to install a master that will host virtual servers, select option 2
The install will now do it's work.
Remembering to disable SELinux as required.
Once installed go to http://myipaddress:5353/admincp/ and login using (uname) vpsadmin (pword) vpsadmin

Installing a Slave

In SSH as root do the following:
wget http://soluslabs.com/installers/solusvm/install
chmod 755 install
./install
You will now be presented with the following menu as illustrated below:

File:Installselectos.jpg

Select your base operating system
You will now be presented with the next menu as illustrated below:

File:Installeroptions.jpg

If you need to install a slave that will host OpenVZ virtual servers, select option 4
If you need to install a slave that will host Xen virtual servers, select option 5
If you need to install a slave that will host KVM virtual servers, select option 6
If you need to install a slave that already hosts virtual servers, select option 3
The install will now do it's work.
Remembering to disable SELinux as required.
Once installed, read any instructions given to you at the end!!!

No comments:

Post a Comment