2011-2014ForgeRock ASstop-ds1OpenDJstop-dsstop OpenDJ directory serverstop-dsoptionsDescriptionThis utility can be used to request that the directory server stop
running or perform a restart.When run without connection options, stop-ds
sends a signal to the OpenDJ process to stop the server. When run with
connection options, the stop-ds connects to the OpenDJ
administration port and creates a shutdown task to stop the server.OptionsThe following options are supported.Reason the server is being stopped or restarted.Attempt to automatically restart the server once it has
stopped.Indicates the date/time at which the shutdown operation will begin
as a server task expressed in format YYYYMMDDhhmmssZ for UTC time or
YYYYMMDDhhmmss for local time. A value of '0' will cause the shutdown to
be scheduled for immediate execution. When this option is specified the
operation will be scheduled to start at the specified time after which this
utility will exit immediately.Use the proxied authorization control with the given authorization
ID.LDAP Connection OptionsDN to use to bind to the serverDirectory server hostname or IP addressDefault value: 127.0.0.1Bind password fileCertificate key store pathNickname of certificate for SSL client authenticationSASL bind optionsDirectory server administration port numberDefault value: 4444Certificate trust store pathCertificate trust store PINCertificate key store PIN fileCertificate trust store PIN filePassword to use to bind to the serverUse to have the command prompt for the
password, rather than enter the password on the command line.Certificate key store PINTrust all server SSL certificatesUtility Input/Output OptionsNo properties file will be used to get default command line
argument valuesPath to the file containing default property values used for
command line argumentsUse quiet modeGeneral OptionsDisplay version informationDisplay usage informationExit Codes0The command completed successfully.> 0An error occurred.ExamplesThe following example restarts OpenDJ directory server.
$ stop-ds --restartStopping Server...
...The Directory Server has started successfully