Troubleshooting ISW deployments
The following is a troubleshooting guideline for Sun Java Identity Synchronization for Windows Installations.
1. Sun Java Message Queue – IMQ
#
/etc/init.d/imq start ( or /etc/init.d/stop to stop
the IMQ)
.
Now telnet to the port number of IMQ (TCP port 7676 is default). All the messages below should appear.
# telnet localhost 7676
Trying
127.0.0.1...
Connected to localhost.
Escape
character is '^]'.
101
isw-broker 3.6
portmapper
tcp PORTMAPPER 7676
admin tcp
ADMIN 17595
jms tcp
NORMAL 17594
ssljms
tls NORMAL 17596
cluster
tcp CLUSTER 17598
2. Sun Java Identity Synchronization for Windows – ISW
#
/etc/init.d/isw start (or stop to stop ISW)
Note that the port 7890 below is the connector port selected during the install of the DS Connector.
Telnet to the local port
# telnet
localhost 7890
Trying
127.0.0.1...
Connected to localhost.
Escape
character is '^]'.
®1v<?xml version="1.0" encoding="UTF-8"?>
<AuthRequestMessage>
<Parameter name="saint.msg.type"
value="AUTH_REQUEST"/>
<Parameter
name="saint.msg.auth.challenge"
value="1520478070584ee7fc8fff54b80e7be9"/>
<Parameter
name="saint.msg.auth.sessionKey"
value="wpCg7gdltYuk7HdS5DfZ8YUUObMdJDGVI46mqm9YHqvfKrQwXFprFg=="/>
<Parameter
name="saint.msg.requestID" value="0"/>
</AuthRequestMessage>
Netstat should reveal the processes running on port 7890.
# netstat -ad | grep 7890
*.7890 *.* 0 0 49152 0 LISTEN
hostname.27844 hostname.7890 49152
0 49152 0 ESTABLISHED
hostname.7890 hostname.27844 49152
0 49152 0 ESTABLISHED
hostname.7890 hostname2.company.com.31029 49640 0 49640 0 ESTABLISHED
In addition, a really useful script
that will show what UNIX processes are using particular TCP ports, and vice-versa. This script is useful for troubleshooting Identity Synchronization for Windows connectors. The Directory Server connector runs as a Java process listening on a particular TCP port. The ISW plugin in the Sun Directory Server connects to the connector over that port number.The script can be downloaded here
In this example, the Directory Server connector is listening on port 7890 and the corresponding Sun Directory Server is connected to the connector on port 7890
# sh
pcp -p 7890
PID Process Name and Port
_________________________________________________________
7493 /usr/java/bin/java 7890
DS Connector
sockname: AF_INET 0.0.0.0 port: 7890
sockname: AF_INET 10.200.131.36 port: 7890
sockname: AF_INET 10.200.131.36 port: 7890
_________________________________________________________
7766
/opt/SUNWdsee/ds6/lib/64/ns-slapd 7890 Directory Server
peername: AF_INET 10.200.131.36 port: 7890
3. ISW Logs and relevant entries
View logs in this directory and sub-directories
#cd /var/opt/SUNWisw/logs
These errors can be ignored
# tail /var/opt/SUNWisw/logs/CNN100/error.log
[10/Jan/2008:23:22:35.606 +0000] WARNING 14 CNN100 hostname.company.com "ElementGenerator: Can't find element 'Parameters' in element map"
# tail /var/opt/SUNWisw/logs/central/error.log
[10/Jan/2008:23:22:35.606 +0000] WARNING 14 CNN100 hostname.company.com "ElementGenerator: Can't
find element 'Parameters' in element map"
tail /var/opt/SUNWisw/logs/CNN101/error.log
[10/Jan/2008:18:01:13.491
+0000] INFO 10 "Log opened. Identity Synchronization for Windows build
2006.310.1625. Java runtime version is 1.5.0_09."
[10/Jan/2008:18:59:09.176
+0000] INFO 10 "Log opened. Identity Synchronization for Windows build
2006.310.1625. Java runtime version is 1.5.0_09."
If during an idsync resync, you get objectClass violation errors as follows then verify that the appropriate auxiliary, if any, objectClasses have been added in during the initial configuration.
# tail
/var/opt/SUNWisw/logs/central/error.log
[31/Jul/2008:18:36:43 +0000]
- ERROR<5897> - Schema - conn=-1 op=-1 msgId=-1 - User error: Entry
"uid=user001,ou=people,dc=company,dc=com",
attribute "gecos" is not allowed
[31/Jul/2008:17:00:52.680
+0000] SEVERE 33 CNN100 hostname.company.com "LDAP modify operation of entry
uid=user001,ou=people,dc=company,dc=com failed at null. Error code: 65, reason:
null" (Action ID=CNN101-11B7A05B0CA-274, SN=10)
Also verify that the hotfix for defect 6691600. (“Users with auxiliary objectclasses fail to link” has been applied – new connector.jar file). If the hotfix has been applied and you still get the errors, then make the following manual change
Execute the following ldapsearch command and look for the pswLinkAttributeRef:. entries. Make a note of the the corresponding “cn=???” value as below. (This value will vary on each installation.)
# ldapsearch
-h <hostnameOfConfigurationDirectory> -p <
dn:
cn=101,ou=Sun,ou=Globals,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswVersion: 4
pswUserObjectClass: inetOrgPerson
pswOtherObjectClass: companyUnixAccount
pswOtherObjectClass: shadowAccount
pswOtherObjectClass: posixAccount
pswNumOutboundConnectorThreads: 4
pswFlowInboundCreates: false
pswFlowInboundModifies: false
pswFlowInboundDeletes: false
pswFlowOutboundCreates: false
pswFlowOutboundModifies: true
pswFlowOutboundDeletes: false
pswCreatesAsModifies: false
pswModifiesAsCreates: false
pswPasswordAttributeName: userpassword
pswLocalRepositoryKey: nsuniqueid
pswRemoteRepositoryKey: dspswuserlink
pswSynchronizeDisables: false
pswPasswordKey: wW1dkRPGyapZIz2s+SvsAE9GYfyP0E2fczgfIIr1BhDyJZfhInr1xoNe12qBp/Yb
pswPasswordIV: goxvuULpkZpASxFBrjiD3tYf0E0hShbp
pswNoValueMeansEnabledInbound: true
pswOtherValuesMeanEnabledInbound: false
pswDisabledRoleRDN: cn=nsmanageddisabledrole
pswDisableMode: disabledRoleRDN
pswMetaAttributeDefaultRef:
cn=115,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswMetaAttributeDefaultRef:
cn=103,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswMetaAttributeDefaultRef:
cn=112,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswSignificantAttributeRef:
cn=105,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeDefaultRef:
cn=106,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=113,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=104,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=107,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=114,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=109,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswCreationAttributeRef:
cn=102,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswHostsTopologyConfigurationRef:
cn=110,ou=TopoHosts,ou=Globals,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswSchemaLocationRef:
cn=110,ou=TopoHosts,ou=Globals,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswSignificantAttributeDefaultRef:
cn=116,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=c
om
pswLinkAttributeRef: cn=108,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
pswLinkAttributeRef: cn=112,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
cn: 101
objectClass: pswsundirectoryglobals
objectClass: top
For each of the blue entries in the prior search, search for the pswValue: dspswuser, entry as per below
#ldapsearch
h <hostnameOfConfigurationDirectory>
-p <
version: 1
dn: cn=108,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=Ide
ntitySynchronization,ou=Services,dc=company,dc=com
pswVersion: 4
pswName: objectclass
pswSyntax: 1.3.6.1.4.1.1466.115.121.1.15
pswValue:
dspswuser
pswValue: inetOrgPerson
pswPreferCreationAttributeDefaultToAction: true
cn: 108
objectClass: pswattributedescription
objectClass: top
Now, you have the DN required for modification (note that these portions of the DN may vary for your installation)
(cn=108,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=Ide
ntitySynchronization,ou=Services,dc=company,dc=com)
Stop ISW (/etc/init.d/isw stop)
Run ldapmodify against the ISW configuration Directory instance with the
following LDIF file:
(Again the DN value in
italics will vary for each installation).
dn: cn=108,ou=AttributeDescriptions,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
changetype: modify
replace: pswValue
pswValue: companyUnixAccount
pswValue: shadowAccount
pswValue: posixAccount
pswValue: dspswuser
pswValue: inetOrgPerson
Start ISW (/etc/init.d/isw start)
4. Workaround for defect 6709099. When installing ISW in an (multi-master replicated) MMR environment, the ISW plugins do not register with the ISW configuration Directory.
This is more of a cosmetic defect, since ISW may be functioning correctly but the status fails to show that the plugins are properly installed.
# sh
printstat.sh
Exploring status of
connectors, please wait...
Connector ID: CNN100
Type:
Sun Java(TM) System Directory
Manages:
dc=company,dc=com (ldap://hostname.company.com:389)
(ldap://hostname2.company.com:389)
State:
SYNCING
Installed on:
hostname.company.com
<ISW plugin information does not
display>
Connector ID: CNN101
Type:
Active Directory
Manages:
COMPANY.COM (ldap://ADDomainController.company.com:389)
State:
SYNCING
Installed on:
hostname.company.com
Sun Java(TM) System Message
Queue Status: Started
Checking
the System Manager status over the Sun Java(TM) System Message Queue.
System Manager Status: Started
There are two steps to complete:
- Ensure that the SUBC entries match between dse.ldif of the Sun Directory Server 6.3 servers and the configuration server
- Ensure that the plugin information is properly registered in the Sun Directory Server – Configuration Directory.
1. Ensure that the
SUBC entries match
Proceed as follows.
View the dse.ldif file for the Sun Directory 6.x server that has the plugin installed. The entry for the ISW plugin in the dse.ldif contains the name of the plugin as defined in the configuration Directory; highlighted below:
dn: cn=config,cn=pswsync,cn=plugins,cn=config
objectClass: extensibleObject
objectClass: top
accessorhost: hostname.company.com
accessorport: 7890
accessoruser: gEQ8OUyzepyAX1lw
accessorpassword: nhyji5OQxlCyfvuOLyqwm1jmewwSDxA6Sdm4lWeG7dI=
subcomponentid: SUBC101
subcomponentsaintssloption: false
debugloglevel: INFO
cn: config
creatorsName: cn=directory manager
entrydn: cn=config,cn=pswsync,cn=plugins,cn=config
createTimestamp: 20080718192517Z
auditloglevel: FINE
modifiersName: cn=pswsync,cn=plugins,cn=config
modifyTimestamp: 20080728205759Z
The corresponding entry in the Configuration Directory must contain the identical information. If not make corrections as needed. See screenshot below.
Note: that the DN of the corresponding entry in the configuration Directory Server will vary per installation. In the examples below the DNs are:
cn=139,ou=SyncHosts,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
cn=17,ou=SyncHosts,cn=active[4],ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
The cn=active[4] component of the DN will vary for each installation.
Similary for any additional 6.x Directory Servers, make corrections as required. The additional Directory Server below has an entry of SUBC101.
2. Ensure that the plugins are registered
The second modification required is as follows:
The configuration Directory must be be configured for each plugin. In the screenshot below, notice that pswInstalledSubComponentInfo contains <none>. This is incorrect.
Modify the entry so that pswInstalledSubComponentInfo contains the names of each plugin as follows:
pswInstalledSubcomponentInfo: SUBC100?ldap://hostname.company.com:389
pswInstalledSubcomponentInfo: SUBC101?ldap://hostname2.company.com:389
Important, the SUBC100 number must match SUBC100 in the modification 1. above.(ensure subc entries match)
Note that there are two DNs to be modified:
cn=active_as_ADP101,ou=Status,ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
cn=active_as_ADP10,ou=Status,ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
Now the entry appears as follows:
And executing printstat shows that the plugins are installed.
# sh
printstat.sh
Exploring status of
connectors, please wait...
Connector ID: CNN100
Type:
Sun Java(TM) System Directory
Manages:
dc=company,dc=com (ldap://hostname.company.com:389)
(ldap://hostname2.company.com:389)
State:
SYNCING
Installed on:
hostname.company.com
Plugin SUBC100 is installed on ldap://hostname22.company.com:389
Plugin SUBC101 is installed on ldap://hostname.company.com:389
Connector ID: CNN101
Type:
Active Directory
Manages:
.company.com (ldap://ADDomainController.company.com:389)
State:
SYNCING
Installed on:
hostname.company.com
Sun Java(TM) System Message
Queue Status: Started
Checking
the System Manager status over the Sun Java(TM) System Message Queue.
System Manager Status: Started
An alternative to using the DirectoryServer 5.2 console to register the plugins, is to execute ldapmodify at the command line with LDIF files similar to this: (Similar because the DN and SUBC numbers will vary)
dn:
cn=active_as_ADP100,ou=Status,ou=GlobalConfig,ou=1.1,ou=IdentitySynchronization,ou=Services,dc=company,dc=com
changetype:modify
replace:pswInstalledSubComponentInfo
pswInstalledSubcomponentInfo::SUBC?ldap://hostname.company.com:389
pswInstalledSubComponemtInfo::SUBC101?ldap://hostname2.company.com:389
Posted at 02:46PM Jul 31, 2008 by Jonathan Gershater in Identity & Directory Server | Comments[1]
Installing OpenDS on my MacBook Pro in a cinch
After downloading the OpenDS zip file, I unzipped the file and exeucte setup in command line mode (not the graphical interface). This utility can be used to setup the Directory Server. Here are the global setup options:
Usage: setup {options}
where {options} include:
-i, --cli
Use the command line install. If not specified the graphical interface will be launched. The rest of the options (excluding help and version) will only be taken into account if this option is specified
-b, --baseDN {baseDN}
Base DN for user information in the Directory Server. Multiple base DNs may be provided by using this option multiple times
-a, --addBaseEntry
Indicates whether to create the base entry in the Directory Server database
-l, --ldifFile {ldifFile}
Path to an LDIF file containing data that should be added to the Directory Server database. Multiple LDIF files may be provided by using this option multiple times
-R, --rejectFile {rejectFile}
Write rejected entries to the specified file
--skipFile {skipFile}
Write skipped entries to the specified file
-d, --sampleData {numEntries}
Specifies that the database should be populated with the specified number of sample entries
-p, --ldapPort {port}
Port on which the Directory Server should listen for LDAP communication
-x, --jmxPort {jmxPort}
Port on which the Directory Server should listen for JMX communication
-S, --skipPortCheck
Skip the check to determine whether the specified ports are usable
-D, --rootUserDN {rootUserDN}
DN for the initial root user for the Directory Server
-w, --rootUserPassword {rootUserPassword}
Password for the initial root user for the Directory Server
-j, --rootUserPasswordFile {rootUserPasswordFile}
Path to a file containing the password for the initial root user for the Directory Server
-O, --doNotStart
Do not start the server when the configuration is completed
-q, --enableStartTLS
Enable StartTLS to allow secure communication with the server using the
LDAP port
-Z, --ldapsPort {port}
Port on which the Directory Server should listen for LDAPS communication. The LDAPS port will be configured and SSL will be enabled only if this argument is explicitly specified
--generateSelfSignedCertificate
Generate a self-signed certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
--usePkcs11Keystore
Use a certificate in a PKCS#11 token that the server should use when accepting SSL-based connections or performing StartTLS negotiation
--useJavaKeystore {keyStorePath}
Path of a Java Key Store (JKS) containing a certificate to be used as the server certificate
--usePkcs12keyStore {keyStorePath}
Path of a PKCS#12 key store containing the certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
-W, --keyStorePassword {keyStorePassword}
Certificate key store PIN. A PIN is required when you specify to use an existing certificate (JKS, PKCS#12 or PKCS#11) as server certificate
-u, --keyStorePasswordFile {keyStorePasswordFile}
Certificate key store PIN file. A PIN is required when you specify to use an existing certificate (JKS, PKCS#12 or PKCS#11) as server certificate
-N, --certNickname {nickname}
Nickname of the certificate that the server should use when accepting SSL-based connections or performing StartTLS negotiation
Utility Input/Output Options
-n, --no-prompt
Perform an installation in non-interactive mode. If some data in the command is missing the user will not be prompted and the tool will fail
-Q, --quiet
Run setup in quiet mode. Quiet mode will not output progress information to standard output
-v, --verbose
Use verbose mode
--propertiesFilePath {propertiesFilePath}
Path to the file containing default property values used for command line arguments
--noPropertiesFile
No properties file will be used to get default command line argument values
General Options
-V, --version
Display Directory Server version information
-?, -H, --help
Display this usage information
Since my install is a development environment I selected the following options:
-i – command line mode
-b – base DN of "dc=example,dc=com"
-a - create the baseDN
-d 500 – five hundred sample users
-p 1389 – insecure port 1389
-D "cn=directory manager" – directory administrator user
-w password – directory administrator password
-q -Z 1390 - secure port 1390
-v – verbose output
Herewith the installation session:
pcp002880pcs:~/opends/OpenDS-1.0.0 /$ ./setup -i -b "dc=example,dc=com" -a -d 500 -p 1389 -D "cn=directory manager" -w password -q -Z 1390 -v
OpenDS Directory Server 1.0.0
Please wait while the setup program initializes...
Certificate server options:
1) Generate self-signed certificate (recommended for testing purposes
only)
2) Use an existing certificate located on a Java Key Store (JKS)
3) Use an existing certificate located on a PKCS#12 key store
4) Use an existing certificate on a PKCS#11 token
Enter choice [1]:
Do you want to start the server when the configuration is completed? (yes /
no) [yes]:
Setup Summary
=============
LDAP Listener Port: 1389
LDAP Secure Access: Enable StartTLS
Enable SSL on LDAP Port 1390
Create a new Self-Signed Certificate
Root User DN: cn=directory manager
Directory Data: Create New Base DN dc=example,dc=com.
Base DN Data: Import Automatically-Generated Data (500 Entries)
Start Server when the configuration is completed
What would you like to do?
1) Setup the server with the parameters above
2) Provide the setup parameters again
3) Cancel the setup
Enter choice [1]:
Configuring Directory Server ..... Done.
Configuring Certificates ..... Done.
-----------------------------------------------------------------
Importing Automatically-Generated Data (500 Entries):
[24/Jul/2008:10:01:28 -0700] category=JEB severity=NOTICE msgID=8847544 msg=Available buffer memory 4479254 bytes is below the minimum value of 10485760 bytes. Setting available buffer memory to the minimum
[24/Jul/2008:10:01:28 -0700] category=JEB severity=NOTICE msgID=8847545 msg=Setting DB cache to 26875526 bytes and internal buffer to 10485760 bytes
[24/Jul/2008:10:01:29 -0700] category=JEB severity=NOTICE msgID=8847533 msg=OpenDS Directory Server 1.0.0 starting import (build 20080610152800Z, R4337)
[24/Jul/2008:10:01:29 -0700] category=JEB severity=NOTICE msgID=8847449 msg=Import Thread Count: 8 threads
[24/Jul/2008:10:01:29 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381713 msg=JVM Information: 1.5.0_13-b05-241 by Apple Computer, Inc., 32-bit architecture, 66650112 bytes heap size
[24/Jul/2008:10:01:29 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381714 msg=JVM Host: pcp002880pcs.visa.com, running Mac OS X 10.4.11 i386, 4294967296 bytes physical memory size, number of processors available 2
[24/Jul/2008:10:01:29 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381715 msg=JVM Arguments: "-Dorg.opends.server.scriptName=setup"
[24/Jul/2008:10:01:29 -0700] category=JEB severity=NOTICE msgID=8847518 msg=Processing LDIF
[24/Jul/2008:10:01:30 -0700] category=JEB severity=NOTICE msgID=8847519 msg=End of LDIF reached
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847537 msg=Begin substring buffer flush of 15913 elements. Buffer total access: 30458 buffer hits: 14545
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847538 msg=Substring buffer flush completed in 1 seconds
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847539 msg=Begin final cleaner run
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847541 msg=Cleaner run took 0 seconds 0 logs removed
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847454 msg=Processed 502 entries, imported 502, skipped 0, rejected 0 and migrated 0 in 1 seconds (average rate 255.1/sec)
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847455 msg=Number of index values that exceeded the entry limit: 0
[24/Jul/2008:10:01:31 -0700] category=JEB severity=NOTICE msgID=8847536 msg=Import LDIF environment close took 0 seconds
-----------------------------------------------------------------
Starting Directory Server:
[24/Jul/2008:10:01:33 -0700] category=CORE severity=INFORMATION msgID=132 msg=The Directory Server is beginning the configuration bootstrapping process
[24/Jul/2008:10:01:35 -0700] category=CORE severity=NOTICE msgID=458886 msg=OpenDS Directory Server 1.0.0 (build 20080610152800Z, R4337) starting up
[24/Jul/2008:10:01:35 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381713 msg=JVM Information: 1.5.0_13-b05-241 by Apple Computer, Inc., 32-bit architecture, 132775936 bytes heap size
[24/Jul/2008:10:01:35 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381714 msg=JVM Host: pcp002880pcs.visa.com, running Mac OS X 10.4.11 i386, 4294967296 bytes physical memory size, number of processors available 2
[24/Jul/2008:10:01:35 -0700] category=RUNTIME_INFORMATION severity=NOTICE msgID=20381715 msg=JVM Arguments: "-Xserver", "-Dorg.opends.server.scriptName=start-ds"
[24/Jul/2008:10:01:39 -0700] category=ACCESS_CONTROL severity=INFORMATION msgID=12582978 msg=Added 8 Global Access Control Instruction (ACI) attribute types to the access control evaluation engine
[24/Jul/2008:10:01:41 -0700] category=JEB severity=NOTICE msgID=8847402 msg=The database backend userRoot containing 502 entries has started
[24/Jul/2008:10:01:41 -0700] category=PROTOCOL severity=MILD_WARNING msgID=2163134 msg=The directory /Users/jgershater/Documents/Work/ISO images/opends/OpenDS-1.0.0/config/auto-process-ldif referenced by the LDIF connection handler defined in configuration entry cn=LDIF Connection Handler,cn=Connection Handlers,cn=config does not exist. The LDIF connection handler will start, but will not be able to process any changes until this directory is created
[24/Jul/2008:10:01:42 -0700] category=PROTOCOL severity=MILD_ERROR msgID=2294036 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 1390
[24/Jul/2008:10:01:42 -0700] category=PROTOCOL severity=MILD_ERROR msgID=2294036 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 1389
[24/Jul/2008:10:01:42 -0700] category=CORE severity=NOTICE msgID=458887 msg=The Directory Server has started successfully
[24/Jul/2008:10:01:42 -0700] category=CORE severity=NOTICE msgID=458891 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerStarted, alert ID 458887): The Directory Server has started successfully
See /tmp/opends-setup-11588.log for a detailed log of this operation.
To see basic server configuration status and configuration you can launch /opends/OpenDS-1.0.0/bin/status
I now view the status of the server, per the final line of the installation session:
pcp002880pcs:~/opends/OpenDS-1.0.0/$ cd bin
pcp002880pcs:~/opends/OpenDS-1.0.0/bin/$./status
>>>> Specify OpenDS LDAP connection parameters
How do you want to connect?
1) LDAP
2) LDAP with SSL
3) LDAP with StartTLS
Enter choice [1]:
Administrator user bind DN [cn=Directory Manager]:
Password for user 'cn=Directory Manager':
--- Server Status ---
Server Run Status: Started
Open Connections: 1
--- Server Details ---
Host Name: pcp002880pcs.example.com
Administrative Users: cn=directory manager
Installation Path: /opends/OpenDS-1.0.0
OpenDS Version: OpenDS Directory Server 1.0.0
Java Version: 1.5.0_13-121
--- Connection Handlers ---
Address:Port : Protocol : State
-------------:----------:---------
0.0.0.0:1389 : LDAP : Enabled
0.0.0.0:1390 : LDAPS : Enabled
0.0.0.0:161 : SNMP : Disabled
0.0.0.0:1689 : JMX : Disabled
--- Data Sources ---
Base DN: dc=example,dc=com
Backend ID: userRoot
Entries: 502
Replication: Disabled
And here is a graphical screenshot of the DIT (Directory Information Tree), using jxplorer
Total installation time, about two minutes!
Kudos to Ludo's team and the OpenDS community.
References
Posted at 11:52AM Jul 24, 2008 by Jonathan Gershater in Identity & Directory Server |
A useful script for troubleshooting UNIX processes and TCP ports
I found a really useful script that will show what UNIX processes are using particular TCP ports, and vice-versa. I found this useful for troubleshooting Identity Synchronization for Windows connectors. The Directory Server connector runs as a java process listening on a particular TCP port. The ISW plugin in the Sun Directory Server connects to the connector over that port number.
The script can be downloaded here
In this example, the Directory Server connector is listening on port 7890 and the corresponding Sun Directory Server is connected to the connector on port 7890
# sh pcp -p 7890
PID Process Name and Port
_________________________________________________________
7493 /usr/java/bin/java 7890 DS Connector
sockname: AF_INET 0.0.0.0 port: 7890
sockname: AF_INET 10.200.131.36 port: 7890
sockname: AF_INET 10.200.131.36 port: 7890
_________________________________________________________
7766 /opt/SUNWdsee/ds6/lib/64/ns-slapd 7890 Directory Server
peername: AF_INET 10.200.131.36 port: 7890
_________________________________________________________
Posted at 10:58AM Jul 21, 2008 by Jonathan Gershater in Identity & Directory Server |
Thursday Jul 31, 2008














