Making Incremental Changes to Your Siebel CRM Deployment on OCI

This topic describes how to make incremental changes to your existing Siebel CRM deployment on OCI. This topic includes the following information:

Note: If you are using greenfield deployment use case 2, described in Customizing Configurations Prior to Greenfield Deployment, your configuration customizations prior to deployment can include any of the types of changes described in this topic. Examples include adding or deleting components on a server, adding new profiles, or adding or deleting parameters for an enterprise, server, or component. After deployment, any configuration changes must be made in the deployed environment, as described in this topic. If you require the same changes in the original customized configuration that you created in greenfield configuration use case 2, then you must make the same changes in both locations.
  • SSH into the SCM instance
  • Exec into the SCM container using the following command
    docker exec -it cloudmanager bash
  • For deployed environments, configuration and runtime data are located here:
    /home/opc/siebel/<env_id>/<Helm charts repository name>/siebel-config/paramconfig
    Note: If you're using GitLab as your Git repository, then the name of the Helm charts repository is of the following format: <namespace>-helmcharts.
  • For a customized configuration that you can deploy in one or more environments, the configuration files are located here:

    /home/opc/siebel/configuration/<config_id>/config_<namespace>_<config_id>-helmcharts/siebel-config/paramconfig

Related Topics

Customizing Configurations Prior to Greenfield Deployment