摘要: 一、问题现象 [root@test ~]# yum install bind-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Runni 阅读全文
posted @ 2023-11-25 17:07 wh459086748 阅读(473) 评论(0) 推荐(0)
摘要: 一、问题现象 [root@jenkins /data/package/openssl-1.1.1n]# pip3 install emoji WARNING: pip is configured with locations that require TLS/SSL, however the ssl 阅读全文
posted @ 2023-11-25 17:05 wh459086748 阅读(4602) 评论(0) 推荐(1)
摘要: # 电脑突然访问不到网站了 ## 一、问题现象 ``` 网站是用ip地址访问的,今天突然访问不到了。 使用了其他人的机器可以访问到这个网址。 然后访问了和网站同一网段的网站,也可以访问到。 就唯独这个网站访问不到。。。。 ``` ## 二、解决思路 ```sh 1.ping了这个ip,发现ping不 阅读全文
posted @ 2023-08-10 09:00 wh459086748 阅读(204) 评论(0) 推荐(0)
摘要: # 数据库删除库报错 ## 一、问题现象 ``` mysql> drop database test; ERROR 1010 (HY000): Error dropping database (can't rmdir './test', errno: 39) ``` ## 二、解决思路 ```sh 阅读全文
posted @ 2023-08-10 08:53 wh459086748 阅读(185) 评论(0) 推荐(0)
摘要: ## 一、问题现象 ```sh jar无法启动,一直无法访问,docker容器一直重启 docker logs一直提示 solon.connector:main: undertow: Started ServerConnector ``` ## 二、解决思路 ```sh 1.查看docker ps发 阅读全文
posted @ 2023-07-17 17:20 wh459086748 阅读(692) 评论(0) 推荐(0)
摘要: ## 一、故障现象 filebeat无法传递数据到kafka,但是topic却能创建成功,就很神奇。 ```sh kafka 10.0.7.7 filebeat 10.0.7.5 在kafka机器上执行消费者,一直没有数据 kafka-console-consumer.sh --bootstrap- 阅读全文
posted @ 2023-07-08 17:24 wh459086748 阅读(2237) 评论(0) 推荐(0)
摘要: kafka 一、单点部署 docker-compose创建参考地址 https://gitee.com/jasonyin2020/docker-compose/tree/master 1.下载kafka软件包 [root@elk101.com ~]# ll -rw-r--r-- 1 root roo 阅读全文
posted @ 2023-06-25 21:28 wh459086748 阅读(274) 评论(0) 推荐(0)
摘要: # zookeeper ## 一、部署zookeeper单点 ### 1.下载zookeeper软件 ```shell https://zookeeper.apache.org/releases.html [root@elk101.com ~]# ll -rw-r--r-- 1 root root 阅读全文
posted @ 2023-06-25 21:27 wh459086748 阅读(245) 评论(0) 推荐(0)
摘要: kibana 一、部署 1.下载软件包 [root@elk103.com ~]# ll -rw-r--r-- 1 root root 268453142 Apr 4 18:03 kibana-7.17.5-x86_64.rpm 2.安装kibana [root@elk103.com ~]# rpm 阅读全文
posted @ 2023-06-25 21:27 wh459086748 阅读(345) 评论(0) 推荐(0)
摘要: # logstash ## 一、部署 ### 1.基于rpm方式安装logstash ```sh #下载软件包 [root@elk101.com ~]# ll -rw-r--r-- 1 root root 34965920 Apr 6 11:19 filebeat-7.17.5-x86_64.rpm 阅读全文
posted @ 2023-06-25 21:26 wh459086748 阅读(714) 评论(0) 推荐(0)
摘要: # filebeat ## 一、部署 ### 1.基于rpm部署 ```sh #下载安装包 https://www.elastic.co/ [root@elk101.com ~]# ll -rw-r--r-- 1 root root 34965920 Apr 6 11:19 filebeat-7.1 阅读全文
posted @ 2023-06-25 21:23 wh459086748 阅读(501) 评论(0) 推荐(0)
摘要: elasticsearch(基础) 一、创建postman项目 1.创建空间 2.新建测试项目 GET http://10.0.0.101:9200/_cat/nodes 二、ES的常见术语 索引(index): 用户写入ES集群的逻辑单元。 分片(shard): 一个索引最少一个分片。 将索引的数 阅读全文
posted @ 2023-05-09 20:40 wh459086748 阅读(501) 评论(0) 推荐(0)
摘要: elasticsearch(存储与检索) 一、部署elasticsearch 1.rpm单点部署 1.1 下载ES软件包 https://www.elastic.co/cn/downloads 1.2 安装es [root@elk101.com ~]# ll total 301028 -rw . 1 阅读全文
posted @ 2023-05-09 20:36 wh459086748 阅读(325) 评论(0) 推荐(0)
摘要: 一、安装docker 1.下载docker的rpm包 [root@harbor.yuanlinux.com ~]# ll -rw-r--r-- 1 root root 101239922 Apr 12 15:29 docker-rpm-20_10_24.tar.gz 2.解压并安装软件包 [root 阅读全文
posted @ 2023-05-03 21:10 wh459086748 阅读(484) 评论(0) 推荐(0)
摘要: 参考笔记:https://www.cnblogs.com/yinzhengjie/p/17069566.html 一、环境准备 准备5台机器,二进制部署K8S高可用集群: | 主机 | ip | | : | : | | k8s-master01 | 10.0.0.201 | | k8s-master 阅读全文
posted @ 2023-05-03 21:06 wh459086748 阅读(1337) 评论(0) 推荐(0)