● 系统环境说明 Linux环境:centos 7.2 腾讯云ES Service:7.5.1 Java:1.8.0_181 ● 集群配置 32核64GB, 3个(主节点) 50GB 高性能云盘 x1 32核64GB, 12个(数据节点) 6000GB SSD云硬盘 x2 问题异常: ES cros ...
分类:
其他好文 时间:
2021-01-02 11:30:48
阅读次数:
0
#一、linux 虚拟机最小化安装 模板 ###1.准备好虚拟机(安装最小化的linux模板机) 1)准备一台模板虚拟机hadoop100,虚拟机配置要求如下: 注:本文Linux系统环境全部以CentOS-7.5-x86-1804为例说明 模板虚拟机:内存4G,硬盘50G,安装必要环境,为安装ha ...
分类:
其他好文 时间:
2021-01-02 11:30:35
阅读次数:
0
Centos在安装的时候如果是自动安装,默认的失去并不是中国时区时间需要修改。 检查现在的时区 [root@localhost ~]# timedatectl Local time: Tue 2020-03-31 16:35:23 CST Universal time: Tue 2020-03-31 ...
分类:
其他好文 时间:
2021-01-02 11:14:30
阅读次数:
0
linux sftp远程连接命令 sftp -oPort=60001 root@192.168.0.254 使用-o选项来指定端口号。 -oPort=远程端口号 sftp> get /var/www/fuyatao/index.php /home/fuyatao/ 这条语句将从远程主机的 /var/ ...
分类:
系统相关 时间:
2021-01-02 11:11:54
阅读次数:
0
虚拟机版本为Centos7 1.查看VMware分配的子网(NAT) 进入虚拟机,点击左上角编辑->虚拟网络编辑器点开之后: 2.修改配置文件 cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 这是已经配置好的文件,相较于原文件,有两个需要修改和四 ...
分类:
系统相关 时间:
2021-01-02 11:03:38
阅读次数:
0
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:
其他好文 时间:
2021-01-01 12:02:48
阅读次数:
0
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:
数据库 时间:
2021-01-01 12:00:13
阅读次数:
0
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像![image.png](http://192.168.75.137:8090/upload/2020/12/image-2bae7d7c12e0490cb32972 ...
分类:
系统相关 时间:
2020-12-31 12:28:14
阅读次数:
0
1、搭建SVN服务器。
2、创建SVN仓库。
3、修改SVN仓库的配置文件。 ...
分类:
其他好文 时间:
2020-12-30 10:59:16
阅读次数:
0
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test” 问题说明 个人安装的是 redis-5.0.4,在解压目录下执行完 make 命令后,在 src/ 目录下执行 make test命令 的 ...
分类:
其他好文 时间:
2020-12-30 10:54:18
阅读次数:
0