The endeca-cmd command-line script has been significantly enhanced in this release.
Options in release 7.4.0 that are removed | Equivalent options added in release 7.5.1 |
---|---|
start-ds | enable-dd |
stop-ds | disable-dd |
create-ds | create-dd |
attach-ds | import-dd |
detach-ds | export-dd |
For detailed information about the commands for Endeca Server version 7.5.1, and other newly added commands in endeca-cmd, see the Oracle Endeca Server Administrator's Guide and the Oracle Endeca Server Cluster Guide.
For example, on Windows the default path is:
C:\Oracle\Middleware\EndecaServer7.5.1_1\endeca-cmd
The location on Linux will also be in the Endeca Server installation directory. Use this version of the script if your Endeca Server deployment is installed in a non-SSL environment.
For example, if endeca_server_domain is the name of your WebLogic Server domain, then the default path on Windows is:
C:\Oracle\Middleware\user_projects\domains\endeca_server_domain\EndecaServer\bin
This version lets you issue endeca-cmd commands without having to specify the location of the SSL certificates with the --keystore and --truststore options. It does so by making use of the EndecaCmd.properties file, which is located by default in the $DOMAIN_HOME/config directory.
The parameters in the EndecaCmd.properties file are automatically set when you run the generate_ssl_keys utility to generate the certificates.