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
We do a couple of things to try to make life easier.
Put a "soft" link from /var/opt/novell/eDirectory/log to /var/log/eDirectory
{{{
ln -s /var/opt/novell/eDirectory/log /var/log/eDirectory
}}}
We put all DirXML Trace files in:
{{{
var/log/DirXML/cnOfTheDriver.log
}}}We use a one line command for backing up the DIB, done in a automation script.
We can completely restore a crashed server or the entire tree from this one file.
The line basically goes like this:
{{{
tar cvfz 2010-02-16-testbackup.tgz /etc/opt/novell/eDirectory/conf/nds.conf /etc/opt/novell/eDirectory/conf/ndsimon.conf /etc/opt/novell/eDirectory/conf/ndssnmp/ndssnmp.cfg /etc/opt/novell/eDirectory/conf/ndssnmp/ndstrap.cfg /var/opt/novell/eDirectory/data/dib/_ndsdb.ini /var/opt/novell/eDirectory/data/dib /var/opt/novell/nici
}}}You can view what is in the file with:
{{{
tar -tvf 2010-02-16-testbackup.tgz |less
}}}!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]