摘要: ERROR at line 1: ORA-32001: write to SPFILE requested but no SPFILE is in use 重新创建一下spfile create spfile from pfile; 重启数据库,即可解决此错误 阅读全文
posted @ 2018-11-28 16:02 zqiushi 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2018-11-24 16:39 zqiushi 阅读(408) 评论(0) 推荐(0) 编辑
摘要: cat dockerlist |while read line;do docker rmi $line ;done 阅读全文
posted @ 2018-11-22 15:07 zqiushi 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 源 报错 解决: 或者更换源 阅读全文
posted @ 2018-11-20 11:51 zqiushi 阅读(2168) 评论(0) 推荐(0) 编辑
摘要: 客户端创建dblik 导出数据 阅读全文
posted @ 2018-11-19 18:21 zqiushi 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 问题处理 阅读全文
posted @ 2018-11-19 11:40 zqiushi 阅读(1905) 评论(0) 推荐(0) 编辑
摘要: /home/u01/oracle/product/11gr2/db_1/log/diag/tnslsnr/VM_179_95_centos/listener/trace/listener.log listener.log文件过大导致oracle假死 阅读全文
posted @ 2018-11-18 13:35 zqiushi 阅读(688) 评论(0) 推荐(0) 编辑
摘要: rsync -av -e "ssh" /data/wwwroot/a1 node2:/data/wwwroot/ 阅读全文
posted @ 2018-11-10 16:33 zqiushi 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #node1 HOST node1 HostName 10.10.10.10 Port 21 User ubuntu UseKeychain yes AddKeysToAgent yes #node2 HOST node2 HostName 10.10.10.11 Port 21 User ubun 阅读全文
posted @ 2018-11-10 15:14 zqiushi 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一、ELK功能概览 1.检索 2.数据可视化--实时监控(实时刷新) nginx 访问量 ip地区分布图(大数据) 3.zabbix 微信联动报警 4.大数据日志分析平台(基于hadoop) 二、kabana使用方法 1.创建索引 2.discover 选择索引 3.左侧选择字段(message) 阅读全文
posted @ 2018-11-01 01:16 zqiushi 阅读(136) 评论(0) 推荐(0) 编辑