setup-ds-admin.pl script completes. Avoid stopping and starting the server to prevent interrupting replication, searches, and other server operations.
ns-slapd process. The directory provides startup or run command (rc) scripts. On Red Hat Enterprise Linux, use the chkconfig command to enable the Directory Server and Administration Server to start on boot. On Solaris, the commands are already set up in the /etc/rc.d directories to start up the servers at boot time. For HP-UX, check the operating system documentation for details on adding these scripts.
/usr/bin/redhat-idm-console -a http://localhost:9830

/usr/lib/dirsrv/slapd-instance/start-slapd /usr/lib/dirsrv/slapd-instance/restart-slapd /usr/lib/dirsrv/slapd-instance/stop-slapd
service tool:
service dirsrv {start|stop|restart} instance
dirsrv.
/etc/init.d:
/etc/init.d/dirsrv {start|stop|restart} instance
start|stop|restart-slapd and system scripts. If an instance name is not given, the start or stop operation applies to all instances on the machine.
/usr/sbin directory.
/usr/sbin/start|stop|restart-ds-admin
service:
service dirsrv-admin {start|stop|restart}
dirsrv-admin.
init.d:
/etc/init.d/dirsrv-admin {start|stop|restart}