1.1 系统IP调整
vim /etc/sysconfig/network-scripts/ifcfg-ens192
1.2 Web相关服务IP变更
1.2.1 编辑/itops/nginx/html/lwjkapp/.env文件,更改ZABBIXSERVER、ZABBIXRPCURL、DB_HOST中的IP
1.2.2 进入/itops/nginx/html/lwjk_app/目录下,执行php bin/manager process-console/stop停止前端服务
pkill php && service php-fpm start && ps -ef | grep php
1.2.3 重新生成前端配置文件
php bin/manager init --choic