This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 23 lines
!! Force Immediate Synchronization with [ndsrepair]
Linux - Execute "/opt/novell/eDirectory/bin/ndstrace" from the server [command-line]. Within the ndstrace utility enter:
{{{
SET NDSTRACE=ON (enables file logging to /var/nds/DSTRACE.LOG)
SET NDSTRACE=NODEBUG (turns off all preset filters)
SET NDSTRACE=+SKLK (enables filter of synchronization traffic)
SET NDSTRACE=*H (initiates synchronization between servers)
}}}
You could do this more automated
{{{
ndstrace -c 'SET NDSTRACE=ON'
ndstrace -c 'SET NDSTRACE=NODEBUG'
ndstrace -c 'SET NDSTRACE=+SKLK'
ndstrace -c 'SET NDSTRACE=*H'
}}}
To Exit [command-line] process use
{{{
ndstrace -u
}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]