Linux

Note:

Ensure that JAVA_HOME is set in the PATH variable of your .profile file or as a shell environment variable. A supported JRE (version 8 through 11) is required.

To run EPM Automate on a Linux client:

  1. Open a terminal window and navigate to the directory where you installed EPM Automate.
  2. Optional: Generate a password encryption file. You use the password encryption file to pass an encrypted password instead of an unencrypted password to initiate a session.
    epmautomate encrypt P@ssword1 myKey ../misc/encrypt/password.epw
  3. Start a session as a Service Administrator. Use a command such as the following:
    • Using an unencrypted password:

      ./bin/epmautomate.sh login serviceAdmin P@ssword1 
      https://test-cloudpln.pbcs_us1.oraclecloud.com
    • Using an encrypted password:

      ./bin/epmautomate.sh login serviceAdmin ../misc/encrypt/password.epw 
      https://test-cloudpln.pbcs_us1.oraclecloud.com
  4. Enter commands to execute the tasks you want to complete.

    See Exit Codes for information on command execution status.

  5. Sign out of the environment. Use the following command:
    ./bin/epmautomate.sh logout