日常巡检步骤:
NFS30
[root@nfs30 ~]#
systemctl status nfs
[root@nfs30 ~]#
systemctl status rpcbind
MYSQL11
[root@mysql11
~]# mount | grep "/var/lib/mysql"
[root@mysql11
~]# systemctl status mysqld
mysql> show
slave status\G;
MYSQL22
[root@mysql11
~]# mount | grep "/var/lib/mysql"
[root@mysql11
~]# systemctl status mysqld
Maxscale77
[root@maxscale77
~]# maxscale -f /etc/maxscale.cnf 启动服务
[root@maxscale77
~]# netstat -untlp | grep 4006
[root@maxscale77
~]# netstat -untlp | grep 4016
[root@maxscale77
~]# ps -C maxscale
Web33
[root@web33 ~]#
mount | grep "/usr/local/nginx/html"
[root@web33 ~]#
netstat -utnlp | grep :80
[root@web33 ~]#
systemctl start php-fpm
[root@web33 ~]#
systemctl enable php-fpm
[root@web33 ~]#
netstat -utnlp | grep :9000
Web44
[root@web33 ~]#
mount | grep "/usr/local/nginx/html"
[root@web33 ~]#
netstat -utnlp | grep :80
[root@web44 ~]#
systemctl start php-fpm
[root@web44 ~]#
systemctl enable php-fpm
[root@web33 ~]#
netstat -utnlp | grep :9000
redisA-redisF
[root@redisA
~]# netstat -utnlp | grep :6379
[root@redisA
~]# netstat -utnlp | grep :16379
Zabbix55
[root@zabbix55
~]# netstat -utnlp | grep :10051
[root@zabbix55
~]# /usr/local/nginx/sbin/nginx
[root@zabbix55
~]# netstat -utnlp | grep :80
[root@zabbix55
~]# netstat -utnlp | grep :3306
[root@zabbix55
~]# netstat -utnlp | grep :9000
Pxcnode66
[root@pxcnode66
~]# netstat -utnlp | grep :3306
[root@pxcnode66
~]# netstat -utnlp | grep :4567
mysql> show
slave status\G;
Pxcnode10/88
[root@pxcnode10
~]# netstat -antulp | grep 4567
[root@pxcnode10
~]# netstat -antulp | grep 3306
网友评论