kvm--Virtualization Centralized management platform Convirt building

Source: Internet
Author: User

Description of the situation:

(1) This paper uses oel6.3x64 operating system, you need to have KVM installation environment.
(2) convirt2.1.1 use the source method to install, Convirt the environment is divided into two parts, part CMS, for managing Kvm/xen A virtual machine on a virtual host, as part of a client installation to Kvm/xen on the virtual host.
(3) convirt2.1.1 It's open source management. XEN/KVM Virtualization Management Tools is one of many open source tools.

1. Installing the Convirt Environment (1) Installing the KVM Environment

KVM Virtualization Learning Note (i) KVM virtualized environment installation: http://koumm.blog.51cto.com/703525/1288795

(2) Prepare Convirt installation Source
12 # cd /etc/yum.repos.d# wget --no-cache http://www.convirture.com/repos/definitions/rhel/6.x/convirt.repo

(3) Download Convirt and CMS installation package

123 # cd /root/# wget --no-cache http://www.convirture.com/downloads/convirt/2.1.1/convirt-2.1.1.tar.gz# wget --no-cache http://www.convirture.com/downloads/convirt/2.1.1/convirt-install-2.1.1.tar.gz

(4) Installing the Convirt installation package
12 # tar -xzvf convirt-install-2.1.1.tar.gz# cd convirt-install/install/cms/scripts/ && ./install_dependencies
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 66676869707172 初始化 MySQL 数据库: Installing MySQL system tables...OKFilling help tables...OKTo start mysqld at boot time you have to copysupport-files/mysql.server to the right place foryour systemPLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !To doso, start the server, then issue the following commands:/usr/bin/mysqladmin -u root password ‘new-password‘/usr/bin/mysqladmin -u root -h vmnode1 password ‘new-password‘Alternatively you can run:/usr/bin/mysql_secure_installationwhich will also give you the option of removing the testdatabases and anonymous user created by default. This isstrongly recommended forproduction servers.See the manual formore instructions.You can start the MySQL daemon with:cd /usr ; /usr/bin/mysqld_safe &You can test the MySQL daemon withmysql-test-run.plcd /usr/mysql-test ; perl mysql-test-run.plPlease report any problems withthe /usr/bin/mysqlbug script![确定]正在启动 mysqld: [确定]Running mysql_secure_installation.Current root password for fresh installation isblank. So simple press enter.NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQLSERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!In order to log into MySQL to secure it, we‘ll need the currentpassword forthe root user. If you‘ve just installed MySQL, andyou haven‘t setthe root password yet, the password will be blank,so you should just press enter here.Enter current password forroot (enter fornone):OK, successfully used password, moving on...Setting the root password ensures that nobody can log into the MySQLroot user without the proper authorisation.Set root password? [Y/n] yNew password:Re-enter newpassword:Password updated successfully!Reloading privilege tables..... Success!By default, a MySQL installation has an anonymous user, allowing anyoneto log into MySQL without having to have a user account created forthem. This isintended only fortesting, and to make the installationgo a bit smoother. You should remove them before moving into aproduction environment.Remove anonymous users? [Y/n] y... Success!Normally, root should only be allowed to connect from ‘localhost‘. Thisensures that someone cannot guess at the root password from the network.Disallow root login remotely? [Y/n] y... Success!By default, MySQL comes with a database named ‘test‘that anyone canaccess. This isalso intended only fortesting, and should be removedbefore moving into a production environment.Remove test database and access to it? [Y/n] y- Dropping test database...... Success!- Removing privileges on test database...... Success!Reloading the privilege tables will ensure that all changes made so farwill take effect immediately.Reload privilege tables now? [Y/n] y... Success!Cleaning up...All done! If you‘ve completed all of the above steps, your MySQLinstallation should now be secure.Thanks forusing MySQL!mysqld (pid 2691) 正在运行...MySQL service isalready running.Prerequsite forConVirt Management Server (CMS) installed.

Description: The installation process installs the MySQL database and enters the MySQL database root account password.

(5) Modifying the MySQL database configuration file

(6) Unzip the CMS package and install
12345 # cd /root/# cd convirt-install/install/cms/scripts/ && source install_config# cd /root && tar -xzf convirt-2.1.1.tar.gz -C $CONVIRT_BASE# ./setup_tg2# ./setup_convirt

The installation process is slightly ...

(7) Start and close Convirtcms

Start Convirt

Close Convirt

1 # /root/convirt/convirt-ctl stop
(8) Open convirt2.1.1

http://192.168.233.170:8081

Input Admin/admin

You will also need to install the Convirt-tools tool on the KVM virtual host before you can add it.

2. Installing the Convirt-tools tool on a KVM virtual host

Note: Install the Convirt-tools tool on the KVM virtual host.

12345 # wget http://www.convirture.com/downloads/convirture-tools/2.1.1/convirture-tools-2.1.1.tar.gz# tar zxvf convirture-tools-2.1.1.tar.gz# cd convirture-tools/install/managed_server/scripts# ./convirt-tool install_dependencies# ./convirt-tool setup

3. Add a KVM virtual host on Convirtcms

Add a KVM virtual host.

kvm--Virtualization Centralized management platform Convirt building

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.