| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
This is a notes page, extended with tips & tricks. This page is not really documentation, just stuff for me to remember. Sometimes things will get removed from these pages and turned into real documentation, sometimes not. You might find these notes to come in hand, maybe not. For me, it's just things I don't want to forget.
cd /var/opt/novell/eDirectory/data/dib ll core.* gdb /opt/novell/eDirectory/sbin/ndsd <core.****> type where quit exits
ndsd –version
or
ndsrepair -T
or
ndsstat
The ndsstat utility displays information related to Novell eDirectory servers. The utility displays the eDirectory tree name, the fully distinguished server name, the eDirectory version, and the RootMostEntryDepth. The RootMostEntryDepth is the distance from the root of the tree to the rootmost entry of the server.
ndsstat usage
ndsstat [-h hostname[:port]] { -r -s } [--config-file ]
ndsstat options
-h hostname
Specifies the DNS name or IP address of the eDirectory server. If the hostname is not specified, ndsstat will take the current server name.
-r
Lists all the partitions that have replicas stored in the eDirectory database. Displays a list of all servers that contain a replica of each of the partition known to the eDirectory database.
-s
Lists all the servers know to the eDirectory database.
–config-file
Specifies the location of the nds.conf configuration file.
example
ndsstat -h MyHost :2000
oes2:~ # /etc/init.d/ndsd stop
Executing customized settings before stopping the Novell eDirectory server...
Stopping Novell eDirectory server...
.................. done
Executing customized settings after stopping the Novell eDirectory Server...
oes2:~ # /etc/init.d/ndsd start
Executing customized settings before starting the Novell eDirectory server...
Starting Novell eDirectory server...
done
Executing customized settings after starting the Novell eDirectory server...
Novell eDirectory LDAP Server TCP port is listening.
Novell eDirectory LDAP Server TLS port is listening.
/usr/sbin/nldap -l
/usr/sbin/nldap -u
Discussion