CentOS7.2安装配置CloudStack4.8概要1.docx

CentOS7.2安装配置CloudStack4.8概要1

CentOS7.2安装配置CloudStack4.80、最小化安装CentOS7.2,配置好网卡ip和主机全域名1、vi /etc/hostsAdd 12、vi?/etc/sysconfig/networkAdd HOSTNAME= 3、关闭SELINUXvi?/etc/selinux/config?更改为SELINUX=disabled4、关闭防火墙systemctl stop firewalld.servicesystemctl disable firewalld.service5、安装配置NTPyum –y install ntpsystemctl enable ntpd.service6、安装配置MySQLmkdir /opt/mysqlcd /opt/mysqlwget?/get/mysql-community-release-el7-5.noarch.rpmrpm?-ivh?mysql-community-release-el7-5.noarch.rpmyum?install?mysql-community-serversystemctl start mysqld.servicesystemctl enable mysqld.service设置root用户的MySQL密码mysql?-urootmysql?set?password?for?‘root’@‘localhost’?=?password(cx2000);mysql?exit修改配置文件/etc/f增加以下内容datadir=/var/lib/mysqlinnodb_rollback_on_timeout=1innodb_lock_wait_timeout=600max_connections=350log-bin=mysql-binbinlog-format = ‘ROW’systemctl restart mysqld.service运行mysql安全脚本,根据提示设置mysql密码、禁Root用户远程登陆、删除空密码用户等mysql_secure_installation7、安装Management Server创建cloudstack本地源vi /etc/yum.repos.d/cloudstack.repo[cloudstack]name=cloudstackbaseurl=1/centos/7/4.8/enabled=1gpgcheck=0yum?-y?install?cloudstack-management初始化数据库cloudstack-setup-databases cloudlocalhost --deploy-as=root:cx2000配置管理服务器cloudstack-setup-management--tomcat7启动管理服务器systemctl start cloudstack-management.service8、配置NFS存储yum -y install nfs-utilsrpcbindsystemctl enable rpcbind.servicesystemctl enable nfs-server.servicesystemctl start rpcbind.servicesystemctl start nfs-server.service配置域名vi?/etc/idmapd.conf?Domain?=?准备NFS目录mkdir?-p?/data/{primary,secondary}修改nfs服务参数vi?/etc/sysconfig/nfsLOCKD_TCPPORT=32803?LOCKD_UDPPORT=32769?RQUOTAD_PORT=875?MOUNTD_PORT=892?STATD_PORT=662?STATD_OUTGOING_PORT=2020?RPCNFSDARGS=-N?4配置文件/etc/exports?/data*(rw,async,no_root_squash,no_subtree_check)?systemctl restart rpcbind.servicesystemctl restart nfs-server.service测试mkdir primarymkdir secondarymount -t nfs 1:/data/primary /primarymount -t nfs 1:/data/secondary /secondarydf–h9、导入系统虚拟机模板cp /var/www/html/systemvm/4.6/systemvm64template-4.6.0-kvm.qcow2.bz2 /secondary/cd /secondary/us

文档评论(0)

1亿VIP精品文档

相关文档