云监控服务 CES-更新为新版本Agent:操作步骤
操作步骤
- 使用root帐号,登录E CS 。
- 执行如下命令,确认使用Agent的版本。
if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then /usr/local/uniagent/extension/install/telescope/bin/telescope -v; elif [[ -f /usr/local/telescope/bin/telescope ]]; then echo "old agent"; else echo 0; fi
- 返回“old agent”,表示使用老版本Agent。
- 返回版本号,表示使用新版本Agent。
- 返回“0”,表示未安装Agent。
- 在ECS的“/usr/local”目录下新建“iplist.txt”文件,按照iplist.txt格式整理好所有需要更新Agent的ECS。
iplist.txt格式为“IP地址,root用户密码”,每个保持一行,可添加多台ECS批量执行。
示例如下所示(样例中abcd为密码,请按实际值填写)。
192.168.1.1,abcd192.168.1.2,abcd
- 确定当前执行脚本ECS的架构。
if [[ $(arch) == "aarch64" ]]; then echo " uniagent_patch_installer_arm64"; else echo " uniagent_patch_installer_amd64";fi
- 执行批量更新命令,请注意使用正确的Region ID替换下述命令中的“${Region_id}”,用4返回的结果替换“${batch_installer}”。
cd /usr/local && curl -k -O https://obs.${Region_id}.myhuaweicloud.com/uniagent-${Region_id}/script/${batch_installer} && chmod +x ${batch_installer} && ./${batch_installer} -c "cd /usr/local/telescope && bash uninstall.sh && cd /usr/local && curl -k -O https://obs.${Region_id}.myhuaweicloud.com/uniagent-${Region_id}/script/agent_install.sh && bash agent_install.sh"
以中国-香港区域的x86执行机为例,命令示例如下:
cd /usr/local && curl -k -O https://obs.ap-southeast-1.myhuaweicloud.com/uniagent-ap-southeast-1/script/uniagent_patch_installer_amd64 && chmod +x uniagent_patch_installer_amd64 && ./uniagent_patch_installer_amd64 -c "cd /usr/local/telescope && bash uninstall.sh && cd /usr/local && curl -k -O https://obs.ap-southeast-1.myhuaweicloud.com/uniagent-ap-southeast-1/script/agent_install.sh && bash agent_install.sh"
- 免费云主机使用_免费服务器_国内免费云服务器
- 域名转出-域名如何转出-域名转出流程-域名转出操作步骤
- 数据库安全服务_设置邮件通知_设置告警通知_卸载Agent
- 华为云云监测服务_华为云云服务器监测_什么是云监测
- 数据库安全服务_最佳实践_容器化部署_添加数据库
- 免费试用虚拟主机的优缺点有哪些_虚拟主机的优缺点有哪些
- Java Chassis应用接入ServiceComb引擎_如何接入ServiceComb引擎_Java Chassis应用接入ServiceComb引擎操作指导1
- 云监控哪家好_云监控平台_服务器云监控
- 云监控报警_云上监控_云主机监控费用
- 性能测试使用教程_性能测试操作步骤_性能测试快速入门-华为云