上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
摘要: 国内时间服务器: 最常见、熟知的就是,www.pool.ntp.org/zone/cn cn.ntp.org.cn #中国 edu.ntp.org.cn #中国教育网 ntp1.aliyun.com #阿里云 ntp2.aliyun.com #阿里云 cn.pool.ntp.org #最常用的国内N 阅读全文
posted @ 2022-10-12 12:22 巴州夜雨 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 第一行:周期范围内的负载情况 11:21:29 为当前时间;up 25days 为自上次重启来系统运行时间;1 user 当前登录用户数;load average:72.17 55.19 58.58 为系统负载,分别为1分钟、5分钟、15分钟系统负载平均值,一般负载不超过CPU核心数。这台服务器是2 阅读全文
posted @ 2022-10-09 11:45 巴州夜雨 阅读(310) 评论(0) 推荐(0) 编辑
摘要: dynamic system tuning daemon,然后卡住: 解决: 1.按 alt+F2 进入命令行界面 2.登录系统 3.sudo systemctl set-default multi-user.target //设置开机启动dos界面 4.重启后,以命令行模式进系统。 结束。 阅读全文
posted @ 2022-10-08 15:17 巴州夜雨 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 时间服务器172.31.1.4 客户端:172.31.1.2,172.31.1.3 服务端: 1. 更改/etc/chrony.conf。其中,对于内网环境,必须要启用local stratum 10。因为你需要将本机的时间,给客户端做时间同步。 server 172.31.1.4 iburst s 阅读全文
posted @ 2022-09-22 17:46 巴州夜雨 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 创建cron任务,报错如下: # crontab -e no crontab for root - using an empty one Error detected while processing /root/.vimrc: line 2: E492: Not an editor command 阅读全文
posted @ 2022-09-15 10:40 巴州夜雨 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 想监控root打开文件的数量,于是在脚本里写了lsof -u root|wc -l 但是通过crontab执行后,显示不识别lsof命令。 解决办法:在脚本里的lsof前面加上/usr/sbin。即/usr/sbin/lsof -u root|wc -l 结束。 阅读全文
posted @ 2022-09-14 15:41 巴州夜雨 阅读(74) 评论(0) 推荐(0) 编辑
摘要: $sudo iostatLinux 3.10.0-1160.el7.x86_64 (ai_server3) 09/14/2022 _x86_64_ (40 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 0.02 0.00 0.03 0. 阅读全文
posted @ 2022-09-14 15:39 巴州夜雨 阅读(27) 评论(0) 推荐(0) 编辑
摘要: source sql文件的时候,报错如下: ERROR 2006 (HY000): MySQL server has gone away 经查阅导致该error的原因很多,具体分析了我的问题是语句太长了,修改max_allowed_packet的值: mysql> show global varia 阅读全文
posted @ 2022-08-23 22:25 巴州夜雨 阅读(847) 评论(0) 推荐(0) 编辑
摘要: MSM_linux_x64_installer-15.11.00-13.tar.gz 解压, cd disk, 安装执行./install.csh,到附图这一步的时候,脚本就自动中断并退出安装: 后面仔细阅读了install.csh的脚本内容,发现执行脚本的时候,需要带选项-a 再次执行./inst 阅读全文
posted @ 2022-08-16 15:35 巴州夜雨 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 服务器启了一个VMvare,生成了一个桥接网口virbr0,缺省地址192.168.122.1,与项目交换机网关冲突。 改动virbr0的缺省地址: #查看文件,确认更改的位置。 cat /etc/libvirt/qemu/networks/default.xml <network> <name>d 阅读全文
posted @ 2022-08-05 21:35 巴州夜雨 阅读(696) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页