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