17 Running the OMS in Console-Only Mode

Oracle Management Service (OMS) is designed to run two types of services, mainly the console services and the background services. This chapter describes how you can run the OMS in console-only mode. In particular, this chapter covers the following:

17.1 About Running the OMS in Console-Only Mode

Oracle Management Service (OMS) is designed to run two types of services, mainly the console services and the background services. While the console services are required to render a GUI-rich console for Enterprise Manager, the background services are required to run critical jobs, upload operations, business logics, and so on.

Figure 17-1 illustrates the functioning of an OMS where both console services and background services are running.

Figure 17-1 Functioning of OMS with Active Console and Background Services


Graphic illustrates the functioning of an OMS with Active Console and Background Services

In a multi-OMS environment, if you want to have a dedicated OMS for User Interface (UI) operations or if you do not want to run background services in SSA OMS (external-facing OMS in a private or public cloud environment), then you can choose to shut down the background services and run only the UI services, thus turning the OMS into a pure, console-only mode. In such a case, the Management Agents upload data to other OMS instances where both background services and UI services are running. However, note that you cannot shut down the background services and run only the UI services of an OMS that is deployed in a remote location.

Note:

  • Only the additional OMS instances can be run in console-only mode, while the OMS instance that shares the host with the Administration Server cannot.

  • Only the additional OMS instances of the same location can be run in console-only mode, while the additional OMS in a remote location cannot. For example, if you have four OMS instances in the US and one in Australia, then the OMS in Australia cannot be run in console-only mode.

17.2 Running the OMS in Console-Only Mode

To run the OMS in console-only mode, follow these steps:

  1. Stop the OMS using the following command.

    $<ORACLE_HOME>/bin/emctl stop oms

  2. Set the start up mode to console-only, using the following command.

    $<ORACLE_HOME>/bin/emctl config oms -set_startup_mode console_only

  3. Start the OMS using the following command.

    $<ORACLE_HOME>/bin/emctl start oms

To revert the OMS instances to Normal mode, run the following command, and restart the OMS.

$<ORACLE_HOME>/bin/emctl config oms -set_startup_mode normal