Start and Stop OBIEE Services in
OBIEE 12c
Start
and Stop OBIEE Server
[oracle@ServerName]$
cd /d01/Middleware/Oracle_home/user_projects/domains/bi/bitools/bin/
[oracle@ServerName bin]$./status.sh
- AdminServer (BI admin server)
- bi_server1 (BI managed server)
- obips1 (managed BI presentation
server)
- obijh1 (managed BI Java host
server)
- obiccs1 (managed BI clustering
server)
- obisch1 (managed BI scheduler
server)
- obis1 (managed BI NQ server)
[oracle@ServerName bin]$./start.sh
[oracle@ServerName bin]$./stop.sh
Stop particular server
[oracle@ServerName bin]$./stop.sh -i obips1
[oracle@ServerName bin]$./stop.sh -i obijh1
[oracle@ServerName bin]$./stop.sh -i obiccs1
[oracle@ServerName bin]$./stop.sh -i obis1
oracle@ServerName bin]$./stop.sh -i obisch1
Start particular server
[oracle@ServerName bin]$./start.sh -i obips1
[oracle@ServerName bin]$./start.sh -i obijh1
[oracle@ServerName bin]$./start.sh -i obiccs1
[oracle@ServerName bin]$./start.sh -i obis1
oracle@ServerName bin]$./start.sh -i obisch1
No comments:
Post a Comment