Skip to main content

Cannot at Linux Servers to AMS

Thread needs solution

We have loaded Linux agent with -a switch and -l point to license server, but when we try to add machine to AMS it failed with current username and password. When we try to add to AMS pre-deploy check passed, but process timed out on add to AMS. Linux server iptables were off. Please help.

 

0 Users found this helpful

Below is the error message.

-------------------------------------------------------------------------------------------------------------------
Error
-------------------------------------------------------------------------------------------------------------------
Remote Installation Failed
-------------------------------------------------------------------------------------------------------------------
Details:
    Code: 20,250,646(0x01350016)
<u>LineInfo:</u> 0x8D165E86FB8195FF;

    Module: remote_install_command_addon_vs_43994
    Message: Failed to add machine 'E1QAA01' to the management server.

    Code: 24,641,537(0x01780001)
<u>LineInfo:</u> 0x3EAC2BD32D84C047;

    Module: remote_install_command_addon_vs_43994
    Message: Failed to add machine 'E1QAA01' to the management server.

    Code: 24,641,537(0x01780001)
<u>LineInfo:</u> 0x3EAC2BD32D84C02D;

    Module: remote_install_command_addon_vs_43994
    Message: Failed to add machine 'E1QAA01' to the management server.

    Code: 24,641,537(0x01780001)
<u>LineInfo:</u> 0x3EAC2BD32D84BF58;

    Module: remote_install_command_addon_vs_43994
    Message: Failed to add machine 'E1QAA01' to the management server.

    Code: 11,337,731(0x00AD0003)
<u>LineInfo:</u> 0x67E2725E54112C8E;

    Module: remote_install_command_addon_vs_43994
    Module: remote_install_command_addon_vs_43994

    Code: 11,337,731(0x00AD0003)
<u>LineInfo:</u> 0x90FB8A255B1DF58C;

    Module: management_server_vs_43994
    Message: Failed to establish connection.

    Code: 197,666(0x00030422)
<u>LineInfo:</u> 0x4D5187F54ACFDAFC;

    Module: management_server_vs_43994
    Message: The required service on the remote machine is not started. Start the service and retry the connection.

-------------------------------------------------------------------------------------------------------------------

 

Hello Bing Wu,

The first step is to do as the message suggests and check that the service on the Linux machines is actually started.

You can do this by running the following commands:

sudo /etc/init.d/acronis_mms status

sudo /etc/init.d/acronis_agent status

If the services are not started you can use sudo /etc/init.d/acronis_mms start.

Wait 5 minutes to make sure that the service does not stop/crash and try to add the machine again.

If the service stops/crashes, please create a support ticket to investigate this.

 

Thank you.

Hello Bing Wu,

The first place to check is actually /var/log/messages right after restarting the service.

This will show if this is a crash (for example a segfault) or the service closing for some other reason. Just search for messages related to the string mms.

Could you share what you found?