柔中带刚,刚中带柔,淫荡中富含柔和,刚猛中荡漾风骚,无坚不摧,无孔不入!
全部博文(1669)
分类: 云计算
2015-07-16 19:42:21
标签:
宠物 |
分类: cloudstack kvm ceph |
在/etc/cloudstack/management/db.properties里 cluster.node.IP=*.*.*.* 这里改成新的ip,然后初始化管理程序成功。
二,初始化数据库的时候,
cloud-setup-databases cloud:dell_456@localhost --deploy-as=root:dell_456We apologize for below error:
***************************************************************
Encountering an error when executing mysql script
----------------------------------------------------------------------
table:
/usr/share/cloud/setup/create-database.sql
Error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) # 这说明你的mysql还没有启动,需要手动启动
Sql parameters:
{'passwd': 'dell_456', 'host': 'localhost', 'user': 'root', 'port': 3306}
----------------------------------------------------------------------
***************************************************************
Please run:
cloud-setup-database -h
三,ubuntu14.10时安装nfs遇到的问题
1先安装
sudo apt-get install nfs-kernel-server
(安装nfs-kernel-server时,apt会自动安装nfs-common和portmap)
分开看就是
1.服务器端:sudo apt-get install portmap
2.服务器端:sudo apt-get install nfs-kernel-server
3.客户端:sudo apt-get install nfs-common
2配置nfs
sudo vim /etc/exports
下载vhd-util
$
$
$
在弹出的界面中输入密码,如:
修改MySQL配置文件参数
$
在[mysqld]模块中加入以下参数
1 |
innodb_rollback_on_timeout=1 |
2 |
innodb_lock_wait_timeout=600 |
3 |
max_connections=350 |
|
4 |
log-bin=mysql-bin |
|
5 |
binlog-format |
重启MySQL
$
初始化数据库cloud
$
01 |
Mysql |
|
02 |
Mysql |
03 |
Mysql |
04 |
Mysql |
05 |
Mysql |
|
06 |
Mysql |
07 |
Checking |
|
08 |
Checking |
09 |
Checking |
||
10 |
Detected |
|
11 |
will |
|
12 |
Preparing |
13 |
Applying |
14 |
Applying |
15 |
Applying |
16 |
Applying |
17 |
Applying |
|
18 |
Applying |
19 |
Applying |
|
20 |
Processing |
21 |
Finalizing |
||
22 |
|
|
23 |
CloudStack |
|
24 |
you |
|
|
|
|
我们选择KVM作为虚拟化引擎
$
-u
整个过程大概需要花费半个小时
安装配置KVM虚拟化Host主机
5.1
$
5.2
$
修改以下配置
1 |
listen_tls |
2 |
listen_tcp |
3 |
tcp_port |
|
4 |
auth_tcp |
|
5 |
mdns_adv |
查看配置
$
1 |
listen_tls |
2 |
listen_tcp |
3 |
tcp_port |
|
4 |
mdns_adv |
|
5 |
unix_sock_group |
|
6 |
unix_sock_rw_perms |
|
7 |
auth_unix_ro |
8 |
auth_unix_rw |
9 |
auth_tcp |
$
修改以下参数
1 |
env |
#
修改以下参数
1 |
vnc_listen |
重启服务
$
5.3
$
1 |
Desired=Unknown/Install/Remove/Purge/Hold |
|
2 |
| |
3 |
|/ |
|
|
4 |
||/ |
5 |
+++-===================================-===================================-====================================================================================== |
||
6 |
ii |
|
7 |
|
$
$
$
$
5.4
需要注意的是,官方文档给出的配置参数会导致网络不可用。
正确的配置是将物理网卡设置为manual,然后在虚拟网卡上设置IP并桥接到物理网卡上。
$
01 |
# |
02 |
# |
03 |
|
|
04 |
# |
05 |
auto |
|
06 |
iface |
07 |
|
|
08 |
# |
09 |
auto |
|
10 |
iface |
11 |
|
|
12 |
# |
13 |
auto |
|
14 |
iface |
15 |
|
16 |
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
21 |
|
|
22 |
|
23 |
|
|
24 |
# |
25 |
auto |
|
26 |
iface |
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
$
$
5.5
$
$
$
$
$
$
6.
禁用系统默认的tomcat服务
$
1 |
* |
$
1 |
Removing |
|
2 |
|
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
启动cloud-management
$
$
1 |
* |
登陆用户界面
默认账号密码
admin/password