This document describes how to perform offline troubleshooting on Linux clients, including troubleshooting when client processes fail to start and troubleshooting network failures.
Troubleshooting Client Process Startup Issues
- Check whether the CWP process is running by executing the following command:
ps -ef|grep YD.
Under normal conditions, two processes should be running for CWP, as shown in the figure below:
- If the process is not found, the following possible causes are included:
- The CWP is not installed, or the client has been uninstalled. In this case, see Quick Start to reinstall the client.
- The client may have encountered an abnormal conflict or crash, preventing the process from starting.
- If CWP or the client is installed on the server, you can use the following methods to troubleshoot the startup issue for the client process:
- Check the client logs, which are stored at
/usr/local/qcloud/YunJing/log. - Execute the following command to start the CWP service:
sh /usr/local/qcloud/YunJing/startYD.sh.
Troubleshooting Network Issues
If the process exists but the CWP is not online, it is mostly because the network is not connected. Please take the following troubleshooting steps:
- If the CWP domain name cannot be accessed, try modifying the Domain Name System (DNS) settings. You can execute the following command to check whether the CWP domain name is accessible.
- For VPC and CBM servers, execute
telnet s.yd.convergecloud.com 5574.
Under Normal Circumstances: Returns the result as shown in the figure below.
If your access attempt fails:
a. You can try modifyingdns nameserverfield:vim /etc/resolv.conf.
nameserver master address
b. After the modification is completed, re-executetelnet s.yd.convergecloud.com 5574to check whether the connection is established.
c. If the connection is successful, wait for a few minutes (the length of time depends on the network conditions), and the console will be able to see that the corresponding server is back online. - For servers on the basic network (non-VPC servers), execute
telnet s.yd.convergecloud.com 5574.
Under Normal Circumstances: Returns the result as shown in the figure below.
If your access attempt fails:
a. Edit the DNS settings by modifyingdns nameserverfield:vim /etc/resolv.conf. You should comment out the existingnameserverfields and add anameserverfield with the relevant IP address.
b. After the modification is completed, re-executetelnet s.yd.convergecloud.com 5574to check whether the connection is established.
c. If the connection is successful, wait for a few minutes (the length of time depends on the network conditions), and the console will be able to see that the corresponding server is back online.
- For VPC and CBM servers, execute
- Firewall policy restrictions: Ensure that the following TCP ports are open on the Linux client: 5574, 8080, 80, and 9080.
- If the CWP process is running and the client is offline for reasons other than network issues, please package the client logs that are located at
/usr/local/qcloud/YunJing/logand contact a technical support engineer for assistance.


