Locked regional controller installation ldap error
rongjie.xu@...
Hi,
I want to set up one edge cloud using Akraino project. I am working on the first step now (installing the regional controller node). As my regional controller is not Dell R740 so i cannot use Akraino provided tools script to automatically provision and deploy it. I directly install Ubuntu 16.04 and Docker in this server and use region script ( https://nexus.akraino.org/service/local/repositories/snapshots/content/org/akraino/regional_controller/regional_controller/1.0.0-SNAPSHOT/regional_controller-1.0.0-20180809.150544-11.tgz) to install all other necessary software. I got attached errors during installation. Anyone has some knowledge about this?And as general question, is that possible to deploy edge cloud for non Dell R740 servers? Br. Max |
|
KATARIA, DEEPAK
Hi Max:
Looking at the logs, it appears you have connectivity issues to your LDAP server. Please note your LDAP server IP and that of the Regional Controller should be the same. Please run the command below: docker exec akraino-ldap /bin/bash -c "ldapadd -v -h $IP:10389 -c -x -D uid=admin,ou=system -w secret -f /bootstrap/conf/akrainousers.ldif" For your reference, I have attached the logs from the successful run using the same region script that you have used.
For your other question, we are working to provide scripts to support non Dell R740 serves, such as HP Gen 10 and will share with the community when our develop and testing is complete.
Best Regards,
Deepak Kataria
From: <main@...> on behalf of "rongjie.xu@..."
<rongjie.xu@...>
Hi, _._,_._,_ |
|
KATARIA, DEEPAK
Hi Max:
Looking at the logs, it appears you have connectivity issues to your LDAP server. Please note your LDAP server IP and that of the Regional Controller should be the same. Please run the command below: docker exec akraino-ldap /bin/bash -c "ldapadd -v -h $IP:10389 -c -x -D uid=admin,ou=system -w secret -f /bootstrap/conf/akrainousers.ldif" For your reference, I have attached the logs from the successful run using the same region script that you have used.
For your other question, we are working to provide scripts to support non Dell R740 serves, such as HP Gen 10 and will share with the community when our develop and testing is complete.
Best Regards,
Deepak Kataria
|
|