2. Basic Environment Configuration

Source: Internet
Author: User

Network card settings: Controller Node# The loopback network Interfaceauto loiface Lo inet Loopback # The primary network Interfaceauto eth0iface eth0 inet Stat Icaddress 192.168.0.5gateway 192.168.0.254netmask 255.255.255.0dns-nameservers 114.114.114.114 # The external network Interfaceauto eth1iface eth1 inet manualup IP link set dev $IFACE updown IP link set dev $IFACE down Compute Node# The loopback network Interfaceauto loiface Lo inet Loopback # The primary network Interfaceauto eth0iface eth0 inet STA Ticaddress 192.168.0.7gateway 192.168.0.254netmask 255.255.255.0dns-nameservers 114.114.114.114 # The external network Interfaceauto eth1iface eth1 inet manualup IP link set dev $IFACE updown IP link set dev $IFACE down # The bridge # no Br10 0 is because the system is automatically created in the following settings, and Bridge contains eth1, which is flat_interface Database settings: Compute Node:1. sudo apt-get install python-mysqldb mysql-server 2. sudo vi/etc/mysql/my.cnf[mysqld]...bind-address = 10.0.0.11[mysqld]...default-storage-engine = Innodbinnodb_file_ Per_tablecollation-server = Utf8_general_ciinit-connect = ' SET NAMES utf8 ' character-set-server = UTF8 3. sudo service MySQL restart 4. Mysql_secure_installation Other Node:1. sudo apt-get install Python-mysqldb Messaging server settings: Compute Node:1. sudo apt-get install rabbitmq-server 2. sudo rabbitmqctl Change_password guest Rabbit_pass

2. Basic Environment Configuration

Related Article

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.