上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: #elastic备份和恢复 0.备份准备 (1).首先查看es的用户,可以在/etc/passwd中查看,一般是elasticsearch用户(2).然后修改脚本中给备份目录创建权限的chown为elasticsearch(3).给脚本curl命令添加对应的账号密码 -u 用户:密码(4).修改es 阅读全文
posted @ 2022-06-01 14:34 Leonardo-li 阅读(2373) 评论(0) 推荐(0) 编辑
摘要: 1.查看系统日志报错信息: vim /var/log/messages 2.重新启动docker服务 systemctl restart docker 阅读全文
posted @ 2022-05-18 22:51 Leonardo-li 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: 1.系统报错日志/var/log/messages 2.需要调整如下内核信息: vim /etc/sysctl.conf 修改如下内核配置: net.core.netdev_max_backlog=30000net.core.rmem_max=134217728net.core.wmem_max=1 阅读全文
posted @ 2022-05-18 22:45 Leonardo-li 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 1.显卡查询(返回的是十六进制数字代码) lspci | grep -i nvi 或: lspci | grep -i vga #返回的是2204 2.将数字代码翻译 翻译网站:http://pci-ids.ucw.cz/mods/PC/10de?action=help?help=pci 阅读全文
posted @ 2022-05-17 16:53 Leonardo-li 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: 部署参考文档: https://blog.csdn.net/hxj0323/article/details/121160198 官网文档: http://yapi.smart-xwork.cn/doc/devops/index.html#%E5%AE%89%E8%A3%85 阅读全文
posted @ 2022-05-17 10:38 Leonardo-li 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #confluence 6.14.3部署问题处理 1.confluence报错: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5 阅读全文
posted @ 2022-04-13 10:16 Leonardo-li 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:6H12G/500G (3)IP地址:192.168.176.238 (4)confluence版本:6.14.3 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELIN 阅读全文
posted @ 2022-04-12 22:09 Leonardo-li 阅读(1734) 评论(0) 推荐(0) 编辑
摘要: 1.安装bash-completeyum install -y bash-completion 2.刷新文件source /usr/share/bash-completion/completions/dockersource /usr/share/bash-completion/bash_compl 阅读全文
posted @ 2022-04-12 21:54 Leonardo-li 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:8H16G/1T (3)IP地址:192.168.176.233 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELINUX SELINUX=disabled (2)修改 阅读全文
posted @ 2022-04-12 21:49 Leonardo-li 阅读(750) 评论(0) 推荐(0) 编辑
摘要: #问题描述 nginx使用systemctl管理失败,使用./nginx启动没有问题 #报错情况 #报错原因 原因是系统迁移后缺少“/var/tmp”目录,服务启动时需要检查临时目录,需要手动创建。 #问题处理 手动创建/var/tmp目录,mkdir /var/tmp #重启nginx服务 sys 阅读全文
posted @ 2022-02-23 15:46 Leonardo-li 阅读(488) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页