Use Cases for Enabling Component Groups or Components
This topic provides detailed information about changes to make to support use cases for enabling component groups or components on a server. This topic is part of Use Cases for Making Incremental Changes. No restarts apply in these use cases.
Use Case/Notes | Sample Data Format |
---|---|
1. Component group, enabling on a server Files:
Notes: In server_edge.yaml:
In sai_quantum.yaml:
In siebel-ingress-app.yaml:
|
In server_edge.yaml :
In server_edge.yaml : Add the new Component group to be enabled in "profiles → ServerConfigParams → EnableCompGroupsSIA". This change is required to keep the server_edge.yaml Profile configuration to be intact with the list of Component Groups enabled in the server.
In sai_quantum.yaml:
In siebel-ingress-app.yaml (located in the Siebel Cloud Manager Container /home/opc/siebel/<env_id>/<namespace>-cloudmanager/flux-crm/infrastructure/nginx):
|
2. Component group, removing configuration Files:
Notes: In server_edge.yaml:
In sai_quantum.yaml:
In siebel-ingress-app.yaml:
|
In server_edge.yaml: Remove the entire block representing the component group configuration (for example, the below configuration block for removing SiebelWebTools ).
In server_edge.yaml : Remove the Component group to be disabled from " Profiles→ServerConfigParams → EnableCompGroupsSIA ". This change is required to keep the server_edge.yaml Profile configuration to be intact with the list of Component Groups enabled in the server.
In sai_quantum.yaml: Remove the entire block representing the Interactive Object_manager configuration (for example, the below configuration block for removing SWToolsObjMgr_enu).
In siebel-ingress-app.yaml : Remove the below configuration for removing the siebelwebtools endpoint. (located in the Siebel Cloud Manager Container /home/opc/siebel/<env_id>/<namespace>-cloudmanager/flux-crm/infrastructure/nginx):
|
3. Component, enabling on a server. Files:
Notes: In server_edge.yaml:
In sai_quantum.yaml:
In siebel-ingress-app.yaml:
|
In server_edge.yaml:
In sai_quantum.yaml:
In siebel-ingress-app.yaml (located in /home/opc/siebel/<env_id>/<namespace>-cloudmanager/flux-crm/infrastructure/nginx):
|
4. Component, removing configuration. Files:
Notes: In server_edge.yaml:
In sai_quantum.yaml:
In siebel-ingress-app.yaml:
|
In server_edge.yaml: Remove the entire block representing the component configuration. (Refer Use case 2, Removing a component group) In sai_quantum.yaml: Remove the entire block representing the Interactive Object_manager configuration.(Refer Use case 2, Removing a component group) In siebel-ingress-app.yaml : Remove the ingress content rule for removing the Object manager endpoint. (Refer Use case 2, Removing a component group) |