Fan Out Driver Indexes unloading

  • 3373322
  • 20-Oct-2006
  • 30-May-2012

Environment

Novell Nsure Identity Manager 2.01
Novell Identity Manager 3

Situation

Fan Out Driver Indexes unloading
The Fan-Out driver indexes are regularly unloading. Also, some are set to be substring rather than value indexes. This will result in random incomplete search results.

Resolution

The following indexes need to be recreated: ASAM-NetAddressList ASAM_aliases ASAM_deletePendingsUpTo ASAM_deletesUpTo ASAM_eGroupMembers ASAM_eGroupMembership ASAM_eventError_SS ASAM_eventsUpTo ASAM_inputGUID ASAM_inputReference ASAM_passwordsUpTo ASAM_platformAssociation ASAM_platformSetAssociation ASAM_UIDGIDAssocation_SS Country Locality
This can be done using a command line tool such as nindex.nlm for Netware or ndsindex for UNIX. Examples of ncf files to delete and add the indexes are given below. You will need to edit environment specific information such as admin and server location. Please wait the appropriate amount of time after executing each file and before restarting the Fan-Out driver.
NCF file to delete the Fan-Out driver indexes: nindex delete -h localhost -p 389 -D cn=admin,o=mytree -W -s cn=myserver,o=mytree ASAM-NetAddressList ASAM_aliases ASAM_deletePendingsUpTo ASAM_deletesUpTo ASAM_eGroupMembers ASAM_eGroupMembership ASAM_eventError_SS ASAM_eventsUpTo ASAM_inputGUID ASAM_inputReference ASAM_passwordsUpTo ASAM_platformAssociation ASAM_platformAssociation_SS ASAM_platformSetAssociation_SS ASAM_UIDGIDAssocation_SS Country Locality Organization ou State Tree_Root
NCF file to add the Fan-Out driver indexes: nindex add -h localhost -p 389 -D cn=admin,o=mytree -W -s cn=myserver,o=mytree ASAM-NetAddressList;ASAM-NetAddressList;Value ASAM_aliases;ASAM-aliases;Value ASAM_deletePendingsUpTo;ASAM-deletePendingsUpTo;Value ASAM_deletesUpTo;ASAM-deletesUpTo;Value ASAM_eGroupMembers;ASAM-eGroupMembers;Value ASAM_eGroupMembership;ASAM-eGroupMembership;Value ASAM_eventError;ASAM-eventError;Value ASAM_eventsUpTo;ASAM-eventsUpTo;Value ASAM_inputGUID;ASAM-inputGUID;Value ASAM_inputReference;ASAM-inputReference;Value ASAM_passwordsUpTo;ASAM-passwordsUpTo;Value ASAM_platformAssociation;ASAM-platformAssociation;Value ASAM_platformSetAssociation;ASAM-platformSetAssociation;Value ASAM_UIDGIDAssocation;ASAM-UIDGIDAssociation;Value Country;c;Value Locality;l;Value Organization;o;Value ou;ou;Value State;s;Value Tree_Root;t;Value

Additional Information


Formerly known as TID# 10097013