BI Publisher (MOSC)

MOSC Banner

BI PUBLISHER unable to shutdown via scripts

edited Jul 16, 2015 10:02AM in BI Publisher (MOSC) 2 commentsAnswered

I am unable to shutdown bi publisher services with this script wrote. I can shutdown all services via the management console just fine, but this script will not work.

We are running Oracle BI Publisher 11.1.1.7.0

echo -e "Stopping Components....opmnctl...."
............./instances/bin/opmnctl stopall > /dev/null 2>&1 &

sleep 90

echo -e "Stopping Managed Server: bi_server1..." ................../bifoundation_domain/bin/stopManagedWebLogic.sh bi_server1 http://ovm-bipub.<DOMAINNAME>.com:xxxx/ > /dev/null 2>&1 & sleep 60 echo -e "Stopping Node Manager....You need to kill service manually. (testing now with a kill -9 command)" #There is no 'stopNodeManager', must kill associated proccesses kill -9 `ps -ef | grep -i nodemanager.javahome | grep -v grep | awk {'print $2'} | head -1` sleep 5 echo -e "Stopping Weblogic Server...." WLS_USER=xxxxxx export WLS_USER WLS_PW=xxxxxx export WLS_PW ................../bifoundation_domain/bin/stopWebLogic.sh > /dev/null 2>&1 & sleep 60
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center