Quantcast
Channel: DELIVERBI Blog GCP Google | BIG DATA | OBIEE | OBIA | Oracle | Trino
Viewing all articles
Browse latest Browse all 90

OBIEE 12c Start and Stop Scripts No More OPMN

$
0
0

OBIEE 12c Start and Stop Scripts


No More OPMN .... All weblogic now.. FMW
obiee 12c ( No more OPMN ) . These new scripts are sooo easy... Or Use FMW still for services etc.


Stopping OBIEE 12

./stop.sh | stop.cmd {-i <list of instances>} {-r}
For example, ./stop.sh -i obis1,obips1
-r (optional) Stops the remote Node Managers

If no instances are specified as arguments in the command,
the administration server, managed server and all system components are shutdown by default.

Starting OBIEE 12


./start.sh | start.cmd {-noprompt} {-i <list of instances>} {-r}

For example, ./start.sh -i obis1,obips1
If no instances are specified as arguments in the command,
the administration server, managed server, all system components, and local node manager are started by default.

Status of OBIEE 12 Services (All Weblogic)


./status.sh | status.cmd {-v}

where {-v} is verbose

The command displays component name, type, status, and machine name.

  • BI Server(OBIS)— This component provides the query and data access capabilities at the heart of Oracle Business Intelligence and provides services for accessing and managing the enterprise semantic model (stored in a file with an .RPD extension).
  • BI Scheduler(OBISCH)— This component provides extensible scheduling for analyses to be delivered to users at specified times. (Oracle BI Publisher has its own scheduler.)
  • BI JavaHost(OBIJH)— This component provides component services that enable Oracle BI Presentation Services to support various components such as Java tasks for Oracle BI Scheduler, Oracle BI Publisher, and graph generation. It also enables Oracle BI Server query access to Hyperion Financial Management and Hyperion Planning data sources.
  • Essbase— This component provides support for Essbase.
  • BI Presentation Server(OPBIPS)— This component provides the framework and interface for the presentation of business intelligence data to web clients. It maintains an Oracle BI Presentation Catalog service on the file system for the customization of this presentation framework.
  • Cluster Controller(OBICCS)— This component distributes requests to the BI Server, ensuring requests are evenly load-balanced across all BI Server process instances in the BI domain.

Viewing all articles
Browse latest Browse all 90

Trending Articles