HP-UX Directory Server Version 8.1 (B.08.10.07) Release Notes (766146-001, March 2014)
Workaround
Use any of the following workarounds:
◦ When you run the setup-ds-admin.pl -u command, by default it uses the following
user account: uid=admin, ou=Administrators, ou=TopologyManagement,
o=NetscapeRoot.
Instead of the default user account, if the cn=Directory manager user account and
credentials are used, the upgrade works fine.
◦ Stop the instances created by cn=Directory Manager and then, modify the aci by
changing the uid from directory manager to admin in the
/etc/opt/dirsrv/slapd-<instancename>/dse.ldif file.
Example:
Error aci
aci: (targetattr="*")(version 3.0; acl "Configuration
Administrator"; allow (a ll) userdn="ldap:///uid=directory
manager, ou=Administrators, ou=TopologyMan agement,
o=NetscapeRoot";)
corrected aci
aci: (targetattr="*")(version 3.0; acl "Configuration
Administrator"; allow (a ll) userdn="ldap:///uid=admin,
ou=Administrators, ou=TopologyManagement, o=N etscapeRoot";)
• QXCR1001290470: You might see schema error when downgrading to older version.
Workaround
When downgrading from HPDS 8.10.0x to 8.10.0x, you may encounter schema error. To
avoid this problem, the schema directories must be emptied before the older version software
is reloaded.
• QXCR1001293940: Replication may not work during migration if the instances have space
in the directory suffix.
Workaround
When migrating from HPDS 8.10.03 to 8.10.0x, in the replication environment, replication
may not work . After upgrading to newer version of HPDS 8.10.0x and creation of replication
agreement, you must delete the space in the suspicious replica entry in the dse.ldif file.
For example:
Find the cn=replica entry as shown below:
grep -E '^dn:\ cn=replica.*cn=.*cn=mapping\ tree.*cn=config'
/etc/opt/dirsrv/ slapd-instance_name/dse.ldif
Replica entry with space :
dn: cn=replica,cn=dc\3Dxxx\2C dc\3Dyyy\2C dc\3Dzzz,cn=mapping
tree,cn=config
Replica entry without space :
dn: cn=replica,cn=dc\3Dxxx\2Cdc\3Dyyy\2Cdc\3Dzzz,cn=mapping
tree,cn=config
19