version command

The version command lists the version of the Oracle Endeca Server and the versions of the Dgraph processes powering each of the data stores (if the Dgraph processes for these data stores are currently running).

The syntax for the version command is:
endeca-cmd version [global-options]

If no data stores are currently running on the Oracle Endeca Server, only the version of the Oracle Endeca Server is listed, because in this case versions of the Dgraph processes on the data stores are not available. The following examples illustrate the usage of the version command.

Examples

In the first example, assume that two Endeca data stores, datastore_A and datastore_B, exist on the Oracle Endeca Server, where datastore_B is stopped (thus, its Dgraph process is not running).

The output of the endeca-cmd version command will be similar to the following:
Oracle Endeca Server 7.4.0.701
Data store information:
  datastore_A: version 7.4.0, build 7.4.0.665981
  datastore_B: -- No version available –-
In the second example, assume that the Oracle Endeca Server is running but no data stores are running on it (they could either be stopped or not created). In this case, the output of the endeca-cmd version command will be similar to the following:
Oracle Endeca Server 7.4.0.701
-- No version information available for data stores –-