会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苍茫宇宙
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
下一页
2020年7月12日
rman配置操作
摘要: 环境:oracle12c 1、链接rman RMAN RMAN> connect target / 使用sys用户连接 connected to target database: ORCL (DBID=1567775293) RMAN> connect target "sys/oracle@orcl
阅读全文
posted @ 2020-07-12 11:21 苍茫宇宙
阅读(577)
评论(0)
推荐(0)
2020年7月11日
keepalived+nginx负载安装
摘要: 环境:centos7.6 keepalived工具可以生成虚拟浮动ip,绑定到网卡上。 172.21.210.19 master 172.21.210.20 backup 172.21.210.30 vip(浮动ip) 1、两个节点安装keepalived yum -y install keepal
阅读全文
posted @ 2020-07-11 19:00 苍茫宇宙
阅读(221)
评论(0)
推荐(0)
2020年7月10日
nacos-kubernet集群安装(离线安装)
摘要: 环境:centos7、kubernet1.17.2 镜像包外网下载 1、还原镜像 docker load -i nacos-mysql.tar #数据库镜像 docker load -i nacos-server.tar #程序镜像 curl -u "admin:harborpasswd" -X P
阅读全文
posted @ 2020-07-10 19:32 苍茫宇宙
阅读(451)
评论(0)
推荐(0)
redis-kubernet集群离线安装
摘要: 环境:centos7.6、kubernet1.17.2 离线包下载:链接: https://pan.baidu.com/s/1B7Rbm2ZVR6P9spbCwhTb0Q 提取码: nhd1 思路: 创建 NFS创建 PV创建 PVC创建 Redis ConfigMap创建 Redis Headle
阅读全文
posted @ 2020-07-10 19:27 苍茫宇宙
阅读(342)
评论(0)
推荐(0)
kubespherev2.1.1-离线安装
摘要: 环境:centos7.6、kubernet1.17.2 离线包下载:链接: https://pan.baidu.com/s/1SDdwYQg0pefMI-IFA_j0QQ 提取码: hfhi kubernet1.17.2安装可见:https://www.cnblogs.com/wukc/p/1328
阅读全文
posted @ 2020-07-10 19:06 苍茫宇宙
阅读(2753)
评论(0)
推荐(0)
kubernetes1.17.2离线安装
摘要: 环境:centos7、三个主节点的kubernetes 1、关闭selinux、firewalld、swap2、修改主机名称 hostnamectl set-hostname master13、更新系统时间 timedatectl set-timezone Asia/Shanghai 4、上传文件:
阅读全文
posted @ 2020-07-10 18:17 苍茫宇宙
阅读(1194)
评论(0)
推荐(0)
ansible-tidb3.0安装(离线版)
摘要: 环境:centos7.6 1、配置ntp时间同步服务 https://www.cnblogs.com/wukc/p/13279847.html 2、创建用户tidb useradd tidbecho your-passwd|passwd --stdin tidb 3、配置tidb用户sudo免密码,
阅读全文
posted @ 2020-07-10 17:26 苍茫宇宙
阅读(453)
评论(0)
推荐(0)
centos7配置ntp服务器和客户端同步
摘要: 环境centos7.6 服务端:ip:172.21.210.27 1、安装ntp、禁用chronyd时间同步服务 yum -y install ntp #安装ntp服务 timedatectl set-ntp 0 2、配置ntp服务器 vi /etc/ntp.conf restrict defaul
阅读全文
posted @ 2020-07-10 16:19 苍茫宇宙
阅读(995)
评论(0)
推荐(0)
mysql修改密码
摘要: 方法1: 用SET PASSWORD命令首先登录MySQL。格式:mysql> set password for 用户名@’ip‘ = password('新密码');例子:mysql> set password for root@‘%’ = password('123');方法2:用mysqlad
阅读全文
posted @ 2020-07-10 13:55 苍茫宇宙
阅读(143)
评论(0)
推荐(0)
2020年7月9日
harbor离线安装
摘要: 环境:centos7.6 1、安装docker 详情见:https://www.cnblogs.com/wukc/p/13265528.html 2、配置时区 timedatectl set-timezone Asia/Shanghai 3、修改主机名称 hostnamectl set-hostna
阅读全文
posted @ 2020-07-09 14:35 苍茫宇宙
阅读(2875)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
下一页
公告