会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
苍茫宇宙
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
31
下一页
2020年12月21日
tidb4.0执行大型sql报没有tmp目录错处理(ERROR 1105 (HY000): open /tmp/1000_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA)
摘要: 环境:tidb4.0 错误详情: mysql> select count(*) total,zrqdm from wpt_jbdjxx_hcy where xt_zxbz='0' and ywlsh in (select ywlsh from wpt_jbdjxx where xt_confirm
阅读全文
posted @ 2020-12-21 14:34 苍茫宇宙
阅读(1050)
评论(0)
推荐(0)
2020年12月17日
aix磁盘创建pv、lv
摘要: 环境:aix6.1 1、窗口模式创建 smit mkvg #vg创建 smit mklv #lv创建 smit crfs #格式lv 2、命令创建 mkvg -y ogg_datavg -f hdisk16 #创建vg mklv -y ogg_datalv -t jfs2 ogg_datavg 90
阅读全文
posted @ 2020-12-17 17:05 苍茫宇宙
阅读(539)
评论(0)
推荐(0)
aix6.1安装oracle
摘要: 环境:aix6.1 安装配置hostscat /etc/hosts10.70.193.45 db110.70.193.47 db210.70.193.46 db1_vip10.70.193.48 db2_vip192.168.1.1 db1_priv192.168.1.2 db2_priv 10.7
阅读全文
posted @ 2020-12-17 17:00 苍茫宇宙
阅读(343)
评论(0)
推荐(0)
2020年12月15日
k8s使用labels指定pod运行容器
摘要: 环境:k8s1.13 Kubernetes的调度有简单,有复杂,指定NodeName和使用NodeSelector调度是最简单的,可以将Pod调度到期望的节点上。 本文主要介绍kubernetes调度框架中的NodeName和NodeSelector。 NodeName方式配置 一、NodeName
阅读全文
posted @ 2020-12-15 14:47 苍茫宇宙
阅读(624)
评论(0)
推荐(0)
2020年12月4日
java的jvm优化配置
摘要: JAVA_OPTS ,顾名思义,是用来设置JVM相关运行参数的变量。 JAVA_OPTS="-server -Xms256m -Xmx512m -XX:PermSize=64M -XX:MaxPermSize=128m" -server:一定要作为第一个参数,在多个CPU时性能佳 -Xms:初始He
阅读全文
posted @ 2020-12-04 14:40 苍茫宇宙
阅读(328)
评论(0)
推荐(0)
2020年11月28日
centos通过shell定期侦测服务,失败重启服务
摘要: 1、探测脚本 cat probe.sh #!/bin/bash fun() { if [ $? = '0' ] then jg='成功' echo '成功' else jg='失败' echo '失败' systemctl start $2 fi #将探测结果写入临时文件 echo $(date +
阅读全文
posted @ 2020-11-28 14:21 苍茫宇宙
阅读(192)
评论(0)
推荐(0)
2020年11月24日
elk7.9.2使用rpm安装
摘要: 环境:linux 1、软件下载elk 下载链接https://elasticsearch.cn/download/ wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2-x86_64.rpm wge
阅读全文
posted @ 2020-11-24 17:05 苍茫宇宙
阅读(348)
评论(0)
推荐(0)
2020年11月20日
grid节点不能启动crsd问题处理
摘要: 环境:grid11.2.4 问题:不能访问到crs xxxdb1$[/home/grid]crs_stat -t CRS-0184: Cannot communicate with the CRS daemon. 1、手动启动crs su - root # cd $ORACLE_HOME/bin #
阅读全文
posted @ 2020-11-20 16:58 苍茫宇宙
阅读(378)
评论(0)
推荐(0)
2020年11月18日
haproxy配置多个端口的负载均衡配置
摘要: 1、haproxy配置多个负载 global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #daemon debug user haproxy group haproxy maxconn 4096 defaults log global mode
阅读全文
posted @ 2020-11-18 16:48 苍茫宇宙
阅读(2548)
评论(0)
推荐(0)
2020年11月17日
window10配置定时任务重启tomcat服务
摘要: 环境:windows10、tomcat8 1、重启脚本cqtomcat.bat @echo off ::根据tomcat窗口名称杀掉进程 taskkill /T /F /FI "WINDOWTITLE eq Tomcat" ::等待3秒 ping 127.0.0.1 ::启动tomcat cd /d
阅读全文
posted @ 2020-11-17 20:48 苍茫宇宙
阅读(1279)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
31
下一页
公告