当前位置:网站首页>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
边栏推荐
- 【Leetcode】470. Implement Rand10() Using Rand7()
- 具有通信时延的多自主体系统时变参考输入的平均一致性跟踪
- How to design a circular queue?Come and learn~
- security CSRF漏洞保护
- 如何优雅的消除系统重复代码
- JSP Taglib指令具有什么功能呢?
- Play NFT summer: this collection of tools is worth collecting
- GIF making - very simple one-click animation tool
- How to solve the error when mysql8 installs make
- JSP内置对象out对象的功能简介说明
猜你喜欢
随机推荐
ROS 动态参数
LeetCode_322_零钱兑换
security跨域配置
玩转NFT夏季:这份工具宝典值得收藏
扑克牌问题
Unity—四元数、欧拉角API+坐标系统
零基础如何学习单片机,一位入门者的进阶路径,可参考
【ACWing】230. 排列计数
How to design a circular queue?Come and learn~
06-SDRAM :SDRAM控制模块
els 方块变形
els 长条变形
Play NFT summer: this collection of tools is worth collecting
【Leetcode】479. Largest Palindrome Product
ES中SQL查询详解
Simpson's paradox
JSP page指令errorPage属性起什么作用呢?
JSP request对象功能详解说明
GetHashCode与Equals
REST会消失吗?事件驱动架构如何搭建?





![[头条]笔试题——最小栈](/img/67/08f2be8afc780e3848371a1b5e04db.png)



