Search This Blog

Monday, February 19, 2018

Starting WLS Server when the machine starts

Starting WLS Server when the machine starts
Add the following lines in the file /etc/rc.local

su - oracle -c "nohup /fmw11g/ohs12213/user_projects/domains/base_domain/bin/startNodeManager.sh > /tmp/ohs_start.log 2>&1 &"

su - oracle -c "nohup /fmw11g/ohs12213/user_projects/domains/base_domain/bin/startComponent.sh ohs1 >> /tmp/ohs_start.log 2>&1 &"

su - oracle -c "nohup /fmw11g/wls12213/user_projects/domains/base_domain/bin/startWebLogic.sh > /tmp/wls12c.out 2>&1 &"

and restart the machine.

to start the DB enter the following 

su - oracle -c "nohup /fmw11g/dbhome/db112/bin/dbstart &"






Tags: Publish
February 07, 2018 at 09:34AM
Open in Evernote

No comments: