Configuring OMServer custom resource

OMServer defines the specifications to run a single instance of application or agent or integration servers. Multiple OMServer resources can be created in the namespace as required. The OMServer resources work with parameters such as database, storage, image that are defined in the OMEnvironment.

Procedure

  1. Create an OMServer yaml file by configuring the required parameters. For more information about the parameters, see parameters.
  2. To get started, see the sample manifest that is provided. For more information, see OMServer custom resource manifest.
  3. Run the following command to create a namespace where the OMServer resource is to be created
    oc create ns <namespace>
  4. Run the following command to create or update the OMServer in the cluster.
    oc apply -f <om-server-yaml-file> -n <namespace>
  5. Monitor the status of the custom resources to ensure that the installation is successful. For more information, see Operator status details.
  6. To delete the OMServer, run the following command.
    oc delete omserver <name-of-cr> -n <namespace>