在Centos7上部署CloudStack4.10 目录 在Centos7上部署CloudStack4.10 1 一、 概述以及环境介绍 3 二、 安装操作系统,以及初始网络配置 4 三、 开始部署 6 1 网络配置 6 2 主机名修改 6 3 SELinux 6 4 yum源配置 7 5 NTP服 ...
分类:
其他好文 时间:
2019-07-19 20:53:59
阅读次数:
163
环境准备1.关闭防火墙systemctlstopfirewalld.servicesystemctldisablefirewalld.servicesetenforce0getneforcevim/etc/sysconfig/selinux把selinux那行改成SELINUX=disable2.修改字符集localedef-c-fUTF-8-izh_CNzh_CN.UTF-8exportLC_A
分类:
其他好文 时间:
2019-07-17 12:41:44
阅读次数:
127
0)系统环境cat/etc/redhat-release关闭防火墙和selinuxsystemctlstopfirewalld.servicesystemctldisablefirewalld.servicesetenforce0getenforcecat/etc/sysconfig/selinux修改字符集,否则可能报input/outputerror的问题,因为日志里打印了中文localede
分类:
其他好文 时间:
2019-07-17 12:36:54
阅读次数:
111
1.查看系统版本和系统内核命令:cat/etc/redhat-releaseuname-r2.编辑selinux文件,关闭selinux(需要重启计算机才能生效)命令:vi/etc/sysconfig/selinux不重新启动关闭selinux生效方法命令:setenforce03.查看并关闭开机自动启动防火墙查看防火墙的状态命令:systemctlstatusfirewalld关闭防火墙开机自动
分类:
其他好文 时间:
2019-07-14 09:36:47
阅读次数:
859
前置条件系统要求:64位centos7.6关闭防火墙和selinux关闭操作系统swap分区(使用k8s不推荐打开)请预配置好每个节点的hostname保证不重名即可请配置第一个master能秘钥免密登入所有节点(包括自身)环境说明本手册安装方式适用于小规模使用多主模式(最少三个),每个master节点上需要安装keepalived准备工作(每个节点都需要执行)Docker和kubernetes软
分类:
Web程序 时间:
2019-07-14 00:05:56
阅读次数:
135
1、系统准备(1)redhat或cnetos6.2以上系统(2)系统开发包完整(3)ip地址和hosts文件解析正常(4)iptables防火墙&SElinux关闭(5)关闭大页内存机制root用户下,在vi/etc/rc.local最后添加如下代码iftest-f/sys/kernel/mm/transparent_hugepage/enabled;thenechonever>/s
分类:
数据库 时间:
2019-07-12 09:28:01
阅读次数:
110
在Linux世界里,一切皆文件。Linux根目录下得文件系统目录如下: 目录: /bin:存放常用的指令。 /boot:存放系统引导文件。 /dev:存放管理设备文件夹。电脑硬件通过文件夹形式展示 /etc:存放配置文件。 /home:系统预设的使用者家目录(home directory),在你新增 ...
分类:
系统相关 时间:
2019-07-10 16:54:16
阅读次数:
133
文件搜索命令:findfind [搜索范围] [匹配条件] 举例:在/etc目录下找精确匹配 名称为init[root@localhost ~]# find /etc -name init/etc/sysconfig/init/etc/selinux/targeted/active/modules/ ...
分类:
其他好文 时间:
2019-07-09 00:12:30
阅读次数:
87
一、基础配置 1.1 环境说明 1.2 关闭防火墙和 selinux 二、 安装 MariaDB 2.1 安装 MariaDB 默认安装的版本为5.5 2.2 设置密码 2.3 设置字符集 2.4 重启 MariaDB 再次登录 MariaDB,查看字符集,发现已是 utf8 了。 三、安装 Pow ...
分类:
其他好文 时间:
2019-07-08 19:41:39
阅读次数:
573
#!/bin/bash read -p 'enter the network segment for visiting the server:' ips # 关闭firewalld和selinux systemctl stop firewalld systemctl disable firewall... ...
分类:
系统相关 时间:
2019-07-08 14:08:10
阅读次数:
203