Tips and tricks: Create and register a new Red Hat Directory Server 8.0 instance on a remote configuration server

Product: Red Hat Directory Server
Version: 8.0 on Red Hat Enterprise Linux 4 Update 5

Creating new directory server instances can be done from the command line, with the script setup-ds-admin.pl as described in the Installation Guide, 6.2.1. Creating a New Directory Server Instance

If you are unable to register a new Red Hat Directory Server 8.0 instance with the script setup-ds-admin.pl to a remote configuration server, build
Red Hat-Directory/8.0.0 B2007.353.1757

And are getting this error message:

Error adding entry 'cn=Red Hat Directory Server, cn=Server Group,
cn=host.example.com, ou=example.com, o=NetscapeRoot'. Error: No such object
Could not register the directory server with the configuration directory server.

Create the following 2 entries on the configuration Directory Server:

Note: Replace example.com with the real domain and host.example.com with the real hostname.

dn: cn=host.example.com, ou=example.com, o=NetscapeRoot
objectclass: top
objectclass: nsHost
objectclass: groupOfUniqueNames
cn: host.example.com
nsosversion: output of uname -a on the machine
nshardwareplatform: arch e.g. i386 or x86_64 or ...
serverHostName: host.example.com
dn: cn=Server Group, cn=host.example.com, ou=example.com, o=NetscapeRoot
objectclass: top
objectclass: nsAdminGroup
objectclass: nsDirectoryInfo
objectclass: groupOfUniqueNames
nsAdminGroupName: Server Group
nsDirectoryInfoRef: cn=User Directory, ou=Global Preferences, ou=example.com,
o=NetscapeRoot

Bugzilla reference 431103

Red Hat’s customer service and support teams receive technical support questions from users all over the world. Red Hat technicians add the questions and answers to Red Hat Knowledgebase on a daily basis. Access to Red Hat Knowledgebase is free. Red Hat Magazine offers a preview into the Red Hat Knowledgebase by highlighting some of the most recent entries. The information provided in this article is for your information only. The origin of this information may be internal or external to Red Hat. While Red Hat attempts to verify the validity of this information before it is posted, Red Hat makes no express or implied claims to its validity.

0 Responses to “Tips and tricks: Create and register a new Red Hat Directory Server 8.0 instance on a remote configuration server”


  1. No Comments

Leave a Reply

You must login to post a comment.