forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
3.3 KiB
3.3 KiB
What Should I Do If Agent Installation Failed?
Symptoms
The agent fails to be installed by running commands. The server list page on the console still indicates that the agent is not installed.
Possible Causes
- The SELinux firewall has not been disabled.
- The root account is not used for installation.
- The installation command is incorrect.
- Residual information exists after the agent is uninstalled.
Solution
- Check whether the SELinux firewall of the server is disabled.
- If it is, go to the next step.
- If it is not, disable it and install the agent again.
- Check whether the installation command is suitable for the server region and OS.
- Switch to the server region.
- Copy the installation commands suitable for your server OS.
- Run 32-bit installation commands on a 32-bit server.
- Run 64-bit installation commands on a 64-bit server.
- If yes, go to the next step.
- If the commands you used are incorrect, install the agent again with correct ones.
- Check whether the installation was performed by user root.
- If yes, go to the next step.
- If it was not, install the agent again as user root.
- Uninstall the agent as user root and forcibly install it.
- If the installation is successful, no further action is required.
- If the installation fails, contact technical support.
Parent topic: Agent FAQs