Multi-server

kotel

Verified User
Joined
Sep 15, 2006
Messages
35
Location
Russia
Situation:
I have 2 servers, where installed LAST version of DirectAdmin.
Server 1:FreeBsd 6.1
Server 2: Fedora 7

I use this feature 6 months, and i don't have any problems.
But AFTER update DirectAdmin on BOTH servers , i will have this situation:

When i check connection (in Multi Server), servers says:
Server 1 (try connect to server 2):Unable to get api result. Check your configuration options.
Server 2 (try connect to server 1): All OK!


I try to ReAdd ips, on both servers, try Turn and Off system, this is no help.


I check firewall configuration, all ok!


I can't find any logs, for details. Where is problem? =)
 
Hello,

The error "Unable to get api result" means that the login part has failed thus the API command that the program is trying to execute doesn't get run, thus the "all ok" return value isn't received.

Try running DirectAdmin on server 2 in debug mode and test it from server 1 again.
Login to #2 in ssh, type:
Code:
cd /usr/local/directadmin
killall -9 directadmin
./directadmin b800
then hit the "Test connection(s)" button from server 1 again, and see what you get.

Usually that error means the password or username is wrong.. or ssl is being used and not enabled in the test. The only other thing would be if server 1 is blacklisted in /usr/local/directadmin/data/admin/ip_blacklist, so make sure server 1 isn't in there.

John
 
Thank you very much! I solve my problem.
Server 1 has been blacklisted in server 2. When i remove server 1 from blacklist, all work fine!
 
Back
Top