2011-2014ForgeRock AS stop-ds1 OpenDJ stop-ds stop OpenDJ directory server stop-ds options Description This 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. Options The 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 Options DN to use to bind to the server Directory server hostname or IP address Default value: 127.0.0.1 Bind password file Certificate key store path Nickname of certificate for SSL client authentication SASL bind options Directory server administration port number Default value: 4444 Certificate trust store path Certificate trust store PIN Certificate key store PIN file Certificate trust store PIN file Password to use to bind to the server Use to have the command prompt for the password, rather than enter the password on the command line. Certificate key store PIN Trust all server SSL certificates Utility Input/Output Options No properties file will be used to get default command line argument values Path to the file containing default property values used for command line arguments Use quiet mode General Options Display version information Display usage information Exit Codes 0 The command completed successfully. > 0 An error occurred. Examples The following example restarts OpenDJ directory server. $ stop-ds --restart Stopping Server... ...The Directory Server has started successfully