Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (4111 KB)
Starting, Stopping, and Restarting a Directory Server InstanceTo start, stop or restart, the server from the command line, use the commands dsadm start, dsadm stop, and dsadm restart, respectively. Note – When you stop and restart a Directory Server instance with a large cache in memory configured to hold entries, the cache takes some time to refill. While the cache fills again, the instance responds more slowly. These commands must be run by the same UID and GID that created the Directory Server, or run by root. For example, if Directory Server runs as user1 , you should run the start, stop, and restart utilities as user1. Note – On Solaris, role-based access control allows you to run Directory Server as a user other than root.
|
$ dsadm start instance-path |
For example, to start a server with the instance path /local/ds, use this command:
$ dsadm start /local/ds |
To stop the server, type:
$ dsadm stop instance-path |
For example:
$ dsadm stop /local/ds |
To restart the server, type:
$ dsadm restart instance-path |
For example:
$ dsadm restart /local/ds |