Monday, November 16, 2015

Starting, Stopping Services BI Publisher 11g

Starting, Stopping Services

Starting Services:

Step 1: Starting Admin Server:

[oracle@App1 fmw]$ cd user_projects/domains/bifoundation_domain/
[oracle@App1 bifoundation_domain]$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain
[oracle@App1 bifoundation_domain]$ ./startWebLogic.sh
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:*********
You also start Admin Server via nohup
-bash-4.1$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain/servers/AdminServer/security
-bash-4.1$ more boot.properties
username=weblogic
password=***********

-bash-4.1$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain
-bash-4.1$ nohup ./startWebLogic.sh >> startWebLogic.log &
[1] 10517
-bash-4.1$ nohup: ignoring input and redirecting stderr to stdout

-bash-4.1$ tailf startWebLogic.log
***************************************************
starting weblogic with Java version:
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

Step 2: Starting Managed Server bi_server1

[oracle@App1 fmw]$ cd user_projects/domains/bifoundation_domain/bin/
[oracle@App1 bin]$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain/bin
 [oracle@App1 bin]$ ./startManagedWebLogic.sh bi_server1
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:**********
You also start bi_server1 via nohup
-bash-4.1$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain/servers/
-bash-4.1$ cp AdminServer/security/boot.properties bi_server1/security/

-bash-4.1$ pwd
/u01/app /fmw/user_projects/domains/bifoundation_domain/bin
-bash-4.1$ nohup ./startManagedWebLogic.sh bi_server1 >> bi_server1.log &

Step 3: Starting instances:

[oracle@App1 fmw]$ cd instances/instance1/bin/
[oracle@App1 bin]$ pwd
/u01/app/fmw/instances/instance1/bin
[oracle@App1 bin]$ ./opmnctl startall
[oracle@App1 bin]$ ./opmnctl status

Processes in Instance: instance1
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status 
---------------------------------+--------------------+---------+---------
coreapplication_obiccs1          | OracleBIClusterCo~ |   29632 | Alive  
coreapplication_obisch1          | OracleBIScheduler~ |   29631 | Alive  
coreapplication_obijh1           | OracleBIJavaHostC~ |   29623 | Alive  
coreapplication_obips1           | OracleBIPresentat~ |   29625 | Alive  
coreapplication_obis1            | OracleBIServerCom~ |   29626 | Alive 

Stopping Services:

Step 1: Stopping instances:

[oracle@App1 bin]$ ./opmnctl stopall
opmnctl stopall: stopping opmn and all managed processes...
[oracle@App1 bin]$ ./opmnctl status
opmnctl status: opmn is not running.

Step 2: Stopping Managed Server bi_server1:

[oracle@App1 fmw]$ cd user_projects/domains/bifoundation_domain/bin/
[oracle@App1 bin]$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain/bin
 [oracle@App1 bin]$ ./stopManagedWebLogic.sh bi_server1
>
[JCABindingManager] : This operation is not supported for JCA based MDB
UNREGISTERED oracle.biee.local:type=DomainConfigProxy,group=Config

Step 3: Stopping Admin Server:

[oracle@App1 fmw]$ cd user_projects/domains/bifoundation_domain/bin
[oracle@App1 bifoundation_domain]$ pwd
/u01/app/fmw/user_projects/domains/bifoundation_domain/bin
[oracle@App1 bifoundation_domain]$ ./stopWebLogic.sh
>

Share this

0 Comment to "Starting, Stopping Services BI Publisher 11g"

Post a Comment