Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Table of Contents:
export LD_LIBRARY_PATH, SHLIB_PATH and LIBPATH to the <untarred location of eDirectory>/eDirectory/setup/utils and run ndscheck from the following location <untarred location of eDirectory>/eDirectory/setup/utils using one of the below commands:
<untarred location of eDirectory>/eDirectory/setup/utils/ndscheck -a <user name> -w passwd --config-file <nds.conf with absolute path>
<untarred location of 88SP3>/eDirectory/setup/utils/ndscheck -a <user name> -w env:<environment variable> --config-file <nds.conf with absolute path>
Passing the password through environment variable
<untarred location of 88SP3>/eDirectory/setup/utils/ndscheck -a <user name> -w file:<filname> --config-file <nds.conf with absolute path>
Passing the password through file
/Builds/eDirectory/utils/ndscheck -a admin.novell -w n
/Builds/eDirectory/utils/ndscheck -a admin.novell -w env:ADM_PASWD
/Builds/eDirectory/utils/ndscheck -a admin.novell -w file:adm_paswd
nds-install -u -c server -c admutils -i -j
ATH=/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin:$PATH
LD_LIBRARY_PATH=/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/opt/novell/lib:$LD_LIBRARY_PATH
MANPATH=/opt/novell/man:/opt/novell/eDirectory/man:$MANPATH
TEXTDOMAINDIR=/opt/novell/eDirectory/share/locale
ndsconfig upgrade -a <user name> -w passwd -c --config-file <nds.conf with absolute path>
ndsconfig upgrade -a <user name> -w env:<environment variable> -c --config-file <nds.conf with absolute path>
Passing the password through environment variable
ndsconfig upgrade -a <user name> -w file:<filename with absolute/relative path> -c --config-file <nds.conf with absolute path>
Passing the password through file
ndsconfig upgrade -a admin.novell -w n -c –config-file
/etc/opt/novell/eDirectory/conf/nds.conf
ndsconfig upgrade -a admin.novell -w env:ADM_PASWD -c --config-file
/etc/opt/novell/eDirectory/conf/nds.conf
ndsconfig upgrade -a admin.novell -w file:/Builds/88SP3/adm_paswd -c --config-file
/etc/opt/novell/eDirectory/conf/nds.conf
For further details of ndsconfig refer to man page of ndsconfig
Removal of all instances of eDirectory
ndsconfig rm -a <user name> -w passwd -c
ndsconfig rm -a <user name> -w env:<environment variable> -c
Passing password through environment variable
ndsconfig rm -a <user name> -w file:<filename with absolute/relative path> -c
Passing password through file
Any one of the above can be used in the automated script for the DS upgrade.
ndsconfig rm -a admin.novell -w n -c
ndsconfig rm -a admin.novell -w env:ADM_PASWD -c
ndsconfig rm -a admin.novell -w file:/Builds/88SP3/adm_paswd -c
Uninstall of eDirectory packages
nds-uninstall -u -c server -c admutils
Uninstall of individual components is also supported (either Server or Administration Utilities). If an individual component is specified, then follow the order of the Administration Utilities followed by Server.