Updating the OCI container configuration

This topic describes how to update the OCI container configuration on Linux®.

Procedure

  1. Change to the ZOA_HOME directory.
  2. Open the zoa_env.config file in a text editor.
    Locate the following property and change it to the value that is shown below:
    DISCOVERY_LIBRARY_FILE_STORE=absolute-path-to-DISCOVERY_LIBRARY_FILE_STORE
  3. Save and close the zoa_env.config file.
    Note: The zoa_env.config file is write-protected to protect it from accidental damage. You need to override the write protection when you save the file. In vi, the command for this operation is :wq!.
    If your text editor does not support overriding write protection on files, change the file permissions before you edit the file:
    chmod 644 zoa_env.config