mms_register_helper failed
During installation of the acronis agent on a linux box, I am getting an error when I try to register. To find out if it's a firewall issue, username or password problem, I would like to get more info about what's blocking the registration.
* Is it possible to register afterwards and how?
* How can I debug?
If more info needed, let me know.
Thanks.
- Se connecter pour poster des commentaires
1. Install acronis agent via following command:
AcronisAgentLinux.i686 --auto --id BackupAndRecoveryAgent --license-server $ACRONISSERVER --product-alias AS --ams $ACRONISSERVER --login $DOMAINNAME\$USERID --password $PASSWORD
2. in /var/log/trueimage-setup.log
mms_register_helper failed
3. n/a
4. see attachment
PS: I zipped the tar file because I was not possible to upload file with ext tar.
| Fichier attaché | Taille |
|---|---|
| 38005-90844.zip | 147.24 Ko |
- Se connecter pour poster des commentaires
Hello,
Problem solved:
I placed double quotes around the user name.
instead of:
AcronisAgentLinux.i686 --auto --id BackupAndRecoveryAgent --license-server $ACRONISSERVER --product-alias AS --ams $ACRONISSERVER --login $DOMAINNAME\$USERID --password $PASSWORD
I used:
AcronisAgentLinux.i686 --auto --id BackupAndRecoveryAgent --license-server $ACRONISSERVER --product-alias AS --ams $ACRONISSERVER --login "$DOMAINNAME\$USERID" --password $PASSWORD
to install the agent, and could a successful registration.
However adding the machine manually via the AMS console, doesn't work. The connection to the machine works (I see network connections via tcpdump) but the registration fails.
Grtz.
- Se connecter pour poster des commentaires