当前位置:网站首页>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
边栏推荐
猜你喜欢

An overview of the most useful DeFi tools

Win10安装DBeaver连接MySQL8、导入和导出数据库详细教程

Quick solution for infix to suffix and prefix expressions
![[Headline] Written test questions - minimum stack](/img/67/08f2be8afc780e3848371a1b5e04db.png)
[Headline] Written test questions - minimum stack

Excel导入和导出

22. The support vector machine (SVM), gaussian kernel function

微软电脑管家V2.1公测版正式发布

电机原理动图合集

How to design a circular queue?Come and learn~

TCL:在Quartus中使用tcl脚本语言进行管脚约束
随机推荐
认识USB、Type-C、闪电、雷电接口
security CSRF Vulnerability Protection
玩转NFT夏季:这份工具宝典值得收藏
学习英语的网站与资料
[Three sons] C language implements simple three sons
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
GetHashCode方法与=
Excel表格数据导入MySQL数据库
信息系统项目管理师必背核心考点(五十七)知识管理工具
How to design a circular queue?Come and learn~
DOM 事件及事件委托
Ansible中的任务执行控制
Study Notes: The Return of Machine Learning
async/await 原理及执行顺序分析
EasyExcel的简单读取操作
Deliver cloud-native microservices applications with Zadig
Detailed explanation of Zadig's self-testing and tuning environment technical solution for developers
REST会消失吗?事件驱动架构如何搭建?
Short video SEO search operation customer acquisition system function introduction
DVWA靶场环境搭建