Unable to start sp_cop and license utilities return "Unknown problem"
Example:
/<prodir>/bin> ./sp_cop -u<port> &
[1] 22085770
/<prodir>/bin> Could not find SharePlex license - exiting
/<prodir>/bin> cd ../util
[1] + Done(1) ./sp_cop -u<port> &
/<prodir>/util> cd ../install
/<prodir>/install> ./splex_add_key
Unknown problem
License installation abort./<prodir>/install>
/<prodir>/install> ./splex_get_key
Error, Unknown problem
Can't retrieve license key from paramdb:splexadm:/<prodir>/install>
Missing ODMDIR environment variable for the splex user on AIX. The message “unknown problem” printed to the standard output is from the Questkey license library. Most OS calls that fail in the library generate this message.
1. For AIX, verify that ODMDIR environment variable is exported
2. If not exported for the splex user, export the ODMDIR environment variable for the splex user
Example:
Export ODMDIR=/etc/objrepos
3. Start SharePlex
/<prodir>/bin> ./sp_cop -u<port> &