摘要:
epidb01-> more /home/oracle/scripts/ogg_monitor.sh#!/bin/bash. /etc/profile. ~/.bash_profile(echo info all;echo exit)|/u02/goldengate/ggsci|sed -n '/M 阅读全文
摘要:
环境: OS:Centos 7 1.安装相应的软件包 yum -y install perl-DBD-MySQL perl-Config-Tiny perl-Log-Dispatch perl-Parallel-ForkManager perl-Time-HiRes yum -y install p 阅读全文
摘要:
环境: Centos 7 这里是在管理节点上安装,需要安装manager软件包和node软件包,首先必须先安装node软件包 1.首先安装node软件 [root@pxc01 mha]# tar -xvf mha4mysql-node-0.57.tar.gz [root@pxc01 mha]#cd 阅读全文
摘要:
柱状图 文件(table_growth.txt)内容: 月份|空间大小(GB)|记录条数 201902|11.21|1566 201903|11.91|1617 201904|13.21|2882 201905|13.65|2918 201906|170.03|2975 201907|1371.69 阅读全文
摘要:
1.准备数据文件 timedata.txt文件内容如下: 2019-09-10 100 2019-09-11 900 2019-09-12 1300 2019-09-13 300 2019-09-14 1000 2.启动gnuplot,输入如下命令 set xdata time ##X轴代表时间 s 阅读全文
摘要:
gnuplot命令行模式里不能输入中文,我们可以将要执行的命令保存到文件中,然后使用load的方式进行加载 D:/gnuplot_data/draw.txt文件内容如下: set xlabel "横坐标值" set ylabel "纵坐标值" plot sin(x) gnuplot> load "D 阅读全文
摘要:
#!/bin/bashnow_time=$(date "+%Y%m%d%H%M%S")cd /u02/goldengate/dirrptcp repep.dsc /home/oracle/dirrpt/repep${now_time}.dsccp REPEP.rpt /home/oracle/dir 阅读全文
摘要:
环境: OS:Centos 7 1.备份/opt/xtrabackup-8.0.7/bin/xtrabackup --defaults-file=/opt/mha/mysql8/conf/my.cnf --host=localhost --user=root --password=mysql --p 阅读全文
摘要:
环境: OS:Centos 7 添加redis开机自动启动1.添加redis服务vi /usr/lib/systemd/system/redis.service文件内容如下:[Unit]Description=redisAfter=network.targetAfter=syslog.target[ 阅读全文
摘要:
环境: OS:Centos 7 添加ssdb开机自动启动 1.添加ssdb服务 vi /usr/lib/systemd/system/ssdb.service 文件内容如下: [Unit] Description=ssdb After=network.target After=syslog.targ 阅读全文
摘要:
环境: OS:Centos 7 centos 7安装xtrabackup8.0.7 1.下载#8.0版本$ wget https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-8.0.4/binary/redhat/7/x86_6 阅读全文
摘要:
使用xtrabackup备份mysql8.0的时候报如下错误:[root@localhost bin]# ./innobackupex --defaults-file=/opt/mha/mysql8/conf/my.cnf --user=root --password=mysql -P13306 - 阅读全文
摘要:
执行psc的账号需要具有超级权限,否则会报错: Error creating triggers: 2019-11-27T09:56:16 DBD::mysql::db do failed: You do not have the SUPER privilege and binary logging 阅读全文
摘要:
安装 [root@host01 percona]# tar -xvf percona-toolkit-3.0.3_x86_64.tar.gz[root@host01 percona]# mv percona-toolkit-3.0.3 /opt/[root@host01 percona-toolki 阅读全文
摘要:
more es_check_available.sh #!/bin/bashavailable_flag=`curl -s -H "Content-Type: application/json" http://172.17.10.120:19200/?pretty|grep cluster_name 阅读全文
摘要:
1.下载bee源码下载地址为:https://github.com/beego/bee 2.解压将下载的文件解压到最后的目录如下(相应目录的需要事先创建好,解压生产的目录名为bee-develop,重命名为bee):../src/github.com/beego/bee 3.编译安装cd C:\Go 阅读全文
摘要:
环境OS:Centos 7db:4.0.14 需要安装gccyum install gcc-c++ -y 问题1:make[1]: 进入目录“/soft/redis-4.0.14/src” CC adlist.oIn file included from adlist.c:34:0:zmalloc. 阅读全文
摘要:
环境 OS:Centos 7 1.下载安装介质官网下载我这里下载的是8.0.17mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz 2.创建mysql用户和用户组#groupadd mysql#useradd -g mysql mysql#passwd mysql 阅读全文
摘要:
Mysql Mgr(MySQL Group Replication)集群部署 环境: OS:Centos 7 Mysql版本:社区版 5.7.22 Mysql Mgr(MySQL Group Replication)集群部署 环境: OS:Centos 7 Mysql版本:社区版 5.7.22 1. 阅读全文
摘要:
环境:OS:centos 7db:3.2.0 原有节点 新添加节点192.168.1.118 192.168.1.85 新节点部署cratedb 1.安装python3安装步骤可以参考:http://blog.chinaunix.net/uid-77311-id-5787558.html 2.下载c 阅读全文
摘要:
环境:OS:Centos 7DB:6.5.0 192.168.1.135:19200 现有的单节点192.168.1.134:19200 准备新添加的节点 新节点(192.168.1.134)安装es 1.安装跟现有版本一致的es我这里的版本是6.5.0[root@localhost hxlmiao 阅读全文
摘要:
环境:OS:Centos 7db:3.0.1两台物理机器,启用3个进程,各角色如下192.168.1.118:28007 主192.168.1.85:28008 从192.168.1.85:28009 仲裁节点 1.下载安装介质,我这里下载的是mongodb-linux-x86_64-3.0.1.t 阅读全文
摘要:
从库执行命令提示找不到masterError: listDatabases failed:{ "note" : "from execCommand", "ok" : 0, "errmsg" : "not master" }解决办法:rs.slaveOk()要想不用每次输入该命令,可以修改如下文件-b 阅读全文
摘要:
环境OS:Centos 7db:4.0.14主 从192.168.1.118:7001 192.168.1.85:8001192.168.1.118:7002 192.168.1.85:8001192.168.1.118:7003 192.168.1.85:8001 说明:需要提前安装好ruby和r 阅读全文
摘要:
ssdb双主部署 环境:OS: centos7ip:192.168.1.134192.168.1.135 下面先在192.168.1.134上面安装 1.下载安装介质[root@localhost soft]# wget --no-check-certificate https://github.c 阅读全文