当前位置:网站首页>After reshipment tencent greetings to monitor if the corresponding service does not exist by sc. Exe command to add services
After reshipment tencent greetings to monitor if the corresponding service does not exist by sc. Exe command to add services
2022-08-02 00:17:00 【shawyang】
There is a cvm cloud monitor without images. It is a special case. I have read two directories. The Monitor directory file is incomplete, and the Stargate directory is complete
C:\Program Files\qcloud\
C:\Program Files\qcloud\Monitor\Barad\admin
C:\Program Files\qcloud\Stargate\admin
Normally, there are .bat files in the two admin subdirectories,
But in this case, there is no Monitor\Barad\admin directory in the Monitor directory, so I first stopped the service and then backed up, then uninstalled and reinstalled. After reinstalling, I found that the Monitor directory has Monitor\Barad\admin.But the Stargate directory is not generated, the entire Stargate directory is not generated
Because the Stargate directory in the backup data is complete, I put the backup Stargate directory under C:\Program Files\qcloud\, and then import the registry of the Stargate service exported from the normal cloud monitoring system, then execute the command to add the Stargate service, then manually verify the 2 services, restart the 2 services after the unified shutdown, and then it is normal
Repair steps:
1. Stop 2 services
2. Download http://windowsbj-1251783334.cos.ap-beijing.myqcloud.com/baradagent-installer-v1.0.11.exe, right click to run as administrator
3. After running, check whether there are these two services in the service list, whether they are in the same running state, and ensure the same running state
4. If the Stargate service is missing, execute the following code in powershell, and manually confirm that the two services mentioned in the previous step are running in the same state
wget "http://windowsbj-1251783334.cos.ap-beijing.myqcloud.com/StargateSvc.reg" -outfile "C:\Program Files\qcloud\StargateSvc.reg"
sc.exe stop BaradAgentSvc
sc.exe stop StargateSvc
cd "C:\Program Files\qcloud\"
reg import StargateSvc.reg
sc.exe create StargateSvc binpath= "C:\Program Files\QCloud\Stargate\sgagent.exe" start= auto displayname= "QCloud Stargate Manager"
sc.exe description StargateSvc "Provides Stargate Service"
5. If security software is installed, it is recommended to release the C:\Program Files\qcloud directory in the security software, for example
边栏推荐
猜你喜欢
随机推荐
REST会消失吗?事件驱动架构如何搭建?
bgp 聚合 反射器 联邦实验
在不完全恢复、控制文件被创建或还原后,必须使用 RESETLOGS 打开数据库,解释 RESETLOGS.
How does JSP use request to get the real IP of the current visitor?
Win11内存管理错误怎么办?
信息系统项目管理师必背核心考点(五十七)知识管理工具
Unity—四元数、欧拉角API+坐标系统
Study Notes: The Return of Machine Learning
windows sql server 如何卸载干净?
中缀转后缀、前缀表达式快速解决办法
[Headline] Written test questions - minimum stack
Win11如何获得最佳电源效率?
JSP out.print()和out.write()方法的不同之处
为什么要使用MQ消息中间件?这几个问题必须拿下
玩转NFT夏季:这份工具宝典值得收藏
What is it like to trade for a living?
How to solve the error when mysql8 installs make
LeetCode_279_完全平方数
Axure教程-新手入门基础(小白强烈推荐!!!)
SphereEx Miao Liyao: Database Mesh R&D Practice under Cloud Native Architecture









