Unable to stop bi publisher via scripts
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 on OL 6.6 x86_64.
....................../wlserver_10.3/server/bin/setWLSEnv.sh echo -e "Stopping Components....opmnctl...." ...................../instances/simbid/bin/opmnctl stopall > $HOME/ovm_stop_opmnctl.log 2>&1 & #$ORACLE_INSTANCE/bin/opmnctl stopall > $HOME/ovm_stop_opmnctl.log 2>&1 & sleep 90 #test.Commented this out. ................./user_projects/domains/bifoundation_domain/bin/setDomainEnv.sh #moved to the bottom. echo -e "Stopping Managed Server: bi_server1..." $DOMAIN_HOME/bin/stopManagedWebLogic.sh bi_server1 http://ovm-bipub.simfoods.com:7001/
Tagged:
0