What Should I Do If I Don't See the VM Agent After Installing It?
Symptom
After the agent is installed on the VM, the message "Install agent success!" is displayed.
However, Agent Status indicates that the agent is still missing and to install it first.
Solution
- Log in to the ECS where the VM agent is offline. For details, see Logging In to an ECS.
- Run the following commands to check Authorization Model selected during the VM agent installation.
cd /opt/servicestage-agent
cat servicestage-agent.conf
- If Authorization Model is Agency:
- Log in to the cloud server console.
- Choose Elastic Cloud Server and click the ECS whose VM agent is offline.
- In the Management Information area of the Basic Information tab page, view the IAM agency bound to the ECS.
- Log in to the Identity and Access Management (IAM) console.
- Choose Agencies and click the agency obtained in 3.c.
- On the Basic Information tab page, check whether Cloud Service is ECS.
- On the Permissions tab page, check whether the permission is Tenant Administrator.
If both are yes, go to 5.
If either is no, modify an agency and go to 3.f.
- Log in to the ECS where the VM agent is offline. For details, see Logging In to an ECS.
- Run the following commands to restart the agent. Replace x.x.x with the version of servicestage-agent in the actual environment.
cd /opt/servicestage-agent/servicestage-agent-x.x.x
su agent ./servicestage-agent.sh start
- Check whether the agent is online.
- If yes, no further operation is required.
- If no, go to 5.
- If Authorization Model is AKSK, perform the following operations:
- Obtain the AK or SK with the correct permissions or create new AK or SK. For details, see Access Keys.
- Log in to the ECS where the VM agent is offline. For details, see Logging In to an ECS.
- Run the following commands to change the AK and SK values in the configuration file, and save and exit the file.
vi servicestage-agent.conf
- Run the following commands to restart the agent. Replace x.x.x with the version of servicestage-agent in the actual environment.
cd /opt/servicestage-agent/servicestage-agent-x.x.x
su agent ./servicestage-agent.sh start
- Check whether the agent is online.
- If yes, no further operation is required.
- If no, go to 5.
- If the fault persists, contact customer service.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot