BIP autostart - linux
Hi All,
I just installed new BI Publisher server (11.1.1.7) on top of Oracle Linux 5 update 7 64b. I got some struggle but finally it works but I would like it to start autmatically after machine reboot but unfortunatelly I do not know how to do it.
Right now I need to perform:
cd (OFM_HOME)/instances/instance1/bin/
./opmnctl startall
cd (OFM_HOME)/wlserver_10.3/server/bin/
nohup ./startNodeManager.sh & tail -f nohup.out
cd (OFM_HOME)/user_projects/domain/bifoundation_domain/bin
nohup ./startWeblogic.sh & tail -f nohup.out
then I need to sign on wl console and start bi_server1 from there.
I just installed new BI Publisher server (11.1.1.7) on top of Oracle Linux 5 update 7 64b. I got some struggle but finally it works but I would like it to start autmatically after machine reboot but unfortunatelly I do not know how to do it.
Right now I need to perform:
cd (OFM_HOME)/instances/instance1/bin/
./opmnctl startall
cd (OFM_HOME)/wlserver_10.3/server/bin/
nohup ./startNodeManager.sh & tail -f nohup.out
cd (OFM_HOME)/user_projects/domain/bifoundation_domain/bin
nohup ./startWeblogic.sh & tail -f nohup.out
then I need to sign on wl console and start bi_server1 from there.
0