docker+jenkins+gitlab 1、搭建本地仓库仓库端关闭selinux修改/etc/selinux/config 文件将SELINUX=enforcing改为SELINUX=disabled重启安装dockeryum -y install docker设置开机自启动并开启服务[root@k8s-master ~]# chkconfig docker on[root@k8s-master ~]# service docker s...
k8s安装使用 vi /etc/hosts192.16.0.57 k8s-master192.16.0.58 k8s-node1192.16.0.59 k8s-node2192.16.0.57 etcd192.16.0.57 registry关闭三台机器上的防火墙systemctl disable firewalld.servicesystemctl stop firewalld.servicesetenforc...
docker安装使用 安装dockeryum -y install docker设置开机自启动并开启服务[root@k8s-master ~]# chkconfig docker on[root@k8s-master ~]# service docker start启动docker后台服务service docker start测试运行 hello-world[root@runoob ~]#docker run hel...
Centos repo 更新服务器搭建 环境:Centos7[root@RepoServer ~]# fdisk -l[root@RepoServer ~]# fdisk /dev/sdbWelcome to fdisk (util-linux 2.23.2).Changes will remain in memory only, until you decide to write them.Be careful before usin...
ocl asm management 查询所有disk状态select GROUP_NUMBER,DISK_NUMBER,INCARNATION,MOUNT_STATUS,HEADER_STATUS,MODE_STATUS,STATE,REDUNDANCY,TOTAL_MB,FREE_MB,NAME,FAILGROUP from v$asm_disk;查询所有diskgroup状态select GROUP_NUMBER,NAME,S...
ceph crush map设置 1. 获取crushmap二进制文件# ceph osd getcrushmap -o a.map2.将二进制文件转成文本文件# crushtool -d a.map -o b3.修改rules# vi b# begin crush maptunable choose_local_tries 0tunable choose_local_fallback_tries 0tunable choose...
ceph下创建rbd [root@ceph01 ~]# ceph -s cluster: id: e6c031c4-5482-4029-ab47-ef4193bd0bbd health: HEALTH_OK services: mon: 1 daemons, quorum ceph01 mgr: ceph01(active) osd: 6 osds: 6 up, 6 in ...
Centos7下ceph luminous集群搭建 setenforce 0systemctl stop firewalld.service //关闭防火墙每个节点hostnamectl set-hostname name添加hostvi /etc/hosts172.16.0.45 ceph01172.16.0.46 ceph02172.16.0.47 ceph03安装ceph-deploysudo yum install -y https://d...
Centos7下安装oracle12C!! swap必须等于物理内存./dev/shm 必须大于memory_target1、关闭防火墙和selinuxservice iptables stopchkconfig iptables offsetenforce 0getenforce vi /etc/selinux/config -- 改成SELINUX=disabledSELINUX=disabled2、配置/etc/hosts3、系统配置...