OBIEE startup all services on linux RH reboot - Printable Version +- Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities (http://www.oraerp.com) +-- Forum: Oracle Applications (http://www.oraerp.com/forum-39.html) +--- Forum: Oracle E-Business Suite (EBS) (http://www.oraerp.com/forum-1.html) +---- Forum: Oracle Business Intelligence (http://www.oraerp.com/forum-9.html) +---- Thread: OBIEE startup all services on linux RH reboot (/thread-7.html) |
OBIEE startup all services on linux RH reboot - admin - 10-06-2010 I want these services to start up automatically on reboot of linux server. ./run-sa.sh start #starts obi server ./run-saw.sh start #start saw server ./run-sch.sh start #start scheduler Not sure if scripts need to be moved to /etc/init.d or /etc/rc.d and whether a link is required to the services, and what level they should run at? Currently the startup scripts are run manually and located in /apps/OracleBI/setup/ |