Weblogic - Managed Server

Card Puncher Data Processing

About

The Managed Servers is a server in a cluster (single node cluster by default) and contains non administrative java components.

An Oracle BI domain contains one or more Managed Servers that are distributed across one or more host computers.

Obiee11g Fmw

How to

Start

The Node Manager must be running before the start of the Managed Server

You have three methods to start the managed server:

  • with the console (recommended)
  • with FMW control
  • with the command line.

With the Console

  • Log in to Oracle WebLogic Server Administration Console (or WLS Console UI) using the following URL: http://localhost:7001/console - http://<host>:7001/console
  • Under the bifoundation_domain, expand the Environment node in the navigation tree, and click Servers. There should be two servers listed:
    • AdminServer (the Administration Server)
    • and bi_server1 (the Managed Server).
  • Start the Managed Server, if not running with the control tab. After the start, you may receive this message:
A request has been sent to the Node Manager to start the selected servers.

Obiee 11g Servers Status

With FMW Control

  • Log in to Fusion Middleware Control using the following URL: http://localhost:7001/em
  • Under the WebLogic Domain expand the bifoundation_domain node in the navigation tree, and select bi_cluster. Select bi_cluster, and click the WebLogic Cluster menu. Select the Control option from the menu, and select Start Up to start the Managed Servers.

Obiee 11g Em Startup Bicluster

Obiee 11g Bi Cluster Deployment

With the command line

From your server location :

\InstallHome\user_projects\domains\bifoundation_domain\bin

Run startManagedWebLogic.cmd or startManagedWebLogic.sh depending on your environment OS. You must add the following argument :

startManagedWebLogic.cmd bi_server1 http://<administration_server_host_name>:7001

You will be prompted with your Administrator credentials created during platform install. Bringing up this service may take a few minutes depending on your environment, wait until the command line stops scrolling and indicates server is up. Keep this command window up to keep server up.

The scripts to stop are:

  • on Windows:
stopManagedWebLogic.cmd bi_server1 http://<administration_server_host_name>:7001
  • On UNIX:
/stopManagedWebLogic.sh bi_server1 http://<administration_server_host_name>:7001

Status

Control the status of the managed server.

  • Log in to Oracle WebLogic Server Administration Console (or WLS Console UI) using the following URL: http://localhost:7001/console
  • Under the bifoundation_domain, expand the Environment node in the navigation tree, and click Servers. There should be two servers listed:
    • AdminServer (the Administration Server)
    • and bi_server1 (the Managed Server).
  • With the control tab, you can verify the state.

Obiee 11g Servers Status

Bypass the user name password prompt

To bypass the user name password prompt when starting a managed server, you can do the following steps:

  • Create the “security” directory under the following location (For OBI, replace YourManagedServer with bi_server):
<MiddleWare_Home>/user_projects/domains/<Domain_Name>/servers/YourManagedServer/security
MiddelwareHome\user_projects\domains\bifoundation_domain\servers\YourManagedServer\security

  • Create a text file called boot.properties in the security directory with the following two lines:
username=weblogic
password=password

Support

Log files

In case of Problem, you can see the message in the log files in the following directory:

\user_projects\domains\bifoundation_domain\servers\bi_server1\logs





Discover More
Fusion Middelware Dir Structure
(Fusion Middelware|Weblogic|OPMN) - Directory Structure and Home

A typical Fusion Middelware installation installation consists of: a Fusion Middleware home directory and subdirectories: a weblogic server home an oracle common an (application|Oracle) home (BI,...
Card Puncher Data Processing
(Weblogic|Fusion Middelware|FMW)

Fusion Middelware (FMW) is an application server composed of two technologies: Weblogic for java application and of the console (aka Enterprise Manager) for non java application An instance of...
Eclipse Server Runtime Environment Weblogic
Eclipse - How to add a Weblogic Server as Eclipse Server ?

To be able to interact with a Weblogic Server, you have to configure it as Eclipse Server. Get the Weblogic Version (For a remote server) Download OEPE Download and Install a Weblogic...
Obiee Go Url Filtering With Action Navigate To Web Page
OBIEE - (Invoke|Navigate) to an URL (Web Page|HTTP Request)

When creating a “Navigate to a Web Page” or an “invoke an HTTP reqest” action, you need to give an URL. Unfortunately, you can not use a relative URL (relative to the server), you need to use...
Bi Server Architecture With Client
OBIEE - BI Server (OBIS|nqsserver|nqs)

OBI Server is also known as: OBIS (Oracle Business Intelligence Server) or nqsserver (The process name) OBI Server is principally a query and analysis server software: that can integrate data...
Saw Object
OBIEE 11G - Action

Users can create actions in the Oracle BI Presentation Services user interface. Actions provide functionality to: navigate to related content invoke operations, functions, or processes in external...
Obiee Obiactionparameter
OBIEE 11G - Action Framework - How to create and invoke a Java Method (EJB)

This article gives insights on how an EJB session bean must be created and then invoked by the OBIEE action framework. JNDI Location: Action Framework expects EJBs to be deployed to the default...
Obiee 11g Windows Service Default
OBIEE 11G - BI Services as Windows Services Installation

To convert the Start Bi Services from the Start menu into a Windows Service, you have to create two services: one for the AdminServer and the other for the Managed Server The step by step are in...
Obiee11g Bip Security Center Roles
OBIEE 11G - Installation Sample Application version 825

edit the “” Save the file. Login to the EM administration screen using the url Expand 'Business Intelligence' > Coreapplication > Deployment > Repository Click...
Obiee11g Architecture Functional Component
OBIEE 11G - Oracle BI Fusion Middleware Architecture

The Oracle Business Intelligence system logical architecture comprises a single integrated set of manageable components called the Oracle BI domain which can be installed and configured to work together...



Share this page:
Follow us:
Task Runner