search for: startdb

Displaying 2 results from an estimated 2 matches for "startdb".

Did you mean: startbb
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
...de 2 it is starting the database properly without any error. /etc/init.d/script_db.sh ##################################################################################### #!/bin/bash . /etc/rc.d/init.d/functions start() { echo "Starting Database" su -l oracle -c "sh startdb.sh" ## Sleep for 2 Minuts #### # sleep 120 # echo " reStarting app" # clusvcadm -R application # echo " app restarted" RETVAL=$? return $RETVAL } stop() { echo "Stopping Database" su -l oracle -c...
2010 Oct 29
14
require service started at another node
Hello, Anybody now how make with puppet dependence on other service on another node? like : require => Service[dbnode:postgresql] I need ensure that the db is running on another node before start my appserver. Thank you. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to