Thanks Will!
Our PoC server is: 3.10.0-514.21.2.el7.x86_64 -- if PoC is successful, likely will be AWS.
Running setup.py as 'sudo -i' -- for outpout from 'setup.log' below -- should I manually create file 'opendj-setup.properties' -- but was unsure on values to set?
```
11:22:47 06/28/17 Running: /bin/su ldap -c cd /opt/opendj ; export OPENDJ_JAVA_HOME=/opt/jre ; /opt/opendj/setup --no-prompt --cli --propertiesFilePath /opt/opendj/opendj-setup.properties --acceptLicense
11:22:49 06/28/17 An error occurred while parsing the command-line arguments: An unexpected
error occurred while attempting to initialize the command-line arguments:
An error occurred while attempting to read the contents of the argument
properties file /opt/opendj/opendj-setup.properties:
FileNotFoundException(/opt/opendj/opendj-setup.properties (Permission denied))
ERROR: No password was provided for the initial root user. When performing a
non-interactive installation, this must be provided using either the
rootUserPassword or the rootUserPasswordFile argument
```