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:
Post a Comment