• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setting up weblogic and oracle to at startup when I reboot the system

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a unix box which is running on Solaris OS. I would like to know how to startup automatically
weblogic and oracle applications when I reboot the system?
Is there any way to configure the system? Pls advise me
Thanks
Regards
Cheers
Jowsaki
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds mor like a n*x question, but check into the rc scripts.
For example to use postgres as an example, you can accomplish this by adding a symlink to the respective runlevel. i.e. rc3 would be runlevel 3, rc5 is runlevel 5.
ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc3.d/S91postgresql
ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc5.d/S91postgresql
ln -s /etc/rc.d/init.d/postgresql /etc/rc.d/rc6.d/K22postgresql
 
I RELEASE YOU! (for now .... ) Feel free to peruse this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic