admin管理员组

文章数量:1642235

问题描述:

RabbitMQ启动慢,web页面响应速度慢,包括重启,停止服务。

解决:

1、hostname 查看自己的主机名

2、vim /etc/hosts 进行编辑 ,添加 远程连接地址+主机名,如果没有使用远程连接就是 127.0.0.1+主机名

3、查看防火墙状态

systemctl status firewalld
systemctl disable firewalld(关闭防火墙状态)
    Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
    Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
	systemctl stop firewalld 

本文标签: 命令操作RabbitMQ