In multiple eDirectory instances environment, I'm trying to add ndsall script to start eDirectory services automatically during the system start up.
I followed these steps..
chkconfig ndsall on
and created symbolic link at /etc/rc.d/rc3.d/ folder with name S80ndsall
here is the command I used
ln -s /etc/init.d/ndsall S80ndsall.
But It still not working. I got ndsall script from the cool solutions..
ndsall | Novell User Communities
any ideas ...thanks