上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页
摘要: 1.查看topicsh mqadmin topicList -n 192.168.1.104:9876 2.删除topicsh mqadmin deleteTopic -c HOSTNAME -n 192.168.1.104:9876 -t mytest 3.创建topicsh mqadmin up 阅读全文
posted @ 2023-07-13 14:52 slnngk 阅读(59) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 rocketmq:4.9.4 1.下载wget https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip 2.解压安装[root@host135 soft]# m 阅读全文
posted @ 2023-07-06 17:49 slnngk 阅读(388) 评论(0) 推荐(0)
摘要: 环境:OS:Centos 7es:6.8.5拓扑:3节点的集群 1.下载地址https://github.com/medcl/elasticsearch-analysis-ik下载的版本需要跟es的版本保持一致我这里的es版本是6.8.5的,所以下载相应版本的分词器elasticsearch-ana 阅读全文
posted @ 2023-07-03 14:40 slnngk 阅读(717) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python #coding=utf-8 from elasticsearch import Elasticsearch import time import random from elasticsearch import helpers ##es = Elastic 阅读全文
posted @ 2023-06-29 17:39 slnngk 阅读(65) 评论(0) 推荐(0)
摘要: 环境:OS:Centos 7 1.下载下载地址:https://www.elastic.co/cn/downloads/past-releases#elasticsearch 2.解压缩并创建数据目录[root@localhost soft]# tar -xvf elasticsearch-8.8. 阅读全文
posted @ 2023-06-29 17:16 slnngk 阅读(1820) 评论(0) 推荐(1)
摘要: ########################被监控的oracle服务器上安装##################1.下载下载地址https://github.com/iamseth/oracledb_exporter#installation oracledb_exporter.tar.gz 二 阅读全文
posted @ 2023-06-28 15:54 slnngk 阅读(585) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 1.下载下载地址https://gitcode.net/mirrors/lmenezes/cerebro?utm_source=csdn_github_accelerator 我这里下载的是cerebro-0.9.4.tgz 2.解压安装[root@host134 s 阅读全文
posted @ 2023-06-28 09:40 slnngk 阅读(508) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 pmm server:版本1 ##########################################被监控ES机器安装########################### 1.查看es版本 [root@localhost ~]# curl -u ela 阅读全文
posted @ 2023-06-27 11:30 slnngk 阅读(57) 评论(0) 推荐(0)
摘要: pmm1客户端安装包下载地址: https://pkgs.org/download/pmm-client 这里没有看到centos6版本的,尝试使用centos7的安装包好像也可以在centos6下安装,如这个安装包:pmm-client-1.17.5-1.el7.x86_64.rpm pmm1添加 阅读全文
posted @ 2023-06-26 17:27 slnngk 阅读(50) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 PMM:版本1 注意:如下方法只适用于pmm版本1,pmm2好像不支持. 1.下载redis_exporterwget https://github.com/oliver006/redis_exporter/releases/download/v1.3.5/redis 阅读全文
posted @ 2023-06-26 15:36 slnngk 阅读(141) 评论(0) 推荐(0)
摘要: 查看后台taskcurl -u elastic:xxxxx -X GET "192.168.1.103:19200/_tasks?pretty" 查看具体的task curl -u elastic:elastic -X GET "192.168.1.134:19200/_tasks/HEPkjUM_ 阅读全文
posted @ 2023-06-20 16:11 slnngk 阅读(503) 评论(0) 推荐(0)
摘要: 1.删除镜像docker imagesdocker rmi bf756fb1ae65 ##镜像id 2.停掉docker容器docker ps -adocker stop f8397131982c 3.删除容器 docker ps -adocker rm 1a18447e378b 或者是直接找出后删 阅读全文
posted @ 2023-06-15 14:47 slnngk 阅读(46) 评论(0) 推荐(0)
摘要: 环境:Os:Centos 7pmm2 ####################################服务端安装#######################服务端安装我们这里使用docker的方式部署一、server端部署:1.监控机器安装docker:ip:192.168.56.101操 阅读全文
posted @ 2023-06-15 14:10 slnngk 阅读(545) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 DB:18.1.4 Python:3.6 1.安装oracle瘦客户端rpm -ivh oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm 安装路径为:/usr/lib/oracle/12.2/client64 阅读全文
posted @ 2023-06-08 13:55 slnngk 阅读(84) 评论(0) 推荐(0)
摘要: 1.修改环境变量 让环境变量指向目前的实例 [instanceadmin@localhost ~]$ more .bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.b 阅读全文
posted @ 2023-06-08 08:49 slnngk 阅读(40) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 DB:18.1.14 1.查看当前的连接数Command> call ttconfiguration('connections');< Connections, 95 >1 row found. 2.修改配置文件vi sys.odbc.ini connections= 阅读全文
posted @ 2023-06-06 17:57 slnngk 阅读(69) 评论(0) 推荐(0)
摘要: 环境: OS:Centos 7 DB:18.1.14 1.修改配置文件vi sys.odbc.iniPermSize=9192 ##这里的值根据情况设置 2.重新load[instanceadmin@localhost ~]$ ttadmin -rampolicy manual sampledb # 阅读全文
posted @ 2023-06-06 17:17 slnngk 阅读(39) 评论(0) 推荐(0)
摘要: 1.查看连接数 Command> call ttconfiguration('connections'); < Connections, 95 > 1 row found. Execution time (SQLExecute + Fetch Loop) = 0.000060 seconds. 2. 阅读全文
posted @ 2023-06-02 17:50 slnngk 阅读(39) 评论(0) 推荐(0)
摘要: 环境: Python:3.6.5 Timesten:18.1.4 #!/usr/bin/env python #coding=utf-8 import os, json, urllib, datetime, shutil,random,uuid from random import choice i 阅读全文
posted @ 2023-06-02 17:23 slnngk 阅读(36) 评论(0) 推荐(0)
摘要: 手工编辑sys.odbc.ini尝试修改参数PermSize,重新连接报如下错误Command>connect "dsn=sampledb;uid=hxl;pwd=oracle";cx_Oracle.DatabaseError: ORA-01031: TT15019: Only the instan 阅读全文
posted @ 2023-06-02 17:18 slnngk 阅读(30) 评论(0) 推荐(0)
摘要: 环境: OS:Windows/Linux DB:18.1 #################################################################windows################################################ 阅读全文
posted @ 2023-06-02 15:27 slnngk 阅读(64) 评论(0) 推荐(0)
摘要: 环境:OS:Centos 7DB:18.1.4 1.下载软件包 地址地址:https://edelivery.oracle.com/osdc/faces/SoftwareDelivery我这里下载的是V1035435-01.zip 2.解压到相应目录我这里是解压后迁移到/opt/目录[root@lo 阅读全文
posted @ 2023-06-02 11:19 slnngk 阅读(173) 评论(0) 推荐(0)
摘要: 环境:OS:Centos 7DB:22.1 1.下载软件包 2.解压到相应目录我这里是解压到/opt/tt22.1.1.13.0目录 3.创建用户groupadd -g 10000 timestenuseradd -u 55000 -g timesten instanceadminpasswd in 阅读全文
posted @ 2023-06-01 15:57 slnngk 阅读(174) 评论(0) 推荐(0)
摘要: 环境:OS:Centos 7DB:v6.5.2 1.下载安装介质https://cn.pingcap.com/product-community/选择相应的版本下载 2.创建用户tidb用户[root@pxc04 /]# groupadd tidb[root@pxc04 /]# useradd -g 阅读全文
posted @ 2023-05-31 14:12 slnngk 阅读(1626) 评论(0) 推荐(1)
摘要: #!/usr/bin/env python #coding=utf-8 import os, json, urllib, datetime, shutil,random,uuid from random import choice import pymysql import traceback im 阅读全文
posted @ 2023-05-31 11:09 slnngk 阅读(59) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 52 下一页