3.6 Restarting the NetIQ eDirectory (ndsd) Daemon

When you modify NCP Server settings by using OES Remote Manager for Linux, NCP Server automatically restarts the NetIQ eDirectory daemon to apply the new settings. If you modify the /etc/opt/novell/ncpserv.conf file, you must restart the NetIQ eDirectory daemon to make the changes go into effect.

Use the following steps to stop and start ndsd when a single instance is running.

  1. Use the following commands to stop ndsd:

    rcndsd stop

    or

    systemctl stop ndsd.service
  2. Use the following commands to start ndsd:

    rcndsd start

    or

    systemctl start ndsd.service