ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:
其他好文 时间:
2020-12-01 11:46:16
阅读次数:
2
一、 初始化工作: 1. 准备三台机器 hostanme IP 用途 master 192.168.0.10 namenode node1 192.168.0.11 datenode node2 192.168.0.12 datenode 在三台机器上做下面的动作 2. 编辑/etc/hosts 1 ...
分类:
其他好文 时间:
2020-11-23 12:38:36
阅读次数:
12
sudo vi /etc/hosts # GitHub Start52.74.223.119 github.com192.30.253.119 gist.github.com54.169.195.247 api.github.com185.199.111.153 assets-cdn.github. ...
分类:
其他好文 时间:
2020-11-21 11:55:54
阅读次数:
4
Last_IO_Errno: 1129 Last_IO_Error: error connecting to master 'slavetest@xxx.xxx.xxx.xx:6612' - retry-time: 60 retries: 1 message: Host 'xxx.xxx.xxx.x ...
分类:
数据库 时间:
2020-11-10 11:23:28
阅读次数:
13
linux系统中有两个层面的防火墙,第一种是基于TCP/IP协议的流量过滤工具,第二种TCP Wrappers服务则是能允许或禁止linux系统提供服务的防火墙,从而在更高层面保护linux系统的安全性。 TCP Wrapper服务的防火墙策略由两个控制列表文件所控制,用户可以编辑允许控制列表文件来 ...
分类:
移动开发 时间:
2020-11-08 17:16:51
阅读次数:
29
#文件属性 ##每列的含义 [root@oldboyedu ~]# ll -i 33575029 -rw-r--r--. 1 root root 337 Nov 2 10:26 hosts 第一列: inode号 index node 文件索引 存放着 指向blok的指针 每个文件都占用一个inod ...
分类:
系统相关 时间:
2020-11-06 02:34:03
阅读次数:
17
本博文来源于https://www.cnblogs.com/00huajiang/p/11015006.html EMC VNX5200/5400 1、创建RAID Groups 1.1 进入EMC VNX5200/5400主界面,依次选择Storage——Storage Pools——RAID G ...
分类:
其他好文 时间:
2020-10-29 10:41:12
阅读次数:
32
前一篇只是在debug, 有点乱。 既然看到有ModelAndView直接跳转jsp的, 有请求转发的,有重定向的,这里整体是怎么设计的: (@ResponseBody的在此不作展开) HiController: @Controllerpublic class HiController { @Req ...
分类:
编程语言 时间:
2020-10-18 17:03:18
阅读次数:
39
1,下载 可以下载32位的MSI安装文件 2, mysql官网下载安装包安装教程及注意事项 mysql安装时,Unable to connect to any of the specified MySQL hosts navicat 连接不上虚拟机上的mysql容器 client does not ...
分类:
数据库 时间:
2020-10-18 10:13:24
阅读次数:
31