## ssh登录主机检查agent进程
ps -ef | grep 'agent.jar'
df -hl
查看磁盘剩余空间,若磁盘空间已满,请清理磁盘空间# 登录阿里云实例检查云助手进程
ps -ef | grep 'aliyun-service'
注:若实例云助手不可用、进程不在线等等,可点击安装云助手重新安装(需确保阿里云凭证有安装云助手和重启实例的权限)
例如,添加实例时使用的 AccessKeyId 和 AccessKeySecret 权限不足
在执行日志和任务详情中,展示 OpenAPI 错误码和错误详情
点击查看解决方案可跳转至阿里云 OpenAPI 使用诊断系统
其他可能的错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | CmdContent.ExceedLimit | The length of the command content exceeds the upper limit. | 命令内容长度超过上限。 |
403 | InvalidInstance.NotMatch | The specified instance type does not match the command. | 指定的实例ID不支持执行指定的命令ID。请检查实例的状态是否符合云助手命令的执行条件。 |
403 | Invocation.ExceedQuota | The invocation quota in the current region has been reached for today. | 在当前地域命令执行次数已到达今天的额度。 |
404 | InvalidInstance.NotFound | The specified instance does not exist. | 指定的实例不存在。 |
500 | InternalError.Dispatch | An error occurred when you dispatched the request. | 发送请求时发生错误,请稍后重试。 |