Container Status During Running
During the running of the video stream cloud phone container, you can check whether the container is normal by checking the process status.
- Use an SSH tool such as Xshell to log in to the server where the video stream cloud phone is deployed as the cloud phone O&M user (for example, root).
- Run the following command to query the ID of the cloud phone container instance:
1docker ps -a
- Run the following command to access the video stream cloud phone container. {android_id} indicates the user-defined ID of the started instance, which usually starts from 1.
1docker exec -it android_${android_id} sh
- Check the process status.
- If the parent process of a large number of processes changes to sh (process ID: 1), as shown in the following figure, the container crashes. In this case, contact Huawei technical support.
1ps -elf
- Check whether the VmiAgent process exists. If the process is not found, it indicates that VmiAgent is stopped and the video stream cloud phone cannot work normally. In this case, contact Huawei technical support.
- If the parent process of a large number of processes changes to sh (process ID: 1), as shown in the following figure, the container crashes. In this case, contact Huawei technical support.
Parent topic: Querying the Container Status