I installed the oracle dscc on a oracle linux 6.5 server. I created an ODSEE 11.1.1.7.0 instance, from the dscc, but have not been able to manage it through the DSCC.
From the DSCC, I click "Directory Servers" and the DS instance says:
"inaccessible (to enable access click on the server and then on 'Enable Access')"
I click the instance and "Enable Access" and prompted to
Enter the Directory Manager adminstration DN and password for this server ...
DN: [ cn=directory manager ]
Password: [ **** ]
It completes with: "Operation Completed Successfully"
I can perform the above task using the Directory Service Manager account too:
cn=admin,cn=Administrators,cn=dscc
However, the ability to manage the server remains in the original state ( inaccessible ... click enable access ).
- I have no firewalls and selinux is disabled.
- I can stop and restart the instance from the DSCC.
- i can view the access and error logs of the DS instance from the dscc
- the command line tools (dsadm and dsconf) all seem to work just fine.
- i can verify the server instance is accessible, locally and remotely using ldapsearch. ... netstat confirms this too.
netstat -nap |grep 389
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 26926/ns-slapd
- the agent and ads are both running:
# dsccsetup status
***
DSCC Registry has been created
Path of DSCC registry is /opt/dirserv/dsee7/var/dcc/ads
Port of DSCC registry is 3998
***
# dsccagent info
Instance Path : /opt/dirserv/dsee7/var/dcc/agent
Owner : root
JMX port : 3997
SNMP port : 3996
DS port : 3995
State : Running
PID : 32261
DSCC hostname : test-ldap
DSCC non-secure port : 3998
DSCC secure port : 3999
SNMP v3 : Disabled
Instance version : A-A00
The plugin shows enabled:
...
dn: cn=Pass Through Authentication,cn=plugins,cn=config
nsslapd-pluginEnabled: on
...
Any pointers of what i could look at to understand why i cannot manage the server instances from the dscc? What other information can i provide that would be helpful?